Skip to content

Commit

Permalink
Schema and Manifest Cl for National Telecommunication and Information…
Browse files Browse the repository at this point in the history
… administration Internet Use Survey.

PiperOrigin-RevId: 586338822
  • Loading branch information
Data Commons authored and copybara-github committed Nov 29, 2023
1 parent 69f6daa commit 6e0627b
Show file tree
Hide file tree
Showing 7 changed files with 31,059 additions and 16 deletions.
15 changes: 13 additions & 2 deletions core/WorldDevelopmentIndicators.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,20 @@ descriptionUrl: "https://en.wikipedia.org/wiki/Purchasing_power_parity"
Node: dcid:hasComputer
name: "hasComputer"
typeOf: schema:Property
domainIncludes: dcs:Household
domainIncludes: dcs:Household, dcs:Person
rangeIncludes: schema:Boolean

Node: dcid:computerUsageLocation
typeOf: dcs:Property
name: "computerUsageLocation"
domainIncludes: dcid:Person
rangeIncludes: dcid:ComputerUsageLocationEnum

Node: dcid:ComputerUsageLocationEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "ComputerUsageLocationEnum"

Node: dcid:emittedThing
name: "emittedThing"
typeOf: schema:Property
Expand Down Expand Up @@ -200,7 +211,7 @@ typeOf: dcs:ExpenditureTypeEnum
Node: dcid:isInternetUser
name: "isInternetUser"
typeOf: schema:Property
domainIncludes: schema:Person
domainIncludes: schema:Person, schema:Household
rangeIncludes: schema:Boolean
description: "Represents whether a person is considered as an Internet user."

Expand Down
4 changes: 4 additions & 0 deletions core/census_enums.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,10 @@ typeOf: dcs:USC_EducationalAttainmentEnum
dcid: "BachelorsDegreeOrHigher"
name: "BachelorsDegreeOrHigher"

Node: dcid:NoDiploma
typeOf: dcid:USC_EducationalAttainmentEnum
name: "No Diploma"

# Added during ACS-ED import.
Node: HighSchoolGraduateOrHigher
name: "HighSchoolGraduateOrHigher"
Expand Down
14 changes: 7 additions & 7 deletions core/census_properties.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Node: dcid:disabilityStatus
rangeIncludes: dcs:USC_DisabilityStatusEnum, dcs:SDG_DisabilityStatusEnum
name: "disabilityStatus"
typeOf: schema:Property
domainIncludes: schema:Person
domainIncludes: schema:Person, schema:Household

Node: collegeOrGraduateSchoolEnrollment
dcid: "collegeOrGraduateSchoolEnrollment"
Expand All @@ -63,7 +63,7 @@ Node: educationalAttainment
dcid: "educationalAttainment"
name: "educationalAttainment"
typeOf: schema:Property
domainIncludes: schema:Person
domainIncludes: schema:Person, schema:Household
rangeIncludes: dcs:USC_EducationalAttainmentEnum, dcs:WHO_EducationalAttainmentEnum, dcs:SchoolGradeLevelEnum, dcs:SDG_EducationLevEnum

Node: dcid:bachelorsDegreeMajor
Expand Down Expand Up @@ -156,7 +156,7 @@ domainIncludes: dcs:Household
Node: income
dcid: "income"
typeOf: schema:Property
rangeIncludes: schema:Number, dcs:Quantity, dcs:Percentile, dcs:Farm
rangeIncludes: schema:Number, dcs:Quantity, dcs:Percentile, dcs:Farm, dcs:QuantityRange
name: "income"
domainIncludes: schema:Person, dcs:Household

Expand Down Expand Up @@ -189,8 +189,8 @@ typeOf: schema:Property
dcid: "institutionalization"
name: "institutionalization"
description: "The institutionalized population is persons residing in institutional group quarters such as adult correctional facilities, juvenile facilities, skilled-nursing facilities, mental (psychiatric) hospitals and in-patient hospice facilities. People who ineligible, unable, or unlikely to participate in the labor force"
rangeIncludes: dcs:InstitutionalizationEnum
domainIncludes: schema:Person
rangeIncludes: dcs:InstitutionalizationEnum, dcs:USC_InstitutionalizationEnum
domainIncludes: schema:Person, dcs:Household

Node: languageSpokenAtHome
dcid: "languageSpokenAtHome"
Expand Down Expand Up @@ -256,7 +256,7 @@ Node: schoolEnrollment
dcid: "schoolEnrollment"
name: "schoolEnrollment"
rangeIncludes: dcs:USC_SchoolEnrollmentEnum
domainIncludes: schema:Person
domainIncludes: schema:Person, schema:Household
typeOf: schema:Property

Node: spouseAbsentReason
Expand All @@ -280,7 +280,7 @@ dcid: "veteranStatus"
name: "veteranStatus"
description: "This property idenfifies if person is a veteran. A veteran is someone who served in the active military, naval or air service, and was discharged or released under conditions other than dishonorable."
rangeIncludes: dcs:VeteranStatusEnum
domainIncludes: schema:Person
domainIncludes: schema:Person, schema:Household

Node: workExperience
typeOf: schema:Property
Expand Down
Loading

0 comments on commit 6e0627b

Please sign in to comment.