Skip to content
Open
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
1 change: 1 addition & 0 deletions core/census_properties.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ Node: placeOfBirth
dcid: "placeOfBirth"
name: "placeOfBirth"
typeOf: schema:Property
rangeIncludes: dcs:PlaceOfBirthEnum

Node: povertyStatus
dcid: "povertyStatus"
Expand Down
102 changes: 102 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -5559,3 +5559,105 @@ typeOf: dcs:Property
name: "studentStatus"
domainIncludes: dcid:Student
rangeIncludes: dcid:StudentStatusEnum

Node: dcid:originBackgroundType
typeOf: dcs:Property
name: "originBackgroundType"
domainIncludes: dcs:Person
rangeIncludes: dcs:OriginBackgroundTypeEnum

Node: dcid:LanguageSpokenAtHomeEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
name: "Language Spoken At Home Enum"

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

Node: dcid:ForeignOrigin
name: "Foreign Origin"
typeOf: dcs:OriginBackgroundTypeEnum

Node: dcid:ForeignBackground
name: "Foreign Background"
typeOf: dcs:OriginBackgroundTypeEnum

Node: dcid:FIN_OtherLanguages
name: "Other Languages in Finland"
typeOf: dcs:LanguageSpokenAtHomeEnum

Node: dcid:Finnish
name: "Finnish"
typeOf: dcs:LanguageSpokenAtHomeEnum

Node: dcid:Sami
name: "Sami"
typeOf: dcs:LanguageSpokenAtHomeEnum

Node: dcid:Swedish
name: "Swedish"
typeOf: dcs:LanguageSpokenAtHomeEnum

Node: dcid:BornOutsideAreaOfResidence
name: "Born Outside Area Of Residence"
typeOf: dcs:PlaceOfBirthEnum

Node: dcid:BornInAreaOfResidence
name: "Born In Area Of Residence"
typeOf: dcs:PlaceOfBirthEnum

Node: dcid:FIN_OtherReligiousGroup
name: "Other Religious Group in Finland"
typeOf: dcs:ReligionEnum

Node: dcid:NoReligiousAffiliation
name: "No Religious Affiliation"
typeOf: dcs:ReligionEnum

Node: dcid:AreaOfBirth
name: "Area Of Birth"
typeOf: dcs:LocationClassificationEnum

Node: dcid:InnerUrban
name: "Inner urban area"
description: "A compact and densely built area with continuous development."
descriptionUrl: "https://stat.fi/meta/kas/kaupunki_maaseu_en.html"
typeOf: dcs:HumanSettlementClassificationEnum

Node: dcid:LocalCentreRural
name: "Local centres in rural areas"
description: "Population centres located outside urban areas."
descriptionUrl: "https://stat.fi/meta/kas/kaupunki_maaseu_en.html"
typeOf: dcs:HumanSettlementClassificationEnum

Node: dcid:OuterUrban
name: "Outer urban area"
description: "A dense urban area extending from the boundary of the inner urban area to the outer edge of the continuous built area."
descriptionUrl: "https://stat.fi/meta/kas/kaupunki_maaseu_en.html"
typeOf: dcs:HumanSettlementClassificationEnum

Node: dcid:PeriUrban
name: "Peri-urban area"
description: "A part of the intermediate zone between urban and rural, which is directly linked to an urban area."
descriptionUrl: "https://stat.fi/meta/kas/kaupunki_maaseu_en.html"
typeOf: dcs:HumanSettlementClassificationEnum

Node: dcid:RuralCloseToUrban
name: "Rural areas close to urban areas"
description: "Areas with a rural character that are functionally connected and close to urban areas."
descriptionUrl: "https://stat.fi/meta/kas/kaupunki_maaseu_en.html"
typeOf: dcs:HumanSettlementClassificationEnum

Node: dcid:RuralHeartland
name: "Rural heartland areas"
description: "Rural areas with intensive land use, with a relatively dense population and a diverse economic structure at the local level."
descriptionUrl: "https://stat.fi/meta/kas/kaupunki_maaseu_en.html"
typeOf: dcs:HumanSettlementClassificationEnum

Node: dcid:SparseRural
name: "Sparsely populated rural areas"
description: "Sparsely populated areas with dispersed small settlements that are located at a distance from each other."
descriptionUrl: "https://stat.fi/meta/kas/kaupunki_maaseu_en.html"
typeOf: dcs:HumanSettlementClassificationEnum
4 changes: 2 additions & 2 deletions core/schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -6508,8 +6508,8 @@ typeOf: schema:Class

Node: countryOfOrigin
dcid: "countryOfOrigin"
rangeIncludes: schema:Country
domainIncludes: schema:TVEpisode
rangeIncludes: schema:Country, schema:OriginBackgroundTypeEnum
domainIncludes: schema:TVEpisode, schema:Person
typeOf: schema:Property
name: "countryOfOrigin"

Expand Down
Loading
Loading