Skip to content

Commit

Permalink
- People Benefiting from Bolsa Family Program
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 658648423
  • Loading branch information
Data Commons authored and copybara-github committed Sep 25, 2024
1 parent 782dcf6 commit f5f5380
Show file tree
Hide file tree
Showing 11 changed files with 3,950 additions and 15 deletions.
2 changes: 1 addition & 1 deletion core/brazil_visdata.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: "The status of the food basket being given to the family."
Node: dcid:benefitType
typeOf: dcid:Property
name: "benefitType"
domainIncludes: dcid:Household
domainIncludes: dcid:Household,dcid:EconomicActivity,dcid:Person
rangeIncludes: dcid:BenefitTypeEnum

Node: dcid:affectedBy
Expand Down
3 changes: 1 addition & 2 deletions core/cdc_prams.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,11 @@ Node: dcid:CDC_SelfReportedDepression
typeOf: dcs:HealthOutcomeEnum
name: "CDC Self Reported Depression"


Node: dcid:mothersHealthPrevention
rangeIncludes: dcs:HealthPreventionEnum
name: "mothersHealthPrevention"
typeOf: schema:Property
domainIncludes: dcs:LiveBirthPregnancyEvent
domainIncludes: dcs:LiveBirthPregnancyEvent, dcs:PregnantWoman
description: "Mother's Health Prevention"

Node: dcid:HealthCareVisit
Expand Down
14 changes: 14 additions & 0 deletions core/census_enums.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -1126,6 +1126,20 @@ dcid: "ForeignBornNotBornAtSea"
specializationOf: dcs:ForeignBorn
name: "ForeignBornNotBornAtSea"

Node: PovertyStatusEnum
dcid: "PovertyStatusEnum"
typeOf: schema:Class
subClassOf: schema:Enumeration
name: "PovertyStatusEnum"

Node: dcid:ExtremePoverty
typeOf: dcid:PovertyStatusEnum
name: "Extreme Poverty"

Node: dcid:InPovertyAccordingToBolsaFamilyProgram
typeOf: dcid:PovertyStatusEnum
name: "In Poverty According To Bolsa Family Program"

Node: USC_PovertyStatusEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
Expand Down
6 changes: 3 additions & 3 deletions core/census_properties.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ dcid: "incomeStatus"
name: "incomeStatus"
description: "Describes whether a person has income or not, over a given period, usually in the previous 12 months."
rangeIncludes: dcs:IncomeStatusEnum
domainIncludes: schema:Person
domainIncludes: schema:Person, schema:Household

Node: incomeDeficit
dcid: "incomeDeficit"
Expand Down Expand Up @@ -245,9 +245,9 @@ typeOf: schema:Property

Node: povertyStatus
dcid: "povertyStatus"
domainIncludes: schema:Person
domainIncludes: schema:Person, schema:Household
name: "povertyStatus"
rangeIncludes: dcs:USC_PovertyStatusEnum
rangeIncludes: dcs:USC_PovertyStatusEnum, dcs:PovertyStatusEnum
typeOf: schema:Property

## race defined in K12 (we probably want to move it to dcschema?)
Expand Down
28 changes: 25 additions & 3 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ dcid: "age"
name: "age"
typeOf: schema:Property
rangeIncludes: dcs:QuantityRange, schema:Number, dcs:AgeStatusEnum, dcs:SDG_AgeEnum
domainIncludes: schema:Person, schema:Organization, schema:Household
domainIncludes: schema:Person, schema:Organization, schema:Household, schema:Children, schema:Child

Node: employmentStatus
dcid: "employmentStatus"
Expand Down Expand Up @@ -2724,7 +2724,7 @@ description: "Further specification on the type of a claim, application, or requ
Node: dcid:benefitProgram
name: "benefitProgram"
typeOf: schema:Property
domainIncludes: dcs:UnemploymentInsuranceClaim
domainIncludes: dcs:UnemploymentInsuranceClaim, dcs:EconomicActivity, dcs:Person, dcs:Household, dcs:PregnantWoman, dcs:Children, dcs:Expenditure, dcs:Resource, dcs:Child
rangeIncludes: dcs:UnemploymentInsuranceProgramEnum, dcs:BenefitProgramEnum
description: "A program that offers benefits. E.g. SNAP (foodstamps), UI (Unemployment Insurance), etc."

Expand Down Expand Up @@ -3108,7 +3108,7 @@ descriptionUrl: "https://en.wikipedia.org/wiki/Vaccine"
Node: dcid:vaccineStatus
name: "vaccineStatus"
typeOf: schema:Property
domainIncludes: dcs:Vaccine, dcs:Person
domainIncludes: dcs:Vaccine, dcs:Person, dcs:Children, dcs:Child
rangeIncludes: dcs:VaccineStatusEnum

Node: dcid:vaccineDoseReceived
Expand Down Expand Up @@ -4202,3 +4202,25 @@ typeOf: dcid:Property
name: "percentileRankValue"
description: "Percentile ranking values range from 0 to 1, with higher values indicating greater social vulnerability"
descriptionUrl: "https://www.atsdr.cdc.gov/placeandhealth/svi/documentation/SVI_documentation_2022.html"

Node: dcid:beneficiaryType
typeOf: dcid:Property
name: "beneficiaryType"
domainIncludes: dcid:Person
rangeIncludes: dcid:BeneficiaryTypeEnum,dcid:HealthWorkerEnum

Node: dcid:beneficiariesProfile
typeOf: dcid:Property
name: "beneficiariesProfile"
domainIncludes: dcid:Person
rangeIncludes: dcid:ConsumerGoodsCategoryEnum

Node: dcid:Resource
name: "Resource"
typeOf: schema:Class
subClassOf: schema:Thing

Node: dcid:Expenditure
name: "Expenditure"
typeOf: schema:Class
subClassOf: schema:Thing
51 changes: 51 additions & 0 deletions core/dcschema_enum_classes.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -605,3 +605,54 @@ subClassOf: dcid:Enumeration
name: "VulnerabilityStatusEnum"
description: "Social Vulnerability Status refers to the demographic and socioeconomic factors (such as poverty, lack of access to transportation, and crowded housing) that adversely affect communities that encounter hazards and other community-level stressors"
descriptionUrl: "https://www.atsdr.cdc.gov/placeandhealth/svi/index.html"

Node: dcid:BeneficiaryTypeEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "BeneficiaryTypeEnum"

Node: dcid:HeadOfFamilyEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "HeadOfFamilyEnum"

Node: dcid:MonitoringProgramEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "MonitoringProgramEnum"

Node: dcid:ChildAgeEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "ChildAgeEnum"

Node: dcid:WomanAgeEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "WomanAgeEnum"

Node: dcid:GovernmentAgencyEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "GovernmentAgencyEnum"

Node: dcid:SanitaryDrainageMethodEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "SanitaryDrainageMethodEnum"

Node: dcid:RegisteredInEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "RegisteredInEnum"

Node: dcid:BenefitLocationEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "BenefitLocationEnum"

Node: dcid:DiscountTypeEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "DiscountTypeEnum"

Loading

0 comments on commit f5f5380

Please sign in to comment.