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 Sep 25, 2023
1 parent 8ece51c commit b9eb48b
Show file tree
Hide file tree
Showing 3 changed files with 122 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 @@ -2647,6 +2647,11 @@ typeOf: dcs:UnitOfMeasure
name: "Rooms"
description: "A count of the number of rooms. For example, in a house."

Node: dcid:Bedroom
typeOf: dcs:UnitOfMeasure
name: "Bedroom"
description: "One Bedroom equal to one rooms."

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: numberOfBedroom
dcid: "numberOfBedroom"
typeOf: schema:Property
domainIncludes: dcs:HousingUnit
name: "numberOfBedroom"
rangeIncludes: schema:Quantity

Node: MovingCompany
dcid: "MovingCompany"
typeOf: schema:Class
Expand Down
110 changes: 110 additions & 0 deletions stat_vars/usc_b25031_stat_vars.mcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
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_0Bedroom
measuredProperty: dcs:grossRent
statType: dcs:medianValue
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedroom: [0 Bedroom]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_MarginOfError_GrossRent_HousingUnit_0Bedroom
measuredProperty: dcs:grossRent
statType: dcs:marginOfError
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedroom: [0 Bedroom]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_Median_GrossRent_HousingUnit_1Bedroom
measuredProperty: dcs:grossRent
statType: dcs:medianValue
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedroom: [1 Bedroom]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_MarginOfError_GrossRent_HousingUnit_1Bedroom
measuredProperty: dcs:grossRent
statType: dcs:marginOfError
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedroom: [1 Bedroom]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_Median_GrossRent_HousingUnit_2Bedroom
measuredProperty: dcs:grossRent
statType: dcs:medianValue
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedroom: [2 Bedroom]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_MarginOfError_GrossRent_HousingUnit_2Bedroom
measuredProperty: dcs:grossRent
statType: dcs:marginOfError
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedroom: [2 Bedroom]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_Median_GrossRent_HousingUnit_3Bedroom
measuredProperty: dcs:grossRent
statType: dcs:medianValue
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedroom: [3 Bedroom]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_MarginOfError_GrossRent_HousingUnit_3Bedroom
measuredProperty: dcs:grossRent
statType: dcs:marginOfError
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedroom: [3 Bedroom]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_Median_GrossRent_HousingUnit_4Bedroom
measuredProperty: dcs:grossRent
statType: dcs:medianValue
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedroom: [4 Bedroom]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_MarginOfError_GrossRent_HousingUnit_4Bedroom
measuredProperty: dcs:grossRent
statType: dcs:marginOfError
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedroom: [4 Bedroom]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_Median_GrossRent_HousingUnit_5OrMoreBedroom
measuredProperty: dcs:grossRent
statType: dcs:medianValue
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedroom: [5 - Bedroom]
typeOf: dcs:StatisticalVariable

Node: dcid:Monthly_MarginOfError_GrossRent_HousingUnit_5OrMoreBedroom
measuredProperty: dcs:grossRent
statType: dcs:marginOfError
populationType: schema:HousingUnit
measurementQualifier: dcs:Monthly
numberOfBedroom: [5 - Bedroom]
typeOf: dcs:StatisticalVariable

0 comments on commit b9eb48b

Please sign in to comment.