Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Manifest CL for Census ACS 5Year Survey Subject Tables B25031 Import. #697

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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