diff --git a/core/dcschema.mcf b/core/dcschema.mcf index b6b9d3aed..bd0222079 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -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" diff --git a/core/schema.mcf b/core/schema.mcf index 65c2bc066..7aeec0926 100644 --- a/core/schema.mcf +++ b/core/schema.mcf @@ -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 diff --git a/stat_vars/usc_b25031_stat_vars.mcf b/stat_vars/usc_b25031_stat_vars.mcf new file mode 100644 index 000000000..7a8d58324 --- /dev/null +++ b/stat_vars/usc_b25031_stat_vars.mcf @@ -0,0 +1,95 @@ +Node: dcid:Median_GrossRent_HousingUnit +measuredProperty: dcs:grossRent +statType: dcs:medianValue +populationType: schema:HousingUnit +typeOf: dcs:StatisticalVariable + +Node: dcid:MarginOfError_GrossRent_HousingUnit +measuredProperty: dcs:grossRent +statType: dcs:marginOfError +populationType: schema:HousingUnit +typeOf: dcs:StatisticalVariable + +Node: dcid:Median_GrossRent_HousingUnit_0Bedroom +measuredProperty: dcs:grossRent +statType: dcs:medianValue +populationType: schema:HousingUnit +numberOfBedroom: [0 Bedroom] +typeOf: dcs:StatisticalVariable + +Node: dcid:MarginOfError_GrossRent_HousingUnit_0Bedroom +measuredProperty: dcs:grossRent +statType: dcs:marginOfError +populationType: schema:HousingUnit +numberOfBedroom: [0 Bedroom] +typeOf: dcs:StatisticalVariable + +Node: dcid:Median_GrossRent_HousingUnit_1Bedroom +measuredProperty: dcs:grossRent +statType: dcs:medianValue +populationType: schema:HousingUnit +numberOfBedroom: [1 Bedroom] +typeOf: dcs:StatisticalVariable + +Node: dcid:MarginOfError_GrossRent_HousingUnit_1Bedroom +measuredProperty: dcs:grossRent +statType: dcs:marginOfError +populationType: schema:HousingUnit +numberOfBedroom: [1 Bedroom] +typeOf: dcs:StatisticalVariable + +Node: dcid:Median_GrossRent_HousingUnit_2Bedroom +measuredProperty: dcs:grossRent +statType: dcs:medianValue +populationType: schema:HousingUnit +numberOfBedroom: [2 Bedroom] +typeOf: dcs:StatisticalVariable + +Node: dcid:MarginOfError_GrossRent_HousingUnit_2Bedroom +measuredProperty: dcs:grossRent +statType: dcs:marginOfError +populationType: schema:HousingUnit +numberOfBedroom: [2 Bedroom] +typeOf: dcs:StatisticalVariable + +Node: dcid:Median_GrossRent_HousingUnit_3Bedroom +measuredProperty: dcs:grossRent +statType: dcs:medianValue +populationType: schema:HousingUnit +numberOfBedroom: [3 Bedroom] +typeOf: dcs:StatisticalVariable + +Node: dcid:MarginOfError_GrossRent_HousingUnit_3Bedroom +measuredProperty: dcs:grossRent +statType: dcs:marginOfError +populationType: schema:HousingUnit +numberOfBedroom: [3 Bedroom] +typeOf: dcs:StatisticalVariable + +Node: dcid:Median_GrossRent_HousingUnit_4Bedroom +measuredProperty: dcs:grossRent +statType: dcs:medianValue +populationType: schema:HousingUnit +numberOfBedroom: [4 Bedroom] +typeOf: dcs:StatisticalVariable + +Node: dcid:MarginOfError_GrossRent_HousingUnit_4Bedroom +measuredProperty: dcs:grossRent +statType: dcs:marginOfError +populationType: schema:HousingUnit +numberOfBedroom: [4 Bedroom] +typeOf: dcs:StatisticalVariable + +Node: dcid:Median_GrossRent_HousingUnit_5OrMoreBedroom +measuredProperty: dcs:grossRent +statType: dcs:medianValue +populationType: schema:HousingUnit +numberOfBedroom: [5 - Bedroom] +typeOf: dcs:StatisticalVariable + +Node: dcid:MarginOfError_GrossRent_HousingUnit_5OrMoreBedroom +measuredProperty: dcs:grossRent +statType: dcs:marginOfError +populationType: schema:HousingUnit +numberOfBedroom: [5 - Bedroom] +typeOf: dcs:StatisticalVariable