From faa1fd285ffa150558f220f5765aa725592a093e Mon Sep 17 00:00:00 2001 From: ajaits Date: Thu, 26 Oct 2023 10:12:11 -0700 Subject: [PATCH] schema for UK geo regions for LSOAs. PiperOrigin-RevId: 576911139 --- core/dcschema.mcf | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/core/dcschema.mcf b/core/dcschema.mcf index b6b9d3aed..91a6225d4 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -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 @ where is a 2 letter ISO 639-1 language code." + Node: dcid:utteranceTemplate name: "utteranceTemplate" typeOf: schema:Property @@ -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 @@ -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