Skip to content

Commit

Permalink
Data Manifest CL for Census ACS 5Year Survey Subject Tables B25031 Im…
Browse files Browse the repository at this point in the history
…port.

PiperOrigin-RevId: 567514811
  • Loading branch information
Data Commons authored and copybara-github committed Feb 9, 2024
1 parent c2cad1d commit c5ad164
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2775,6 +2775,11 @@ typeOf: dcs:UnitOfMeasure
name: "Rooms"
description: "A count of the number of rooms. For example, in a house."

Node: dcid:Bedrooms
typeOf: dcs:UnitOfMeasure
name: "Bedrooms"
description: "A count of the number of bedrooms. For example, in a house."

Node: dcid:socialCategory
typeOf: schema:Property
name: "socialCategory"
Expand Down
7 changes: 7 additions & 0 deletions core/schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2895,6 +2895,13 @@ name: "numberOfRooms"
rangeIncludes: schema:Number, schema:Quantity
source: "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources"

Node: numberOfBedrooms
dcid: "numberOfBedrooms"
typeOf: schema:Property
domainIncludes: dcs:HousingUnit
name: "numberOfBedrooms"
rangeIncludes: schema:Quantity

Node: MovingCompany
dcid: "MovingCompany"
typeOf: schema:Class
Expand Down
109 changes: 109 additions & 0 deletions stat_vars/usc_b25031_stat_vars.mcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
Node: dcid:Monthly_Median_GrossRent_HousingUnit
measuredProperty: dcs:grossRent
statType: dcs:medianValue
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_MarginOfError_GrossRent_HousingUnit
measuredProperty: dcs:grossRent
statType: dcs:marginOfError
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_Median_GrossRent_HousingUnit_0Bedrooms
measuredProperty: dcs:grossRent
statType: dcs:medianValue
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedrooms: [0 Bedrooms]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_MarginOfError_GrossRent_HousingUnit_0Bedrooms
measuredProperty: dcs:grossRent
statType: dcs:marginOfError
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedrooms: [0 Bedrooms]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_Median_GrossRent_HousingUnit_1Bedrooms
measuredProperty: dcs:grossRent
statType: dcs:medianValue
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedrooms: [1 Bedrooms]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_MarginOfError_GrossRent_HousingUnit_1Bedrooms
measuredProperty: dcs:grossRent
statType: dcs:marginOfError
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedrooms: [1 Bedrooms]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_Median_GrossRent_HousingUnit_2Bedrooms
measuredProperty: dcs:grossRent
statType: dcs:medianValue
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedrooms: [2 Bedrooms]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_MarginOfError_GrossRent_HousingUnit_2Bedrooms
measuredProperty: dcs:grossRent
statType: dcs:marginOfError
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedrooms: [2 Bedrooms]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_Median_GrossRent_HousingUnit_3Bedrooms
measuredProperty: dcs:grossRent
statType: dcs:medianValue
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedrooms: [3 Bedrooms]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_MarginOfError_GrossRent_HousingUnit_3Bedrooms
measuredProperty: dcs:grossRent
statType: dcs:marginOfError
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedrooms: [3 Bedrooms]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_Median_GrossRent_HousingUnit_4Bedrooms
measuredProperty: dcs:grossRent
statType: dcs:medianValue
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedrooms: [4 Bedrooms]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_MarginOfError_GrossRent_HousingUnit_4Bedrooms
measuredProperty: dcs:grossRent
statType: dcs:marginOfError
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedrooms: [4 Bedrooms]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_Median_GrossRent_HousingUnit_5OrMoreBedrooms
measuredProperty: dcs:grossRent
statType: dcs:medianValue
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedrooms: [5 - Bedrooms]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_MarginOfError_GrossRent_HousingUnit_5OrMoreBedrooms
measuredProperty: dcs:grossRent
statType: dcs:marginOfError
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedrooms: [5 - Bedrooms]
typeOf: dcs:StatisticalVariable

0 comments on commit c5ad164

Please sign in to comment.