Skip to content

Commit

Permalink
schema for UK geo regions for LSOAs.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 576911139
  • Loading branch information
ajaits authored and copybara-github committed Oct 26, 2023
1 parent a6d5bd1 commit 9cb7c7a
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ domainIncludes: schema:Class, schema:Property, schema:Enumeration
rangeIncludes: schema:URL
description: "Provenance URL of the description value."

Node: dcid:nameWithLanguage
name: "nameWithLanguage"
typeOf: schema:Property
domainIncludes: schema:Class
rangeIncludes: schema:Text
description: "Text string in quotes ending with @<lang> where <lang> is a 2 letter ISO 639-1 language code."

Node: dcid:utteranceTemplate
name: "utteranceTemplate"
typeOf: schema:Property
Expand Down Expand Up @@ -288,6 +295,40 @@ typeOf: schema:Class
description: "Subdivisions of US Metropolitan Statistical Areas (MSAs) and New England City and Town Areas (NECTAs)."
subClassOf: schema:Place

Node: dcid:CensusOutputArea
name: "CensusOutputArea"
typeOf: schema:Class
subClassOf: schema:AdministrativeArea
description: "Output Areas (OA) are the lowest level of geographical area for census statistics in the United Kingdom."
descriptionUrl: "https://www.ons.gov.uk/methodology/geography/ukgeographies/censusgeographies/census2021geographies#output-areas-oas"

Node: dcid:LowerLayerSuperOutputArea
name: "LowerLayerSuperOutputArea"
typeOf: schema:Class
subClassOf: schema:AdministrativeArea
description: "Lower layer Super Output Areas (LSOA) are geographical area for census statistics in the United kingdom. They are made up of groups of Output Area (OAs), usually four or five. They comprise between 400 and 1,200 households and have a usually resident population between 1,000 and 3,000 persons."
descriptionUrl: "https://www.ons.gov.uk/methodology/geography/ukgeographies/censusgeographies/census2021geographies#lower-layer-super-output-areas-lsoas"

Node: dcid:MiddleLayerSuperOutputArea
name: "MiddleLayerSuperOutputArea"
typeOf: schema:Class
subClassOf: schema:AdministrativeArea
description: "Middle layer Super Output Areas (MSOA) are geographical area for census statistics in the United kingdom. They are made up of groups of Lower layer Super Output Area (LSOAs), usually four or five. They comprise between 2,000 and 6,000 households and have a usually resident population between 5,000 and 15,000 persons. MSOAs fit within local authorities."
descriptionUrl: "https://www.ons.gov.uk/methodology/geography/ukgeographies/censusgeographies/census2021geographies#middle-layer-super-output-areas-msoas"

Node: dcid:Parish
name: "Parish"
typeOf: schema:Class
subClassOf: schema:AdministrativeArea
description: "Civil parishes are mainly found in rural areas in England. They are known as "communities" in Wales and cover the whole of the country. Councillors are elected to a parish council and carry out powers and duties set out in legislation."
descriptionUrl: "https://www.ons.gov.uk/methodology/geography/ukgeographies/censusgeographies/census2021geographies#parishes"

Node: dcid:governmentStatisticalServiceCode
typeOf: schema:Property
name: "governmentStatisticalServiceCode"
description: "Government Statistical Service (GSS) codes are nine-character geocodes maintained by the United Kingdom's Office for National Statistics to represent a wide range of geographical areas of the UK, for use in tabulating census and other statistical data. The first three characters of the GSS code indicate the level of geography, and the six digits following define the individual unit."
descriptionUrl: "https://en.wikipedia.org/wiki/GSS_coding_system"

Node: dcid:PinCodeArea
typeOf: schema:Class
subClassOf: schema:AdministrativeArea
Expand Down Expand Up @@ -3266,7 +3307,7 @@ rangeIncludes: dcs:StatisticalVariable, schema:Property
Node: dcid:NewZealand_CivilUnion
typeOf: dcs:MaritalStatusEnum
name: "NewZealand_CivilUnion"
descripion: "A civil union is a legally recognized arrangement similar to marriage, created primarily as a means to provide recognition in law for same-sex couples."
description: "A civil union is a legally recognized arrangement similar to marriage, created primarily as a means to provide recognition in law for same-sex couples."
descriptionUrl: "https://en.wikipedia.org/wiki/Civil_union"

Node: dcid:naturalPopulationGrowth
Expand Down

0 comments on commit 9cb7c7a

Please sign in to comment.