From ce34e73275fc76accc8b9997d5834a9ef02f5efe Mon Sep 17 00:00:00 2001 From: Data Commons Date: Wed, 29 Jul 2026 02:19:39 -0700 Subject: [PATCH] Add ASGS 2021 geographic regions for Australia. This change imports resolved MCF files defining Australian geographic regions based on the Australian Statistical Geography Standard (ASGS) 2021 edition. It adds new files for the following region types: - Greater Capital City Statistical Areas (GCCSA) - Statistical Area Level 2 (SA2) - Statistical Area Level 3 (SA3) - Statistical Area Level 4 (SA4) The nodes contain properties such as DCID, name, type, ABS code, area, and hierarchical containment relationships. PiperOrigin-RevId: 955752410 --- core/places.mcf | 52 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/core/places.mcf b/core/places.mcf index f31652541..a1bbd72c3 100644 --- a/core/places.mcf +++ b/core/places.mcf @@ -107,3 +107,55 @@ domainIncludes: dcs:Place rangeIncludes: dcs:Text description: "Australian Statistical Geography Standard (ASGS) Code 2021" descriptionUrl: "https://www.abs.gov.au/statistics/statistical-geography/australian-statistical-geography-standard-asgs" + +Node: dcid:ABSStatisticalAreaLevel1 +name: "ABSStatisticalAreaLevel1" +typeOf: dcid:Class +subClassOf: dcid:Place +description: "Australian Bureau of Statistics Statistical Area Level 1" + +Node: dcid:ABSStatisticalAreaLevel2 +name: "ABSStatisticalAreaLevel2" +typeOf: dcid:Class +subClassOf: dcid:Place +description: "Australian Bureau of Statistics Statistical Area Level 2" + +Node: dcid:ABSStatisticalAreaLevel3 +name: "ABSStatisticalAreaLevel3" +typeOf: dcid:Class +subClassOf: dcid:Place +description: "Australian Bureau of Statistics Statistical Area Level 3" + +Node: dcid:ABSStatisticalAreaLevel4 +name: "ABSStatisticalAreaLevel4" +typeOf: dcid:Class +subClassOf: dcid:Place +description: "Australian Bureau of Statistics Statistical Area Level 4" + +Node: dcid:ABSGreaterCapitalCityStatisticalArea +name: "ABSGreaterCapitalCityStatisticalArea" +typeOf: dcid:Class +subClassOf: dcid:Place +description: "Australian Bureau of Statistics Greater Capital City Statistical Area" + +Node: dcid:absCode +name: "absCode" +typeOf: dcid:Property +domainIncludes: dcid:Place +rangeIncludes: dcid:Text, dcid:Number +description: "Code representing an area or region defined by the Australian Bureau of Statistics" + +Node: dcid:gccsaCode +name: "gccsaCode" +typeOf: dcid:Property +domainIncludes: dcid:Place +rangeIncludes: dcid:Text, dcid:Number +description: "Greater Capital City Statistical Area code" + +Node: dcid:sourceEdition +name: "sourceEdition" +typeOf: dcid:Property +domainIncludes: dcid:Place +rangeIncludes: dcid:Text +description: "The edition or year of the data source (e.g. ASGS_2021)" +