Skip to content
Open
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
52 changes: 52 additions & 0 deletions core/places.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Loading