diff --git a/.github/workflows/uplift-all.yaml b/.github/workflows/uplift-all.yaml new file mode 100644 index 0000000..f2045ee --- /dev/null +++ b/.github/workflows/uplift-all.yaml @@ -0,0 +1,33 @@ +name: Uplift all vocabulary files + +on: + workflow_dispatch: + +jobs: + uplift-all: + runs-on: ubuntu-latest + permissions: + contents: write + + steps: + - uses: actions/checkout@v3 + - name: Setup Python + uses: actions/setup-python@v3 + with: + python-version: '3.x' + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install git+https://github.com/opengeospatial/ogc-na-tools.git + - name: Process files + run: | + #find . -name '*.csv' | while read CSV_FILE; do python -m ogc.na.ingest_json \ + # --skip-on-missing-context --json-ld --context csv2python.yml "${CSV_FILE}" > "${CSV_FILE}.json" + # done + python -m ogc.na.ingest_json --batch --all --skip-on-missing-context \ + --json-ld --ttl --work-dir . --domain-config .ogc/catalog.ttl + - name: Add and commit + uses: EndBug/add-and-commit@v9 + with: + message: "Semantic uplift of all vocabulary source files" + default_author: github_actions diff --git a/.github/workflows/uplift-on-push.yml b/.github/workflows/uplift-on-push.yml new file mode 100644 index 0000000..bc95f14 --- /dev/null +++ b/.github/workflows/uplift-on-push.yml @@ -0,0 +1,47 @@ +name: Semantic uplift on push + +on: + workflow_dispatch: + inputs: + changed-files: + description: Changed files for processing + type: string + # push: + # branches: + # - main + +jobs: + uplift: + runs-on: ubuntu-latest + permissions: + contents: write + + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - name: Get changed files + id: changed-files + uses: tj-actions/changed-files@v35 + with: + since_last_remote_commit: true + separator: ',' + - name: Setup Python + uses: actions/setup-python@v3 + with: + python-version: '3.x' + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install git+https://github.com/opengeospatial/ogc-na-tools.git + - name: Process files + run: | + MOD_FILES=${{ steps.changed-files.outputs.all_changed_files }},${{ inputs.changed-files }} + echo Changed files: ${MOD_FILES} + python -m ogc.na.ingest_json --batch --skip-on-missing-context \ + --json-ld --ttl --work-dir . --domain-config .ogc/catalog.ttl ${MOD_FILES} + - name: Add and commit + uses: EndBug/add-and-commit@v9 + with: + message: "Semantic uplift on push" + default_author: github_actions diff --git a/.ogc/catalog.ttl b/.ogc/catalog.ttl new file mode 100644 index 0000000..91791ab --- /dev/null +++ b/.ogc/catalog.ttl @@ -0,0 +1,16 @@ +@prefix dcfg: . +@prefix dcat: . +@prefix dct: . +@prefix rdfs: . +@prefix profiles: . + + +_:vocabs-uplift a dcat:Dataset, dcfg:UpliftConfiguration ; + dct:description "Cadastre Profile vocabularies uplift" ; + dcfg:glob "cadastre/**/*.csv" ; + dcfg:hasUpliftDefinition [ + dcfg:order 1 ; + dcfg:file "cadastre/vocabs-uplift.yml" ; + ] ; +. + diff --git a/.ogc/profiles.ttl b/.ogc/profiles.ttl new file mode 100644 index 0000000..bf575a8 --- /dev/null +++ b/.ogc/profiles.ttl @@ -0,0 +1,29 @@ +@prefix prof: . +@prefix profiles: . +@prefix role: . +@prefix xsd: . +@prefix shacl: . +@prefix dct: . +@prefix rdfs: . + +profiles:vocprez_ogc a prof:Profile ; + prof:hasToken "vocprez_ogc"^^xsd:token ; + dct:description "OGC VocPrez SKOS profile" ; + rdfs:label "VocPrez OGC" ; + prof:isProfileOf profiles:skos_conceptscheme_ogc ; + prof:hasResource [ + a prof:ResourceDescriptor ; + rdfs:label "SHACL Entailment" ; + dct:conformsTo shacl: ; + dct:format "text/turtle" ; + prof:hasArtifact ; + prof:hasRole role:entailment + ], [ + a prof:ResourceDescriptor ; + rdfs:label "SHACL Validation" ; + dct:conformsTo shacl: ; + dct:format "text/turtle" ; + prof:hasArtifact ; + prof:hasRole role:validation + ] ; +. \ No newline at end of file diff --git a/cadastre/CSD-Header/icsm-admin-unit-type.csv b/cadastre/CSD-Header/icsm-admin-unit-type.csv new file mode 100644 index 0000000..00df685 --- /dev/null +++ b/cadastre/CSD-Header/icsm-admin-unit-type.csv @@ -0,0 +1,7 @@ +preflabel,definition,notation,altlabel,related +Land District,A Land District is a NZ administrative area that all titles and surveys were registered against prior to Landonline.,landDistrict,, +Territorial Authority,"A NZ territorial authority is defined under the Local Government Act 2002, NZ, as a city or a district council",territorialAuthority,Municipality, +County,A Victorian cadastral division for cadastral or land administration purposes,county,, +Parish,A subdivision of a Victorian County,parish,, +Local Government Area,"Local government is the third level of government in Australia, administered with limited autonomy under the states and territories, and in turn beneath the federal government",localGovernmentArea,Local Government,Municipality +Locality,A subdivision of a Western Australian Local Government Area,locality,, \ No newline at end of file diff --git a/cadastre/CSD-Header/icsm-admin-unit-type.jsonld b/cadastre/CSD-Header/icsm-admin-unit-type.jsonld new file mode 100644 index 0000000..6168edb --- /dev/null +++ b/cadastre/CSD-Header/icsm-admin-unit-type.jsonld @@ -0,0 +1,92 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/icsm-admin-unit-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/icsm-admin-unit-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "ICSM Administrative Unit Types", + "class": "termtype:AdminUnitType", + "concepts": [ + { + "preflabel": "Land District", + "definition": "A Land District is a NZ administrative area that all titles and surveys were registered against prior to Landonline.", + "notation": "landDistrict", + "altlabel": null, + "related": null, + "@id": "landDistrict", + "type": "termtype:AdminUnitType", + "@type": "skos:Concept" + }, + { + "preflabel": "Territorial Authority", + "definition": "A NZ territorial authority is defined under the Local Government Act 2002, NZ, as a city or a district council", + "notation": "territorialAuthority", + "altlabel": "Municipality", + "related": null, + "@id": "territorialAuthority", + "type": "termtype:AdminUnitType", + "@type": "skos:Concept" + }, + { + "preflabel": "County", + "definition": "A Victorian cadastral division for cadastral or land administration purposes", + "notation": "county", + "altlabel": null, + "related": null, + "@id": "county", + "type": "termtype:AdminUnitType", + "@type": "skos:Concept" + }, + { + "preflabel": "Parish", + "definition": "A subdivision of a Victorian County", + "notation": "parish", + "altlabel": null, + "related": null, + "@id": "parish", + "type": "termtype:AdminUnitType", + "@type": "skos:Concept" + }, + { + "preflabel": "Local Government Area", + "definition": "Local government is the third level of government in Australia, administered with limited autonomy under the states and territories, and in turn beneath the federal government", + "notation": "localGovernmentArea", + "altlabel": "Local Government", + "related": "Municipality", + "@id": "localGovernmentArea", + "type": "termtype:AdminUnitType", + "@type": "skos:Concept" + }, + { + "preflabel": "Locality", + "definition": "A subdivision of a Western Australian Local Government Area", + "notation": "locality", + "altlabel": null, + "related": null, + "@id": "locality", + "type": "termtype:AdminUnitType", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/icsm-admin-unit-type.ttl b/cadastre/CSD-Header/icsm-admin-unit-type.ttl new file mode 100644 index 0000000..0a034a0 --- /dev/null +++ b/cadastre/CSD-Header/icsm-admin-unit-type.ttl @@ -0,0 +1,70 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:AdminUnitType ; + skos:definition "A Victorian cadastral division for cadastral or land administration purposes" ; + skos:inScheme ; + skos:notation "county" ; + skos:prefLabel "County" . + + a skos:Concept, + termtype:AdminUnitType ; + skos:definition "A Land District is a NZ administrative area that all titles and surveys were registered against prior to Landonline." ; + skos:inScheme ; + skos:notation "landDistrict" ; + skos:prefLabel "Land District" . + + a skos:Concept, + termtype:AdminUnitType ; + skos:altLabel "Local Government" ; + skos:definition "Local government is the third level of government in Australia, administered with limited autonomy under the states and territories, and in turn beneath the federal government" ; + skos:inScheme ; + skos:notation "localGovernmentArea" ; + skos:prefLabel "Local Government Area" . + + a skos:Concept, + termtype:AdminUnitType ; + skos:definition "A subdivision of a Western Australian Local Government Area" ; + skos:inScheme ; + skos:notation "locality" ; + skos:prefLabel "Locality" . + + a skos:Concept, + termtype:AdminUnitType ; + skos:definition "A subdivision of a Victorian County" ; + skos:inScheme ; + skos:notation "parish" ; + skos:prefLabel "Parish" . + + a skos:Concept, + termtype:AdminUnitType ; + skos:altLabel "Municipality" ; + skos:definition "A NZ territorial authority is defined under the Local Government Act 2002, NZ, as a city or a district council" ; + skos:inScheme ; + skos:notation "territorialAuthority" ; + skos:prefLabel "Territorial Authority" . + + a skos:ConceptScheme ; + skos:prefLabel "ICSM Administrative Unit Types" ; + skos:scopeNote "termtype:AdminUnitType" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:50.809167"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:50.722302"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/nz-annotation.csv b/cadastre/CSD-Header/nz-annotation.csv new file mode 100644 index 0000000..2b5b792 --- /dev/null +++ b/cadastre/CSD-Header/nz-annotation.csv @@ -0,0 +1,2 @@ +preflabel,definition,notation,altlabel,related +Certification,,certification,, \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-annotation.jsonld b/cadastre/CSD-Header/nz-annotation.jsonld new file mode 100644 index 0000000..cb06593 --- /dev/null +++ b/cadastre/CSD-Header/nz-annotation.jsonld @@ -0,0 +1,42 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-annotation/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-annotation", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ CSD Annotation", + "class": "termtype:Annotation", + "concepts": [ + { + "preflabel": "Certification", + "definition": null, + "notation": "certification", + "altlabel": null, + "related": null, + "@id": "certification", + "type": "termtype:Annotation", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-annotation.ttl b/cadastre/CSD-Header/nz-annotation.ttl new file mode 100644 index 0000000..f50d23b --- /dev/null +++ b/cadastre/CSD-Header/nz-annotation.ttl @@ -0,0 +1,32 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "certification" ; + skos:prefLabel "Certification" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ CSD Annotation" ; + skos:scopeNote "termtype:Annotation" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:44.241731"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:44.159791"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/nz-compound-crs.csv b/cadastre/CSD-Header/nz-compound-crs.csv new file mode 100644 index 0000000..dacdb5d --- /dev/null +++ b/cadastre/CSD-Header/nz-compound-crs.csv @@ -0,0 +1,2 @@ +preflabel,definition,notation,altlabel,related +NZGD2000 + NZVD2016 height,,9528,, \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-compound-crs.jsonld b/cadastre/CSD-Header/nz-compound-crs.jsonld new file mode 100644 index 0000000..5b2ef62 --- /dev/null +++ b/cadastre/CSD-Header/nz-compound-crs.jsonld @@ -0,0 +1,42 @@ +{ + "@context": [ + { + "@base": "http://www.opengis.net/def/crs/EPSG/0/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "http://www.opengis.net/def/crs/EPSG/0", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Compound Coordinate Reference Systems", + "class": "termtype:AllowableCoordinateReferenceSystem", + "concepts": [ + { + "preflabel": "NZGD2000 + NZVD2016 height", + "definition": null, + "notation": "9528", + "altlabel": null, + "related": null, + "@id": "9528", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-compound-crs.ttl b/cadastre/CSD-Header/nz-compound-crs.ttl new file mode 100644 index 0000000..3ea8ff7 --- /dev/null +++ b/cadastre/CSD-Header/nz-compound-crs.ttl @@ -0,0 +1,32 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:inScheme ; + skos:notation "9528" ; + skos:prefLabel "NZGD2000 + NZVD2016 height" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Compound Coordinate Reference Systems" ; + skos:scopeNote "termtype:AllowableCoordinateReferenceSystem" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:37.629380"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:37.548539"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/nz-crs.csv b/cadastre/CSD-Header/nz-crs.csv new file mode 100644 index 0000000..a2e9cc7 --- /dev/null +++ b/cadastre/CSD-Header/nz-crs.csv @@ -0,0 +1,55 @@ +preflabel,definition,notation,altlabel,related +NZGD2000 / Collingwood 2000,,2114,COLLTM2000, +NZGD49 / Collingwood Circuit,,27214,COLLTM1949, +NZGD2000 / Gawler 2000,,2125,GAWLTM2000, +NZGD49 / Gawler Circuit,,27225,GAWLTM1949, +NZGD2000 / Grey 2000,,2118,GREYTM2000, +NZGD49 / Grey Circuit,,27218,GREYTM1949, +NZGD2000 / Hawkes Bay 2000,,2108,HAWKTM2000, +NZGD49 / Hawkes Bay Circuit,,27208,HAWKTM1949, +NZGD2000 / Hokitika 2000,,2121,HOKITM2000, +NZGD49 / Hokitika Circuit,,27221,HOKITM1949, +NZGD2000 / Jacksons Bay 2000,,2123,JACKTM2000, +NZGD49 / Jacksons Bay Circuit,,27223,JACKTM1949, +NZGD2000 / Karamea 2000,,2116,KARATM2000, +NZGD49 / Karamea Circuit,,27216,KARATM1949, +NZGD2000 / Lindis Peak 2000,,2127,LINDTM2000, +NZGD49 / Lindis Peak Circuit,,27227,LINDTM1949, +NZGD2000 / Marlborough 2000,,2120,MARLTM2000, +NZGD49 / Marlborough Circuit,,27220,MARLTM1949, +NZGD2000 / Mount Eden 2000,,2105,EDENTM2000, +NZGD49 / Mount Eden Circuit,,27205,EDENTM1949, +NZGD2000 / Bay of Plenty 2000,,2106,PLENTM2000, +NZGD49 / Bay of Plenty Circuit,,27206,PLENTM1949, +NZGD2000 / Mount Pleasant 2000,,2124,PLEATM2000, +NZGD49 / Mount Pleasant Circuit,,27224,PLEATM1949, +NZGD2000 / Mount York 2000,,2129,YORKTM2000, +NZGD49 / Mount York Circuit,,27229,YORKTM1949, +NZGD2000 / Mount Nicholas 2000,,2128,NICHTM2000, +NZGD49 / Mount Nicholas Circuit,,27228,NICHTM1949, +NZGD2000 / Nelson 2000,,2115,NELSTM2000, +NZGD49 / Nelson Circuit,,27215,NELSTM1949, +NZGD2000 / North Taieri 2000,,2131,TAIETM2000, +NZGD49 / North Taieri Circuit,,27231,TAIETM1949, +NZGD2000 / Observation Point 2000,,2130,OBSETM2000, +NZGD49 / Observation Point Circuit,,27230,OBSETM1949, +NZGD2000 / Okarito 2000,,2122,OKARTM2000, +NZGD49 / Okarito Circuit,,27222,OKARTM1949, +NZGD2000 / Poverty Bay 2000,,2107,POVETM2000, +NZGD49 / Poverty Bay Circuit,,27207,POVETM1949, +NZGD2000 / Taranaki 2000,,2109,TARATM2000, +NZGD49 / Taranaki Circuit,,27209,TARATM1949, +NZGD2000 / Timaru 2000,,2126,TIMATM2000, +NZGD49 / Timaru Circuit,,27226,TIMATM1949, +NZGD2000 / Tuhirangi 2000,,2110,TUHITM2000, +NZGD49 / Tuhirangi Circuit,,27210,TUHITM1949, +NZGD2000 / Wairarapa 2000,,2112,WAIRTM2000, +NZGD49 / Wairarapa Circuit,,27212,WAIRTM1949, +NZGD2000 / Wanganui 2000,,2111,WANGTM2000, +NZGD49 / Wanganui Circuit,,27211,WANGTM1949, +NZGD2000 / Wellington 2000,,2113,WELLTM2000, +NZGD49 / Wellington Circuit,,27213,WELLTM1949, +NZGD49,,4272,NZGD1949, +NZGD2000,,4167,, +NZGD49 / New Zealand Map Grid,,27200,NZMG, +NZGD2000 / New Zealand Transverse Mercator 2000,,2193,NZTM, \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-crs.jsonld b/cadastre/CSD-Header/nz-crs.jsonld new file mode 100644 index 0000000..5ae45e2 --- /dev/null +++ b/cadastre/CSD-Header/nz-crs.jsonld @@ -0,0 +1,572 @@ +{ + "@context": [ + { + "@base": "http://www.opengis.net/def/crs/EPSG/0/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "http://www.opengis.net/def/crs/EPSG/0", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Coordinate Reference Systems", + "class": "termtype:AllowableCoordinateReferenceSystem", + "concepts": [ + { + "preflabel": "NZGD2000 / Collingwood 2000", + "definition": null, + "notation": "2114", + "altlabel": "COLLTM2000", + "related": null, + "@id": "2114", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Collingwood Circuit", + "definition": null, + "notation": "27214", + "altlabel": "COLLTM1949", + "related": null, + "@id": "27214", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Gawler 2000", + "definition": null, + "notation": "2125", + "altlabel": "GAWLTM2000", + "related": null, + "@id": "2125", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Gawler Circuit", + "definition": null, + "notation": "27225", + "altlabel": "GAWLTM1949", + "related": null, + "@id": "27225", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Grey 2000", + "definition": null, + "notation": "2118", + "altlabel": "GREYTM2000", + "related": null, + "@id": "2118", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Grey Circuit", + "definition": null, + "notation": "27218", + "altlabel": "GREYTM1949", + "related": null, + "@id": "27218", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Hawkes Bay 2000", + "definition": null, + "notation": "2108", + "altlabel": "HAWKTM2000", + "related": null, + "@id": "2108", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Hawkes Bay Circuit", + "definition": null, + "notation": "27208", + "altlabel": "HAWKTM1949", + "related": null, + "@id": "27208", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Hokitika 2000", + "definition": null, + "notation": "2121", + "altlabel": "HOKITM2000", + "related": null, + "@id": "2121", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Hokitika Circuit", + "definition": null, + "notation": "27221", + "altlabel": "HOKITM1949", + "related": null, + "@id": "27221", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Jacksons Bay 2000", + "definition": null, + "notation": "2123", + "altlabel": "JACKTM2000", + "related": null, + "@id": "2123", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Jacksons Bay Circuit", + "definition": null, + "notation": "27223", + "altlabel": "JACKTM1949", + "related": null, + "@id": "27223", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Karamea 2000", + "definition": null, + "notation": "2116", + "altlabel": "KARATM2000", + "related": null, + "@id": "2116", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Karamea Circuit", + "definition": null, + "notation": "27216", + "altlabel": "KARATM1949", + "related": null, + "@id": "27216", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Lindis Peak 2000", + "definition": null, + "notation": "2127", + "altlabel": "LINDTM2000", + "related": null, + "@id": "2127", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Lindis Peak Circuit", + "definition": null, + "notation": "27227", + "altlabel": "LINDTM1949", + "related": null, + "@id": "27227", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Marlborough 2000", + "definition": null, + "notation": "2120", + "altlabel": "MARLTM2000", + "related": null, + "@id": "2120", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Marlborough Circuit", + "definition": null, + "notation": "27220", + "altlabel": "MARLTM1949", + "related": null, + "@id": "27220", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Mount Eden 2000", + "definition": null, + "notation": "2105", + "altlabel": "EDENTM2000", + "related": null, + "@id": "2105", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Mount Eden Circuit", + "definition": null, + "notation": "27205", + "altlabel": "EDENTM1949", + "related": null, + "@id": "27205", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Bay of Plenty 2000", + "definition": null, + "notation": "2106", + "altlabel": "PLENTM2000", + "related": null, + "@id": "2106", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Bay of Plenty Circuit", + "definition": null, + "notation": "27206", + "altlabel": "PLENTM1949", + "related": null, + "@id": "27206", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Mount Pleasant 2000", + "definition": null, + "notation": "2124", + "altlabel": "PLEATM2000", + "related": null, + "@id": "2124", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Mount Pleasant Circuit", + "definition": null, + "notation": "27224", + "altlabel": "PLEATM1949", + "related": null, + "@id": "27224", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Mount York 2000", + "definition": null, + "notation": "2129", + "altlabel": "YORKTM2000", + "related": null, + "@id": "2129", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Mount York Circuit", + "definition": null, + "notation": "27229", + "altlabel": "YORKTM1949", + "related": null, + "@id": "27229", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Mount Nicholas 2000", + "definition": null, + "notation": "2128", + "altlabel": "NICHTM2000", + "related": null, + "@id": "2128", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Mount Nicholas Circuit", + "definition": null, + "notation": "27228", + "altlabel": "NICHTM1949", + "related": null, + "@id": "27228", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Nelson 2000", + "definition": null, + "notation": "2115", + "altlabel": "NELSTM2000", + "related": null, + "@id": "2115", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Nelson Circuit", + "definition": null, + "notation": "27215", + "altlabel": "NELSTM1949", + "related": null, + "@id": "27215", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / North Taieri 2000", + "definition": null, + "notation": "2131", + "altlabel": "TAIETM2000", + "related": null, + "@id": "2131", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / North Taieri Circuit", + "definition": null, + "notation": "27231", + "altlabel": "TAIETM1949", + "related": null, + "@id": "27231", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Observation Point 2000", + "definition": null, + "notation": "2130", + "altlabel": "OBSETM2000", + "related": null, + "@id": "2130", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Observation Point Circuit", + "definition": null, + "notation": "27230", + "altlabel": "OBSETM1949", + "related": null, + "@id": "27230", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Okarito 2000", + "definition": null, + "notation": "2122", + "altlabel": "OKARTM2000", + "related": null, + "@id": "2122", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Okarito Circuit", + "definition": null, + "notation": "27222", + "altlabel": "OKARTM1949", + "related": null, + "@id": "27222", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Poverty Bay 2000", + "definition": null, + "notation": "2107", + "altlabel": "POVETM2000", + "related": null, + "@id": "2107", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Poverty Bay Circuit", + "definition": null, + "notation": "27207", + "altlabel": "POVETM1949", + "related": null, + "@id": "27207", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Taranaki 2000", + "definition": null, + "notation": "2109", + "altlabel": "TARATM2000", + "related": null, + "@id": "2109", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Taranaki Circuit", + "definition": null, + "notation": "27209", + "altlabel": "TARATM1949", + "related": null, + "@id": "27209", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Timaru 2000", + "definition": null, + "notation": "2126", + "altlabel": "TIMATM2000", + "related": null, + "@id": "2126", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Timaru Circuit", + "definition": null, + "notation": "27226", + "altlabel": "TIMATM1949", + "related": null, + "@id": "27226", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Tuhirangi 2000", + "definition": null, + "notation": "2110", + "altlabel": "TUHITM2000", + "related": null, + "@id": "2110", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Tuhirangi Circuit", + "definition": null, + "notation": "27210", + "altlabel": "TUHITM1949", + "related": null, + "@id": "27210", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Wairarapa 2000", + "definition": null, + "notation": "2112", + "altlabel": "WAIRTM2000", + "related": null, + "@id": "2112", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Wairarapa Circuit", + "definition": null, + "notation": "27212", + "altlabel": "WAIRTM1949", + "related": null, + "@id": "27212", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Wanganui 2000", + "definition": null, + "notation": "2111", + "altlabel": "WANGTM2000", + "related": null, + "@id": "2111", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Wanganui Circuit", + "definition": null, + "notation": "27211", + "altlabel": "WANGTM1949", + "related": null, + "@id": "27211", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / Wellington 2000", + "definition": null, + "notation": "2113", + "altlabel": "WELLTM2000", + "related": null, + "@id": "2113", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / Wellington Circuit", + "definition": null, + "notation": "27213", + "altlabel": "WELLTM1949", + "related": null, + "@id": "27213", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49", + "definition": null, + "notation": "4272", + "altlabel": "NZGD1949", + "related": null, + "@id": "4272", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000", + "definition": null, + "notation": "4167", + "altlabel": null, + "related": null, + "@id": "4167", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD49 / New Zealand Map Grid", + "definition": null, + "notation": "27200", + "altlabel": "NZMG", + "related": null, + "@id": "27200", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZGD2000 / New Zealand Transverse Mercator 2000", + "definition": null, + "notation": "2193", + "altlabel": "NZTM", + "related": null, + "@id": "2193", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-crs.ttl b/cadastre/CSD-Header/nz-crs.ttl new file mode 100644 index 0000000..9e55800 --- /dev/null +++ b/cadastre/CSD-Header/nz-crs.ttl @@ -0,0 +1,403 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "EDENTM2000" ; + skos:inScheme ; + skos:notation "2105" ; + skos:prefLabel "NZGD2000 / Mount Eden 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "PLENTM2000" ; + skos:inScheme ; + skos:notation "2106" ; + skos:prefLabel "NZGD2000 / Bay of Plenty 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "POVETM2000" ; + skos:inScheme ; + skos:notation "2107" ; + skos:prefLabel "NZGD2000 / Poverty Bay 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "HAWKTM2000" ; + skos:inScheme ; + skos:notation "2108" ; + skos:prefLabel "NZGD2000 / Hawkes Bay 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "TARATM2000" ; + skos:inScheme ; + skos:notation "2109" ; + skos:prefLabel "NZGD2000 / Taranaki 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "TUHITM2000" ; + skos:inScheme ; + skos:notation "2110" ; + skos:prefLabel "NZGD2000 / Tuhirangi 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "WANGTM2000" ; + skos:inScheme ; + skos:notation "2111" ; + skos:prefLabel "NZGD2000 / Wanganui 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "WAIRTM2000" ; + skos:inScheme ; + skos:notation "2112" ; + skos:prefLabel "NZGD2000 / Wairarapa 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "WELLTM2000" ; + skos:inScheme ; + skos:notation "2113" ; + skos:prefLabel "NZGD2000 / Wellington 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "COLLTM2000" ; + skos:inScheme ; + skos:notation "2114" ; + skos:prefLabel "NZGD2000 / Collingwood 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "NELSTM2000" ; + skos:inScheme ; + skos:notation "2115" ; + skos:prefLabel "NZGD2000 / Nelson 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "KARATM2000" ; + skos:inScheme ; + skos:notation "2116" ; + skos:prefLabel "NZGD2000 / Karamea 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "GREYTM2000" ; + skos:inScheme ; + skos:notation "2118" ; + skos:prefLabel "NZGD2000 / Grey 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "MARLTM2000" ; + skos:inScheme ; + skos:notation "2120" ; + skos:prefLabel "NZGD2000 / Marlborough 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "HOKITM2000" ; + skos:inScheme ; + skos:notation "2121" ; + skos:prefLabel "NZGD2000 / Hokitika 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "OKARTM2000" ; + skos:inScheme ; + skos:notation "2122" ; + skos:prefLabel "NZGD2000 / Okarito 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "JACKTM2000" ; + skos:inScheme ; + skos:notation "2123" ; + skos:prefLabel "NZGD2000 / Jacksons Bay 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "PLEATM2000" ; + skos:inScheme ; + skos:notation "2124" ; + skos:prefLabel "NZGD2000 / Mount Pleasant 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "GAWLTM2000" ; + skos:inScheme ; + skos:notation "2125" ; + skos:prefLabel "NZGD2000 / Gawler 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "TIMATM2000" ; + skos:inScheme ; + skos:notation "2126" ; + skos:prefLabel "NZGD2000 / Timaru 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "LINDTM2000" ; + skos:inScheme ; + skos:notation "2127" ; + skos:prefLabel "NZGD2000 / Lindis Peak 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "NICHTM2000" ; + skos:inScheme ; + skos:notation "2128" ; + skos:prefLabel "NZGD2000 / Mount Nicholas 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "YORKTM2000" ; + skos:inScheme ; + skos:notation "2129" ; + skos:prefLabel "NZGD2000 / Mount York 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "OBSETM2000" ; + skos:inScheme ; + skos:notation "2130" ; + skos:prefLabel "NZGD2000 / Observation Point 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "TAIETM2000" ; + skos:inScheme ; + skos:notation "2131" ; + skos:prefLabel "NZGD2000 / North Taieri 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "NZTM" ; + skos:inScheme ; + skos:notation "2193" ; + skos:prefLabel "NZGD2000 / New Zealand Transverse Mercator 2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "NZMG" ; + skos:inScheme ; + skos:notation "27200" ; + skos:prefLabel "NZGD49 / New Zealand Map Grid" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "EDENTM1949" ; + skos:inScheme ; + skos:notation "27205" ; + skos:prefLabel "NZGD49 / Mount Eden Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "PLENTM1949" ; + skos:inScheme ; + skos:notation "27206" ; + skos:prefLabel "NZGD49 / Bay of Plenty Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "POVETM1949" ; + skos:inScheme ; + skos:notation "27207" ; + skos:prefLabel "NZGD49 / Poverty Bay Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "HAWKTM1949" ; + skos:inScheme ; + skos:notation "27208" ; + skos:prefLabel "NZGD49 / Hawkes Bay Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "TARATM1949" ; + skos:inScheme ; + skos:notation "27209" ; + skos:prefLabel "NZGD49 / Taranaki Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "TUHITM1949" ; + skos:inScheme ; + skos:notation "27210" ; + skos:prefLabel "NZGD49 / Tuhirangi Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "WANGTM1949" ; + skos:inScheme ; + skos:notation "27211" ; + skos:prefLabel "NZGD49 / Wanganui Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "WAIRTM1949" ; + skos:inScheme ; + skos:notation "27212" ; + skos:prefLabel "NZGD49 / Wairarapa Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "WELLTM1949" ; + skos:inScheme ; + skos:notation "27213" ; + skos:prefLabel "NZGD49 / Wellington Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "COLLTM1949" ; + skos:inScheme ; + skos:notation "27214" ; + skos:prefLabel "NZGD49 / Collingwood Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "NELSTM1949" ; + skos:inScheme ; + skos:notation "27215" ; + skos:prefLabel "NZGD49 / Nelson Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "KARATM1949" ; + skos:inScheme ; + skos:notation "27216" ; + skos:prefLabel "NZGD49 / Karamea Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "GREYTM1949" ; + skos:inScheme ; + skos:notation "27218" ; + skos:prefLabel "NZGD49 / Grey Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "MARLTM1949" ; + skos:inScheme ; + skos:notation "27220" ; + skos:prefLabel "NZGD49 / Marlborough Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "HOKITM1949" ; + skos:inScheme ; + skos:notation "27221" ; + skos:prefLabel "NZGD49 / Hokitika Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "OKARTM1949" ; + skos:inScheme ; + skos:notation "27222" ; + skos:prefLabel "NZGD49 / Okarito Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "JACKTM1949" ; + skos:inScheme ; + skos:notation "27223" ; + skos:prefLabel "NZGD49 / Jacksons Bay Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "PLEATM1949" ; + skos:inScheme ; + skos:notation "27224" ; + skos:prefLabel "NZGD49 / Mount Pleasant Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "GAWLTM1949" ; + skos:inScheme ; + skos:notation "27225" ; + skos:prefLabel "NZGD49 / Gawler Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "TIMATM1949" ; + skos:inScheme ; + skos:notation "27226" ; + skos:prefLabel "NZGD49 / Timaru Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "LINDTM1949" ; + skos:inScheme ; + skos:notation "27227" ; + skos:prefLabel "NZGD49 / Lindis Peak Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "NICHTM1949" ; + skos:inScheme ; + skos:notation "27228" ; + skos:prefLabel "NZGD49 / Mount Nicholas Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "YORKTM1949" ; + skos:inScheme ; + skos:notation "27229" ; + skos:prefLabel "NZGD49 / Mount York Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "OBSETM1949" ; + skos:inScheme ; + skos:notation "27230" ; + skos:prefLabel "NZGD49 / Observation Point Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "TAIETM1949" ; + skos:inScheme ; + skos:notation "27231" ; + skos:prefLabel "NZGD49 / North Taieri Circuit" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:inScheme ; + skos:notation "4167" ; + skos:prefLabel "NZGD2000" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "NZGD1949" ; + skos:inScheme ; + skos:notation "4272" ; + skos:prefLabel "NZGD49" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Coordinate Reference Systems" ; + skos:scopeNote "termtype:AllowableCoordinateReferenceSystem" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:49.775384"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:49.632542"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/nz-land-district.csv b/cadastre/CSD-Header/nz-land-district.csv new file mode 100644 index 0000000..6f7b208 --- /dev/null +++ b/cadastre/CSD-Header/nz-land-district.csv @@ -0,0 +1,13 @@ +preflabel,definition,notation,altlabel,related +North Auckland,North Auckland administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.,NA,, +South Auckland,South Auckland administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.,SA,, +Gisborne,Gisborne administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.,GS,, +Hawkes Bay,Hawkes Bay administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.,HB,, +Taranaki,Taranaki administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.,TN,, +Wellington,Wellington administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.,WN,, +Nelson,Nelson administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.,NL,, +Marlborough,Marlborough administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.,MB,, +Canterbury,Canterbury administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.,CB,, +Westland,Westland administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.,WS,, +Otago,Otago administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.,OT,, +Southland,Southland administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.,SL,, \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-land-district.jsonld b/cadastre/CSD-Header/nz-land-district.jsonld new file mode 100644 index 0000000..3c1febe --- /dev/null +++ b/cadastre/CSD-Header/nz-land-district.jsonld @@ -0,0 +1,152 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-land-district/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-land-district", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Land Districts", + "class": "termtype:AdminUnit", + "concepts": [ + { + "preflabel": "North Auckland", + "definition": "North Auckland administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.", + "notation": "NA", + "altlabel": null, + "related": null, + "@id": "NA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Auckland", + "definition": "South Auckland administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.", + "notation": "SA", + "altlabel": null, + "related": null, + "@id": "SA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gisborne", + "definition": "Gisborne administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.", + "notation": "GS", + "altlabel": null, + "related": null, + "@id": "GS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hawkes Bay", + "definition": "Hawkes Bay administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.", + "notation": "HB", + "altlabel": null, + "related": null, + "@id": "HB", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Taranaki", + "definition": "Taranaki administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.", + "notation": "TN", + "altlabel": null, + "related": null, + "@id": "TN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wellington", + "definition": "Wellington administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.", + "notation": "WN", + "altlabel": null, + "related": null, + "@id": "WN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nelson", + "definition": "Nelson administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.", + "notation": "NL", + "altlabel": null, + "related": null, + "@id": "NL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marlborough", + "definition": "Marlborough administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.", + "notation": "MB", + "altlabel": null, + "related": null, + "@id": "MB", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Canterbury", + "definition": "Canterbury administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.", + "notation": "CB", + "altlabel": null, + "related": null, + "@id": "CB", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Westland", + "definition": "Westland administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.", + "notation": "WS", + "altlabel": null, + "related": null, + "@id": "WS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Otago", + "definition": "Otago administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.", + "notation": "OT", + "altlabel": null, + "related": null, + "@id": "OT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Southland", + "definition": "Southland administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline.", + "notation": "SL", + "altlabel": null, + "related": null, + "@id": "SL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-land-district.ttl b/cadastre/CSD-Header/nz-land-district.ttl new file mode 100644 index 0000000..49c50e6 --- /dev/null +++ b/cadastre/CSD-Header/nz-land-district.ttl @@ -0,0 +1,110 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "Canterbury administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline." ; + skos:inScheme ; + skos:notation "CB" ; + skos:prefLabel "Canterbury" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "Gisborne administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline." ; + skos:inScheme ; + skos:notation "GS" ; + skos:prefLabel "Gisborne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "Hawkes Bay administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline." ; + skos:inScheme ; + skos:notation "HB" ; + skos:prefLabel "Hawkes Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "Marlborough administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline." ; + skos:inScheme ; + skos:notation "MB" ; + skos:prefLabel "Marlborough" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "North Auckland administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline." ; + skos:inScheme ; + skos:notation "NA" ; + skos:prefLabel "North Auckland" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "Nelson administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline." ; + skos:inScheme ; + skos:notation "NL" ; + skos:prefLabel "Nelson" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "Otago administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline." ; + skos:inScheme ; + skos:notation "OT" ; + skos:prefLabel "Otago" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "South Auckland administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline." ; + skos:inScheme ; + skos:notation "SA" ; + skos:prefLabel "South Auckland" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "Southland administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline." ; + skos:inScheme ; + skos:notation "SL" ; + skos:prefLabel "Southland" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "Taranaki administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline." ; + skos:inScheme ; + skos:notation "TN" ; + skos:prefLabel "Taranaki" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "Wellington administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline." ; + skos:inScheme ; + skos:notation "WN" ; + skos:prefLabel "Wellington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "Westland administrative area that all titles and surveys were registered against prior to Landonline. It is required to uniquely identify survey and title records created prior to Landonline." ; + skos:inScheme ; + skos:notation "WS" ; + skos:prefLabel "Westland" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Land Districts" ; + skos:scopeNote "termtype:AdminUnit" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:45.054037"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:44.959356"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/nz-survey-class.csv b/cadastre/CSD-Header/nz-survey-class.csv new file mode 100644 index 0000000..2fdbb58 --- /dev/null +++ b/cadastre/CSD-Header/nz-survey-class.csv @@ -0,0 +1,5 @@ +preflabel,definition,notation,altlabel,related +Class A,Urban and the most accurate. The class A tolerance for boundary points increases from 0.06m at a rate of 0.015m per 100m.,a,, +Class B,Rural and not as accurate as class A. The class B tolerance for boundary points increases from 0.30m at a rate of 0.06m per 100m.,b,, +Class C,Used in specified rural circumstances where a less accurate boundary is acceptable. The class C tolerance for boundary points increases from 1.00m at a rate of 0.30m per 100m.,c,, +Class D,(used in exceptional circumstances where the existing boundary accuracy is unknown or unable to be determined and it is appropriate to permit these inaccuracies to remain,d,, \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-survey-class.jsonld b/cadastre/CSD-Header/nz-survey-class.jsonld new file mode 100644 index 0000000..0266642 --- /dev/null +++ b/cadastre/CSD-Header/nz-survey-class.jsonld @@ -0,0 +1,72 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-survey-class/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-survey-class", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Survey Class", + "class": "termtype:SurveyType", + "concepts": [ + { + "preflabel": "Class A", + "definition": "Urban and the most accurate. The class A tolerance for boundary points increases from 0.06m at a rate of 0.015m per 100m.", + "notation": "a", + "altlabel": null, + "related": null, + "@id": "a", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "Class B", + "definition": "Rural and not as accurate as class A. The class B tolerance for boundary points increases from 0.30m at a rate of 0.06m per 100m.", + "notation": "b", + "altlabel": null, + "related": null, + "@id": "b", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "Class C", + "definition": "Used in specified rural circumstances where a less accurate boundary is acceptable. The class C tolerance for boundary points increases from 1.00m at a rate of 0.30m per 100m.", + "notation": "c", + "altlabel": null, + "related": null, + "@id": "c", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "Class D", + "definition": "(used in exceptional circumstances where the existing boundary accuracy is unknown or unable to be determined and it is appropriate to permit these inaccuracies to remain", + "notation": "d", + "altlabel": null, + "related": null, + "@id": "d", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-survey-class.ttl b/cadastre/CSD-Header/nz-survey-class.ttl new file mode 100644 index 0000000..ab7280a --- /dev/null +++ b/cadastre/CSD-Header/nz-survey-class.ttl @@ -0,0 +1,54 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "Urban and the most accurate. The class A tolerance for boundary points increases from 0.06m at a rate of 0.015m per 100m." ; + skos:inScheme ; + skos:notation "a" ; + skos:prefLabel "Class A" . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "Rural and not as accurate as class A. The class B tolerance for boundary points increases from 0.30m at a rate of 0.06m per 100m." ; + skos:inScheme ; + skos:notation "b" ; + skos:prefLabel "Class B" . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "Used in specified rural circumstances where a less accurate boundary is acceptable. The class C tolerance for boundary points increases from 1.00m at a rate of 0.30m per 100m." ; + skos:inScheme ; + skos:notation "c" ; + skos:prefLabel "Class C" . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "(used in exceptional circumstances where the existing boundary accuracy is unknown or unable to be determined and it is appropriate to permit these inaccuracies to remain" ; + skos:inScheme ; + skos:notation "d" ; + skos:prefLabel "Class D" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Survey Class" ; + skos:scopeNote "termtype:SurveyType" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:34.086478"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:34.000863"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/nz-survey-documentation-type.csv b/cadastre/CSD-Header/nz-survey-documentation-type.csv new file mode 100644 index 0000000..0dfe277 --- /dev/null +++ b/cadastre/CSD-Header/nz-survey-documentation-type.csv @@ -0,0 +1,68 @@ +preflabel,definition,notation,altlabel,related +Accretion Claim Affidavit,"Affidavit required in support of the claim for accretion to land. Declaration by an independent person verifying that accretion has been caused by the slow and imperceptible build up of land.",aca,, +Additional Colour Plan Image,"Additional image of a colour plan.",acpi,, +Adjoining Owners Declarations,"Adjoining owners consents for the definition of boundaries as set out in the survey.",aod,, +Amendment List,"List of amendments required to amend a cadastral survey transaction.",al,, +Amendment Report,"Report of the items amended for a cadastral survey transaction and how the amendments were done.",ar,, +Amendments Request,"Request from a surveyor giving authority for a change to be made to their survey.",a-rqt,, +Appellation Request Declined,"Declined request for issue of an appellation for the creation of a parcel of land.",ard,, +Approved notice from MLC,"Correspondence that may accompany a plan returned from the Maori Land Court with the Judge's signature.",andm,, +Approved Form,"Form approved for use in registration, either by the Registrar General of Land (RGL) or Senior Regulatory Adviser (SRA). Any fees are paid against the instrument type FAP.",af,, +Area Schedule,"Schedule of parcels defined in an e-survey for Legalisation or Crown Subdivision purposes. Contains information such as legal description, land status and proposed action. Not to be used for easement/covenant information or for Land Transfer Plans. This SUD type does not bundle with the CSD or Title Plans.",as,, +Calculation Sheet,"Sheet of calculations associated with the survey.",cs,, +Change of Trustee,"Trustee details for Friendly Societies, etc (as opposed to Charitable Trusts). No fees are paid and the application is not registered.",c-t,, +Chief Surveyors Plan Report to DLR,"A report prepared by the approving surveyor outlining any anomalies found by a cadastral survey with existing title.",cspt-dlr,, +Consent / Permit,"Miscellaneous consents. Note consents to the deposit of unit plans have a document type of CON and fees are recorded against that instrument type.",c-p,, +Correspondence,"Letters and other correspondence associated with the survey.",c,, +Court Order,"Court Orders received for Lapsing of Caveats, Joint Family Home advertising etc.",co,, +CSLB (Cadastral Survey Licensing Board) Document,"A Supervision Order requested by the Cadastral Survey Licensing Board (CSLB). The affected surveyor submits their survey with a letter from another licensed surveyor (attached as a supporting document) stating that the survey meets the survey rule requirements. The CSLB will advise the affected surveyor when this supporting document type is to be used.",cslb-d,, +Dataset Lodgement Profile Form,"A template form for the surveyor to complete to indicate the complexity of the e-survey.",dlpf,, +Datum Details,"Details of a particular datum used for a survey.",dd,, +Deposit Document,"Document deposited to support a survey.",d-doc,, +Description of Boundaries ML Court,"Description of the land as set out by the MLC. Māori Land Court Order copy associated with a Māori Land survey.",db-mlc,, +Disciplinary Action Recommendation,"Report details from Chief Surveyor recommending disciplinary action against a Surveyor.",dar,, +E-Dealing Dispensation,"A request accompanying a manual dealing requesting LINZ to exempt the conveyancer from having to present it as an e-dealing.",edd,, +Equipment Test,"Report of equipment test results.",et,, +Error Item Report,"Report detailing the errors identified and the impact on other data.",eir,, +E-Survey Fast Track Processing Request Form,"Requests priority processing for an e-survey with an associated lodged dealing. This document is available as a .pdf on the LINZ website. Solicitors can lodge an e-request via workspace, which is automated.",esftpr,, +Fee Query,"A fee query linked to an associated e-dealing or e-survey.",fq,, +Field Information,"Record of observations taken in the field by a surveyor and associated with the survey.",fi,, +Field Report,"The report prepared after field audit of a survey.",fr,, +Field Request,"Instructions issued for field audit of a cadastral survey.",f-r,, +Geodetic Other,"Miscellaneous geodetic report associated with a geodetic work.",go,, +Geodetic Work Report,"A report supplied by a geodetic contractor giving details of a geodetic work.",gwr,, +Lodgement Form,"A form included with a survey or dealing transaction when manually lodged.",lf,, +Mark and Vectors Report,"Mark and Vectors report for the e-survey.",m-vr,, +Mark Details,"Details of a survey mark. Usually associated with a geodetic mark.",md,, +Mark Photograph,"Photograph of a mark. Usually associated with a geodetic mark.",mp,, +Memorandum,"Memoranda under s209 Land Transfer Act 2017 (also registered as a document).",m,, +Node Confirmation,"Confirmation of location of a proposed node/mark.",nc,, +Occupation Diagram,"Diagram of occupation associated with the survey to attach to a Digital Survey Plan.",od,, +Office Report,"Report prepared after office audit of a cadastral survey.",or,, +Office Request,"The instructions issued for an office audit of a cadastral survey.",o-r,, +Owners Consent,"Owner's consent or adjoining owner's consent submitted as a separate document but as part of a transaction.",oc,, +Plan Graphic,"Commonly used to depict parcels on CSD's that have permanent structure boundaries or stratum boundaries, e.g., Unit & Cross Lease CSD's. Can be used to show plan, elevation or cross-section views. The Plan Graphic forms part of the Survey Diagram and Diagram of Parcels and bundles with the CSD and Title Plans. This SUD type can also be used for a plan returned from the Maori Land Court signed by the Judge to attach to CSD and Title Plans.",pg,, +Plot / Diagram,"Plot or diagram to support survey definition, e.g., aerial photograph, digitised stream fix.",p-d,, +Power of Attorney,"Power of Attorney summary (also registered as a document).",pa,, +Pre-Allocation Request,"A request for LINZ to allocate one or more new title numbers what will issue when a land transfer survey deposits.",p-ar,, +Pre-Check Rejection Letter,"A copy of a rejection letter or report from LINZ attached to the re-lodged dealing or survey.",p-crl,, +PSB Non Primary Graphic (PSBG),"Used to depict easements defined by Permanent Structure Boundaries where survey purpose is Easement, Lease or Statutory Easement/Right. When this supporting document type is selected, the attached documents are incorporated into the CSD or Title Plan images, allowing the CSD to be submitted without spatial capture.",psbg,, +Request to produce instrument (s211 Land Transfer Act 1952),"Request by the Senior Regulatory Adviser (SRA) for a customer to produce an instrument or title.",s211,, +Requisition/Rejection Review,"An online form provided by LINZ to allow conveyancers and surveyors to request LINZ to review the reasons for rejection or requisition of a dealing or survey.",r-rr,, +Response to Requisition Notice,"Surveyors reply to a requisition associated with a survey.",rrn,, +Re-submission Fee Review,"An online form provided by LINZ to allow conveyancers and surveyors to request LINZ to review the fees for rejection or requisition of a dealing or survey.",r-sfr,, +Schedule / Memorandum,"Schedule or memorandum containing information about easements as required by Rule 10.2 of the Rules for Cadastral Survey 2010. Can also be used for recording covenant information required by Rule 10.3 of the Rules for Cadastral Survey 2010.",s-m,, +Scheme Plan,"Geodetic network planning.",sp,, +Search Fee Wastage,"Report associated with searching.",sfw,, +Site Details,"Details of a geodetic site which may contain one or more survey marks.",sd,, +Site Photograph,"Photo of survey monuments (usually associated with geodetic marks).",sp,, +Survey Assistance Report,"A report by a surveyor as required by Rule 8.2 of the Rules for Cadastral Survey 2010.",sar,, +Survey Data Graphic,"A type of plan graphic containing survey data to be incorporated with the Record of Survey. Used to depict survey data that is not required to be captured by the Standard for lodgement of cadastral survey datasets (LINZS70000). For example can be used for recording survey data on Simple and Complex Boundary Reinstatement CSDs.",sdg,, +Survey Report,"A report by a surveyor giving details of a survey as required under the Surveyor-Generals Guidelines.",sr,, +TA Correspondence,"Miscellaneous. Territorial Authority correspondence associated with the survey.",tac,, +Territorial Authority (TA) Certificate,"Certification from a TA to attach to a Digital Survey Plan and Digital Title Plan.",ta-c,, +Territorial Authority (TA) Certificate Plan Image,"A scanned image of a certified paper survey plan.",tacpi,, +Traverse Sheet,"Traverse sheets associated with the survey.",ts,, +Unit Entitlements and Valuers Certification,"Valuer's Unit Entitlement and Certification for Unit Developments.",uevc,, +Water Boundary Record,"Record of the position of any new water boundary associated with the survey.",wbr,, +Withdraw Instrument/Dealing,"Request to withdraw an instrument or dealing.",wi-d,, diff --git a/cadastre/CSD-Header/nz-survey-documentation-type.jsonld b/cadastre/CSD-Header/nz-survey-documentation-type.jsonld new file mode 100644 index 0000000..ffdc472 --- /dev/null +++ b/cadastre/CSD-Header/nz-survey-documentation-type.jsonld @@ -0,0 +1,702 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-survey-documentation-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-survey-documentation-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ types of Survey Documentation", + "class": "termtype:DocType", + "concepts": [ + { + "preflabel": "Accretion Claim Affidavit", + "definition": "Affidavit required in support of the claim for accretion to land. Declaration by an independent person verifying that accretion has been caused by the slow and imperceptible build up of land.", + "notation": "aca", + "altlabel": null, + "related": null, + "@id": "aca", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Additional Colour Plan Image", + "definition": "Additional image of a colour plan.", + "notation": "acpi", + "altlabel": null, + "related": null, + "@id": "acpi", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Adjoining Owners Declarations", + "definition": "Adjoining owners consents for the definition of boundaries as set out in the survey.", + "notation": "aod", + "altlabel": null, + "related": null, + "@id": "aod", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Amendment List", + "definition": "List of amendments required to amend a cadastral survey transaction.", + "notation": "al", + "altlabel": null, + "related": null, + "@id": "al", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Amendment Report", + "definition": "Report of the items amended for a cadastral survey transaction and how the amendments were done.", + "notation": "ar", + "altlabel": null, + "related": null, + "@id": "ar", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Amendments Request", + "definition": "Request from a surveyor giving authority for a change to be made to their survey.", + "notation": "a-rqt", + "altlabel": null, + "related": null, + "@id": "a-rqt", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Appellation Request Declined", + "definition": "Declined request for issue of an appellation for the creation of a parcel of land.", + "notation": "ard", + "altlabel": null, + "related": null, + "@id": "ard", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Approved notice from MLC", + "definition": "Correspondence that may accompany a plan returned from the Maori Land Court with the Judge's signature.", + "notation": "andm", + "altlabel": null, + "related": null, + "@id": "andm", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Approved Form", + "definition": "Form approved for use in registration, either by the Registrar General of Land (RGL) or Senior Regulatory Adviser (SRA). Any fees are paid against the instrument type FAP.", + "notation": "af", + "altlabel": null, + "related": null, + "@id": "af", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Area Schedule", + "definition": "Schedule of parcels defined in an e-survey for Legalisation or Crown Subdivision purposes. Contains information such as legal description, land status and proposed action. Not to be used for easement/covenant information or for Land Transfer Plans. This SUD type does not bundle with the CSD or Title Plans.", + "notation": "as", + "altlabel": null, + "related": null, + "@id": "as", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Calculation Sheet", + "definition": "Sheet of calculations associated with the survey.", + "notation": "cs", + "altlabel": null, + "related": null, + "@id": "cs", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Change of Trustee", + "definition": "Trustee details for Friendly Societies, etc (as opposed to Charitable Trusts). No fees are paid and the application is not registered.", + "notation": "c-t", + "altlabel": null, + "related": null, + "@id": "c-t", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Chief Surveyors Plan Report to DLR", + "definition": "A report prepared by the approving surveyor outlining any anomalies found by a cadastral survey with existing title.", + "notation": "cspt-dlr", + "altlabel": null, + "related": null, + "@id": "cspt-dlr", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Consent / Permit", + "definition": "Miscellaneous consents. Note consents to the deposit of unit plans have a document type of CON and fees are recorded against that instrument type.", + "notation": "c-p", + "altlabel": null, + "related": null, + "@id": "c-p", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Correspondence", + "definition": "Letters and other correspondence associated with the survey.", + "notation": "c", + "altlabel": null, + "related": null, + "@id": "c", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Court Order", + "definition": "Court Orders received for Lapsing of Caveats, Joint Family Home advertising etc.", + "notation": "co", + "altlabel": null, + "related": null, + "@id": "co", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "CSLB (Cadastral Survey Licensing Board) Document", + "definition": "A Supervision Order requested by the Cadastral Survey Licensing Board (CSLB). The affected surveyor submits their survey with a letter from another licensed surveyor (attached as a supporting document) stating that the survey meets the survey rule requirements. The CSLB will advise the affected surveyor when this supporting document type is to be used.", + "notation": "cslb-d", + "altlabel": null, + "related": null, + "@id": "cslb-d", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Dataset Lodgement Profile Form", + "definition": "A template form for the surveyor to complete to indicate the complexity of the e-survey.", + "notation": "dlpf", + "altlabel": null, + "related": null, + "@id": "dlpf", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Datum Details", + "definition": "Details of a particular datum used for a survey.", + "notation": "dd", + "altlabel": null, + "related": null, + "@id": "dd", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Deposit Document", + "definition": "Document deposited to support a survey.", + "notation": "d-doc", + "altlabel": null, + "related": null, + "@id": "d-doc", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Description of Boundaries ML Court", + "definition": "Description of the land as set out by the MLC. M\u0101ori Land Court Order copy associated with a M\u0101ori Land survey.", + "notation": "db-mlc", + "altlabel": null, + "related": null, + "@id": "db-mlc", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Disciplinary Action Recommendation", + "definition": "Report details from Chief Surveyor recommending disciplinary action against a Surveyor.", + "notation": "dar", + "altlabel": null, + "related": null, + "@id": "dar", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "E-Dealing Dispensation", + "definition": "A request accompanying a manual dealing requesting LINZ to exempt the conveyancer from having to present it as an e-dealing.", + "notation": "edd", + "altlabel": null, + "related": null, + "@id": "edd", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Equipment Test", + "definition": "Report of equipment test results.", + "notation": "et", + "altlabel": null, + "related": null, + "@id": "et", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Error Item Report", + "definition": "Report detailing the errors identified and the impact on other data.", + "notation": "eir", + "altlabel": null, + "related": null, + "@id": "eir", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "E-Survey Fast Track Processing Request Form", + "definition": "Requests priority processing for an e-survey with an associated lodged dealing. This document is available as a .pdf on the LINZ website. Solicitors can lodge an e-request via workspace, which is automated.", + "notation": "esftpr", + "altlabel": null, + "related": null, + "@id": "esftpr", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Fee Query", + "definition": "A fee query linked to an associated e-dealing or e-survey.", + "notation": "fq", + "altlabel": null, + "related": null, + "@id": "fq", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Field Information", + "definition": "Record of observations taken in the field by a surveyor and associated with the survey.", + "notation": "fi", + "altlabel": null, + "related": null, + "@id": "fi", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Field Report", + "definition": "The report prepared after field audit of a survey.", + "notation": "fr", + "altlabel": null, + "related": null, + "@id": "fr", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Field Request", + "definition": "Instructions issued for field audit of a cadastral survey.", + "notation": "f-r", + "altlabel": null, + "related": null, + "@id": "f-r", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Geodetic Other", + "definition": "Miscellaneous geodetic report associated with a geodetic work.", + "notation": "go", + "altlabel": null, + "related": null, + "@id": "go", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Geodetic Work Report", + "definition": "A report supplied by a geodetic contractor giving details of a geodetic work.", + "notation": "gwr", + "altlabel": null, + "related": null, + "@id": "gwr", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Lodgement Form", + "definition": "A form included with a survey or dealing transaction when manually lodged.", + "notation": "lf", + "altlabel": null, + "related": null, + "@id": "lf", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Mark and Vectors Report", + "definition": "Mark and Vectors report for the e-survey.", + "notation": "m-vr", + "altlabel": null, + "related": null, + "@id": "m-vr", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Mark Details", + "definition": "Details of a survey mark. Usually associated with a geodetic mark.", + "notation": "md", + "altlabel": null, + "related": null, + "@id": "md", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Mark Photograph", + "definition": "Photograph of a mark. Usually associated with a geodetic mark.", + "notation": "mp", + "altlabel": null, + "related": null, + "@id": "mp", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Memorandum", + "definition": "Memoranda under s209 Land Transfer Act 2017 (also registered as a document).", + "notation": "m", + "altlabel": null, + "related": null, + "@id": "m", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Node Confirmation", + "definition": "Confirmation of location of a proposed node/mark.", + "notation": "nc", + "altlabel": null, + "related": null, + "@id": "nc", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Occupation Diagram", + "definition": "Diagram of occupation associated with the survey to attach to a Digital Survey Plan.", + "notation": "od", + "altlabel": null, + "related": null, + "@id": "od", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Office Report", + "definition": "Report prepared after office audit of a cadastral survey.", + "notation": "or", + "altlabel": null, + "related": null, + "@id": "or", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Office Request", + "definition": "The instructions issued for an office audit of a cadastral survey.", + "notation": "o-r", + "altlabel": null, + "related": null, + "@id": "o-r", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Owners Consent", + "definition": "Owner's consent or adjoining owner's consent submitted as a separate document but as part of a transaction.", + "notation": "oc", + "altlabel": null, + "related": null, + "@id": "oc", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Plan Graphic", + "definition": "Commonly used to depict parcels on CSD's that have permanent structure boundaries or stratum boundaries, e.g., Unit & Cross Lease CSD's. Can be used to show plan, elevation or cross-section views. The Plan Graphic forms part of the Survey Diagram and Diagram of Parcels and bundles with the CSD and Title Plans. This SUD type can also be used for a plan returned from the Maori Land Court signed by the Judge to attach to CSD and Title Plans.", + "notation": "pg", + "altlabel": null, + "related": null, + "@id": "pg", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Plot / Diagram", + "definition": "Plot or diagram to support survey definition, e.g., aerial photograph, digitised stream fix.", + "notation": "p-d", + "altlabel": null, + "related": null, + "@id": "p-d", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Power of Attorney", + "definition": "Power of Attorney summary (also registered as a document).", + "notation": "pa", + "altlabel": null, + "related": null, + "@id": "pa", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Pre-Allocation Request", + "definition": "A request for LINZ to allocate one or more new title numbers what will issue when a land transfer survey deposits.", + "notation": "p-ar", + "altlabel": null, + "related": null, + "@id": "p-ar", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Pre-Check Rejection Letter", + "definition": "A copy of a rejection letter or report from LINZ attached to the re-lodged dealing or survey.", + "notation": "p-crl", + "altlabel": null, + "related": null, + "@id": "p-crl", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "PSB Non Primary Graphic (PSBG)", + "definition": "Used to depict easements defined by Permanent Structure Boundaries where survey purpose is Easement, Lease or Statutory Easement/Right. When this supporting document type is selected, the attached documents are incorporated into the CSD or Title Plan images, allowing the CSD to be submitted without spatial capture.", + "notation": "psbg", + "altlabel": null, + "related": null, + "@id": "psbg", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Request to produce instrument (s211 Land Transfer Act 1952)", + "definition": "Request by the Senior Regulatory Adviser (SRA) for a customer to produce an instrument or title.", + "notation": "s211", + "altlabel": null, + "related": null, + "@id": "s211", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Requisition/Rejection Review", + "definition": "An online form provided by LINZ to allow conveyancers and surveyors to request LINZ to review the reasons for rejection or requisition of a dealing or survey.", + "notation": "r-rr", + "altlabel": null, + "related": null, + "@id": "r-rr", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Response to Requisition Notice", + "definition": "Surveyors reply to a requisition associated with a survey.", + "notation": "rrn", + "altlabel": null, + "related": null, + "@id": "rrn", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Re-submission Fee Review", + "definition": "An online form provided by LINZ to allow conveyancers and surveyors to request LINZ to review the fees for rejection or requisition of a dealing or survey.", + "notation": "r-sfr", + "altlabel": null, + "related": null, + "@id": "r-sfr", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Schedule / Memorandum", + "definition": "Schedule or memorandum containing information about easements as required by Rule 10.2 of the Rules for Cadastral Survey 2010. Can also be used for recording covenant information required by Rule 10.3 of the Rules for Cadastral Survey 2010.", + "notation": "s-m", + "altlabel": null, + "related": null, + "@id": "s-m", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Scheme Plan", + "definition": "Geodetic network planning.", + "notation": "sp", + "altlabel": null, + "related": null, + "@id": "sp", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Search Fee Wastage", + "definition": "Report associated with searching.", + "notation": "sfw", + "altlabel": null, + "related": null, + "@id": "sfw", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Site Details", + "definition": "Details of a geodetic site which may contain one or more survey marks.", + "notation": "sd", + "altlabel": null, + "related": null, + "@id": "sd", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Site Photograph", + "definition": "Photo of survey monuments (usually associated with geodetic marks).", + "notation": "sp", + "altlabel": null, + "related": null, + "@id": "sp", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Survey Assistance Report", + "definition": "A report by a surveyor as required by Rule 8.2 of the Rules for Cadastral Survey 2010.", + "notation": "sar", + "altlabel": null, + "related": null, + "@id": "sar", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Survey Data Graphic", + "definition": "A type of plan graphic containing survey data to be incorporated with the Record of Survey. Used to depict survey data that is not required to be captured by the Standard for lodgement of cadastral survey datasets (LINZS70000). For example can be used for recording survey data on Simple and Complex Boundary Reinstatement CSDs.", + "notation": "sdg", + "altlabel": null, + "related": null, + "@id": "sdg", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Survey Report", + "definition": "A report by a surveyor giving details of a survey as required under the Surveyor-Generals Guidelines.", + "notation": "sr", + "altlabel": null, + "related": null, + "@id": "sr", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "TA Correspondence", + "definition": "Miscellaneous. Territorial Authority correspondence associated with the survey.", + "notation": "tac", + "altlabel": null, + "related": null, + "@id": "tac", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Territorial Authority (TA) Certificate", + "definition": "Certification from a TA to attach to a Digital Survey Plan and Digital Title Plan.", + "notation": "ta-c", + "altlabel": null, + "related": null, + "@id": "ta-c", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Territorial Authority (TA) Certificate Plan Image", + "definition": "A scanned image of a certified paper survey plan.", + "notation": "tacpi", + "altlabel": null, + "related": null, + "@id": "tacpi", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Traverse Sheet", + "definition": "Traverse sheets associated with the survey.", + "notation": "ts", + "altlabel": null, + "related": null, + "@id": "ts", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Unit Entitlements and Valuers Certification", + "definition": "Valuer's Unit Entitlement and Certification for Unit Developments.", + "notation": "uevc", + "altlabel": null, + "related": null, + "@id": "uevc", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Water Boundary Record", + "definition": "Record of the position of any new water boundary associated with the survey.", + "notation": "wbr", + "altlabel": null, + "related": null, + "@id": "wbr", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Withdraw Instrument/Dealing", + "definition": "Request to withdraw an instrument or dealing.", + "notation": "wi-d", + "altlabel": null, + "related": null, + "@id": "wi-d", + "type": "termtype:DocType", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-survey-documentation-type.ttl b/cadastre/CSD-Header/nz-survey-documentation-type.ttl new file mode 100644 index 0000000..dba165f --- /dev/null +++ b/cadastre/CSD-Header/nz-survey-documentation-type.ttl @@ -0,0 +1,490 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:DocType ; + skos:definition "Request from a surveyor giving authority for a change to be made to their survey." ; + skos:inScheme ; + skos:notation "a-rqt" ; + skos:prefLabel "Amendments Request" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Affidavit required in support of the claim for accretion to land. Declaration by an independent person verifying that accretion has been caused by the slow and imperceptible build up of land." ; + skos:inScheme ; + skos:notation "aca" ; + skos:prefLabel "Accretion Claim Affidavit" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Additional image of a colour plan." ; + skos:inScheme ; + skos:notation "acpi" ; + skos:prefLabel "Additional Colour Plan Image" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Form approved for use in registration, either by the Registrar General of Land (RGL) or Senior Regulatory Adviser (SRA). Any fees are paid against the instrument type FAP." ; + skos:inScheme ; + skos:notation "af" ; + skos:prefLabel "Approved Form" . + + a skos:Concept, + termtype:DocType ; + skos:definition "List of amendments required to amend a cadastral survey transaction." ; + skos:inScheme ; + skos:notation "al" ; + skos:prefLabel "Amendment List" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Correspondence that may accompany a plan returned from the Maori Land Court with the Judge's signature." ; + skos:inScheme ; + skos:notation "andm" ; + skos:prefLabel "Approved notice from MLC" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Adjoining owners consents for the definition of boundaries as set out in the survey." ; + skos:inScheme ; + skos:notation "aod" ; + skos:prefLabel "Adjoining Owners Declarations" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Report of the items amended for a cadastral survey transaction and how the amendments were done." ; + skos:inScheme ; + skos:notation "ar" ; + skos:prefLabel "Amendment Report" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Declined request for issue of an appellation for the creation of a parcel of land." ; + skos:inScheme ; + skos:notation "ard" ; + skos:prefLabel "Appellation Request Declined" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Schedule of parcels defined in an e-survey for Legalisation or Crown Subdivision purposes. Contains information such as legal description, land status and proposed action. Not to be used for easement/covenant information or for Land Transfer Plans. This SUD type does not bundle with the CSD or Title Plans." ; + skos:inScheme ; + skos:notation "as" ; + skos:prefLabel "Area Schedule" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Letters and other correspondence associated with the survey." ; + skos:inScheme ; + skos:notation "c" ; + skos:prefLabel "Correspondence" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Miscellaneous consents. Note consents to the deposit of unit plans have a document type of CON and fees are recorded against that instrument type." ; + skos:inScheme ; + skos:notation "c-p" ; + skos:prefLabel "Consent / Permit" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Trustee details for Friendly Societies, etc (as opposed to Charitable Trusts). No fees are paid and the application is not registered." ; + skos:inScheme ; + skos:notation "c-t" ; + skos:prefLabel "Change of Trustee" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Court Orders received for Lapsing of Caveats, Joint Family Home advertising etc." ; + skos:inScheme ; + skos:notation "co" ; + skos:prefLabel "Court Order" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Sheet of calculations associated with the survey." ; + skos:inScheme ; + skos:notation "cs" ; + skos:prefLabel "Calculation Sheet" . + + a skos:Concept, + termtype:DocType ; + skos:definition "A Supervision Order requested by the Cadastral Survey Licensing Board (CSLB). The affected surveyor submits their survey with a letter from another licensed surveyor (attached as a supporting document) stating that the survey meets the survey rule requirements. The CSLB will advise the affected surveyor when this supporting document type is to be used." ; + skos:inScheme ; + skos:notation "cslb-d" ; + skos:prefLabel "CSLB (Cadastral Survey Licensing Board) Document" . + + a skos:Concept, + termtype:DocType ; + skos:definition "A report prepared by the approving surveyor outlining any anomalies found by a cadastral survey with existing title." ; + skos:inScheme ; + skos:notation "cspt-dlr" ; + skos:prefLabel "Chief Surveyors Plan Report to DLR" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Document deposited to support a survey." ; + skos:inScheme ; + skos:notation "d-doc" ; + skos:prefLabel "Deposit Document" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Report details from Chief Surveyor recommending disciplinary action against a Surveyor." ; + skos:inScheme ; + skos:notation "dar" ; + skos:prefLabel "Disciplinary Action Recommendation" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Description of the land as set out by the MLC. Māori Land Court Order copy associated with a Māori Land survey." ; + skos:inScheme ; + skos:notation "db-mlc" ; + skos:prefLabel "Description of Boundaries ML Court" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Details of a particular datum used for a survey." ; + skos:inScheme ; + skos:notation "dd" ; + skos:prefLabel "Datum Details" . + + a skos:Concept, + termtype:DocType ; + skos:definition "A template form for the surveyor to complete to indicate the complexity of the e-survey." ; + skos:inScheme ; + skos:notation "dlpf" ; + skos:prefLabel "Dataset Lodgement Profile Form" . + + a skos:Concept, + termtype:DocType ; + skos:definition "A request accompanying a manual dealing requesting LINZ to exempt the conveyancer from having to present it as an e-dealing." ; + skos:inScheme ; + skos:notation "edd" ; + skos:prefLabel "E-Dealing Dispensation" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Report detailing the errors identified and the impact on other data." ; + skos:inScheme ; + skos:notation "eir" ; + skos:prefLabel "Error Item Report" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Requests priority processing for an e-survey with an associated lodged dealing. This document is available as a .pdf on the LINZ website. Solicitors can lodge an e-request via workspace, which is automated." ; + skos:inScheme ; + skos:notation "esftpr" ; + skos:prefLabel "E-Survey Fast Track Processing Request Form" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Report of equipment test results." ; + skos:inScheme ; + skos:notation "et" ; + skos:prefLabel "Equipment Test" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Instructions issued for field audit of a cadastral survey." ; + skos:inScheme ; + skos:notation "f-r" ; + skos:prefLabel "Field Request" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Record of observations taken in the field by a surveyor and associated with the survey." ; + skos:inScheme ; + skos:notation "fi" ; + skos:prefLabel "Field Information" . + + a skos:Concept, + termtype:DocType ; + skos:definition "A fee query linked to an associated e-dealing or e-survey." ; + skos:inScheme ; + skos:notation "fq" ; + skos:prefLabel "Fee Query" . + + a skos:Concept, + termtype:DocType ; + skos:definition "The report prepared after field audit of a survey." ; + skos:inScheme ; + skos:notation "fr" ; + skos:prefLabel "Field Report" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Miscellaneous geodetic report associated with a geodetic work." ; + skos:inScheme ; + skos:notation "go" ; + skos:prefLabel "Geodetic Other" . + + a skos:Concept, + termtype:DocType ; + skos:definition "A report supplied by a geodetic contractor giving details of a geodetic work." ; + skos:inScheme ; + skos:notation "gwr" ; + skos:prefLabel "Geodetic Work Report" . + + a skos:Concept, + termtype:DocType ; + skos:definition "A form included with a survey or dealing transaction when manually lodged." ; + skos:inScheme ; + skos:notation "lf" ; + skos:prefLabel "Lodgement Form" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Memoranda under s209 Land Transfer Act 2017 (also registered as a document)." ; + skos:inScheme ; + skos:notation "m" ; + skos:prefLabel "Memorandum" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Mark and Vectors report for the e-survey." ; + skos:inScheme ; + skos:notation "m-vr" ; + skos:prefLabel "Mark and Vectors Report" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Details of a survey mark. Usually associated with a geodetic mark." ; + skos:inScheme ; + skos:notation "md" ; + skos:prefLabel "Mark Details" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Photograph of a mark. Usually associated with a geodetic mark." ; + skos:inScheme ; + skos:notation "mp" ; + skos:prefLabel "Mark Photograph" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Confirmation of location of a proposed node/mark." ; + skos:inScheme ; + skos:notation "nc" ; + skos:prefLabel "Node Confirmation" . + + a skos:Concept, + termtype:DocType ; + skos:definition "The instructions issued for an office audit of a cadastral survey." ; + skos:inScheme ; + skos:notation "o-r" ; + skos:prefLabel "Office Request" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Owner's consent or adjoining owner's consent submitted as a separate document but as part of a transaction." ; + skos:inScheme ; + skos:notation "oc" ; + skos:prefLabel "Owners Consent" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Diagram of occupation associated with the survey to attach to a Digital Survey Plan." ; + skos:inScheme ; + skos:notation "od" ; + skos:prefLabel "Occupation Diagram" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Report prepared after office audit of a cadastral survey." ; + skos:inScheme ; + skos:notation "or" ; + skos:prefLabel "Office Report" . + + a skos:Concept, + termtype:DocType ; + skos:definition "A request for LINZ to allocate one or more new title numbers what will issue when a land transfer survey deposits." ; + skos:inScheme ; + skos:notation "p-ar" ; + skos:prefLabel "Pre-Allocation Request" . + + a skos:Concept, + termtype:DocType ; + skos:definition "A copy of a rejection letter or report from LINZ attached to the re-lodged dealing or survey." ; + skos:inScheme ; + skos:notation "p-crl" ; + skos:prefLabel "Pre-Check Rejection Letter" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Plot or diagram to support survey definition, e.g., aerial photograph, digitised stream fix." ; + skos:inScheme ; + skos:notation "p-d" ; + skos:prefLabel "Plot / Diagram" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Power of Attorney summary (also registered as a document)." ; + skos:inScheme ; + skos:notation "pa" ; + skos:prefLabel "Power of Attorney" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Commonly used to depict parcels on CSD's that have permanent structure boundaries or stratum boundaries, e.g., Unit & Cross Lease CSD's. Can be used to show plan, elevation or cross-section views. The Plan Graphic forms part of the Survey Diagram and Diagram of Parcels and bundles with the CSD and Title Plans. This SUD type can also be used for a plan returned from the Maori Land Court signed by the Judge to attach to CSD and Title Plans." ; + skos:inScheme ; + skos:notation "pg" ; + skos:prefLabel "Plan Graphic" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Used to depict easements defined by Permanent Structure Boundaries where survey purpose is Easement, Lease or Statutory Easement/Right. When this supporting document type is selected, the attached documents are incorporated into the CSD or Title Plan images, allowing the CSD to be submitted without spatial capture." ; + skos:inScheme ; + skos:notation "psbg" ; + skos:prefLabel "PSB Non Primary Graphic (PSBG)" . + + a skos:Concept, + termtype:DocType ; + skos:definition "An online form provided by LINZ to allow conveyancers and surveyors to request LINZ to review the reasons for rejection or requisition of a dealing or survey." ; + skos:inScheme ; + skos:notation "r-rr" ; + skos:prefLabel "Requisition/Rejection Review" . + + a skos:Concept, + termtype:DocType ; + skos:definition "An online form provided by LINZ to allow conveyancers and surveyors to request LINZ to review the fees for rejection or requisition of a dealing or survey." ; + skos:inScheme ; + skos:notation "r-sfr" ; + skos:prefLabel "Re-submission Fee Review" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Surveyors reply to a requisition associated with a survey." ; + skos:inScheme ; + skos:notation "rrn" ; + skos:prefLabel "Response to Requisition Notice" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Schedule or memorandum containing information about easements as required by Rule 10.2 of the Rules for Cadastral Survey 2010. Can also be used for recording covenant information required by Rule 10.3 of the Rules for Cadastral Survey 2010." ; + skos:inScheme ; + skos:notation "s-m" ; + skos:prefLabel "Schedule / Memorandum" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Request by the Senior Regulatory Adviser (SRA) for a customer to produce an instrument or title." ; + skos:inScheme ; + skos:notation "s211" ; + skos:prefLabel "Request to produce instrument (s211 Land Transfer Act 1952)" . + + a skos:Concept, + termtype:DocType ; + skos:definition "A report by a surveyor as required by Rule 8.2 of the Rules for Cadastral Survey 2010." ; + skos:inScheme ; + skos:notation "sar" ; + skos:prefLabel "Survey Assistance Report" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Details of a geodetic site which may contain one or more survey marks." ; + skos:inScheme ; + skos:notation "sd" ; + skos:prefLabel "Site Details" . + + a skos:Concept, + termtype:DocType ; + skos:definition "A type of plan graphic containing survey data to be incorporated with the Record of Survey. Used to depict survey data that is not required to be captured by the Standard for lodgement of cadastral survey datasets (LINZS70000). For example can be used for recording survey data on Simple and Complex Boundary Reinstatement CSDs." ; + skos:inScheme ; + skos:notation "sdg" ; + skos:prefLabel "Survey Data Graphic" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Report associated with searching." ; + skos:inScheme ; + skos:notation "sfw" ; + skos:prefLabel "Search Fee Wastage" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Geodetic network planning.", + "Photo of survey monuments (usually associated with geodetic marks)." ; + skos:inScheme ; + skos:notation "sp" ; + skos:prefLabel "Scheme Plan", + "Site Photograph" . + + a skos:Concept, + termtype:DocType ; + skos:definition "A report by a surveyor giving details of a survey as required under the Surveyor-Generals Guidelines." ; + skos:inScheme ; + skos:notation "sr" ; + skos:prefLabel "Survey Report" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Certification from a TA to attach to a Digital Survey Plan and Digital Title Plan." ; + skos:inScheme ; + skos:notation "ta-c" ; + skos:prefLabel "Territorial Authority (TA) Certificate" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Miscellaneous. Territorial Authority correspondence associated with the survey." ; + skos:inScheme ; + skos:notation "tac" ; + skos:prefLabel "TA Correspondence" . + + a skos:Concept, + termtype:DocType ; + skos:definition "A scanned image of a certified paper survey plan." ; + skos:inScheme ; + skos:notation "tacpi" ; + skos:prefLabel "Territorial Authority (TA) Certificate Plan Image" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Traverse sheets associated with the survey." ; + skos:inScheme ; + skos:notation "ts" ; + skos:prefLabel "Traverse Sheet" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Valuer's Unit Entitlement and Certification for Unit Developments." ; + skos:inScheme ; + skos:notation "uevc" ; + skos:prefLabel "Unit Entitlements and Valuers Certification" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Record of the position of any new water boundary associated with the survey." ; + skos:inScheme ; + skos:notation "wbr" ; + skos:prefLabel "Water Boundary Record" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Request to withdraw an instrument or dealing." ; + skos:inScheme ; + skos:notation "wi-d" ; + skos:prefLabel "Withdraw Instrument/Dealing" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ types of Survey Documentation" ; + skos:scopeNote "termtype:DocType" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:33.984704"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:33.827476"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/nz-survey-purpose.csv b/cadastre/CSD-Header/nz-survey-purpose.csv new file mode 100644 index 0000000..00f1455 --- /dev/null +++ b/cadastre/CSD-Header/nz-survey-purpose.csv @@ -0,0 +1,56 @@ +preflabel,definition,notation,altlabel,related +Application,"To be used when registering land under the Land Transfer Act for the first time – usually from Deeds Registered land. Includes Adverse Possession under the Land Transfer Amendment Act 1963. Application for Accretion. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures.",application,, +Crown Forest Lease,"To be used to depict Crown Forest License areas. Note: to be recorded in terms of OSG Policy 1997/01. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in crown forest licenses only. ",cfl,, +Easement,"To be used for depicting an easement when it is not part of a current land subdivision survey. Includes survey of Profit-a-Prendre and Esplanade Strips. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in easements only. ",easement,, +Flat plan/Crosslease Plan,"To depict a standard CSD that shows Flats or Cross Leases. Survey of Restrictive Covenant areas only. No survey system information is provided. Tenure system information may be used to define interests in flat and cross lease parcels only. ",fpcp,, +Flat plan/Crosslease with Survey Sheet,"To depict a standard CSD that shows Flats or Cross Leases and Survey of Restrictive Covenant areas only that includes a survey sheet. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in flat and cross lease parcels, easements or covenants only. ",fpcp-ss,, +Land Transfer Plan Land Covenant,"To be used for depicting land covenants on registered land when only the covenant is shown on the plan i.e. not associated with a current land subdivision survey. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in land covenants only. ",ltlc,, +LT Subdivision,"To be used to depict subdivisions of land owned in fee simple. Includes a new definition of a single parcel. Includes surveys of Amalgamation. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. ",lts,, +Lease,"To be used to depict parcels for leasehold title. These overlay but do not supersede the underlying cadastre. Survey system information may be adopted by other surveys. Tenure system information may be used to define leasehold interest in the land only.",lease,, +Limited Title,"To be used to depict a definition or subdivision of land owned in fee simple when that land is held in a title Limited asto parcels. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. ",lt,, +Reclamation,"To be used to depict land registered under the LandTransfer Act for reclamation of seabed, foreshore, stream/riverbed, or lakebed. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures.",reclamation,, +Standard Unit Plan,"To depict a standard Unit Title CSD produced under the Unit Titles Act 1972. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.",sup,, +Standard Unit Plan with Survey Sheet,"To depict a standard Unit Title CSD with survey sheet produced under the Unit Titles Act 1972. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.",sup-ss,, +Subsidiary Standard Unit Plan,"To depict a subsidiary standard Unit Title CSD produced under the Unit Titles Act 2010. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.",ssup,, +Subsidiary Standard Unit Plan with Survey Sheet,"To depict a subsidiary standard Unit Title CSD with survey sheet produced under the Unit Titles Act 2010. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.",ssup-ss,, +Proposed Unit Development,"To depict a standard proposed Unit Development CSD produced under the Unit Titles Act 1972. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.",pud,, +Proposed Unit Development with Survey Sheet,"To depict a proposed Unit Development plan with survey sheet produced under the Unit Titles Act 1972. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.",pud-ss,, +First Stage Unit Plan,"To depict the first stage of a Unit Title staged development CSD produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.",fsup,, +First Stage Unit Plan with Survey Sheet,"To depict the first stage of a Unit Title staged development CSD with survey sheet, produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.",fsup-ss,, +Stage Unit Plan,"To depict a further stage (other than the complete stage) of a Unit Title staged development CSD produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.",stage-up,, +Stage Unit Plan with Survey Sheet,"To depict a further stage (other than the complete stage) of a Unit Title staged development CSD with survey sheet, produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.",stage-up-ss,, +Complete Stage Unit Plan,"To depict a complete Unit Title staged development CSD produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.",csup,, +Complete Stage Unit Plan with Survey Sheet,"To depict a complete Unit Title staged development CSD with survey sheet produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.",csup-ss,, +Subsidiary Proposed Unit Development,"To depict a subsidiary proposed Unit Development CSD produced under the Unit Titles Act 2010. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.",spud,, +Subsidiary Proposed Unit Development with Survey Sheet,"To depict a subsidiary proposed Unit Development CSD with survey sheet, produced under the Unit Titles Act 2010. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.",spud-ss,, +Substituted Proposed Unit Development,"To depict a substituted proposed Unit Title staged development CSD produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.",sub-pud,, +Substituted Proposed Unit Development with Survey Sheet,"To depict a substituted proposed Unit Title staged development CSD with survey sheet produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.",sub-udp-ss,, +Redevelopment Unit Plan,"To depict a redevelopment Unit Title staged development CSD produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures",rup,, +Redevelopment Unit Plan with Survey Sheet,"To depict a redevelopment Unit Title staged development CSD with survey sheet, produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.",rup-ss,, +Simple Redevelopment Unit Plan,"To depict a simple redevelopment Unit Title CSD produced under the Unit Titles Act 2010. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.",srup,, +Simple Redevelopment Unit Plan with Survey Sheet,"To depict a simple redevelopment Unit Title CSD with survey sheet produced under the Unit Titles Act 2010. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.",srup-ss,, +Unit Plan in Substitution,"To depict a standard Unit Title ‘CSD in substitution’ produced under the Unit Titles Act 1972. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.",ups,, +Unit Plan in Substitution with Survey Sheet,"To depict Unit Title ‘CSD in substitution’ with survey sheet produced under the Unit Titles Act 1972. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.",ups-ss,, +Complex Boundary Reinstatement,"Used to record one or more boundary marks when the boundary points are not required by the Cadastral Survey Rules 2021. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures.",cbr,, +Crown Subdivision Plan,"To be used to depict subdivisions of Crown land. Includes definition of a single Crown land parcel. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. ",csp,, +Survey Office Plan Land Covenant,"To be used for depicting land covenants over unregistered land when only the covenant is shown on the plan (ie not associated with a current land subdivision survey) Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in land covenants only. . ",soplc,, +Legalisation,"To be used to depict land to be taken for road or other public purpose. Also may include definition of severances or areas of road to be closed. Includes Treaty Settlement Plans. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures.",legalisation,, +Marine Farming,"To be used to depict areas required for Marine Farming purposes. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in marine farming leases only. ",mf,, +Mining,"To be used to depict areas of land (including water) with a mining permit or license. These overlay but do not supersede the underlying cadastre. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. ",mining,, +Simple Boundary Reinstatement,"Used to record the placement of one or more boundary marks on an existing boundary point in accordance with Cadastral Survey Rules 2021. Mandatory supporting document (survey report) is to be attached. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures.",sbr,, +Nohoanga (Campsite),"To be used to depict areas of land designated as Nohoanga (campsite) sites in Māori Claim Settlement legislation. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in Nohoanga sites only.",n-c,, +Customary Entitlement,"To be used to depict areas of land of customary entitlement (other than Nohoanga (campsite) sites) in Māori Claim Settlement legislation. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in Customary Entitlement sites only.",ce,, +Statutory Easement/Right,"To be used for depicting a statutory easement or right when it is not part of a current land subdivision survey. Includes plans of Marginal Strips. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in statutory easements or rights only. ",se-r,, +Statutory Vesting,"To depict the boundary of a land area when such is required for Statutory vesting purposes only. Survey system information may be adopted by other surveys. Tenure system information to be used for the Statutory vesting purposes only. It is NOT to be used for any land tenure or title purposes.",sv,, +Survey Information,"To depict survey work which does not define parcels. Survey system information may be adopted by other surveys. These surveys contain no tenure system information. ",si,, +Amalgamations,"To be used to depict amalgamations of Māori land Blocks. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. ",amalgamation,, +Consolidations,"To be used to depict consolidations of Māori land Blocks. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. ",consolidation,, +Partition,"To be used to depict partitions (subdivisions) in accordance with a Māori Land Court Partition Order. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures.",partition,, +Revesting,"To be used to depict parcels to be revested as Māori land Blocks. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures.",revesting,, +Roadway,"To be used to depict roadways over Māori land. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. ",roadway,, +Complex Boundary Reinstatement,"Historical survey purpose - Boundary Reinstatement - Full CSD",h-cbr,, +Not Applicable,"Historical survey purpose - Compiled Survey Information OR Offsetting (for record purposes only) OR Redefinition Record Purposes Only OR Statutory Boundary",h-na,, +Survey Information,"Historical survey purpose - Control OR Offsetting (for approval as to survey) OR Traverses OR Inspection",h-s-i,, +"Land Transfer Plan Land Covenant, or Survey Office Plan Land Covenant","Historical survey purpose - Covenant",h-covenant,, +Crown Subdivision,"Historical survey purpose - Crown Parcel Definition",h-c-s,, +Simple Boundary Reinstatement,"Historical survey purpose - Monumentation CSD",h-sbr,, \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-survey-purpose.jsonld b/cadastre/CSD-Header/nz-survey-purpose.jsonld new file mode 100644 index 0000000..b774d38 --- /dev/null +++ b/cadastre/CSD-Header/nz-survey-purpose.jsonld @@ -0,0 +1,582 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-survey-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-survey-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Survey Purpose", + "class": "surv:SurveyPurpose", + "concepts": [ + { + "preflabel": "Application", + "definition": "To be used when registering land under the Land Transfer Act for the first time \u2013 usually from Deeds Registered land. Includes Adverse Possession under the Land Transfer Amendment Act 1963. Application for Accretion. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures.", + "notation": "application", + "altlabel": null, + "related": null, + "@id": "application", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown Forest Lease", + "definition": "To be used to depict Crown Forest License areas. Note: to be recorded in terms of OSG Policy 1997/01. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in crown forest licenses only. ", + "notation": "cfl", + "altlabel": null, + "related": null, + "@id": "cfl", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement", + "definition": "To be used for depicting an easement when it is not part of a current land subdivision survey. Includes survey of Profit-a-Prendre and Esplanade Strips. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in easements only. ", + "notation": "easement", + "altlabel": null, + "related": null, + "@id": "easement", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Flat plan/Crosslease Plan", + "definition": "To depict a standard CSD that shows Flats or Cross Leases. Survey of Restrictive Covenant areas only. No survey system information is provided. Tenure system information may be used to define interests in flat and cross lease parcels only. ", + "notation": "fpcp", + "altlabel": null, + "related": null, + "@id": "fpcp", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Flat plan/Crosslease with Survey Sheet", + "definition": "To depict a standard CSD that shows Flats or Cross Leases and Survey of Restrictive Covenant areas only that includes a survey sheet. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in flat and cross lease parcels, easements or covenants only. ", + "notation": "fpcp-ss", + "altlabel": null, + "related": null, + "@id": "fpcp-ss", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Land Transfer Plan Land Covenant", + "definition": "To be used for depicting land covenants on registered land when only the covenant is shown on the plan i.e. not associated with a current land subdivision survey. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in land covenants only. ", + "notation": "ltlc", + "altlabel": null, + "related": null, + "@id": "ltlc", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "LT Subdivision", + "definition": "To be used to depict subdivisions of land owned in fee simple. Includes a new definition of a single parcel. Includes surveys of Amalgamation. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. ", + "notation": "lts", + "altlabel": null, + "related": null, + "@id": "lts", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Lease", + "definition": "To be used to depict parcels for leasehold title. These overlay but do not supersede the underlying cadastre. Survey system information may be adopted by other surveys. Tenure system information may be used to define leasehold interest in the land only.", + "notation": "lease", + "altlabel": null, + "related": null, + "@id": "lease", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Limited Title", + "definition": "To be used to depict a definition or subdivision of land owned in fee simple when that land is held in a title Limited asto parcels. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. ", + "notation": "lt", + "altlabel": null, + "related": null, + "@id": "lt", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reclamation", + "definition": "To be used to depict land registered under the LandTransfer Act for reclamation of seabed, foreshore, stream/riverbed, or lakebed. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures.", + "notation": "reclamation", + "altlabel": null, + "related": null, + "@id": "reclamation", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Standard Unit Plan", + "definition": "To depict a standard Unit Title CSD produced under the Unit Titles Act 1972. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.", + "notation": "sup", + "altlabel": null, + "related": null, + "@id": "sup", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Standard Unit Plan with Survey Sheet", + "definition": "To depict a standard Unit Title CSD with survey sheet produced under the Unit Titles Act 1972. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.", + "notation": "sup-ss", + "altlabel": null, + "related": null, + "@id": "sup-ss", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Subsidiary Standard Unit Plan", + "definition": "To depict a subsidiary standard Unit Title CSD produced under the Unit Titles Act 2010. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.", + "notation": "ssup", + "altlabel": null, + "related": null, + "@id": "ssup", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Subsidiary Standard Unit Plan with Survey Sheet", + "definition": "To depict a subsidiary standard Unit Title CSD with survey sheet produced under the Unit Titles Act 2010. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.", + "notation": "ssup-ss", + "altlabel": null, + "related": null, + "@id": "ssup-ss", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Proposed Unit Development", + "definition": "To depict a standard proposed Unit Development CSD produced under the Unit Titles Act 1972. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.", + "notation": "pud", + "altlabel": null, + "related": null, + "@id": "pud", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Proposed Unit Development with Survey Sheet", + "definition": "To depict a proposed Unit Development plan with survey sheet produced under the Unit Titles Act 1972. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.", + "notation": "pud-ss", + "altlabel": null, + "related": null, + "@id": "pud-ss", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "First Stage Unit Plan", + "definition": "To depict the first stage of a Unit Title staged development CSD produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.", + "notation": "fsup", + "altlabel": null, + "related": null, + "@id": "fsup", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "First Stage Unit Plan with Survey Sheet", + "definition": "To depict the first stage of a Unit Title staged development CSD with survey sheet, produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.", + "notation": "fsup-ss", + "altlabel": null, + "related": null, + "@id": "fsup-ss", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Stage Unit Plan", + "definition": "To depict a further stage (other than the complete stage) of a Unit Title staged development CSD produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.", + "notation": "stage-up", + "altlabel": null, + "related": null, + "@id": "stage-up", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Stage Unit Plan with Survey Sheet", + "definition": "To depict a further stage (other than the complete stage) of a Unit Title staged development CSD with survey sheet, produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.", + "notation": "stage-up-ss", + "altlabel": null, + "related": null, + "@id": "stage-up-ss", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Complete Stage Unit Plan", + "definition": "To depict a complete Unit Title staged development CSD produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.", + "notation": "csup", + "altlabel": null, + "related": null, + "@id": "csup", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Complete Stage Unit Plan with Survey Sheet", + "definition": "To depict a complete Unit Title staged development CSD with survey sheet produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.", + "notation": "csup-ss", + "altlabel": null, + "related": null, + "@id": "csup-ss", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Subsidiary Proposed Unit Development", + "definition": "To depict a subsidiary proposed Unit Development CSD produced under the Unit Titles Act 2010. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.", + "notation": "spud", + "altlabel": null, + "related": null, + "@id": "spud", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Subsidiary Proposed Unit Development with Survey Sheet", + "definition": "To depict a subsidiary proposed Unit Development CSD with survey sheet, produced under the Unit Titles Act 2010. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.", + "notation": "spud-ss", + "altlabel": null, + "related": null, + "@id": "spud-ss", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Substituted Proposed Unit Development", + "definition": "To depict a substituted proposed Unit Title staged development CSD produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.", + "notation": "sub-pud", + "altlabel": null, + "related": null, + "@id": "sub-pud", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Substituted Proposed Unit Development with Survey Sheet", + "definition": "To depict a substituted proposed Unit Title staged development CSD with survey sheet produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.", + "notation": "sub-udp-ss", + "altlabel": null, + "related": null, + "@id": "sub-udp-ss", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Redevelopment Unit Plan", + "definition": "To depict a redevelopment Unit Title staged development CSD produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures", + "notation": "rup", + "altlabel": null, + "related": null, + "@id": "rup", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Redevelopment Unit Plan with Survey Sheet", + "definition": "To depict a redevelopment Unit Title staged development CSD with survey sheet, produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.", + "notation": "rup-ss", + "altlabel": null, + "related": null, + "@id": "rup-ss", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Simple Redevelopment Unit Plan", + "definition": "To depict a simple redevelopment Unit Title CSD produced under the Unit Titles Act 2010. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.", + "notation": "srup", + "altlabel": null, + "related": null, + "@id": "srup", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Simple Redevelopment Unit Plan with Survey Sheet", + "definition": "To depict a simple redevelopment Unit Title CSD with survey sheet produced under the Unit Titles Act 2010. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.", + "notation": "srup-ss", + "altlabel": null, + "related": null, + "@id": "srup-ss", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Unit Plan in Substitution", + "definition": "To depict a standard Unit Title \u2018CSD in substitution\u2019 produced under the Unit Titles Act 1972. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures.", + "notation": "ups", + "altlabel": null, + "related": null, + "@id": "ups", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Unit Plan in Substitution with Survey Sheet", + "definition": "To depict Unit Title \u2018CSD in substitution\u2019 with survey sheet produced under the Unit Titles Act 1972. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only.", + "notation": "ups-ss", + "altlabel": null, + "related": null, + "@id": "ups-ss", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Complex Boundary Reinstatement", + "definition": "Used to record one or more boundary marks when the boundary points are not required by the Cadastral Survey Rules 2021. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures.", + "notation": "cbr", + "altlabel": null, + "related": null, + "@id": "cbr", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown Subdivision Plan", + "definition": "To be used to depict subdivisions of Crown land. Includes definition of a single Crown land parcel. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. ", + "notation": "csp", + "altlabel": null, + "related": null, + "@id": "csp", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Survey Office Plan Land Covenant", + "definition": "To be used for depicting land covenants over unregistered land when only the covenant is shown on the plan (ie not associated with a current land subdivision survey) Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in land covenants only. . ", + "notation": "soplc", + "altlabel": null, + "related": null, + "@id": "soplc", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Legalisation", + "definition": "To be used to depict land to be taken for road or other public purpose. Also may include definition of severances or areas of road to be closed. Includes Treaty Settlement Plans. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures.", + "notation": "legalisation", + "altlabel": null, + "related": null, + "@id": "legalisation", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Marine Farming", + "definition": "To be used to depict areas required for Marine Farming purposes. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in marine farming leases only. ", + "notation": "mf", + "altlabel": null, + "related": null, + "@id": "mf", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Mining", + "definition": "To be used to depict areas of land (including water) with a mining permit or license. These overlay but do not supersede the underlying cadastre. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. ", + "notation": "mining", + "altlabel": null, + "related": null, + "@id": "mining", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Simple Boundary Reinstatement", + "definition": "Used to record the placement of one or more boundary marks on an existing boundary point in accordance with Cadastral Survey Rules 2021. Mandatory supporting document (survey report) is to be attached. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures.", + "notation": "sbr", + "altlabel": null, + "related": null, + "@id": "sbr", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Nohoanga (Campsite)", + "definition": "To be used to depict areas of land designated as Nohoanga (campsite) sites in M\u0101ori Claim Settlement legislation. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in Nohoanga sites only.", + "notation": "n-c", + "altlabel": null, + "related": null, + "@id": "n-c", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Customary Entitlement", + "definition": "To be used to depict areas of land of customary entitlement (other than Nohoanga (campsite) sites) in M\u0101ori Claim Settlement legislation. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in Customary Entitlement sites only.", + "notation": "ce", + "altlabel": null, + "related": null, + "@id": "ce", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Statutory Easement/Right", + "definition": "To be used for depicting a statutory easement or right when it is not part of a current land subdivision survey. Includes plans of Marginal Strips. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in statutory easements or rights only. ", + "notation": "se-r", + "altlabel": null, + "related": null, + "@id": "se-r", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Statutory Vesting", + "definition": "To depict the boundary of a land area when such is required for Statutory vesting purposes only. Survey system information may be adopted by other surveys. Tenure system information to be used for the Statutory vesting purposes only. It is NOT to be used for any land tenure or title purposes.", + "notation": "sv", + "altlabel": null, + "related": null, + "@id": "sv", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Survey Information", + "definition": "To depict survey work which does not define parcels. Survey system information may be adopted by other surveys. These surveys contain no tenure system information. ", + "notation": "si", + "altlabel": null, + "related": null, + "@id": "si", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Amalgamations", + "definition": "To be used to depict amalgamations of M\u0101ori land Blocks. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. ", + "notation": "amalgamation", + "altlabel": null, + "related": null, + "@id": "amalgamation", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Consolidations", + "definition": "To be used to depict consolidations of M\u0101ori land Blocks. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. ", + "notation": "consolidation", + "altlabel": null, + "related": null, + "@id": "consolidation", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Partition", + "definition": "To be used to depict partitions (subdivisions) in accordance with a M\u0101ori Land Court Partition Order. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures.", + "notation": "partition", + "altlabel": null, + "related": null, + "@id": "partition", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Revesting", + "definition": "To be used to depict parcels to be revested as M\u0101ori land Blocks. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures.", + "notation": "revesting", + "altlabel": null, + "related": null, + "@id": "revesting", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Roadway", + "definition": "To be used to depict roadways over M\u0101ori land. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. ", + "notation": "roadway", + "altlabel": null, + "related": null, + "@id": "roadway", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Complex Boundary Reinstatement", + "definition": "Historical survey purpose - Boundary Reinstatement - Full CSD", + "notation": "h-cbr", + "altlabel": null, + "related": null, + "@id": "h-cbr", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Not Applicable", + "definition": "Historical survey purpose - Compiled Survey Information OR Offsetting (for record purposes only) OR Redefinition Record Purposes Only OR Statutory Boundary", + "notation": "h-na", + "altlabel": null, + "related": null, + "@id": "h-na", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Survey Information", + "definition": "Historical survey purpose - Control OR Offsetting (for approval as to survey) OR Traverses OR Inspection", + "notation": "h-s-i", + "altlabel": null, + "related": null, + "@id": "h-s-i", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Land Transfer Plan Land Covenant, or Survey Office Plan Land Covenant", + "definition": "Historical survey purpose - Covenant", + "notation": "h-covenant", + "altlabel": null, + "related": null, + "@id": "h-covenant", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown Subdivision", + "definition": "Historical survey purpose - Crown Parcel Definition", + "notation": "h-c-s", + "altlabel": null, + "related": null, + "@id": "h-c-s", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Simple Boundary Reinstatement", + "definition": "Historical survey purpose - Monumentation CSD", + "notation": "h-sbr", + "altlabel": null, + "related": null, + "@id": "h-sbr", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-survey-purpose.ttl b/cadastre/CSD-Header/nz-survey-purpose.ttl new file mode 100644 index 0000000..753ba94 --- /dev/null +++ b/cadastre/CSD-Header/nz-survey-purpose.ttl @@ -0,0 +1,411 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used to depict amalgamations of Māori land Blocks. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. " ; + skos:inScheme ; + skos:notation "amalgamation" ; + skos:prefLabel "Amalgamations" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used when registering land under the Land Transfer Act for the first time – usually from Deeds Registered land. Includes Adverse Possession under the Land Transfer Amendment Act 1963. Application for Accretion. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures." ; + skos:inScheme ; + skos:notation "application" ; + skos:prefLabel "Application" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Used to record one or more boundary marks when the boundary points are not required by the Cadastral Survey Rules 2021. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures." ; + skos:inScheme ; + skos:notation "cbr" ; + skos:prefLabel "Complex Boundary Reinstatement" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used to depict areas of land of customary entitlement (other than Nohoanga (campsite) sites) in Māori Claim Settlement legislation. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in Customary Entitlement sites only." ; + skos:inScheme ; + skos:notation "ce" ; + skos:prefLabel "Customary Entitlement" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used to depict Crown Forest License areas. Note: to be recorded in terms of OSG Policy 1997/01. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in crown forest licenses only. " ; + skos:inScheme ; + skos:notation "cfl" ; + skos:prefLabel "Crown Forest Lease" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used to depict consolidations of Māori land Blocks. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. " ; + skos:inScheme ; + skos:notation "consolidation" ; + skos:prefLabel "Consolidations" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used to depict subdivisions of Crown land. Includes definition of a single Crown land parcel. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. " ; + skos:inScheme ; + skos:notation "csp" ; + skos:prefLabel "Crown Subdivision Plan" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a complete Unit Title staged development CSD produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures." ; + skos:inScheme ; + skos:notation "csup" ; + skos:prefLabel "Complete Stage Unit Plan" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a complete Unit Title staged development CSD with survey sheet produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only." ; + skos:inScheme ; + skos:notation "csup-ss" ; + skos:prefLabel "Complete Stage Unit Plan with Survey Sheet" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used for depicting an easement when it is not part of a current land subdivision survey. Includes survey of Profit-a-Prendre and Esplanade Strips. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in easements only. " ; + skos:inScheme ; + skos:notation "easement" ; + skos:prefLabel "Easement" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a standard CSD that shows Flats or Cross Leases. Survey of Restrictive Covenant areas only. No survey system information is provided. Tenure system information may be used to define interests in flat and cross lease parcels only. " ; + skos:inScheme ; + skos:notation "fpcp" ; + skos:prefLabel "Flat plan/Crosslease Plan" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a standard CSD that shows Flats or Cross Leases and Survey of Restrictive Covenant areas only that includes a survey sheet. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in flat and cross lease parcels, easements or covenants only. " ; + skos:inScheme ; + skos:notation "fpcp-ss" ; + skos:prefLabel "Flat plan/Crosslease with Survey Sheet" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict the first stage of a Unit Title staged development CSD produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures." ; + skos:inScheme ; + skos:notation "fsup" ; + skos:prefLabel "First Stage Unit Plan" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict the first stage of a Unit Title staged development CSD with survey sheet, produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only." ; + skos:inScheme ; + skos:notation "fsup-ss" ; + skos:prefLabel "First Stage Unit Plan with Survey Sheet" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Historical survey purpose - Crown Parcel Definition" ; + skos:inScheme ; + skos:notation "h-c-s" ; + skos:prefLabel "Crown Subdivision" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Historical survey purpose - Boundary Reinstatement - Full CSD" ; + skos:inScheme ; + skos:notation "h-cbr" ; + skos:prefLabel "Complex Boundary Reinstatement" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Historical survey purpose - Covenant" ; + skos:inScheme ; + skos:notation "h-covenant" ; + skos:prefLabel "Land Transfer Plan Land Covenant, or Survey Office Plan Land Covenant" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Historical survey purpose - Compiled Survey Information OR Offsetting (for record purposes only) OR Redefinition Record Purposes Only OR Statutory Boundary" ; + skos:inScheme ; + skos:notation "h-na" ; + skos:prefLabel "Not Applicable" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Historical survey purpose - Control OR Offsetting (for approval as to survey) OR Traverses OR Inspection" ; + skos:inScheme ; + skos:notation "h-s-i" ; + skos:prefLabel "Survey Information" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Historical survey purpose - Monumentation CSD" ; + skos:inScheme ; + skos:notation "h-sbr" ; + skos:prefLabel "Simple Boundary Reinstatement" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used to depict parcels for leasehold title. These overlay but do not supersede the underlying cadastre. Survey system information may be adopted by other surveys. Tenure system information may be used to define leasehold interest in the land only." ; + skos:inScheme ; + skos:notation "lease" ; + skos:prefLabel "Lease" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used to depict land to be taken for road or other public purpose. Also may include definition of severances or areas of road to be closed. Includes Treaty Settlement Plans. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures." ; + skos:inScheme ; + skos:notation "legalisation" ; + skos:prefLabel "Legalisation" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used to depict a definition or subdivision of land owned in fee simple when that land is held in a title Limited asto parcels. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. " ; + skos:inScheme ; + skos:notation "lt" ; + skos:prefLabel "Limited Title" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used for depicting land covenants on registered land when only the covenant is shown on the plan i.e. not associated with a current land subdivision survey. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in land covenants only. " ; + skos:inScheme ; + skos:notation "ltlc" ; + skos:prefLabel "Land Transfer Plan Land Covenant" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used to depict subdivisions of land owned in fee simple. Includes a new definition of a single parcel. Includes surveys of Amalgamation. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. " ; + skos:inScheme ; + skos:notation "lts" ; + skos:prefLabel "LT Subdivision" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used to depict areas required for Marine Farming purposes. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in marine farming leases only. " ; + skos:inScheme ; + skos:notation "mf" ; + skos:prefLabel "Marine Farming" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used to depict areas of land (including water) with a mining permit or license. These overlay but do not supersede the underlying cadastre. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. " ; + skos:inScheme ; + skos:notation "mining" ; + skos:prefLabel "Mining" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used to depict areas of land designated as Nohoanga (campsite) sites in Māori Claim Settlement legislation. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in Nohoanga sites only." ; + skos:inScheme ; + skos:notation "n-c" ; + skos:prefLabel "Nohoanga (Campsite)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used to depict partitions (subdivisions) in accordance with a Māori Land Court Partition Order. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures." ; + skos:inScheme ; + skos:notation "partition" ; + skos:prefLabel "Partition" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a standard proposed Unit Development CSD produced under the Unit Titles Act 1972. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures." ; + skos:inScheme ; + skos:notation "pud" ; + skos:prefLabel "Proposed Unit Development" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a proposed Unit Development plan with survey sheet produced under the Unit Titles Act 1972. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only." ; + skos:inScheme ; + skos:notation "pud-ss" ; + skos:prefLabel "Proposed Unit Development with Survey Sheet" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used to depict land registered under the LandTransfer Act for reclamation of seabed, foreshore, stream/riverbed, or lakebed. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures." ; + skos:inScheme ; + skos:notation "reclamation" ; + skos:prefLabel "Reclamation" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used to depict parcels to be revested as Māori land Blocks. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures." ; + skos:inScheme ; + skos:notation "revesting" ; + skos:prefLabel "Revesting" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used to depict roadways over Māori land. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures. " ; + skos:inScheme ; + skos:notation "roadway" ; + skos:prefLabel "Roadway" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a redevelopment Unit Title staged development CSD produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures" ; + skos:inScheme ; + skos:notation "rup" ; + skos:prefLabel "Redevelopment Unit Plan" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a redevelopment Unit Title staged development CSD with survey sheet, produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only." ; + skos:inScheme ; + skos:notation "rup-ss" ; + skos:prefLabel "Redevelopment Unit Plan with Survey Sheet" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Used to record the placement of one or more boundary marks on an existing boundary point in accordance with Cadastral Survey Rules 2021. Mandatory supporting document (survey report) is to be attached. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in all land tenures." ; + skos:inScheme ; + skos:notation "sbr" ; + skos:prefLabel "Simple Boundary Reinstatement" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used for depicting a statutory easement or right when it is not part of a current land subdivision survey. Includes plans of Marginal Strips. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in statutory easements or rights only. " ; + skos:inScheme ; + skos:notation "se-r" ; + skos:prefLabel "Statutory Easement/Right" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict survey work which does not define parcels. Survey system information may be adopted by other surveys. These surveys contain no tenure system information. " ; + skos:inScheme ; + skos:notation "si" ; + skos:prefLabel "Survey Information" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To be used for depicting land covenants over unregistered land when only the covenant is shown on the plan (ie not associated with a current land subdivision survey) Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in land covenants only. . " ; + skos:inScheme ; + skos:notation "soplc" ; + skos:prefLabel "Survey Office Plan Land Covenant" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a subsidiary proposed Unit Development CSD produced under the Unit Titles Act 2010. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures." ; + skos:inScheme ; + skos:notation "spud" ; + skos:prefLabel "Subsidiary Proposed Unit Development" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a subsidiary proposed Unit Development CSD with survey sheet, produced under the Unit Titles Act 2010. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only." ; + skos:inScheme ; + skos:notation "spud-ss" ; + skos:prefLabel "Subsidiary Proposed Unit Development with Survey Sheet" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a simple redevelopment Unit Title CSD produced under the Unit Titles Act 2010. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures." ; + skos:inScheme ; + skos:notation "srup" ; + skos:prefLabel "Simple Redevelopment Unit Plan" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a simple redevelopment Unit Title CSD with survey sheet produced under the Unit Titles Act 2010. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only." ; + skos:inScheme ; + skos:notation "srup-ss" ; + skos:prefLabel "Simple Redevelopment Unit Plan with Survey Sheet" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a subsidiary standard Unit Title CSD produced under the Unit Titles Act 2010. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures." ; + skos:inScheme ; + skos:notation "ssup" ; + skos:prefLabel "Subsidiary Standard Unit Plan" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a subsidiary standard Unit Title CSD with survey sheet produced under the Unit Titles Act 2010. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only." ; + skos:inScheme ; + skos:notation "ssup-ss" ; + skos:prefLabel "Subsidiary Standard Unit Plan with Survey Sheet" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a further stage (other than the complete stage) of a Unit Title staged development CSD produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures." ; + skos:inScheme ; + skos:notation "stage-up" ; + skos:prefLabel "Stage Unit Plan" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a further stage (other than the complete stage) of a Unit Title staged development CSD with survey sheet, produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only." ; + skos:inScheme ; + skos:notation "stage-up-ss" ; + skos:prefLabel "Stage Unit Plan with Survey Sheet" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a substituted proposed Unit Title staged development CSD produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures." ; + skos:inScheme ; + skos:notation "sub-pud" ; + skos:prefLabel "Substituted Proposed Unit Development" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a substituted proposed Unit Title staged development CSD with survey sheet produced under the Unit Titles Act 1972 and the Unit Titles Amendment Act 1979. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only." ; + skos:inScheme ; + skos:notation "sub-udp-ss" ; + skos:prefLabel "Substituted Proposed Unit Development with Survey Sheet" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a standard Unit Title CSD produced under the Unit Titles Act 1972. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures." ; + skos:inScheme ; + skos:notation "sup" ; + skos:prefLabel "Standard Unit Plan" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a standard Unit Title CSD with survey sheet produced under the Unit Titles Act 1972. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only." ; + skos:inScheme ; + skos:notation "sup-ss" ; + skos:prefLabel "Standard Unit Plan with Survey Sheet" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict the boundary of a land area when such is required for Statutory vesting purposes only. Survey system information may be adopted by other surveys. Tenure system information to be used for the Statutory vesting purposes only. It is NOT to be used for any land tenure or title purposes." ; + skos:inScheme ; + skos:notation "sv" ; + skos:prefLabel "Statutory Vesting" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict a standard Unit Title ‘CSD in substitution’ produced under the Unit Titles Act 1972. No survey system information is provided. Tenure system information may be used, or adopted for use, in defining applicable interests in unit tenures." ; + skos:inScheme ; + skos:notation "ups" ; + skos:prefLabel "Unit Plan in Substitution" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "To depict Unit Title ‘CSD in substitution’ with survey sheet produced under the Unit Titles Act 1972. Survey system information may be adopted by other surveys. Tenure system information may be used to define interests in units, easements or covenants only." ; + skos:inScheme ; + skos:notation "ups-ss" ; + skos:prefLabel "Unit Plan in Substitution with Survey Sheet" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Survey Purpose" ; + skos:scopeNote "surv:SurveyPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:46.974742"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:46.828527"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/nz-survey-type.csv b/cadastre/CSD-Header/nz-survey-type.csv new file mode 100644 index 0000000..f728937 --- /dev/null +++ b/cadastre/CSD-Header/nz-survey-type.csv @@ -0,0 +1,7 @@ +preflabel,definition,notation,altlabel,related +Deposited Plan,"A cadastral survey plan or dataset that has been prepared under the Land Transfer Act and has had new titles created.",dp,, +LT Plan (except Unit Plans),"Land Transfer Plan is a plan prepared under the Land Transfer Act but has not yet had new titles created.",ltp,, +LT Unit Plan,"An LT Unit Plan is a plan prepared under the Unit Titles Act showing show the location of the units, auxiliary units and common areas.",ltup,, +Survey Office Plan,"A Survey Office Plan is prepared for surveys of land held under Crown ownership",so,, +Māori Land Plan,"A Māori Land Plan is prepared for the sudivision or partition of Māori land",mlp,, +Historical Survey,"Types of surveys included for historical purposes. Not to be used for new surveys.",hs,, \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-survey-type.jsonld b/cadastre/CSD-Header/nz-survey-type.jsonld new file mode 100644 index 0000000..5c92613 --- /dev/null +++ b/cadastre/CSD-Header/nz-survey-type.jsonld @@ -0,0 +1,92 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-survey-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-survey-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Survey Type", + "class": "termtype:SurveyType", + "concepts": [ + { + "preflabel": "Deposited Plan", + "definition": "A cadastral survey plan or dataset that has been prepared under the Land Transfer Act and has had new titles created.", + "notation": "dp", + "altlabel": null, + "related": null, + "@id": "dp", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "LT Plan (except Unit Plans)", + "definition": "Land Transfer Plan is a plan prepared under the Land Transfer Act but has not yet had new titles created.", + "notation": "ltp", + "altlabel": null, + "related": null, + "@id": "ltp", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "LT Unit Plan", + "definition": "An LT Unit Plan is a plan prepared under the Unit Titles Act showing show the location of the units, auxiliary units and common areas.", + "notation": "ltup", + "altlabel": null, + "related": null, + "@id": "ltup", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "Survey Office Plan", + "definition": "A Survey Office Plan is prepared for surveys of land held under Crown ownership", + "notation": "so", + "altlabel": null, + "related": null, + "@id": "so", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "M\u0101ori Land Plan", + "definition": "A M\u0101ori Land Plan is prepared for the sudivision or partition of M\u0101ori land", + "notation": "mlp", + "altlabel": null, + "related": null, + "@id": "mlp", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "Historical Survey", + "definition": "Types of surveys included for historical purposes. Not to be used for new surveys.", + "notation": "hs", + "altlabel": null, + "related": null, + "@id": "hs", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-survey-type.ttl b/cadastre/CSD-Header/nz-survey-type.ttl new file mode 100644 index 0000000..a189a60 --- /dev/null +++ b/cadastre/CSD-Header/nz-survey-type.ttl @@ -0,0 +1,68 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "A cadastral survey plan or dataset that has been prepared under the Land Transfer Act and has had new titles created." ; + skos:inScheme ; + skos:notation "dp" ; + skos:prefLabel "Deposited Plan" . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "Types of surveys included for historical purposes. Not to be used for new surveys." ; + skos:inScheme ; + skos:notation "hs" ; + skos:prefLabel "Historical Survey" . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "Land Transfer Plan is a plan prepared under the Land Transfer Act but has not yet had new titles created." ; + skos:inScheme ; + skos:notation "ltp" ; + skos:prefLabel "LT Plan (except Unit Plans)" . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "An LT Unit Plan is a plan prepared under the Unit Titles Act showing show the location of the units, auxiliary units and common areas." ; + skos:inScheme ; + skos:notation "ltup" ; + skos:prefLabel "LT Unit Plan" . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "A Māori Land Plan is prepared for the sudivision or partition of Māori land" ; + skos:inScheme ; + skos:notation "mlp" ; + skos:prefLabel "Māori Land Plan" . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "A Survey Office Plan is prepared for surveys of land held under Crown ownership" ; + skos:inScheme ; + skos:notation "so" ; + skos:prefLabel "Survey Office Plan" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Survey Type" ; + skos:scopeNote "termtype:SurveyType" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:41.757356"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:41.669615"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/nz-territorial-authority.csv b/cadastre/CSD-Header/nz-territorial-authority.csv new file mode 100644 index 0000000..63c10bb --- /dev/null +++ b/cadastre/CSD-Header/nz-territorial-authority.csv @@ -0,0 +1,81 @@ +preflabel,definition,notation,altlabel,related +Far North District,"A district council constituted by Local Government (Northland Region) Reorganisation Order 1989, Gazette 1989, p 2391",001,, +Whangarei District,"A district council constituted by Local Government (Northland Region) Reorganisation Order 1989, Gazette 1989, p 2391",002,, +Kaipara District,"A district council constituted by Local Government (Northland Region) Reorganisation Order 1989, Gazette 1989, p 2391",003,, +Rodney District,A district council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009,4,,Auckland Council +North Shore City,A city council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009,5,,Auckland Council +Waitakere City,A city council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009,6,,Auckland Council +Auckland City,A city council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009,7,,Auckland Council +Manukau City,A city council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009,8,,Auckland Council +Papakura District,A district council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009,9,,Auckland Council +Franklin District,A district council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009,10,,Auckland Council +Thames-Coromandel District,"A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460",011,, +Hauraki District,"A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460",012,, +Waikato District,"A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460",013,, +Not Used,,14,, +Matamata-Piako District,"A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460",015,, +Hamilton City,"A city council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460",016,, +Waipa District,"A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460",017,, +Ōtorohanga District,"A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460 and amended by clause 3 of the Local Government (Ōtorohanga District Council) Order 2019 (LI 2019/330)",018,Otorohanga District, +South Waikato District,"A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460",019,, +Waitomo District,"A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460",020,, +Taupo District,"A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460",021,, +Western Bay of Plenty District,"A district council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275",022,, +Western Bay of Plenty Dist.,"An alternative spelling of Western Bay of Plenty District",22,,Western Bay of Plenty District +Tauranga City,"A city council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275 and amended by clause 5 of the Local Government (Tauranga City Council) Order 2003 (SR 2003/275)",023,, +Rotorua District,"A district council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275",024,, +Whakatane District,"A district council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275",025,, +Kawerau District,"A district council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275",026,, +Ōpōtiki District,"A district council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275 and amended by clause 3 of the Local Government (Ōpōtiki District Council) Order 2019 (LI 2019/331)",027,Opotiki District, +Gisborne District,"A district council constituted by Local Government (Gisborne Region) Reorganisation Order 1989, Gazette 1989, p 2328",028,, +Wairoa District,"A district council constituted by Local Government (Hawke’s Bay Region) Reorganisation Order 1989, Gazette 1989, p 2334",029,, +Hastings District,"A district council constituted by Local Government (Hawke’s Bay Region) Reorganisation Order 1989, Gazette 1989, p 2334",030,, +Napier City,"A city council constituted by Local Government (Hawke’s Bay Region) Reorganisation Order 1989, Gazette 1989, p 2334",031,, +Central Hawke's Bay District,"A district council constituted by Local Government (Hawke’s Bay Region) Reorganisation Order 1989, Gazette 1989, p 2334",032,, +Central Hawkes Bay District,"An alternative spelling of Central Hawke's Bay District",32,,Central Hawke's Bay District +New Plymouth District,"A district council constituted by Local Government (Taranaki Region) Reorganisation Order 1989, Gazette 1989, p 2445",033,, +Stratford District,"A district council constituted by Local Government (Taranaki Region) Reorganisation Order 1989, Gazette 1989, p 2445",034,, +South Taranaki District,"A district council constituted by Local Government (Taranaki Region) Reorganisation Order 1989, Gazette 1989, p 2445",035,, +Ruapehu District,"A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351",036,, +Whanganui District,"A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351 and amended by clause 3 of the Local Government (Whanganui District Council) Order 2015 (LI 2015/275)",037,, +Rangitikei District,"A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351",038,, +Manawatu District,"A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351",039,, +Palmerston North City,"A city council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351",040,, +Tararua District,"A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351",041,, +Horowhenua District,"A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351",042,, +Kapiti Coast District,"A district council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491",043,, +Porirua City,"A city council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491",044,, +Upper Hutt City,"A city council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491",045,, +Hutt City,"A city council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491",046,Lower Hutt City, +Wellington City,"A city council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491",047,, +Masterton District,"A district council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491",048,, +Carterton District,"A district council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491",049,, +South Wairarapa District,"A district council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491",050,, +Tasman District,"A district council constituted by Local Government (Nelson–Marlborough Region) Reorganisation Order 1989, Gazette 1989, p 2375",051,, +Nelson City,"A city council constituted by Local Government (Nelson–Marlborough Region) Reorganisation Order 1989, Gazette 1989, p 2375",052,, +Marlborough District,"A district council constituted by Local Government (Nelson–Marlborough Region) Reorganisation Order 1989, Gazette 1989, p 2375",053,, +Kaikoura District,"A district council constituted by Local Government (Nelson–Marlborough Region) Reorganisation Order 1989, Gazette 1989, p 2375",054,, +Buller District,"A district council constituted by Local Government (West Coast Region) Reorganisation Order 1989, Gazette 1989, p 2517",055,, +Grey District,"A district council constituted by Local Government (West Coast Region) Reorganisation Order 1989, Gazette 1989, p 2517",056,, +Westland District,"A district council constituted by Local Government (West Coast Region) Reorganisation Order 1989, Gazette 1989, p 2517",057,, +Hurunui District,"A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296",058,, +Waimakariri District,"A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296",059,, +Christchurch City,"A city council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296",060,, +Banks Peninsula District,"A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296, and amalgamated by Christchurch City Council in 2006",61,,Christchurch City +Selwyn District,"A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296",062,, +Ashburton District,"A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296",063,, +Timaru District,"A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296",064,, +Mackenzie District,"A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296",065,, +Waimate District,"A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296",066,, +Chatham Islands Territory,"A territorial authority constituted by the Chatham Islands Council Act 1995",067,, +Waitaki District,"A district council constituted by Local Government (Otago Region) Reorganisation Order 1989, Gazette 1989, p 2408",068,, +Central Otago District,"A district council constituted by Local Government (Otago Region) Reorganisation Order 1989, Gazette 1989, p 2408",069,, +Queenstown-Lakes District,"A district council constituted by Local Government (Otago Region) Reorganisation Order 1989, Gazette 1989, p 2408",070,, +Dunedin City,"A city council constituted by Local Government (Otago Region) Reorganisation Order 1989, Gazette 1989, p 2408",071,, +Clutha District,"A district council constituted by Local Government (Otago Region) Reorganisation Order 1989, Gazette 1989, p 2408",072,, +Southland District,"A district council constituted by Local Government (Southland Region) Reorganisation Order 1989, Gazette 1989, p 2430",073,, +Gore District,"A district council constituted by Local Government (Southland Region) Reorganisation Order 1989, Gazette 1989, p 2430",074,, +Invercargill City,"A city council constituted by Local Government (Invercargill City) Reorganisation Order 1990, Gazette 1990, p 2326",075,, +Auckland,"A city council constituted by section 6(1) of the Local Government (Auckland Council) Act 2009 and amended by section 113(1) of the Local Government (Auckland Transitional Provisions) Act 2010 (2010 No 37)",076,, +Minister of Local Government,,800,, +Area Outside Territorial Authority,,999,, \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-territorial-authority.jsonld b/cadastre/CSD-Header/nz-territorial-authority.jsonld new file mode 100644 index 0000000..47b0f7e --- /dev/null +++ b/cadastre/CSD-Header/nz-territorial-authority.jsonld @@ -0,0 +1,832 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-territorial-authority/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-territorial-authority", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Territorial Authorities", + "class": "termtype:AdminUnit", + "concepts": [ + { + "preflabel": "Far North District", + "definition": "A district council constituted by Local Government (Northland Region) Reorganisation Order 1989, Gazette 1989, p 2391", + "notation": "001", + "altlabel": null, + "related": null, + "@id": "001", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whangarei District", + "definition": "A district council constituted by Local Government (Northland Region) Reorganisation Order 1989, Gazette 1989, p 2391", + "notation": "002", + "altlabel": null, + "related": null, + "@id": "002", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kaipara District", + "definition": "A district council constituted by Local Government (Northland Region) Reorganisation Order 1989, Gazette 1989, p 2391", + "notation": "003", + "altlabel": null, + "related": null, + "@id": "003", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rodney District", + "definition": "A district council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009", + "notation": "4", + "altlabel": null, + "related": "Auckland Council", + "@id": "4", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Shore City", + "definition": "A city council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009", + "notation": "5", + "altlabel": null, + "related": "Auckland Council", + "@id": "5", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waitakere City", + "definition": "A city council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009", + "notation": "6", + "altlabel": null, + "related": "Auckland Council", + "@id": "6", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Auckland City", + "definition": "A city council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009", + "notation": "7", + "altlabel": null, + "related": "Auckland Council", + "@id": "7", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Manukau City", + "definition": "A city council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009", + "notation": "8", + "altlabel": null, + "related": "Auckland Council", + "@id": "8", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Papakura District", + "definition": "A district council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009", + "notation": "9", + "altlabel": null, + "related": "Auckland Council", + "@id": "9", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Franklin District", + "definition": "A district council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009", + "notation": "10", + "altlabel": null, + "related": "Auckland Council", + "@id": "10", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Thames-Coromandel District", + "definition": "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460", + "notation": "011", + "altlabel": null, + "related": null, + "@id": "011", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hauraki District", + "definition": "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460", + "notation": "012", + "altlabel": null, + "related": null, + "@id": "012", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waikato District", + "definition": "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460", + "notation": "013", + "altlabel": null, + "related": null, + "@id": "013", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Not Used", + "definition": null, + "notation": "14", + "altlabel": null, + "related": null, + "@id": "14", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Matamata-Piako District", + "definition": "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460", + "notation": "015", + "altlabel": null, + "related": null, + "@id": "015", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hamilton City", + "definition": "A city council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460", + "notation": "016", + "altlabel": null, + "related": null, + "@id": "016", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waipa District", + "definition": "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460", + "notation": "017", + "altlabel": null, + "related": null, + "@id": "017", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "\u014ctorohanga District", + "definition": "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460 and amended by clause 3 of the Local Government (\u014ctorohanga District Council) Order 2019 (LI 2019/330)", + "notation": "018", + "altlabel": "Otorohanga District", + "related": null, + "@id": "018", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Waikato District", + "definition": "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460", + "notation": "019", + "altlabel": null, + "related": null, + "@id": "019", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waitomo District", + "definition": "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460", + "notation": "020", + "altlabel": null, + "related": null, + "@id": "020", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Taupo District", + "definition": "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460", + "notation": "021", + "altlabel": null, + "related": null, + "@id": "021", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Western Bay of Plenty District", + "definition": "A district council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275", + "notation": "022", + "altlabel": null, + "related": null, + "@id": "022", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Western Bay of Plenty Dist.", + "definition": "An alternative spelling of Western Bay of Plenty District", + "notation": "22", + "altlabel": null, + "related": "Western Bay of Plenty District", + "@id": "22", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tauranga City", + "definition": "A city council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275 and amended by clause 5 of the Local Government (Tauranga City Council) Order 2003 (SR 2003/275)", + "notation": "023", + "altlabel": null, + "related": null, + "@id": "023", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rotorua District", + "definition": "A district council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275", + "notation": "024", + "altlabel": null, + "related": null, + "@id": "024", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whakatane District", + "definition": "A district council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275", + "notation": "025", + "altlabel": null, + "related": null, + "@id": "025", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kawerau District", + "definition": "A district council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275", + "notation": "026", + "altlabel": null, + "related": null, + "@id": "026", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "\u014cp\u014dtiki District", + "definition": "A district council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275 and amended by clause 3 of the Local Government (\u014cp\u014dtiki District Council) Order 2019 (LI 2019/331)", + "notation": "027", + "altlabel": "Opotiki District", + "related": null, + "@id": "027", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gisborne District", + "definition": "A district council constituted by \tLocal Government (Gisborne Region) Reorganisation Order 1989, Gazette 1989, p 2328", + "notation": "028", + "altlabel": null, + "related": null, + "@id": "028", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wairoa District", + "definition": "A district council constituted by Local Government (Hawke\u2019s Bay Region) Reorganisation Order 1989, Gazette 1989, p 2334", + "notation": "029", + "altlabel": null, + "related": null, + "@id": "029", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hastings District", + "definition": "A district council constituted by Local Government (Hawke\u2019s Bay Region) Reorganisation Order 1989, Gazette 1989, p 2334", + "notation": "030", + "altlabel": null, + "related": null, + "@id": "030", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Napier City", + "definition": "A city council constituted by Local Government (Hawke\u2019s Bay Region) Reorganisation Order 1989, Gazette 1989, p 2334", + "notation": "031", + "altlabel": null, + "related": null, + "@id": "031", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Central Hawke's Bay District", + "definition": "A district council constituted by Local Government (Hawke\u2019s Bay Region) Reorganisation Order 1989, Gazette 1989, p 2334", + "notation": "032", + "altlabel": null, + "related": null, + "@id": "032", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Central Hawkes Bay District", + "definition": "An alternative spelling of Central Hawke's Bay District", + "notation": "32", + "altlabel": null, + "related": "Central Hawke's Bay District", + "@id": "32", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "New Plymouth District", + "definition": "A district council constituted by Local Government (Taranaki Region) Reorganisation Order 1989, Gazette 1989, p 2445", + "notation": "033", + "altlabel": null, + "related": null, + "@id": "033", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stratford District", + "definition": "A district council constituted by Local Government (Taranaki Region) Reorganisation Order 1989, Gazette 1989, p 2445", + "notation": "034", + "altlabel": null, + "related": null, + "@id": "034", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Taranaki District", + "definition": "A district council constituted by Local Government (Taranaki Region) Reorganisation Order 1989, Gazette 1989, p 2445", + "notation": "035", + "altlabel": null, + "related": null, + "@id": "035", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ruapehu District", + "definition": "A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351", + "notation": "036", + "altlabel": null, + "related": null, + "@id": "036", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whanganui District", + "definition": "A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351 and amended by clause 3 of the Local Government (Whanganui District Council) Order 2015 (LI 2015/275)", + "notation": "037", + "altlabel": null, + "related": null, + "@id": "037", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rangitikei District", + "definition": "A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351", + "notation": "038", + "altlabel": null, + "related": null, + "@id": "038", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Manawatu District", + "definition": "A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351", + "notation": "039", + "altlabel": null, + "related": null, + "@id": "039", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Palmerston North City", + "definition": "A city council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351", + "notation": "040", + "altlabel": null, + "related": null, + "@id": "040", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tararua District", + "definition": "A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351", + "notation": "041", + "altlabel": null, + "related": null, + "@id": "041", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Horowhenua District", + "definition": "A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351", + "notation": "042", + "altlabel": null, + "related": null, + "@id": "042", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kapiti Coast District", + "definition": "A district council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491", + "notation": "043", + "altlabel": null, + "related": null, + "@id": "043", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Porirua City", + "definition": "A city council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491", + "notation": "044", + "altlabel": null, + "related": null, + "@id": "044", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Upper Hutt City", + "definition": "A city council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491", + "notation": "045", + "altlabel": null, + "related": null, + "@id": "045", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hutt City", + "definition": "A city council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491", + "notation": "046", + "altlabel": "Lower Hutt City", + "related": null, + "@id": "046", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wellington City", + "definition": "A city council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491", + "notation": "047", + "altlabel": null, + "related": null, + "@id": "047", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Masterton District", + "definition": "A district council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491", + "notation": "048", + "altlabel": null, + "related": null, + "@id": "048", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carterton District", + "definition": "A district council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491", + "notation": "049", + "altlabel": null, + "related": null, + "@id": "049", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Wairarapa District", + "definition": "A district council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491", + "notation": "050", + "altlabel": null, + "related": null, + "@id": "050", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tasman District", + "definition": "A district council constituted by Local Government (Nelson\u2013Marlborough Region) Reorganisation Order 1989, Gazette 1989, p 2375", + "notation": "051", + "altlabel": null, + "related": null, + "@id": "051", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nelson City", + "definition": "A city council constituted by Local Government (Nelson\u2013Marlborough Region) Reorganisation Order 1989, Gazette 1989, p 2375", + "notation": "052", + "altlabel": null, + "related": null, + "@id": "052", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marlborough District", + "definition": "A district council constituted by Local Government (Nelson\u2013Marlborough Region) Reorganisation Order 1989, Gazette 1989, p 2375", + "notation": "053", + "altlabel": null, + "related": null, + "@id": "053", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kaikoura District", + "definition": "A district council constituted by Local Government (Nelson\u2013Marlborough Region) Reorganisation Order 1989, Gazette 1989, p 2375", + "notation": "054", + "altlabel": null, + "related": null, + "@id": "054", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buller District", + "definition": "A district council constituted by Local Government (West Coast Region) Reorganisation Order 1989, Gazette 1989, p 2517", + "notation": "055", + "altlabel": null, + "related": null, + "@id": "055", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Grey District", + "definition": "A district council constituted by Local Government (West Coast Region) Reorganisation Order 1989, Gazette 1989, p 2517", + "notation": "056", + "altlabel": null, + "related": null, + "@id": "056", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Westland District", + "definition": "A district council constituted by Local Government (West Coast Region) Reorganisation Order 1989, Gazette 1989, p 2517", + "notation": "057", + "altlabel": null, + "related": null, + "@id": "057", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hurunui District", + "definition": "A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296", + "notation": "058", + "altlabel": null, + "related": null, + "@id": "058", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waimakariri District", + "definition": "A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296", + "notation": "059", + "altlabel": null, + "related": null, + "@id": "059", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Christchurch City", + "definition": "A city council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296", + "notation": "060", + "altlabel": null, + "related": null, + "@id": "060", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Banks Peninsula District", + "definition": "A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296, and amalgamated by Christchurch City Council in 2006", + "notation": "61", + "altlabel": null, + "related": "Christchurch City", + "@id": "61", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Selwyn District", + "definition": "A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296", + "notation": "062", + "altlabel": null, + "related": null, + "@id": "062", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ashburton District", + "definition": "A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296", + "notation": "063", + "altlabel": null, + "related": null, + "@id": "063", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Timaru District", + "definition": "A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296", + "notation": "064", + "altlabel": null, + "related": null, + "@id": "064", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mackenzie District", + "definition": "A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296", + "notation": "065", + "altlabel": null, + "related": null, + "@id": "065", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waimate District", + "definition": "A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296", + "notation": "066", + "altlabel": null, + "related": null, + "@id": "066", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chatham Islands Territory", + "definition": "A territorial authority constituted by the Chatham Islands Council Act 1995", + "notation": "067", + "altlabel": null, + "related": null, + "@id": "067", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waitaki District", + "definition": "A district council constituted by Local Government (Otago Region) Reorganisation Order 1989, Gazette 1989, p 2408", + "notation": "068", + "altlabel": null, + "related": null, + "@id": "068", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Central Otago District", + "definition": "A district council constituted by Local Government (Otago Region) Reorganisation Order 1989, Gazette 1989, p 2408", + "notation": "069", + "altlabel": null, + "related": null, + "@id": "069", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Queenstown-Lakes District", + "definition": "A district council constituted by Local Government (Otago Region) Reorganisation Order 1989, Gazette 1989, p 2408", + "notation": "070", + "altlabel": null, + "related": null, + "@id": "070", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dunedin City", + "definition": "A city council constituted by Local Government (Otago Region) Reorganisation Order 1989, Gazette 1989, p 2408", + "notation": "071", + "altlabel": null, + "related": null, + "@id": "071", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Clutha District", + "definition": "A district council constituted by Local Government (Otago Region) Reorganisation Order 1989, Gazette 1989, p 2408", + "notation": "072", + "altlabel": null, + "related": null, + "@id": "072", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Southland District", + "definition": "A district council constituted by Local Government (Southland Region) Reorganisation Order 1989, Gazette 1989, p 2430", + "notation": "073", + "altlabel": null, + "related": null, + "@id": "073", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gore District", + "definition": "A district council constituted by Local Government (Southland Region) Reorganisation Order 1989, Gazette 1989, p 2430", + "notation": "074", + "altlabel": null, + "related": null, + "@id": "074", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Invercargill City", + "definition": "A city council constituted by Local Government (Invercargill City) Reorganisation Order 1990, Gazette 1990, p 2326", + "notation": "075", + "altlabel": null, + "related": null, + "@id": "075", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Auckland", + "definition": "A city council constituted by section 6(1) of the Local Government (Auckland Council) Act 2009 and amended by section 113(1) of the Local Government (Auckland Transitional Provisions) Act 2010 (2010 No 37)", + "notation": "076", + "altlabel": null, + "related": null, + "@id": "076", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Minister of Local Government", + "definition": null, + "notation": "800", + "altlabel": null, + "related": null, + "@id": "800", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Area Outside Territorial Authority", + "definition": null, + "notation": "999", + "altlabel": null, + "related": null, + "@id": "999", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-territorial-authority.ttl b/cadastre/CSD-Header/nz-territorial-authority.ttl new file mode 100644 index 0000000..4723d1e --- /dev/null +++ b/cadastre/CSD-Header/nz-territorial-authority.ttl @@ -0,0 +1,586 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Northland Region) Reorganisation Order 1989, Gazette 1989, p 2391" ; + skos:inScheme ; + skos:notation "001" ; + skos:prefLabel "Far North District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Northland Region) Reorganisation Order 1989, Gazette 1989, p 2391" ; + skos:inScheme ; + skos:notation "002" ; + skos:prefLabel "Whangarei District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Northland Region) Reorganisation Order 1989, Gazette 1989, p 2391" ; + skos:inScheme ; + skos:notation "003" ; + skos:prefLabel "Kaipara District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460" ; + skos:inScheme ; + skos:notation "011" ; + skos:prefLabel "Thames-Coromandel District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460" ; + skos:inScheme ; + skos:notation "012" ; + skos:prefLabel "Hauraki District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460" ; + skos:inScheme ; + skos:notation "013" ; + skos:prefLabel "Waikato District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460" ; + skos:inScheme ; + skos:notation "015" ; + skos:prefLabel "Matamata-Piako District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A city council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460" ; + skos:inScheme ; + skos:notation "016" ; + skos:prefLabel "Hamilton City" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460" ; + skos:inScheme ; + skos:notation "017" ; + skos:prefLabel "Waipa District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:altLabel "Otorohanga District" ; + skos:definition "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460 and amended by clause 3 of the Local Government (Ōtorohanga District Council) Order 2019 (LI 2019/330)" ; + skos:inScheme ; + skos:notation "018" ; + skos:prefLabel "Ōtorohanga District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460" ; + skos:inScheme ; + skos:notation "019" ; + skos:prefLabel "South Waikato District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460" ; + skos:inScheme ; + skos:notation "020" ; + skos:prefLabel "Waitomo District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Waikato Region) Reorganisation Order 1989, Gazette 1989, p 2460" ; + skos:inScheme ; + skos:notation "021" ; + skos:prefLabel "Taupo District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275" ; + skos:inScheme ; + skos:notation "022" ; + skos:prefLabel "Western Bay of Plenty District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A city council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275 and amended by clause 5 of the Local Government (Tauranga City Council) Order 2003 (SR 2003/275)" ; + skos:inScheme ; + skos:notation "023" ; + skos:prefLabel "Tauranga City" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275" ; + skos:inScheme ; + skos:notation "024" ; + skos:prefLabel "Rotorua District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275" ; + skos:inScheme ; + skos:notation "025" ; + skos:prefLabel "Whakatane District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275" ; + skos:inScheme ; + skos:notation "026" ; + skos:prefLabel "Kawerau District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:altLabel "Opotiki District" ; + skos:definition "A district council constituted by Local Government (Bay of Plenty Region) Reorganisation Order 1989, Gazette 1989, p 2275 and amended by clause 3 of the Local Government (Ōpōtiki District Council) Order 2019 (LI 2019/331)" ; + skos:inScheme ; + skos:notation "027" ; + skos:prefLabel "Ōpōtiki District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Gisborne Region) Reorganisation Order 1989, Gazette 1989, p 2328" ; + skos:inScheme ; + skos:notation "028" ; + skos:prefLabel "Gisborne District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Hawke’s Bay Region) Reorganisation Order 1989, Gazette 1989, p 2334" ; + skos:inScheme ; + skos:notation "029" ; + skos:prefLabel "Wairoa District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Hawke’s Bay Region) Reorganisation Order 1989, Gazette 1989, p 2334" ; + skos:inScheme ; + skos:notation "030" ; + skos:prefLabel "Hastings District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A city council constituted by Local Government (Hawke’s Bay Region) Reorganisation Order 1989, Gazette 1989, p 2334" ; + skos:inScheme ; + skos:notation "031" ; + skos:prefLabel "Napier City" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Hawke’s Bay Region) Reorganisation Order 1989, Gazette 1989, p 2334" ; + skos:inScheme ; + skos:notation "032" ; + skos:prefLabel "Central Hawke's Bay District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Taranaki Region) Reorganisation Order 1989, Gazette 1989, p 2445" ; + skos:inScheme ; + skos:notation "033" ; + skos:prefLabel "New Plymouth District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Taranaki Region) Reorganisation Order 1989, Gazette 1989, p 2445" ; + skos:inScheme ; + skos:notation "034" ; + skos:prefLabel "Stratford District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Taranaki Region) Reorganisation Order 1989, Gazette 1989, p 2445" ; + skos:inScheme ; + skos:notation "035" ; + skos:prefLabel "South Taranaki District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351" ; + skos:inScheme ; + skos:notation "036" ; + skos:prefLabel "Ruapehu District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351 and amended by clause 3 of the Local Government (Whanganui District Council) Order 2015 (LI 2015/275)" ; + skos:inScheme ; + skos:notation "037" ; + skos:prefLabel "Whanganui District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351" ; + skos:inScheme ; + skos:notation "038" ; + skos:prefLabel "Rangitikei District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351" ; + skos:inScheme ; + skos:notation "039" ; + skos:prefLabel "Manawatu District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A city council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351" ; + skos:inScheme ; + skos:notation "040" ; + skos:prefLabel "Palmerston North City" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351" ; + skos:inScheme ; + skos:notation "041" ; + skos:prefLabel "Tararua District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Manawatu-Wanganui Region) Reorganisation Order 1989, Gazette 1989, p 2351" ; + skos:inScheme ; + skos:notation "042" ; + skos:prefLabel "Horowhenua District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491" ; + skos:inScheme ; + skos:notation "043" ; + skos:prefLabel "Kapiti Coast District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A city council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491" ; + skos:inScheme ; + skos:notation "044" ; + skos:prefLabel "Porirua City" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A city council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491" ; + skos:inScheme ; + skos:notation "045" ; + skos:prefLabel "Upper Hutt City" . + + a skos:Concept, + termtype:AdminUnit ; + skos:altLabel "Lower Hutt City" ; + skos:definition "A city council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491" ; + skos:inScheme ; + skos:notation "046" ; + skos:prefLabel "Hutt City" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A city council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491" ; + skos:inScheme ; + skos:notation "047" ; + skos:prefLabel "Wellington City" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491" ; + skos:inScheme ; + skos:notation "048" ; + skos:prefLabel "Masterton District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491" ; + skos:inScheme ; + skos:notation "049" ; + skos:prefLabel "Carterton District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Wellington Region) Reorganisation Order 1989, Gazette 1989, p 2491" ; + skos:inScheme ; + skos:notation "050" ; + skos:prefLabel "South Wairarapa District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Nelson–Marlborough Region) Reorganisation Order 1989, Gazette 1989, p 2375" ; + skos:inScheme ; + skos:notation "051" ; + skos:prefLabel "Tasman District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A city council constituted by Local Government (Nelson–Marlborough Region) Reorganisation Order 1989, Gazette 1989, p 2375" ; + skos:inScheme ; + skos:notation "052" ; + skos:prefLabel "Nelson City" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Nelson–Marlborough Region) Reorganisation Order 1989, Gazette 1989, p 2375" ; + skos:inScheme ; + skos:notation "053" ; + skos:prefLabel "Marlborough District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Nelson–Marlborough Region) Reorganisation Order 1989, Gazette 1989, p 2375" ; + skos:inScheme ; + skos:notation "054" ; + skos:prefLabel "Kaikoura District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (West Coast Region) Reorganisation Order 1989, Gazette 1989, p 2517" ; + skos:inScheme ; + skos:notation "055" ; + skos:prefLabel "Buller District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (West Coast Region) Reorganisation Order 1989, Gazette 1989, p 2517" ; + skos:inScheme ; + skos:notation "056" ; + skos:prefLabel "Grey District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (West Coast Region) Reorganisation Order 1989, Gazette 1989, p 2517" ; + skos:inScheme ; + skos:notation "057" ; + skos:prefLabel "Westland District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296" ; + skos:inScheme ; + skos:notation "058" ; + skos:prefLabel "Hurunui District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296" ; + skos:inScheme ; + skos:notation "059" ; + skos:prefLabel "Waimakariri District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A city council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296" ; + skos:inScheme ; + skos:notation "060" ; + skos:prefLabel "Christchurch City" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296" ; + skos:inScheme ; + skos:notation "062" ; + skos:prefLabel "Selwyn District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296" ; + skos:inScheme ; + skos:notation "063" ; + skos:prefLabel "Ashburton District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296" ; + skos:inScheme ; + skos:notation "064" ; + skos:prefLabel "Timaru District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296" ; + skos:inScheme ; + skos:notation "065" ; + skos:prefLabel "Mackenzie District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296" ; + skos:inScheme ; + skos:notation "066" ; + skos:prefLabel "Waimate District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A territorial authority constituted by the Chatham Islands Council Act 1995" ; + skos:inScheme ; + skos:notation "067" ; + skos:prefLabel "Chatham Islands Territory" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Otago Region) Reorganisation Order 1989, Gazette 1989, p 2408" ; + skos:inScheme ; + skos:notation "068" ; + skos:prefLabel "Waitaki District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Otago Region) Reorganisation Order 1989, Gazette 1989, p 2408" ; + skos:inScheme ; + skos:notation "069" ; + skos:prefLabel "Central Otago District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Otago Region) Reorganisation Order 1989, Gazette 1989, p 2408" ; + skos:inScheme ; + skos:notation "070" ; + skos:prefLabel "Queenstown-Lakes District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A city council constituted by Local Government (Otago Region) Reorganisation Order 1989, Gazette 1989, p 2408" ; + skos:inScheme ; + skos:notation "071" ; + skos:prefLabel "Dunedin City" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Otago Region) Reorganisation Order 1989, Gazette 1989, p 2408" ; + skos:inScheme ; + skos:notation "072" ; + skos:prefLabel "Clutha District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Southland Region) Reorganisation Order 1989, Gazette 1989, p 2430" ; + skos:inScheme ; + skos:notation "073" ; + skos:prefLabel "Southland District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Southland Region) Reorganisation Order 1989, Gazette 1989, p 2430" ; + skos:inScheme ; + skos:notation "074" ; + skos:prefLabel "Gore District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A city council constituted by Local Government (Invercargill City) Reorganisation Order 1990, Gazette 1990, p 2326" ; + skos:inScheme ; + skos:notation "075" ; + skos:prefLabel "Invercargill City" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A city council constituted by section 6(1) of the Local Government (Auckland Council) Act 2009 and amended by section 113(1) of the Local Government (Auckland Transitional Provisions) Act 2010 (2010 No 37)" ; + skos:inScheme ; + skos:notation "076" ; + skos:prefLabel "Auckland" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009" ; + skos:inScheme ; + skos:notation "10" ; + skos:prefLabel "Franklin District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "14" ; + skos:prefLabel "Not Used" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "An alternative spelling of Western Bay of Plenty District" ; + skos:inScheme ; + skos:notation "22" ; + skos:prefLabel "Western Bay of Plenty Dist." . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "An alternative spelling of Central Hawke's Bay District" ; + skos:inScheme ; + skos:notation "32" ; + skos:prefLabel "Central Hawkes Bay District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009" ; + skos:inScheme ; + skos:notation "4" ; + skos:prefLabel "Rodney District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A city council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009" ; + skos:inScheme ; + skos:notation "5" ; + skos:prefLabel "North Shore City" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A city council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009" ; + skos:inScheme ; + skos:notation "6" ; + skos:prefLabel "Waitakere City" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Canterbury Region) Reorganisation Order 1989, Gazette 1989, p 2296, and amalgamated by Christchurch City Council in 2006" ; + skos:inScheme ; + skos:notation "61" ; + skos:prefLabel "Banks Peninsula District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A city council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009" ; + skos:inScheme ; + skos:notation "7" ; + skos:prefLabel "Auckland City" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A city council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009" ; + skos:inScheme ; + skos:notation "8" ; + skos:prefLabel "Manukau City" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "800" ; + skos:prefLabel "Minister of Local Government" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "A district council constituted by Local Government (Auckland Region) Reorganisation Order 1989 and amalgamated into Auckland by section 6(1) of the Local Government (Auckland Council) Act 2009" ; + skos:inScheme ; + skos:notation "9" ; + skos:prefLabel "Papakura District" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "999" ; + skos:prefLabel "Area Outside Territorial Authority" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Territorial Authorities" ; + skos:scopeNote "termtype:AdminUnit" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:40.758525"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:40.584782"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/nz-vhd.csv b/cadastre/CSD-Header/nz-vhd.csv new file mode 100644 index 0000000..f529a0b --- /dev/null +++ b/cadastre/CSD-Header/nz-vhd.csv @@ -0,0 +1,15 @@ +preflabel,definition,notation,altlabel,related +One Tree Point 1964 height,,5767,ONTPHT1964, +Auckland 1946 height,,5759,AUCKHT1946, +Moturiki 1953 height,,5764,MOTUHT1953, +Gisborne 1926 height,,5762,GISBHT1926, +Napier 1962 height,,5765,NAPIHT1962, +Taranaki 1970 height,,5769,TARAHT1970, +Wellington 1953 height,,5770,WELLHT1953, +Nelson 1955 height,,5766,NELSHT1955, +Lyttelton 1937 height,,5763,LYTTHT1937, +Dunedin 1958 height,,5761,DUNEHT1958, +Dunedin-Bluff 1960 height,,4458,DUBLHT1960, +Bluff 1955 height,,5760,BLUFHT1955, +Stewart Island 1977 height,,5772,STISHT1977, +NZVD2016 height,,7839,, \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-vhd.jsonld b/cadastre/CSD-Header/nz-vhd.jsonld new file mode 100644 index 0000000..652b18b --- /dev/null +++ b/cadastre/CSD-Header/nz-vhd.jsonld @@ -0,0 +1,172 @@ +{ + "@context": [ + { + "@base": "http://www.opengis.net/def/crs/EPSG/0/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "http://www.opengis.net/def/crs/EPSG/0", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Vertical Height Datums", + "class": "termtype:AllowableCoordinateReferenceSystem", + "concepts": [ + { + "preflabel": "One Tree Point 1964 height", + "definition": null, + "notation": "5767", + "altlabel": "ONTPHT1964", + "related": null, + "@id": "5767", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "Auckland 1946 height", + "definition": null, + "notation": "5759", + "altlabel": "AUCKHT1946", + "related": null, + "@id": "5759", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "Moturiki 1953 height", + "definition": null, + "notation": "5764", + "altlabel": "MOTUHT1953", + "related": null, + "@id": "5764", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "Gisborne 1926 height", + "definition": null, + "notation": "5762", + "altlabel": "GISBHT1926", + "related": null, + "@id": "5762", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "Napier 1962 height", + "definition": null, + "notation": "5765", + "altlabel": "NAPIHT1962", + "related": null, + "@id": "5765", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "Taranaki 1970 height", + "definition": null, + "notation": "5769", + "altlabel": "TARAHT1970", + "related": null, + "@id": "5769", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "Wellington 1953 height", + "definition": null, + "notation": "5770", + "altlabel": "WELLHT1953", + "related": null, + "@id": "5770", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "Nelson 1955 height", + "definition": null, + "notation": "5766", + "altlabel": "NELSHT1955", + "related": null, + "@id": "5766", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "Lyttelton 1937 height", + "definition": null, + "notation": "5763", + "altlabel": "LYTTHT1937", + "related": null, + "@id": "5763", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "Dunedin 1958 height", + "definition": null, + "notation": "5761", + "altlabel": "DUNEHT1958", + "related": null, + "@id": "5761", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "Dunedin-Bluff 1960 height", + "definition": null, + "notation": "4458", + "altlabel": "DUBLHT1960", + "related": null, + "@id": "4458", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "Bluff 1955 height", + "definition": null, + "notation": "5760", + "altlabel": "BLUFHT1955", + "related": null, + "@id": "5760", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "Stewart Island 1977 height", + "definition": null, + "notation": "5772", + "altlabel": "STISHT1977", + "related": null, + "@id": "5772", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "NZVD2016 height", + "definition": null, + "notation": "7839", + "altlabel": null, + "related": null, + "@id": "7839", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/nz-vhd.ttl b/cadastre/CSD-Header/nz-vhd.ttl new file mode 100644 index 0000000..492399d --- /dev/null +++ b/cadastre/CSD-Header/nz-vhd.ttl @@ -0,0 +1,123 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "DUBLHT1960" ; + skos:inScheme ; + skos:notation "4458" ; + skos:prefLabel "Dunedin-Bluff 1960 height" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "AUCKHT1946" ; + skos:inScheme ; + skos:notation "5759" ; + skos:prefLabel "Auckland 1946 height" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "BLUFHT1955" ; + skos:inScheme ; + skos:notation "5760" ; + skos:prefLabel "Bluff 1955 height" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "DUNEHT1958" ; + skos:inScheme ; + skos:notation "5761" ; + skos:prefLabel "Dunedin 1958 height" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "GISBHT1926" ; + skos:inScheme ; + skos:notation "5762" ; + skos:prefLabel "Gisborne 1926 height" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "LYTTHT1937" ; + skos:inScheme ; + skos:notation "5763" ; + skos:prefLabel "Lyttelton 1937 height" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "MOTUHT1953" ; + skos:inScheme ; + skos:notation "5764" ; + skos:prefLabel "Moturiki 1953 height" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "NAPIHT1962" ; + skos:inScheme ; + skos:notation "5765" ; + skos:prefLabel "Napier 1962 height" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "NELSHT1955" ; + skos:inScheme ; + skos:notation "5766" ; + skos:prefLabel "Nelson 1955 height" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "ONTPHT1964" ; + skos:inScheme ; + skos:notation "5767" ; + skos:prefLabel "One Tree Point 1964 height" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "TARAHT1970" ; + skos:inScheme ; + skos:notation "5769" ; + skos:prefLabel "Taranaki 1970 height" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "WELLHT1953" ; + skos:inScheme ; + skos:notation "5770" ; + skos:prefLabel "Wellington 1953 height" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "STISHT1977" ; + skos:inScheme ; + skos:notation "5772" ; + skos:prefLabel "Stewart Island 1977 height" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:inScheme ; + skos:notation "7839" ; + skos:prefLabel "NZVD2016 height" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Vertical Height Datums" ; + skos:scopeNote "termtype:AllowableCoordinateReferenceSystem" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:50.582593"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:50.485534"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/vic-annotation.csv b/cadastre/CSD-Header/vic-annotation.csv new file mode 100644 index 0000000..03afcf5 --- /dev/null +++ b/cadastre/CSD-Header/vic-annotation.csv @@ -0,0 +1,42 @@ +preflabel,definition,notation,altlabel,related +Section 35 - See Recording of Vesting Table Attached,,s35-rvta,, +Section 35 Compulsory,,s35-c,, +Section 35 Agreement,,s35-a,, +Planning Permit,,pp,, +Report on Datum,,rod,, +Instrument and Calibration Details,,icd,, +Crown Section,,cs,, +Crown Allotment,,ca,, +Crown Portion,,cp,, +Other Crown Description,,ocd,, +Parcel with Area by Deduction,,pad,, +Restriction Expiry Date,,red,, +General Plan Notation,,gpn,, +Abstract of Field Records Notation,,afrn,, +Surveyor's Report Notation,,srn,, +Title Closure Justification,,tcj,, +General Easement Notation,,gen,, +Easement Qualification,,eq,, +Implied Easement Notation,,ien,, +Easement Purpose,,ep,, +Easement Origin,,eo,, +Easement Beneficiary,,eb,, +Easement Width,,ew,, +Supply of Supplementary Field Record Notation,,ssfrn,, +Building Boundary Notation,,bbn,, +Owners Corporation Notation,,ocn,, +Additional Purpose of Plan,,app,, +Section 12(2) of the Subdivision Act 1988 applies vide this plan,,s12-2-a,, +Section 12(2) of the Subdivision Act 1988 does not apply vide this plan,,s12-2-dn,, +Purpose of Plan,,pop,, +Grounds for Removal,,gr,, +Grounds for Variation,,gv,, +Grounds for Vesting,,gfv,, +Future Plan Number,,fpn,, +Prior Survey,,ps,, +Balance Of Existing OC Entitlement,,beoce,, +Balance Of Existing OC Liability,,beocl,, +Corporation Parcel,,corp-parcel +Head of Power,,hop,, +Plan certified under Section 6 of the Subdivision Act 1988,,s6,, +public open space under section 18 or 18A of the Subdivision Act 1988,,pos18-a,, \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-annotation.jsonld b/cadastre/CSD-Header/vic-annotation.jsonld new file mode 100644 index 0000000..87c71bc --- /dev/null +++ b/cadastre/CSD-Header/vic-annotation.jsonld @@ -0,0 +1,440 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-annotation/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-annotation", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC CSD Annotation", + "class": "termtype:Annotation", + "concepts": [ + { + "preflabel": "Section 35 - See Recording of Vesting Table Attached", + "definition": null, + "notation": "s35-rvta", + "altlabel": null, + "related": null, + "@id": "s35-rvta", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 35 Compulsory", + "definition": null, + "notation": "s35-c", + "altlabel": null, + "related": null, + "@id": "s35-c", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 35 Agreement", + "definition": null, + "notation": "s35-a", + "altlabel": null, + "related": null, + "@id": "s35-a", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Planning Permit", + "definition": null, + "notation": "pp", + "altlabel": null, + "related": null, + "@id": "pp", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Report on Datum", + "definition": null, + "notation": "rod", + "altlabel": null, + "related": null, + "@id": "rod", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Instrument and Calibration Details", + "definition": null, + "notation": "icd", + "altlabel": null, + "related": null, + "@id": "icd", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown Section", + "definition": null, + "notation": "cs", + "altlabel": null, + "related": null, + "@id": "cs", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown Allotment", + "definition": null, + "notation": "ca", + "altlabel": null, + "related": null, + "@id": "ca", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown Portion", + "definition": null, + "notation": "cp", + "altlabel": null, + "related": null, + "@id": "cp", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Other Crown Description", + "definition": null, + "notation": "ocd", + "altlabel": null, + "related": null, + "@id": "ocd", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Parcel with Area by Deduction", + "definition": null, + "notation": "pad", + "altlabel": null, + "related": null, + "@id": "pad", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Restriction Expiry Date", + "definition": null, + "notation": "red", + "altlabel": null, + "related": null, + "@id": "red", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "General Plan Notation", + "definition": null, + "notation": "gpn", + "altlabel": null, + "related": null, + "@id": "gpn", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Abstract of Field Records Notation", + "definition": null, + "notation": "afrn", + "altlabel": null, + "related": null, + "@id": "afrn", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Surveyor's Report Notation", + "definition": null, + "notation": "srn", + "altlabel": null, + "related": null, + "@id": "srn", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Title Closure Justification", + "definition": null, + "notation": "tcj", + "altlabel": null, + "related": null, + "@id": "tcj", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "General Easement Notation", + "definition": null, + "notation": "gen", + "altlabel": null, + "related": null, + "@id": "gen", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement Qualification", + "definition": null, + "notation": "eq", + "altlabel": null, + "related": null, + "@id": "eq", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Implied Easement Notation", + "definition": null, + "notation": "ien", + "altlabel": null, + "related": null, + "@id": "ien", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement Purpose", + "definition": null, + "notation": "ep", + "altlabel": null, + "related": null, + "@id": "ep", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement Origin", + "definition": null, + "notation": "eo", + "altlabel": null, + "related": null, + "@id": "eo", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement Beneficiary", + "definition": null, + "notation": "eb", + "altlabel": null, + "related": null, + "@id": "eb", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement Width", + "definition": null, + "notation": "ew", + "altlabel": null, + "related": null, + "@id": "ew", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Supply of Supplementary Field Record Notation", + "definition": null, + "notation": "ssfrn", + "altlabel": null, + "related": null, + "@id": "ssfrn", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Building Boundary Notation", + "definition": null, + "notation": "bbn", + "altlabel": null, + "related": null, + "@id": "bbn", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Owners Corporation Notation", + "definition": null, + "notation": "ocn", + "altlabel": null, + "related": null, + "@id": "ocn", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Additional Purpose of Plan", + "definition": null, + "notation": "app", + "altlabel": null, + "related": null, + "@id": "app", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 12(2) of the Subdivision Act 1988 applies vide this plan", + "definition": null, + "notation": "s12-2-a", + "altlabel": null, + "related": null, + "@id": "s12-2-a", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 12(2) of the Subdivision Act 1988 does not apply vide this plan", + "definition": null, + "notation": "s12-2-dn", + "altlabel": null, + "related": null, + "@id": "s12-2-dn", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Purpose of Plan", + "definition": null, + "notation": "pop", + "altlabel": null, + "related": null, + "@id": "pop", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Grounds for Removal", + "definition": null, + "notation": "gr", + "altlabel": null, + "related": null, + "@id": "gr", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Grounds for Variation", + "definition": null, + "notation": "gv", + "altlabel": null, + "related": null, + "@id": "gv", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Grounds for Vesting", + "definition": null, + "notation": "gfv", + "altlabel": null, + "related": null, + "@id": "gfv", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Future Plan Number", + "definition": null, + "notation": "fpn", + "altlabel": null, + "related": null, + "@id": "fpn", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Prior Survey", + "definition": null, + "notation": "ps", + "altlabel": null, + "related": null, + "@id": "ps", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Balance Of Existing OC Entitlement", + "definition": null, + "notation": "beoce", + "altlabel": null, + "related": null, + "@id": "beoce", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Balance Of Existing OC Liability", + "definition": null, + "notation": "beocl", + "altlabel": null, + "related": null, + "@id": "beocl", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Corporation Parcel", + "definition": null, + "notation": "corp-parcel", + "@id": "corp-parcel", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Head of Power", + "definition": null, + "notation": "hop", + "altlabel": null, + "related": null, + "@id": "hop", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Plan certified under Section 6 of the Subdivision Act 1988", + "definition": null, + "notation": "s6", + "altlabel": null, + "related": null, + "@id": "s6", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "public open space under section 18 or 18A of the Subdivision Act 1988", + "definition": null, + "notation": "pos18-a", + "altlabel": null, + "related": null, + "@id": "pos18-a", + "type": "termtype:Annotation", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-annotation.ttl b/cadastre/CSD-Header/vic-annotation.ttl new file mode 100644 index 0000000..7d71b94 --- /dev/null +++ b/cadastre/CSD-Header/vic-annotation.ttl @@ -0,0 +1,272 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "afrn" ; + skos:prefLabel "Abstract of Field Records Notation" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "app" ; + skos:prefLabel "Additional Purpose of Plan" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "bbn" ; + skos:prefLabel "Building Boundary Notation" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "beoce" ; + skos:prefLabel "Balance Of Existing OC Entitlement" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "beocl" ; + skos:prefLabel "Balance Of Existing OC Liability" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "ca" ; + skos:prefLabel "Crown Allotment" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "corp-parcel" ; + skos:prefLabel "Corporation Parcel" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "cp" ; + skos:prefLabel "Crown Portion" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "cs" ; + skos:prefLabel "Crown Section" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "eb" ; + skos:prefLabel "Easement Beneficiary" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "eo" ; + skos:prefLabel "Easement Origin" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "ep" ; + skos:prefLabel "Easement Purpose" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "eq" ; + skos:prefLabel "Easement Qualification" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "ew" ; + skos:prefLabel "Easement Width" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "fpn" ; + skos:prefLabel "Future Plan Number" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "gen" ; + skos:prefLabel "General Easement Notation" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "gfv" ; + skos:prefLabel "Grounds for Vesting" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "gpn" ; + skos:prefLabel "General Plan Notation" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "gr" ; + skos:prefLabel "Grounds for Removal" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "gv" ; + skos:prefLabel "Grounds for Variation" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "hop" ; + skos:prefLabel "Head of Power" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "icd" ; + skos:prefLabel "Instrument and Calibration Details" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "ien" ; + skos:prefLabel "Implied Easement Notation" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "ocd" ; + skos:prefLabel "Other Crown Description" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "ocn" ; + skos:prefLabel "Owners Corporation Notation" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "pad" ; + skos:prefLabel "Parcel with Area by Deduction" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "pop" ; + skos:prefLabel "Purpose of Plan" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "pos18-a" ; + skos:prefLabel "public open space under section 18 or 18A of the Subdivision Act 1988" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "pp" ; + skos:prefLabel "Planning Permit" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "ps" ; + skos:prefLabel "Prior Survey" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "red" ; + skos:prefLabel "Restriction Expiry Date" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "rod" ; + skos:prefLabel "Report on Datum" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "s12-2-a" ; + skos:prefLabel "Section 12(2) of the Subdivision Act 1988 applies vide this plan" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "s12-2-dn" ; + skos:prefLabel "Section 12(2) of the Subdivision Act 1988 does not apply vide this plan" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "s35-a" ; + skos:prefLabel "Section 35 Agreement" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "s35-c" ; + skos:prefLabel "Section 35 Compulsory" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "s35-rvta" ; + skos:prefLabel "Section 35 - See Recording of Vesting Table Attached" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "s6" ; + skos:prefLabel "Plan certified under Section 6 of the Subdivision Act 1988" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "srn" ; + skos:prefLabel "Surveyor's Report Notation" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "ssfrn" ; + skos:prefLabel "Supply of Supplementary Field Record Notation" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "tcj" ; + skos:prefLabel "Title Closure Justification" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC CSD Annotation" ; + skos:scopeNote "termtype:Annotation" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:45.950907"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:45.824739"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/vic-county.csv b/cadastre/CSD-Header/vic-county.csv new file mode 100644 index 0000000..2c9583c --- /dev/null +++ b/cadastre/CSD-Header/vic-county.csv @@ -0,0 +1,38 @@ +preflabel,definition,notation,altlabel,related +Anglesey,,1001,, +Benambra,,1002,, +Bendigo,,1003,, +Bogong,,1004,, +Borung,,1005,, +Bourke,,1006,, +Buln Buln,,1007,, +Croajingolong,,1008,, +Dalhousie,,1009,, +Dargo,,1010,, +Delatite,,1011,, +Dundas,,1012,, +Evelyn,,1013,, +Follett,,1014,, +Gladstone,,1015,, +Grant,,1016,, +Grenville,,1017,, +Gunbower,,1018,, +Hampden,,1019,, +Heytesbury,,1020,, +Kara Kara,,1021,, +Karkarooc,,1022,, +Lowan,,1023,, +Millewa,,1024,, +Moira,,1025,, +Mornington,,1026,, +Normanby,,1027,, +Polwarth,,1028,, +Ripon,,1029,, +Rodney,,1030,, +Talbot,,1031,, +Tambo,,1032,, +Tanjil,,1033,, +Tatchera,,1034,, +Villiers,,1035,, +Weeah,,1036,, +Wonnangatta,,1037,, \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-county.jsonld b/cadastre/CSD-Header/vic-county.jsonld new file mode 100644 index 0000000..93c70de --- /dev/null +++ b/cadastre/CSD-Header/vic-county.jsonld @@ -0,0 +1,402 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-county/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-county", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Counties", + "class": "termtype:AdminUnit", + "concepts": [ + { + "preflabel": "Anglesey", + "definition": null, + "notation": "1001", + "altlabel": null, + "related": null, + "@id": "1001", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Benambra", + "definition": null, + "notation": "1002", + "altlabel": null, + "related": null, + "@id": "1002", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bendigo", + "definition": null, + "notation": "1003", + "altlabel": null, + "related": null, + "@id": "1003", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bogong", + "definition": null, + "notation": "1004", + "altlabel": null, + "related": null, + "@id": "1004", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Borung", + "definition": null, + "notation": "1005", + "altlabel": null, + "related": null, + "@id": "1005", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bourke", + "definition": null, + "notation": "1006", + "altlabel": null, + "related": null, + "@id": "1006", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buln Buln", + "definition": null, + "notation": "1007", + "altlabel": null, + "related": null, + "@id": "1007", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Croajingolong", + "definition": null, + "notation": "1008", + "altlabel": null, + "related": null, + "@id": "1008", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dalhousie", + "definition": null, + "notation": "1009", + "altlabel": null, + "related": null, + "@id": "1009", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dargo", + "definition": null, + "notation": "1010", + "altlabel": null, + "related": null, + "@id": "1010", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Delatite", + "definition": null, + "notation": "1011", + "altlabel": null, + "related": null, + "@id": "1011", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dundas", + "definition": null, + "notation": "1012", + "altlabel": null, + "related": null, + "@id": "1012", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Evelyn", + "definition": null, + "notation": "1013", + "altlabel": null, + "related": null, + "@id": "1013", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Follett", + "definition": null, + "notation": "1014", + "altlabel": null, + "related": null, + "@id": "1014", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gladstone", + "definition": null, + "notation": "1015", + "altlabel": null, + "related": null, + "@id": "1015", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Grant", + "definition": null, + "notation": "1016", + "altlabel": null, + "related": null, + "@id": "1016", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Grenville", + "definition": null, + "notation": "1017", + "altlabel": null, + "related": null, + "@id": "1017", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gunbower", + "definition": null, + "notation": "1018", + "altlabel": null, + "related": null, + "@id": "1018", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hampden", + "definition": null, + "notation": "1019", + "altlabel": null, + "related": null, + "@id": "1019", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Heytesbury", + "definition": null, + "notation": "1020", + "altlabel": null, + "related": null, + "@id": "1020", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kara Kara", + "definition": null, + "notation": "1021", + "altlabel": null, + "related": null, + "@id": "1021", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karkarooc", + "definition": null, + "notation": "1022", + "altlabel": null, + "related": null, + "@id": "1022", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lowan", + "definition": null, + "notation": "1023", + "altlabel": null, + "related": null, + "@id": "1023", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Millewa", + "definition": null, + "notation": "1024", + "altlabel": null, + "related": null, + "@id": "1024", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moira", + "definition": null, + "notation": "1025", + "altlabel": null, + "related": null, + "@id": "1025", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mornington", + "definition": null, + "notation": "1026", + "altlabel": null, + "related": null, + "@id": "1026", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Normanby", + "definition": null, + "notation": "1027", + "altlabel": null, + "related": null, + "@id": "1027", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Polwarth", + "definition": null, + "notation": "1028", + "altlabel": null, + "related": null, + "@id": "1028", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ripon", + "definition": null, + "notation": "1029", + "altlabel": null, + "related": null, + "@id": "1029", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rodney", + "definition": null, + "notation": "1030", + "altlabel": null, + "related": null, + "@id": "1030", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Talbot", + "definition": null, + "notation": "1031", + "altlabel": null, + "related": null, + "@id": "1031", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tambo", + "definition": null, + "notation": "1032", + "altlabel": null, + "related": null, + "@id": "1032", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tanjil", + "definition": null, + "notation": "1033", + "altlabel": null, + "related": null, + "@id": "1033", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tatchera", + "definition": null, + "notation": "1034", + "altlabel": null, + "related": null, + "@id": "1034", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Villiers", + "definition": null, + "notation": "1035", + "altlabel": null, + "related": null, + "@id": "1035", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Weeah", + "definition": null, + "notation": "1036", + "altlabel": null, + "related": null, + "@id": "1036", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wonnangatta", + "definition": null, + "notation": "1037", + "altlabel": null, + "related": null, + "@id": "1037", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-county.ttl b/cadastre/CSD-Header/vic-county.ttl new file mode 100644 index 0000000..ab115cb --- /dev/null +++ b/cadastre/CSD-Header/vic-county.ttl @@ -0,0 +1,248 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1001" ; + skos:prefLabel "Anglesey" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1002" ; + skos:prefLabel "Benambra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1003" ; + skos:prefLabel "Bendigo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1004" ; + skos:prefLabel "Bogong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1005" ; + skos:prefLabel "Borung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1006" ; + skos:prefLabel "Bourke" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1007" ; + skos:prefLabel "Buln Buln" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1008" ; + skos:prefLabel "Croajingolong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1009" ; + skos:prefLabel "Dalhousie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1010" ; + skos:prefLabel "Dargo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1011" ; + skos:prefLabel "Delatite" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1012" ; + skos:prefLabel "Dundas" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1013" ; + skos:prefLabel "Evelyn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1014" ; + skos:prefLabel "Follett" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1015" ; + skos:prefLabel "Gladstone" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1016" ; + skos:prefLabel "Grant" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1017" ; + skos:prefLabel "Grenville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1018" ; + skos:prefLabel "Gunbower" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1019" ; + skos:prefLabel "Hampden" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1020" ; + skos:prefLabel "Heytesbury" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1021" ; + skos:prefLabel "Kara Kara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1022" ; + skos:prefLabel "Karkarooc" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1023" ; + skos:prefLabel "Lowan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1024" ; + skos:prefLabel "Millewa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1025" ; + skos:prefLabel "Moira" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1026" ; + skos:prefLabel "Mornington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1027" ; + skos:prefLabel "Normanby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1028" ; + skos:prefLabel "Polwarth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1029" ; + skos:prefLabel "Ripon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1030" ; + skos:prefLabel "Rodney" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1031" ; + skos:prefLabel "Talbot" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1032" ; + skos:prefLabel "Tambo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1033" ; + skos:prefLabel "Tanjil" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1034" ; + skos:prefLabel "Tatchera" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1035" ; + skos:prefLabel "Villiers" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1036" ; + skos:prefLabel "Weeah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "1037" ; + skos:prefLabel "Wonnangatta" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Counties" ; + skos:scopeNote "termtype:AdminUnit" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:44.859833"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:44.737709"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/vic-crs.csv b/cadastre/CSD-Header/vic-crs.csv new file mode 100644 index 0000000..ec17955 --- /dev/null +++ b/cadastre/CSD-Header/vic-crs.csv @@ -0,0 +1,5 @@ +preflabel,definition,notation,altlabel,related +GDA2020 / MGA zone 54,,7854,MGA2020_Zone54, +GDA2020 / MGA zone 55,,7855,MGA2020_Zone55, +GDA94 / MGA zone 54,,28354,MGA94_Zone54, +GDA94 / MGA zone 55,,28355,MGA94_Zone55, \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-crs.jsonld b/cadastre/CSD-Header/vic-crs.jsonld new file mode 100644 index 0000000..91ca061 --- /dev/null +++ b/cadastre/CSD-Header/vic-crs.jsonld @@ -0,0 +1,72 @@ +{ + "@context": [ + { + "@base": "http://www.opengis.net/def/crs/EPSG/0/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "http://www.opengis.net/def/crs/EPSG/0", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Coordinate Reference Systems", + "class": "termtype:AllowableCoordinateReferenceSystem", + "concepts": [ + { + "preflabel": "GDA2020 / MGA zone 54", + "definition": null, + "notation": "7854", + "altlabel": "MGA2020_Zone54", + "related": null, + "@id": "7854", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / MGA zone 55", + "definition": null, + "notation": "7855", + "altlabel": "MGA2020_Zone55", + "related": null, + "@id": "7855", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / MGA zone 54", + "definition": null, + "notation": "28354", + "altlabel": "MGA94_Zone54", + "related": null, + "@id": "28354", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / MGA zone 55", + "definition": null, + "notation": "28355", + "altlabel": "MGA94_Zone55", + "related": null, + "@id": "28355", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-crs.ttl b/cadastre/CSD-Header/vic-crs.ttl new file mode 100644 index 0000000..9ea6a1b --- /dev/null +++ b/cadastre/CSD-Header/vic-crs.ttl @@ -0,0 +1,54 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "MGA94_Zone54" ; + skos:inScheme ; + skos:notation "28354" ; + skos:prefLabel "GDA94 / MGA zone 54" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "MGA94_Zone55" ; + skos:inScheme ; + skos:notation "28355" ; + skos:prefLabel "GDA94 / MGA zone 55" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "MGA2020_Zone54" ; + skos:inScheme ; + skos:notation "7854" ; + skos:prefLabel "GDA2020 / MGA zone 54" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "MGA2020_Zone55" ; + skos:inScheme ; + skos:notation "7855" ; + skos:prefLabel "GDA2020 / MGA zone 55" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Coordinate Reference Systems" ; + skos:scopeNote "termtype:AllowableCoordinateReferenceSystem" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:51.611558"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:51.524909"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/vic-local-government-area.csv b/cadastre/CSD-Header/vic-local-government-area.csv new file mode 100644 index 0000000..645fe9e --- /dev/null +++ b/cadastre/CSD-Header/vic-local-government-area.csv @@ -0,0 +1,88 @@ +preflabel,definition,notation,altlabel,related +Hobsons Bay,S035 1994 p4,331,, +Queenscliffe,G047 1863 p1039,360,, +Brimbank,S097 1994 p18,308,, +Nillumbik,G047 2003 p2972,356,, +Darebin,S097 1994 p20,316,, +Bayside,S097 1994 p18,306,, +Banyule,S097 1994 p17,303,, +Moonee Valley,G050 2007 p3095,349,, +Whittlesea,G003 1999 p119,373,, +Manningham,S158 1999 p10,340,, +Kingston,S097 1994 p22,335,, +Stonnington,S035 1994 p22,363,, +Greater Geelong,S008 1994 p7,327,, +Melbourne,G050 2007 p3095,343,, +Merri-Bek,S097 1994 p26,351,, +Boroondara,S035 1994 p18,307,, +Glen Eira,S097 1994 p21,322,, +Maroondah,S097 1994 p24,342,, +Port Phillip,S035 1994 p26,358,, +Whitehorse,S158 1999 p11,372,, +Casey,S097 1994 p20,312,, +Monash,S097 1994 p25,348,, +Maribyrnong,S097 1994 p24,341,, +Greater Dandenong,S097 1994 p22,326,, +Cardinia,G040 2003 p2572,311,, +Knox,S097 1994 p23,336,, +Wyndham,S097 1994 p31,375,, +Mornington Peninsula,S097 1994 p27,352,, +Yarra,S035 1994 p14,376,, +Hume,S097 1994 p22,333,, +Frankston,S097 1994 p21,320,, +Warrnambool,S063 1994 p15,369,, +Southern Grampians,G019 1996 p1218,362,, +Melton,G036 2012 p2017,344,, +Golden Plains,G012 1995 p742,324,, +Glenelg,G003 1997 p195,323,, +Surf Coast,S063 1994 p15,365,, +Moyne,G003 1996 p205,354,, +Latrobe,S094 1994 p12,337,, +Moorabool,S097 1994 p25,350,, +Bass Coast,S097 1994 p17,304,, +Colac Otway,S063 1994 p10,314,, +Murrindindi,G007 2012 p285,355,, +Baw Baw,S094 1994 p9,305,, +Corangamite,S063 1994 p11,315,, +South Gippsland,S097 1994 p28,361,, +Mitchell,G007 2012 p288,346,, +Greater Shepparton,S087 1994 p28,328,, +Yarra Ranges,G040 2003 p2574,377,, +Greater Bendigo,G016 1996 p30,325,, +Mildura,S004 1995 p17,345,, +Wodonga,G042 2015 p2266,374,, +Ballarat,G012 1995 p740,302,, +Horsham,S004 1995 p16,332,, +Wangaratta,G028 1996 p1872,368,, +Ararat,G003 1996 p203,301,, +Swan Hill,S004 1995 p23,366,, +Wellington,S094 1994 p16,370,, +Campaspe,S004 1995 p13,310,, +East Gippsland,S094 1994 p11,319,, +Pyrenees,S004 1995 p20,359,, +Loddon,S002 1995 p14,338,, +Hepburn,S002 1995 p12,329,, +Moira,S087 1994 p28,347,, +Mount Alexander,S002 1995 p21,353,, +Northern Grampians,G009 1996 p657,357,, +Macedon Ranges,S002 1995 p17,339,, +Central Goldfields,S002 1995 p9,313,, +Indigo,G042 2015 p2266,334,, +Strathbogie,G012 1995 p738,364,, +Yarriambiack,G003 1996 p200,378,, +Gannawarra,S004 1995 p14,321,, +Mansfield,G042 2002 p2839,382,, +Buloke,G009 1996 p655,309,, +Alpine,G046 1998 p2822,300,, +Benalla,G042 2002 p2837,381,, +West Wimmera,S004 1995 p24,371,, +Towong,G042 1996 p2787,367,, +Hindmarsh,S004 1995 p16,330,, +French-Elizabeth-Sandstone Islands (Uninc),,379,, +Falls Creek Alpine Resort (Uninc),,386,, +Gabo Island (Uninc),,389,, +Lake Mountain Alpine Resort (Uninc),,385,, +Mount Baw Baw Alpine Resort (Uninc),,383,, +Mount Buller Alpine Resort (Uninc),,384,, +Mount Hotham Alpine Resort (Uninc),,388,, +Mount Stirling Alpine Resort (Uninc),,387,, \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-local-government-area.jsonld b/cadastre/CSD-Header/vic-local-government-area.jsonld new file mode 100644 index 0000000..ce4053d --- /dev/null +++ b/cadastre/CSD-Header/vic-local-government-area.jsonld @@ -0,0 +1,902 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-local-government-area/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-local-government-area", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Local Government Areas", + "class": "termtype:AdminUnit", + "concepts": [ + { + "preflabel": "Hobsons Bay", + "definition": "S035 1994 p4", + "notation": "331", + "altlabel": null, + "related": null, + "@id": "331", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Queenscliffe", + "definition": "G047 1863 p1039", + "notation": "360", + "altlabel": null, + "related": null, + "@id": "360", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brimbank", + "definition": "S097 1994 p18", + "notation": "308", + "altlabel": null, + "related": null, + "@id": "308", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nillumbik", + "definition": "G047 2003 p2972", + "notation": "356", + "altlabel": null, + "related": null, + "@id": "356", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darebin", + "definition": "S097 1994 p20", + "notation": "316", + "altlabel": null, + "related": null, + "@id": "316", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bayside", + "definition": "S097 1994 p18", + "notation": "306", + "altlabel": null, + "related": null, + "@id": "306", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Banyule", + "definition": "S097 1994 p17", + "notation": "303", + "altlabel": null, + "related": null, + "@id": "303", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moonee Valley", + "definition": "G050 2007 p3095", + "notation": "349", + "altlabel": null, + "related": null, + "@id": "349", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whittlesea", + "definition": "G003 1999 p119", + "notation": "373", + "altlabel": null, + "related": null, + "@id": "373", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Manningham", + "definition": "S158 1999 p10", + "notation": "340", + "altlabel": null, + "related": null, + "@id": "340", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kingston", + "definition": "S097 1994 p22", + "notation": "335", + "altlabel": null, + "related": null, + "@id": "335", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stonnington", + "definition": "S035 1994 p22", + "notation": "363", + "altlabel": null, + "related": null, + "@id": "363", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greater Geelong", + "definition": "S008 1994 p7", + "notation": "327", + "altlabel": null, + "related": null, + "@id": "327", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Melbourne", + "definition": "G050 2007 p3095", + "notation": "343", + "altlabel": null, + "related": null, + "@id": "343", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merri-Bek", + "definition": "S097 1994 p26", + "notation": "351", + "altlabel": null, + "related": null, + "@id": "351", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boroondara", + "definition": "S035 1994 p18", + "notation": "307", + "altlabel": null, + "related": null, + "@id": "307", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glen Eira", + "definition": "S097 1994 p21", + "notation": "322", + "altlabel": null, + "related": null, + "@id": "322", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maroondah", + "definition": "S097 1994 p24", + "notation": "342", + "altlabel": null, + "related": null, + "@id": "342", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Port Phillip", + "definition": "S035 1994 p26", + "notation": "358", + "altlabel": null, + "related": null, + "@id": "358", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whitehorse", + "definition": "S158 1999 p11", + "notation": "372", + "altlabel": null, + "related": null, + "@id": "372", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Casey", + "definition": "S097 1994 p20", + "notation": "312", + "altlabel": null, + "related": null, + "@id": "312", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Monash", + "definition": "S097 1994 p25", + "notation": "348", + "altlabel": null, + "related": null, + "@id": "348", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maribyrnong", + "definition": "S097 1994 p24", + "notation": "341", + "altlabel": null, + "related": null, + "@id": "341", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greater Dandenong", + "definition": "S097 1994 p22", + "notation": "326", + "altlabel": null, + "related": null, + "@id": "326", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cardinia", + "definition": "G040 2003 p2572", + "notation": "311", + "altlabel": null, + "related": null, + "@id": "311", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Knox", + "definition": "S097 1994 p23", + "notation": "336", + "altlabel": null, + "related": null, + "@id": "336", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wyndham", + "definition": "S097 1994 p31", + "notation": "375", + "altlabel": null, + "related": null, + "@id": "375", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mornington Peninsula", + "definition": "S097 1994 p27", + "notation": "352", + "altlabel": null, + "related": null, + "@id": "352", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarra", + "definition": "S035 1994 p14", + "notation": "376", + "altlabel": null, + "related": null, + "@id": "376", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hume", + "definition": "S097 1994 p22", + "notation": "333", + "altlabel": null, + "related": null, + "@id": "333", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Frankston", + "definition": "S097 1994 p21", + "notation": "320", + "altlabel": null, + "related": null, + "@id": "320", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrnambool", + "definition": "S063 1994 p15", + "notation": "369", + "altlabel": null, + "related": null, + "@id": "369", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Southern Grampians", + "definition": "G019 1996 p1218", + "notation": "362", + "altlabel": null, + "related": null, + "@id": "362", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Melton", + "definition": "G036 2012 p2017", + "notation": "344", + "altlabel": null, + "related": null, + "@id": "344", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Golden Plains", + "definition": "G012 1995 p742", + "notation": "324", + "altlabel": null, + "related": null, + "@id": "324", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenelg", + "definition": "G003 1997 p195", + "notation": "323", + "altlabel": null, + "related": null, + "@id": "323", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Surf Coast", + "definition": "S063 1994 p15", + "notation": "365", + "altlabel": null, + "related": null, + "@id": "365", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moyne", + "definition": "G003 1996 p205", + "notation": "354", + "altlabel": null, + "related": null, + "@id": "354", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Latrobe", + "definition": "S094 1994 p12", + "notation": "337", + "altlabel": null, + "related": null, + "@id": "337", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moorabool", + "definition": "S097 1994 p25", + "notation": "350", + "altlabel": null, + "related": null, + "@id": "350", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bass Coast", + "definition": "S097 1994 p17", + "notation": "304", + "altlabel": null, + "related": null, + "@id": "304", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Colac Otway", + "definition": "S063 1994 p10", + "notation": "314", + "altlabel": null, + "related": null, + "@id": "314", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murrindindi", + "definition": "G007 2012 p285", + "notation": "355", + "altlabel": null, + "related": null, + "@id": "355", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baw Baw", + "definition": "S094 1994 p9", + "notation": "305", + "altlabel": null, + "related": null, + "@id": "305", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Corangamite", + "definition": "S063 1994 p11", + "notation": "315", + "altlabel": null, + "related": null, + "@id": "315", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Gippsland", + "definition": "S097 1994 p28", + "notation": "361", + "altlabel": null, + "related": null, + "@id": "361", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mitchell", + "definition": "G007 2012 p288", + "notation": "346", + "altlabel": null, + "related": null, + "@id": "346", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greater Shepparton", + "definition": "S087 1994 p28", + "notation": "328", + "altlabel": null, + "related": null, + "@id": "328", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarra Ranges", + "definition": "G040 2003 p2574", + "notation": "377", + "altlabel": null, + "related": null, + "@id": "377", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greater Bendigo", + "definition": "G016 1996 p30", + "notation": "325", + "altlabel": null, + "related": null, + "@id": "325", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mildura", + "definition": "S004 1995 p17", + "notation": "345", + "altlabel": null, + "related": null, + "@id": "345", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wodonga", + "definition": "G042 2015 p2266", + "notation": "374", + "altlabel": null, + "related": null, + "@id": "374", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ballarat", + "definition": "G012 1995 p740", + "notation": "302", + "altlabel": null, + "related": null, + "@id": "302", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Horsham", + "definition": "S004 1995 p16", + "notation": "332", + "altlabel": null, + "related": null, + "@id": "332", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wangaratta", + "definition": "G028 1996 p1872", + "notation": "368", + "altlabel": null, + "related": null, + "@id": "368", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ararat", + "definition": "G003 1996 p203", + "notation": "301", + "altlabel": null, + "related": null, + "@id": "301", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Swan Hill", + "definition": "S004 1995 p23", + "notation": "366", + "altlabel": null, + "related": null, + "@id": "366", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wellington", + "definition": "S094 1994 p16", + "notation": "370", + "altlabel": null, + "related": null, + "@id": "370", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Campaspe", + "definition": "S004 1995 p13", + "notation": "310", + "altlabel": null, + "related": null, + "@id": "310", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Gippsland", + "definition": "S094 1994 p11", + "notation": "319", + "altlabel": null, + "related": null, + "@id": "319", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pyrenees", + "definition": "S004 1995 p20", + "notation": "359", + "altlabel": null, + "related": null, + "@id": "359", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Loddon", + "definition": "S002 1995 p14", + "notation": "338", + "altlabel": null, + "related": null, + "@id": "338", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hepburn", + "definition": "S002 1995 p12", + "notation": "329", + "altlabel": null, + "related": null, + "@id": "329", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moira", + "definition": "S087 1994 p28", + "notation": "347", + "altlabel": null, + "related": null, + "@id": "347", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Alexander", + "definition": "S002 1995 p21", + "notation": "353", + "altlabel": null, + "related": null, + "@id": "353", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Northern Grampians", + "definition": "G009 1996 p657", + "notation": "357", + "altlabel": null, + "related": null, + "@id": "357", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Macedon Ranges", + "definition": "S002 1995 p17", + "notation": "339", + "altlabel": null, + "related": null, + "@id": "339", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Central Goldfields", + "definition": "S002 1995 p9", + "notation": "313", + "altlabel": null, + "related": null, + "@id": "313", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Indigo", + "definition": "G042 2015 p2266", + "notation": "334", + "altlabel": null, + "related": null, + "@id": "334", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Strathbogie", + "definition": "G012 1995 p738", + "notation": "364", + "altlabel": null, + "related": null, + "@id": "364", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarriambiack", + "definition": "G003 1996 p200", + "notation": "378", + "altlabel": null, + "related": null, + "@id": "378", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gannawarra", + "definition": "S004 1995 p14", + "notation": "321", + "altlabel": null, + "related": null, + "@id": "321", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mansfield", + "definition": "G042 2002 p2839", + "notation": "382", + "altlabel": null, + "related": null, + "@id": "382", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buloke", + "definition": "G009 1996 p655", + "notation": "309", + "altlabel": null, + "related": null, + "@id": "309", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Alpine", + "definition": "G046 1998 p2822", + "notation": "300", + "altlabel": null, + "related": null, + "@id": "300", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Benalla", + "definition": "G042 2002 p2837", + "notation": "381", + "altlabel": null, + "related": null, + "@id": "381", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Wimmera", + "definition": "S004 1995 p24", + "notation": "371", + "altlabel": null, + "related": null, + "@id": "371", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Towong", + "definition": "G042 1996 p2787", + "notation": "367", + "altlabel": null, + "related": null, + "@id": "367", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hindmarsh", + "definition": "S004 1995 p16", + "notation": "330", + "altlabel": null, + "related": null, + "@id": "330", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "French-Elizabeth-Sandstone Islands (Uninc)", + "definition": null, + "notation": "379", + "altlabel": null, + "related": null, + "@id": "379", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Falls Creek Alpine Resort (Uninc)", + "definition": null, + "notation": "386", + "altlabel": null, + "related": null, + "@id": "386", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gabo Island (Uninc)", + "definition": null, + "notation": "389", + "altlabel": null, + "related": null, + "@id": "389", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Mountain Alpine Resort (Uninc)", + "definition": null, + "notation": "385", + "altlabel": null, + "related": null, + "@id": "385", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Baw Baw Alpine Resort (Uninc)", + "definition": null, + "notation": "383", + "altlabel": null, + "related": null, + "@id": "383", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Buller Alpine Resort (Uninc)", + "definition": null, + "notation": "384", + "altlabel": null, + "related": null, + "@id": "384", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Hotham Alpine Resort (Uninc)", + "definition": null, + "notation": "388", + "altlabel": null, + "related": null, + "@id": "388", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Stirling Alpine Resort (Uninc)", + "definition": null, + "notation": "387", + "altlabel": null, + "related": null, + "@id": "387", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-local-government-area.ttl b/cadastre/CSD-Header/vic-local-government-area.ttl new file mode 100644 index 0000000..54b5de1 --- /dev/null +++ b/cadastre/CSD-Header/vic-local-government-area.ttl @@ -0,0 +1,627 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G046 1998 p2822" ; + skos:inScheme ; + skos:notation "300" ; + skos:prefLabel "Alpine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G003 1996 p203" ; + skos:inScheme ; + skos:notation "301" ; + skos:prefLabel "Ararat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G012 1995 p740" ; + skos:inScheme ; + skos:notation "302" ; + skos:prefLabel "Ballarat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p17" ; + skos:inScheme ; + skos:notation "303" ; + skos:prefLabel "Banyule" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p17" ; + skos:inScheme ; + skos:notation "304" ; + skos:prefLabel "Bass Coast" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S094 1994 p9" ; + skos:inScheme ; + skos:notation "305" ; + skos:prefLabel "Baw Baw" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p18" ; + skos:inScheme ; + skos:notation "306" ; + skos:prefLabel "Bayside" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S035 1994 p18" ; + skos:inScheme ; + skos:notation "307" ; + skos:prefLabel "Boroondara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p18" ; + skos:inScheme ; + skos:notation "308" ; + skos:prefLabel "Brimbank" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G009 1996 p655" ; + skos:inScheme ; + skos:notation "309" ; + skos:prefLabel "Buloke" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S004 1995 p13" ; + skos:inScheme ; + skos:notation "310" ; + skos:prefLabel "Campaspe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G040 2003 p2572" ; + skos:inScheme ; + skos:notation "311" ; + skos:prefLabel "Cardinia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p20" ; + skos:inScheme ; + skos:notation "312" ; + skos:prefLabel "Casey" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S002 1995 p9" ; + skos:inScheme ; + skos:notation "313" ; + skos:prefLabel "Central Goldfields" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S063 1994 p10" ; + skos:inScheme ; + skos:notation "314" ; + skos:prefLabel "Colac Otway" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S063 1994 p11" ; + skos:inScheme ; + skos:notation "315" ; + skos:prefLabel "Corangamite" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p20" ; + skos:inScheme ; + skos:notation "316" ; + skos:prefLabel "Darebin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S094 1994 p11" ; + skos:inScheme ; + skos:notation "319" ; + skos:prefLabel "East Gippsland" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p21" ; + skos:inScheme ; + skos:notation "320" ; + skos:prefLabel "Frankston" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S004 1995 p14" ; + skos:inScheme ; + skos:notation "321" ; + skos:prefLabel "Gannawarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p21" ; + skos:inScheme ; + skos:notation "322" ; + skos:prefLabel "Glen Eira" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G003 1997 p195" ; + skos:inScheme ; + skos:notation "323" ; + skos:prefLabel "Glenelg" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G012 1995 p742" ; + skos:inScheme ; + skos:notation "324" ; + skos:prefLabel "Golden Plains" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G016 1996 p30" ; + skos:inScheme ; + skos:notation "325" ; + skos:prefLabel "Greater Bendigo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p22" ; + skos:inScheme ; + skos:notation "326" ; + skos:prefLabel "Greater Dandenong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S008 1994 p7" ; + skos:inScheme ; + skos:notation "327" ; + skos:prefLabel "Greater Geelong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S087 1994 p28" ; + skos:inScheme ; + skos:notation "328" ; + skos:prefLabel "Greater Shepparton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S002 1995 p12" ; + skos:inScheme ; + skos:notation "329" ; + skos:prefLabel "Hepburn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S004 1995 p16" ; + skos:inScheme ; + skos:notation "330" ; + skos:prefLabel "Hindmarsh" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S035 1994 p4" ; + skos:inScheme ; + skos:notation "331" ; + skos:prefLabel "Hobsons Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S004 1995 p16" ; + skos:inScheme ; + skos:notation "332" ; + skos:prefLabel "Horsham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p22" ; + skos:inScheme ; + skos:notation "333" ; + skos:prefLabel "Hume" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G042 2015 p2266" ; + skos:inScheme ; + skos:notation "334" ; + skos:prefLabel "Indigo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p22" ; + skos:inScheme ; + skos:notation "335" ; + skos:prefLabel "Kingston" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p23" ; + skos:inScheme ; + skos:notation "336" ; + skos:prefLabel "Knox" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S094 1994 p12" ; + skos:inScheme ; + skos:notation "337" ; + skos:prefLabel "Latrobe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S002 1995 p14" ; + skos:inScheme ; + skos:notation "338" ; + skos:prefLabel "Loddon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S002 1995 p17" ; + skos:inScheme ; + skos:notation "339" ; + skos:prefLabel "Macedon Ranges" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S158 1999 p10" ; + skos:inScheme ; + skos:notation "340" ; + skos:prefLabel "Manningham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p24" ; + skos:inScheme ; + skos:notation "341" ; + skos:prefLabel "Maribyrnong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p24" ; + skos:inScheme ; + skos:notation "342" ; + skos:prefLabel "Maroondah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G050 2007 p3095" ; + skos:inScheme ; + skos:notation "343" ; + skos:prefLabel "Melbourne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G036 2012 p2017" ; + skos:inScheme ; + skos:notation "344" ; + skos:prefLabel "Melton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S004 1995 p17" ; + skos:inScheme ; + skos:notation "345" ; + skos:prefLabel "Mildura" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G007 2012 p288" ; + skos:inScheme ; + skos:notation "346" ; + skos:prefLabel "Mitchell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S087 1994 p28" ; + skos:inScheme ; + skos:notation "347" ; + skos:prefLabel "Moira" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p25" ; + skos:inScheme ; + skos:notation "348" ; + skos:prefLabel "Monash" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G050 2007 p3095" ; + skos:inScheme ; + skos:notation "349" ; + skos:prefLabel "Moonee Valley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p25" ; + skos:inScheme ; + skos:notation "350" ; + skos:prefLabel "Moorabool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p26" ; + skos:inScheme ; + skos:notation "351" ; + skos:prefLabel "Merri-Bek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p27" ; + skos:inScheme ; + skos:notation "352" ; + skos:prefLabel "Mornington Peninsula" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S002 1995 p21" ; + skos:inScheme ; + skos:notation "353" ; + skos:prefLabel "Mount Alexander" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G003 1996 p205" ; + skos:inScheme ; + skos:notation "354" ; + skos:prefLabel "Moyne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G007 2012 p285" ; + skos:inScheme ; + skos:notation "355" ; + skos:prefLabel "Murrindindi" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G047 2003 p2972" ; + skos:inScheme ; + skos:notation "356" ; + skos:prefLabel "Nillumbik" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G009 1996 p657" ; + skos:inScheme ; + skos:notation "357" ; + skos:prefLabel "Northern Grampians" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S035 1994 p26" ; + skos:inScheme ; + skos:notation "358" ; + skos:prefLabel "Port Phillip" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S004 1995 p20" ; + skos:inScheme ; + skos:notation "359" ; + skos:prefLabel "Pyrenees" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G047 1863 p1039" ; + skos:inScheme ; + skos:notation "360" ; + skos:prefLabel "Queenscliffe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p28" ; + skos:inScheme ; + skos:notation "361" ; + skos:prefLabel "South Gippsland" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G019 1996 p1218" ; + skos:inScheme ; + skos:notation "362" ; + skos:prefLabel "Southern Grampians" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S035 1994 p22" ; + skos:inScheme ; + skos:notation "363" ; + skos:prefLabel "Stonnington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G012 1995 p738" ; + skos:inScheme ; + skos:notation "364" ; + skos:prefLabel "Strathbogie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S063 1994 p15" ; + skos:inScheme ; + skos:notation "365" ; + skos:prefLabel "Surf Coast" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S004 1995 p23" ; + skos:inScheme ; + skos:notation "366" ; + skos:prefLabel "Swan Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G042 1996 p2787" ; + skos:inScheme ; + skos:notation "367" ; + skos:prefLabel "Towong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G028 1996 p1872" ; + skos:inScheme ; + skos:notation "368" ; + skos:prefLabel "Wangaratta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S063 1994 p15" ; + skos:inScheme ; + skos:notation "369" ; + skos:prefLabel "Warrnambool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S094 1994 p16" ; + skos:inScheme ; + skos:notation "370" ; + skos:prefLabel "Wellington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S004 1995 p24" ; + skos:inScheme ; + skos:notation "371" ; + skos:prefLabel "West Wimmera" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S158 1999 p11" ; + skos:inScheme ; + skos:notation "372" ; + skos:prefLabel "Whitehorse" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G003 1999 p119" ; + skos:inScheme ; + skos:notation "373" ; + skos:prefLabel "Whittlesea" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G042 2015 p2266" ; + skos:inScheme ; + skos:notation "374" ; + skos:prefLabel "Wodonga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S097 1994 p31" ; + skos:inScheme ; + skos:notation "375" ; + skos:prefLabel "Wyndham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "S035 1994 p14" ; + skos:inScheme ; + skos:notation "376" ; + skos:prefLabel "Yarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G040 2003 p2574" ; + skos:inScheme ; + skos:notation "377" ; + skos:prefLabel "Yarra Ranges" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G003 1996 p200" ; + skos:inScheme ; + skos:notation "378" ; + skos:prefLabel "Yarriambiack" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "379" ; + skos:prefLabel "French-Elizabeth-Sandstone Islands (Uninc)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G042 2002 p2837" ; + skos:inScheme ; + skos:notation "381" ; + skos:prefLabel "Benalla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:definition "G042 2002 p2839" ; + skos:inScheme ; + skos:notation "382" ; + skos:prefLabel "Mansfield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "383" ; + skos:prefLabel "Mount Baw Baw Alpine Resort (Uninc)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "384" ; + skos:prefLabel "Mount Buller Alpine Resort (Uninc)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "385" ; + skos:prefLabel "Lake Mountain Alpine Resort (Uninc)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "386" ; + skos:prefLabel "Falls Creek Alpine Resort (Uninc)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "387" ; + skos:prefLabel "Mount Stirling Alpine Resort (Uninc)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "388" ; + skos:prefLabel "Mount Hotham Alpine Resort (Uninc)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "389" ; + skos:prefLabel "Gabo Island (Uninc)" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Local Government Areas" ; + skos:scopeNote "termtype:AdminUnit" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:34.625233"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:34.447148"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/vic-locality.csv b/cadastre/CSD-Header/vic-locality.csv new file mode 100644 index 0000000..9447e21 --- /dev/null +++ b/cadastre/CSD-Header/vic-locality.csv @@ -0,0 +1,2974 @@ +preflabel,vicnames id +TORRITA,103067 +BOINKA,100420 +MANANGATANG,101944 +SPEEWA,102791 +PATCHEWOLLOCK,102466 +MURRABIT WEST,102236 +SPRINGFIELD,102799 +WAITCHIE,103179 +STRATEN,102848 +SPEED,102790 +GOWANFORD,101350 +MYALL,102249 +WOORINEN,103416 +WOORINEN SOUTH,103418 +ULTIMA,103135 +TURRIFF,103112 +KUNAT,101728 +TRESCO WEST,103099 +KOORLONG,101707 +MERRINEE,102033 +CARDROSS,100670 +MERINGUR,102020 +WERRIMULL,103297 +AMOR,100160 +LIPAROO,101856 +KENLEY,101634 +WANDOWN,103211 +KULWIN,101727 +NATYA,102305 +WINNAMBOOL,103360 +PIANGIL,102491 +TUTYE,103115 +NEERIM,102312 +COCAMBA,100794 +TOWAN,103074 +BANNERTON,100264 +NARRUNG,102299 +NYAH WEST,102404 +VINIFERA,103164 +BEVERFORD,100374 +TYNTYNDER,103125 +PIRA,102505 +WOORINEN NORTH,103417 +POLISBET,102520 +NOWIE,102387 +BIG DESERT,100379 +MURRAYDALE,102239 +BULGA,100546 +BIMBOURIE,100385 +MITTYACK,102085 +KOOLOONONG,101701 +ANNUELLO,100168 +LINDSAY POINT,101852 +WARGAN,103227 +CULLULLERAINE,100902 +NEDS CORNER,102310 +MERBEIN WEST,102017 +BIRDWOODTON,100392 +CABARITA,100616 +MERBEIN SOUTH,102016 +RED CLIFFS,102589 +IRAAK,101541 +NANGILOC,102272 +HAPPY VALLEY,101419 +LAKE POWELL,101769 +BOUNDARY BEND,100461 +WEMEN,103287 +NICHOLS POINT,102346 +PANITYA,102447 +BOLTON,100424 +WALPEUP,103199 +COWANGIE,100858 +CARINA,100672 +LINGA,101853 +NYAH,102403 +BEULAH,100373 +DALTONS BRIDGE,100917 +YIELIMA,103498 +LEITCHVILLE,101822 +BARMAH,100278 +LAKE MERAN,101766 +NYRRABY,102410 +CULGOA,100899 +FAIRLEY,101148 +GANNAWARRA,101215 +TITTYBONG,103028 +SANDHILL LAKE,102689 +COKUM,100802 +KALPIENUNG,101595 +WILLENABRINA,103337 +NULLAWIL,102393 +CANNIE,100646 +HEALESVILLE,101443 +LASCELLES,101805 +CHINANGIN,100744 +MURRABIT,102235 +LAKE CHARM,101755 +BOIGBEAT,100419 +TARRAWARRA,102952 +COLDSTREAM,100809 +BURKES BRIDGE,100587 +ULUPNA,103137 +WANDELLA,103203 +MYWEE,102263 +ROSEBERY,102649 +HORFIELD,101498 +MACORNA,101916 +COBRAM,100785 +KINNABULLA,101684 +KENMARE,101635 +MINCHA WEST,102058 +GUNBOWER,101397 +REEDY DAM,102602 +KEELY,101623 +MEERING WEST,101997 +WEE WEE RUP,103279 +APPIN,100171 +CHINKAPOOK,100745 +TUROAR,103111 +GERAHMIN,101238 +SWAN HILL WEST,102893 +NYARRIN,102405 +TYRRELL,103130 +CASTLE DONNINGTON,100702 +ULTIMA EAST,103136 +LAKE BOGA,101752 +TURRIFF EAST,103113 +GOSCHEN,101345 +WINLATON,103359 +TRESCO,103098 +MYALL,102250 +UNDERBOOL,103139 +MURRAYVILLE,102240 +WESTBY,103305 +BAEL BAEL,100226 +THOLOGOLONG,103004 +GLENLOTH EAST,101298 +GUYS FOREST,101401 +NUMURKAH,102394 +NORONG,102371 +BARNAWARTHA NORTH,100281 +YANDO,103464 +WHARPARILLA,103309 +GRANYA,101362 +BURRAMINE SOUTH,100596 +DURHAM OX,101050 +SYLVATERRE,102902 +CATUMNAL,100707 +PYRAMID HILL,102567 +PINE MOUNTAIN,102501 +BRIMIN,100501 +WYCHEPROOF,103437 +BARNAWARTHA,100280 +BUNGIL,100579 +WILKUR,103331 +MUCKATAH,102214 +APPIN SOUTH,100173 +BALLAPUR,100239 +COBRAM EAST,100786 +LEAGHUR,101816 +BIRCHIP,100390 +WATCHUPGA,103255 +KERANG EAST,101642 +BUDGERUM EAST,100541 +NORMANVILLE,102370 +CULLEN,100901 +MARLBED,101962 +DINGWALL,100979 +MILNES BRIDGE,102056 +QUAMBATOOK,102568 +PINE VIEW,102502 +TRAGOWEL,103084 +MACORNA NORTH,101918 +CURYO,100910 +KOONOOMOO,101704 +BARRAPORT,100288 +GREDGWIN,101375 +PICOLA WEST,102493 +BUNGULUKE,100580 +YARRAWONGA,103483 +BROWNS PLAINS,100521 +WAAIA,103170 +BUNDALONG,100564 +RUTHERGLEN,102673 +NATHALIA,102300 +TORRUMBARRY,103068 +MINCHA,102057 +BURRAMINE,100595 +CANARY ISLAND,100643 +LODDON VALE,101874 +NARRAPORT,102292 +WAHGUNYAH,103175 +GOORAMADDA,101336 +BIRCHIP WEST,100391 +BARRAPORT WEST,100289 +MINMINDIE,102065 +YARROWEYAH,103485 +NINYEUNOOK,102355 +JERUK,101570 +WALWA,103200 +KARYRIE,101615 +TELOPEA DOWNS,102979 +OAKVALE,102417 +MURNUNGIN,102231 +BERRIWILLOCK,100361 +KOONDROOK,101703 +WANGIE,103216 +TEAL POINT,102972 +WILLANGIE,103333 +ALBACUTYA,100131 +COHUNA,100800 +BEAUCHAMP,100318 +MEATIAN,101995 +KOROOP,101717 +GONN CROSSING,101330 +HOPETOUN,101494 +BANYAN,100266 +YAAPEET,103447 +LALBERT,101779 +WOOMELANG,103410 +WILBY,103328 +BANDIANA,100261 +TUNGAMAH,103110 +BOOMAHNOOMOONAH,100446 +ECHUCA VILLAGE,101072 +TERRAPPEE,102989 +WYCHEPROOF SOUTH,103438 +ROSLYNMEAD,102656 +KAARIMBA,101587 +LILLIPUT,101842 +WYCHITELLA NORTH,103440 +KOTTA,101722 +MUNDOONA,102221 +YOUARANG,103503 +BATHUMI,100301 +TOWONG,103079 +LOWER MOIRA,101892 +BOORT,100454 +WEST WODONGA,103303 +ECHUCA,101071 +YARRAWONGA SOUTH,103484 +TELFORD,102978 +NARING,102286 +MORTON PLAINS,102151 +GLADFIELD,101258 +WARMUR,103228 +BROUGHTON,100518 +LORQUON,101890 +CORACK,100836 +EBDEN,101070 +WYUNA,103444 +WARRACKNABEAL,103233 +SPRINGHURST,102800 +TEDDYWADDY,102974 +UNDERA,103138 +KANIVA,101604 +TOWONG UPPER,103080 +ST GERMAINS,102812 +PINE GROVE,102499 +PELLUEBLA,102477 +KOYUGA,101724 +MASSEY,101979 +MYSIA,102261 +JUNGABURRA,101585 +CUDGEWA,100898 +CHIRRIP,100748 +ECHUCA WEST,101073 +BUNDALONG SOUTH,100565 +KANYAPELLA,101608 +GATEWAY ISLAND,101223 +KOETONG,101693 +GLENLOTH,101297 +YABBA NORTH,103448 +TALLYGAROOPNA,102919 +KATANDRA WEST,101619 +STAGHORN FLAT,102822 +DOCKERS PLAINS,100985 +CHARLEROI,100721 +YABBA SOUTH,103449 +NANNEELLA,102273 +ELDORADO,101089 +JEFFCOTT NORTH,101567 +WOOROONOOK,103421 +CARRON,100693 +GUNDOWRING,101398 +BOWEYA,100463 +LITCHFIELD,101858 +BEECHWORTH,100325 +WOORAGEE,103411 +WYCHITELLA,103439 +WYUNA EAST,103446 +PEECHELBA EAST,102476 +LAKE MARMAL,101765 +BOORHAMAN NORTH,100451 +CORNISHTOWN,100845 +CHILTERN,100742 +BANGERANG,100262 +GEORGES CREEK,101237 +BULLIOH,100557 +JARVIS CREEK,101562 +BOORHAMAN EAST,100450 +INDIGO VALLEY,101527 +BERRINGAMA,100360 +BARANDUDA,100268 +TEDDYWADDY WEST,102975 +NHILL,102345 +CASTLE CREEK,100701 +SHEPPARTON NORTH,102743 +KELLALAC,101632 +LONDRIGAN,101877 +KORONG VALE,101716 +LEMNOS,101824 +WANGARATTA,103214 +MOOROOPNA NORTH WEST,102140 +SKINNERS FLAT,102756 +YARRAWALLA,103482 +WATCHEM WEST,103254 +SHELLEY,102739 +CHILTERN VALLEY,100743 +PEECHELBA,102475 +MOLOGA,102103 +GRANITE FLAT,101359 +KILLAWARRA,101663 +TALLANGATTA VALLEY,102917 +YANAC,103462 +KATAMATITE EAST,101617 +NETHERBY,102325 +KATAMATITE,101616 +ESMOND,101126 +THALIA,102995 +WATCHEM,103253 +NAREEWILLOCK,102283 +CORACK EAST,100837 +CRYMELON,100896 +SERVICETON,102724 +DONALD,100990 +BOORHAMAN,100449 +AREEGRA,100190 +BORALMA,100456 +BOWEYA NORTH,100465 +WAGGARANDALL,103174 +KATANDRA,101618 +BUNGEET WEST,100578 +COSGROVE,100852 +GILLIESTON,101251 +DIGGORA,100975 +ZEERUST,103508 +KYVALLEY,101738 +LANCASTER,101782 +TENNYSON,102985 +STRATHALLAN,102852 +LAKE ROWAN,101770 +KIEWA,101658 +BARRAKEE,100286 +BORUNG,100459 +YACKANDANDAH,103450 +MARIONVALE,101960 +BYAWATHA,100612 +BIGGARA,100383 +CONGUPNA,100817 +KILLARA,101661 +HUON CREEK,101518 +YEUNGROON EAST,103496 +MERRIGUM,102029 +TAMINICK,102924 +ARDMONA,100189 +YUNDOOL,103505 +BUNGEET,100577 +FERNIHURST,101163 +THOWGLA VALLEY,103015 +HUON,101516 +COLAC COLAC,100804 +YOUANMITE,103502 +BAMAWM EXTENSION,100258 +DRUMANURE,101018 +WUNGHNU,103433 +CORRYONG,100850 +MAJOR PLAINS,101933 +EAST WANGARATTA,101065 +DOOKIE,100997 +WALDARA,103181 +POMPAPIEL,102526 +WALLUP,103196 +MILLOO,102053 +ROCHESTER,102637 +SHEEP HILLS,102734 +WOOLSHED FLAT,103408 +FAIRY DELL,101149 +PINE LODGE,102500 +THOONA,103008 +BALLENDELLA,100243 +LILLIMUR,101841 +WOOSANG,103422 +BOOLITE,100445 +POWLETT PLAINS,102552 +COONOOER WEST,100830 +MURMUNGEE,102230 +STANLEY,102826 +KINYPANIAL,101685 +KIALLA EAST,101655 +COOMA,100823 +WINTON NORTH,103365 +WANGANDARY,103212 +GRAHAMVALE,101355 +LAWLER,101812 +GLENALBYN,101275 +RAYWOOD,102587 +DOCKER,100984 +AVON PLAINS,100214 +BARWIDGEE,100293 +KURRACA WEST,101730 +KURRACA,101729 +MURTOA,102245 +BOBINAWARRAH,100413 +KEWELL,101652 +GLEN CREEK,101262 +BLACKHEATH,100403 +BURNEWANG,100590 +BUCKRABANYULE,100537 +JARKLIN,101560 +BUNBARTHA,100562 +ALMONDS,100150 +TANGAMBALANGA,102929 +NARIEL VALLEY,102285 +ST JAMES,103630 +COOMBOONA,100824 +LUCYVALE,101899 +BAMAWM,100257 +LOCKINGTON,101869 +AUBREY,100208 +CANNUM,100648 +WEDDERBURN,103277 +LAEN NORTH,101748 +WANGARATTA SOUTH,103215 +TALLANDOON,102913 +MOOROOPNA,102138 +SERPENTINE,102723 +JEFFCOTT,101566 +SANDY CREEK,102694 +KERGUNYAH,101643 +NORTH WANGARATTA,102378 +KIATA,101657 +GIL GIL,101249 +MOUNT BRUNO,102159 +BOWSER,100467 +BEARS LAGOON,100317 +TIMMERING,103021 +BOXWOOD,100472 +DEVENISH,100965 +MOOROOPNA NORTH,102139 +KYABRAM,101733 +BYRNESIDE,100615 +MIRAM,102069 +MOUNT MAJOR,102191 +TATURA,102964 +ARCADIA SOUTH,100180 +MERRIANG SOUTH,102025 +GRE GRE NORTH,101370 +ST ARNAUD NORTH,102810 +BRIDGEWATER,100492 +LURG,101900 +GOROKE,101344 +ROSEWHITE,102655 +WHOROULY SOUTH,103324 +GOWAR EAST,101352 +SLATY CREEK,102761 +GLENROWAN WEST,101311 +MINYIP,102066 +LAWLOIT,101814 +FIERY FLAT,101167 +CHESNEY VALE,100735 +LAEN EAST,101747 +LACEBY,101742 +ORRVALE,102433 +COSGROVE SOUTH,100853 +OXLEY FLATS,102440 +MURRA WARRA,102234 +DRUMMARTIN,101021 +BONN,100432 +WEDDERBURN JUNCTION,103278 +BRUARONG,100522 +KERGUNYAH SOUTH,101644 +MILAWA,102048 +NALINGA,102266 +DARTMOUTH,100936 +COROP,100847 +OXLEY,102439 +SWANWATER WEST,102899 +WINTON,103364 +STANHOPE SOUTH,102825 +WARANGA,103221 +SUTHERLAND,102887 +GIRGARRE,101254 +SHEPPARTON EAST,102742 +RICHMOND PLAINS,102619 +KAMAROOKA NORTH,101598 +KYABRAM SOUTH,101735 +DOOKIE COLLEGE,100998 +TOOLAMBA,103041 +GOOROC,101339 +YAWONG HILLS,103487 +GOWANGARDIE,101351 +BENALLA,100344 +UPPER GUNDOWRING,103143 +KOONDA,101702 +KIALLA WEST,101656 +RICH AVON WEST,102615 +COONOOER BRIDGE,100827 +LITTLE DESERT,101859 +NINE MILE,102353 +AUCHMORE,100209 +HARSTON,101428 +SALISBURY WEST,102685 +CANIAMBO,100644 +DEDERANG,100942 +KAMAROOKA,101596 +WAIL,103177 +NEILBOROUGH,102317 +BRIDGEWATER ON LODDON,100494 +MITTA MITTA,102084 +TAMLEUGH,102925 +PIMPINIO,102498 +DUCHEMBEGARRA,101030 +LOGAN,101875 +WANALTA,103201 +COLBINABBIN,100807 +MYRRHEE,102256 +CARAPOOEE,100662 +FOSTERVILLE,101195 +WARANGA SHORES,103222 +EARLSTON,101059 +SWANWATER,102898 +BRIDGEWATER NORTH,100493 +VIOLET TOWN,103166 +RUPANYUP,102670 +LAEN,101746 +ELMORE,101099 +TATURA EAST,102965 +ESKDALE,101125 +PERONNE,102485 +FENTONS CREEK,101156 +KANCOONA,101600 +RUNNING CREEK,102667 +MEADOW CREEK,101992 +INGLEWOOD,101528 +MURCHISON NORTH,102228 +BANYENA,100267 +BAGSHOT NORTH,100228 +MIEPOLL,102046 +MERRIANG,102023 +KALKEE,101592 +KURTING,101731 +BURRAMBOOT,100594 +TOOLAMBA WEST,103042 +BERRIMAL,100358 +HUNTER,101511 +GLENROWAN,101310 +COPE COPE,100834 +GIRGARRE EAST,101255 +TOM GROGGIN,103034 +MARKWOOD,101961 +MUDGEGONGA,102217 +ST ARNAUD,102808 +MONGANS BRIDGE,102107 +CARBOOR,100666 +MOORILIM,102131 +MURCHISON EAST,102227 +KOOREH,101706 +MOLKA,102100 +BARNADOWN,100279 +GRE GRE,101369 +LONGERENONG,101880 +TOOLLEEN,103047 +MARNOO WEST,101966 +ARNOLD,100194 +MITRE,102081 +VECTIS,103153 +NATIMUK,102301 +MCINTYRE,101984 +HAVILAH,101433 +MOGLONEMBY,102095 +MOOLERR,102117 +MARNOO EAST,101965 +RIGGS CREEK,102621 +WHIPSTICK,103312 +WOODVALE,103403 +MINIMAY,102062 +MUSKERRY,102248 +CALIFORNIA GULLY,100623 +GRITJURK,101392 +CANN RIVER,100645 +WARNE,103230 +STUART MILL,102870 +WIRRATE,103366 +NAGAMBIE,102264 +LONGWOOD,101887 +WHITFIELD,103317 +REDCASTLE,102597 +GRE GRE SOUTH,101371 +ST ARNAUD EAST,102809 +KINGOWER,101679 +DOOEN,100996 +NURCOUNG,102399 +WEHLA,103283 +HUNTLY NORTH,101515 +MELVILLE FOREST,102006 +NOORINBEE,102366 +GRASS FLAT,101363 +YARRABERB,103476 +UPPER LURG,103144 +DHURRINGILE,100970 +ARCADIA,100179 +TAMLEUGH NORTH,102926 +KARRAMOMUS,101614 +JUNG,101583 +MOUNT BURNETT,102163 +BRENANAH,100486 +TARNOOK,102946 +LABERTOUCHE,101741 +CLYDE NORTH,100776 +DROUIN WEST,101017 +TATONG,102962 +ASCOT VALE,100200 +FLEMINGTON,101178 +GEMBROOK,101234 +CARAPOOEE WEST,100663 +MYERS FLAT,102252 +WELLSFORD,103284 +UPPER RYANS CREEK,103147 +ARNOLD WEST,100195 +BRIGHT,100495 +WHROO,103325 +MARNOO,101964 +DERBY,100958 +GOBARUP,101318 +CREIGHTONS CREEK,100873 +GOORAM,101335 +EAGLEHAWK NORTH,101057 +RIVERSIDE,102629 +TRUGANINA,103102 +TARNEIT,102945 +CRANBOURNE EAST,100866 +ARAPILES,100175 +WHITE HILLS,103314 +TAWONGA SOUTH,102968 +MOUNT BEAUTY,102155 +EAST BENDIGO,101061 +TOOAN,103039 +PAINSWICK,102443 +OZENKADNOOK,102441 +BRINGALBERT,100504 +WAL WAL,103180 +DALYENONG,100918 +EMU,101111 +BOLANGUM,100422 +DRUNG,101027 +LLANELLY,101863 +CORAL BANK,100839 +GRAYS BRIDGE,101367 +BURKES FLAT,100588 +NEUARPURR,102326 +RHEOLA,102609 +TAWONGA,102967 +LEICHARDT,101819 +CORNELLA,100844 +LONGLEA,101883 +TOTTINGTON,103072 +DANDONGADALE,100923 +QUANTONG,102570 +NORTH BENDIGO,102372 +WALLALOO,103191 +MOLIAGUL,102098 +LIMA,101844 +MARONG,101967 +GERMANTOWN,101242 +TOWANINNY,103076 +HORSHAM,101500 +BAILIESTON,100230 +NEWBRIDGE,102329 +EDI UPPER,101083 +BEAZLEYS BRIDGE,100322 +COCHRANES CREEK,100795 +SWANPOOL,102897 +PRANJIP,102555 +KING VALLEY,101672 +BINGO MUNJIE,100389 +AVOCA,100213 +CAVEAT,100712 +WHITEHEADS CREEK,103315 +HIGHLANDS,101477 +DROPMORE,101013 +KANUMBRA,101606 +COBUNGRA,100789 +TELANGATUK EAST,102977 +ELPHINSTONE,101100 +MOUNT DRYDEN,102176 +CRAIGIE,100863 +BOOROLITE,100452 +MOYSTON,102213 +JILPANGER,101572 +MORRL MORRL,102149 +ULLSWATER,103134 +NURRABIEL,102400 +GLENORCHY,101304 +MANGALORE,101948 +LANGKOOP,101796 +TUBBUT,103104 +MURPHYS CREEK,102232 +EUROA,101133 +MOORNGAG,102135 +GYMBOWEN,101403 +INKERMAN,101530 +PARADISE,102450 +KARNAK,101613 +WOODSTOCK WEST,103402 +KANGAROO FLAT,101601 +GOLDEN GULLY,101321 +NORADJUHA,102368 +LAANECOORIE,101739 +WHITLANDS,103318 +LIMA EAST,101845 +SHELBOURNE,102736 +BOGONG,100415 +KENNINGTON,101638 +MCKENZIE CREEK,101985 +LAHARUM,101750 +NAVARRE,102306 +BARKERS CREEK,100274 +GOWER,101354 +SAILORS GULLY,102680 +WILSONS HILL,103346 +WOODSTOCK ON LODDON,103401 +BEALIBA,100314 +HAVEN,101432 +ROSTRON,102659 +LONG GULLY,101879 +CHESHUNT,100733 +BENAMBRA,100345 +LOWER NORTON,101893 +TARNAGULLA,102944 +MOUNT CAMEL,102166 +IRONBARK,101543 +BUNGALALLY,100575 +WALLALOO EAST,103192 +CALLAWADDA,100625 +KYNETON SOUTH,101737 +LANGI LOGAN,101795 +MIDDLE CREEK,102042 +MOROKA,102146 +BALLARAT NORTH,100242 +CHADSTONE,100715 +KALLISTA,101593 +ELSTERNWICK,101101 +CAULFIELD,100708 +WATTLE FLAT,103266 +MILDURA,102049 +IRYMPLE,101547 +DONCASTER,100991 +HADDON,101404 +YUROKE,103506 +EUREKA,101132 +MCMAHONS CREEK,101989 +TAMBOON,102922 +EAST WARBURTON,101066 +REEFTON,102604 +HENSLEY PARK,101457 +REDAN,102593 +MILLBROOK,102051 +LAKE WONGAN,101776 +GLENTHOMPSON,101314 +JERICHO,101569 +BASALT,100297 +QUARRY HILL,102571 +NELSE,102318 +BENDIGO,100348 +WEST BENDIGO,103299 +JUNORTOUN,101586 +COBBERAS,100783 +KANYA,101607 +WANDILIGONG,103204 +SHEANS CREEK,102733 +MIGA LAKE,102047 +CREEK JUNCTION,100872 +SWIFTS CREEK,102900 +CASSILIS,100698 +PASTORIA,102463 +DADSWELLS BRIDGE,100911 +KEVINGTON,101648 +DENICULL CREEK,100951 +GATUM,101224 +GLENBRAE,101277 +CROOKED RIVER,100883 +BUXTON,100607 +WANDO BRIDGE,103207 +RIDDELLS CREEK,102620 +NORTH BLACKWOOD,102373 +BUCKLEY SWAMP,100536 +LAKES ENTRANCE,101777 +EAST BAIRNSDALE,101060 +SOUTH KINGSVILLE,102780 +SOUTH MELBOURNE,102781 +FERNTREE GULLY,101165 +KNOXFIELD,101691 +HEYFIELD,101467 +BENGWORDEN,100350 +NUTFIELD,102402 +NAVIGATORS,102308 +DUNKELD,101038 +TANJIL,102930 +BORONIA,100458 +SPOTSWOOD,102792 +LILLICUR,101839 +OUYEN,102437 +VAUGHAN,103152 +RIACHELLA,102612 +DUNLUCE,101039 +TABILK,102904 +TOLMIE,103031 +EMU CREEK,101112 +SMOKO,102766 +LOCKWOOD,101871 +COSTERFIELD,100854 +ARCHERTON,100186 +BUNDARA,100566 +BULLARTO SOUTH,100553 +BORNES HILL,100457 +CARAPOOK,100665 +BROWN HILL,100520 +SARGOOD,102696 +KOOROOCHEANG,101709 +CHUTE,100754 +DRY DIGGINGS,101028 +CADELLO,100619 +DOBIE,100983 +ARBUCKLE,100178 +BUCHAN,100532 +DARRAWEIT GUIM,100932 +LLOWALONG,101864 +BRIGHTON,100496 +SHELFORD,102738 +WALHALLA EAST,103184 +PERRY BRIDGE,102486 +FUMINA SOUTH,101211 +RUSSELLS BRIDGE,102672 +TEESDALE,102976 +HILL END,101480 +WON WRON,103372 +BENAYEO,100346 +DEVON NORTH,100968 +CALROSSIE,100629 +YARRAM,103479 +MOORMBOOL WEST,102133 +STRATHDALE,102856 +FREEBURGH,101204 +FAWCETT,101153 +RED LION,102592 +WROXHAM,103428 +LAWRENCE,101815 +ROSSBRIDGE,102658 +CORNDALE,100843 +SPARGO CREEK,102789 +BAKERY HILL,100232 +MOUNT EMU,102183 +LINDSAY,101851 +GOLDEN POINT,101322 +FERNSHAW,101164 +DALMORE,100916 +CHOCOLYN,100749 +BREAKWATER,100483 +ATHLONE,100206 +LAKE MUNDI,101768 +BALLYROGAN,100247 +BLAKEVILLE,100407 +PHEASANT CREEK,102490 +MOUNT PLEASANT,102196 +MOUNT BOLTON,102158 +CRESWICK NORTH,100880 +SWAN ISLAND,102894 +POINT LONSDALE,102517 +CROSSOVER,100886 +LESLIE MANOR,101832 +LYNBROOK,101902 +SEACOMBE,102709 +WOOLSTHORPE,103409 +WESTBURY,103304 +TIMOR WEST,103023 +MOLYULLAH,102104 +NEWLYN NORTH,102338 +KEALBA,101622 +LOCKSLEY,101870 +MITCHELLSTOWN,102078 +ROSE RIVER,102648 +ARCHDALE,100181 +WARTOOK,103251 +MERTON,102034 +BUNG BONG,100571 +DELEGATE RIVER,103804 +RANCEBY,102577 +NULLAWARRE,102391 +EAGLE POINT,101055 +DEVON MEADOWS,100967 +SEDDON,102718 +YARRAVILLE,103481 +ALBERTON WEST,100135 +PAYNESVILLE,102470 +BENA,100343 +KONGWAK,101697 +MYRTLEFORD,102260 +OVENS,102438 +WANNON,103218 +BOCHARA,100414 +DORODONG,101001 +ICY CREEK,101520 +ROKEWOOD,102644 +SASSAFRAS,102699 +LAKE BUNGA,101754 +BELGRAVE,100327 +GLENALADALE,101274 +CUNDARE,100903 +PARADISE BEACH,102451 +WAYGARA,103275 +YALLAMBIE,103453 +MARLO,101963 +KEILOR EAST,101628 +GRENVILLE,101385 +LOWER PLENTY,101894 +CALULU,100630 +ABBOTSFORD,100118 +NAPOLEONS,102275 +CLIFTON CREEK,100766 +MANORINA,101953 +JACANA,101550 +GROVEDALE,101393 +NOORAT EAST,102365 +BARWON HEADS,100296 +GLEN PARK,101268 +DEPTFORD,100957 +ARAWATA,100177 +BERRYS CREEK,100364 +WOODS POINT,103394 +CLARETOWN,100756 +LEONGATHA NORTH,101828 +MACARTHUR,101910 +UPTON HILL,103148 +WOODFIELD,103388 +SAWMILL SETTLEMENT,102700 +TARADALE,102939 +WERONA,103294 +TYAAK,103116 +CRESWICK,100879 +MURRINDAL,102241 +RIPPLEBROOK,102626 +CLIFTON SPRINGS,100768 +CAPE SCHANCK,100655 +BASS,100298 +MOGGS CREEK,102094 +BIG HILL,100381 +BARRAMUNGA,100287 +HEYTESBURY LOWER,101468 +BOOLARONG,100439 +ROSS CREEK,102657 +MOUTAJUP,102209 +HURSTBRIDGE,101519 +LAL LAL,101778 +ST ALBANS PARK,102805 +BAXTER,100304 +DROUIN,101014 +CATANI,100704 +PEARCEDALE,102471 +POMBORNEIT NORTH,102523 +GIPSY POINT,101253 +SAILORS FALLS,102679 +NURRAN,102401 +ENOCHS POINT,103723 +LEARMONTH,101817 +STIRLING,102834 +BUCHAN SOUTH,100533 +BURRUMBEET,100598 +ARCHDALE JUNCTION,100183 +NATTE YALLOCK,102304 +MOUNT ECCLES SOUTH,102180 +DUMBALK,101031 +BULLENGAROOK,100556 +RHYMNEY,102611 +BURNBANK,100589 +REEDY CREEK,102600 +MOUNT GLASGOW,102186 +SUGGAN BUGGAN,102873 +STRATHBOGIE,102855 +REDBANK,102595 +MANDURANG SOUTH,101946 +WONWONDAH,103382 +STRATHEWEN,102858 +WAANYARRA,103171 +HOWQUA INLET,101508 +TANTARABOO,102934 +MOUNT PROSPECT,102197 +MARTHAVALE,101972 +TAMBO CROSSING,102920 +CAPE WOOLAMAI,100656 +YANGOURA,103469 +VALENCIA CREEK,103150 +WANDIN NORTH,103206 +BRADVALE,100474 +NORTH MELBOURNE,102375 +TANJIL BREN,102931 +QUANDONG,102569 +WARBURTON,103224 +CALDER PARK,100621 +EXFORD,101141 +BUNINYONG,100581 +LALOR,101780 +BRUTHEN,100529 +GLADSTONE PARK,101259 +NIDDRIE,102348 +VITE VITE NORTH,103168 +ESSENDON NORTH,101128 +BROADWATER,100509 +THE HEART,103000 +WANDANA HEIGHTS,103202 +HEATH HILL,101445 +CALDERMEADE,100622 +NAR NAR GOON NORTH,102277 +BOOLA,100437 +BEACONSFIELD,100311 +ROXBURGH PARK,102662 +STOCKYARD HILL,102836 +BULLAROOK,100551 +NERRING,102324 +KARABEAL,101609 +DUNNSTOWN,101042 +SNAKE VALLEY,102772 +KOONWARRA,101705 +WAUBRA,103273 +MEENIYAN,101996 +TANYBRYN,102936 +WONGARRA,103377 +CLYDESDALE,100778 +MARAMINGO CREEK,101955 +ALLENDALE,100147 +TYLDEN SOUTH,103122 +SAILORS HILL,102681 +OAKLEIGH EAST,102414 +NORVAL,102383 +SUNDAY CREEK,102878 +ANCONA,100164 +TULKARA,103106 +SHANNONVALE,102729 +MIA MIA,102039 +BARINGHUP,100270 +BARINGHUP WEST,100271 +CHEPSTOWE,100729 +GARIBALDI,101220 +NERRIN NERRIN,102321 +NORTH WARRANDYTE,102379 +GORMANDALE,101343 +MOUNT MARTHA,102192 +CHELSEA,100725 +THE PATCH,103002 +CARNEGIE,100683 +TARILTA,102943 +DUNOLLY,101043 +MANDURANG,101945 +GLEN WILLS,101272 +AXE CREEK,100218 +MALDON,101936 +MOONAMBEL,102120 +FRENCHMANS,101206 +OMEO,102427 +WULGULMERANG,103430 +LANDSBOROUGH WEST,101787 +KERNOT,101645 +KROWERA,101725 +THORNBURY,103009 +BRUNSWICK EAST,100527 +RUSHWORTH,102671 +MOORA,102126 +PIRIES,102506 +MACS COVE,101919 +HOWQUA,101506 +PORCUPINE RIDGE,102534 +COOMOORA,100825 +DERGHOLM,100961 +WARROCK,103249 +SPRINGBANK,102796 +GORDON,101342 +ARTHURS CREEK,100196 +RYANS,102674 +MERRIJIG,102030 +IGUANA CREEK,101521 +WUK WUK,103429 +WOODGLEN,103391 +BIG HILL,100380 +GLEN VALLEY,101270 +FALLS CREEK,101151 +BRIMPAEN,100502 +HINNOMUNJIE,101486 +TERIP TERIP,102988 +DOUGLAS,101004 +TOOLONDO,103050 +LANDSBOROUGH,101786 +MOOLORT,102118 +NEERIM JUNCTION,102314 +CRESSY,100875 +JACOB CREEK,101553 +WARRENHEIP,103243 +MININERA,102063 +GRAMPIANS,101356 +ELLASWOOD,101093 +SKIPTON,102757 +PATTERSON LAKES,102468 +SHADY CREEK,102728 +DRUMCONDRA,101020 +MANIFOLD HEIGHTS,101949 +JOEL JOEL,101574 +CHANDLERS CREEK,100716 +ARARAT,100176 +MOUNT HOOGHLY,102188 +APSLEY,100174 +AVENEL,100212 +LOCKWOOD SOUTH,101872 +BARWITE,100294 +TOOBORAC,103040 +CHERRYPOOL,100731 +MOUNT CAMERON,102167 +DRYSDALE,101029 +FLAGGY CREEK,101175 +INVERGORDON,101532 +MARUNGI,101974 +ESSENDON,101127 +MELBOURNE,102000 +CREMORNE,100874 +SOUTH YARRA,102785 +SPRINGVALE,102802 +NOBLE PARK,102360 +COLAC WEST,100806 +WILLOWMAVIN,103342 +COBBANNAH,100782 +BARKLY,100276 +CHESHUNT SOUTH,100734 +ZUMSTEINS,103509 +CASTLEMAINE,100703 +JOYCES CREEK,101579 +GLENHOPE,101289 +SHAYS FLAT,102731 +HARROW,101427 +JOEL SOUTH,101575 +TRAFALGAR,103081 +MOORNAPA,102134 +CALLIGNEE,100626 +CALLIGNEE NORTH,100627 +DRUMMOND,101022 +GEELONG WEST,101228 +BARRABOOL,100285 +LONGFORD,101882 +ST LEONARDS,102819 +MOE,102091 +KOO WEE RUP,101699 +MONOMEITH,102109 +LAKE WENDOUREE,101775 +ORBOST,102430 +STAVELY,102828 +LEIGH CREEK,101821 +TOOLOME,103049 +NEWINGTON,102335 +TAGGERTY,102906 +CONDAH SWAMP,100816 +MAGPIE,101925 +MOUNT BUTE,102164 +BUSHY PARK,100605 +ULLINA,103133 +GRINGEGALGONA,101391 +KERRIE,101646 +BURAGWONDUC,100586 +NEW GISBORNE,102327 +BALD HILLS,100234 +SULKY,102874 +CARNGHAM,100684 +DOUBLE BRIDGES,101002 +DIXONS CREEK,100982 +GLENLEE,101293 +JOHNSONVILLE,101577 +FLYNN,101184 +DEWHURST,100969 +OFFICER SOUTH,102422 +WINCHELSEA,103350 +BIRREGURRA,100393 +ATTWOOD,100207 +WOOLENOOK,103407 +WESBURN,103298 +KINGSBURY,101681 +WORROWING,103425 +SOMERVILLE,102776 +POOWONG NORTH,102533 +BONBEACH,100429 +KOLORA,101694 +BAYLES,100306 +GEELONG,101227 +TRAFALGAR EAST,103082 +KOO WEE RUP NORTH,101700 +NILMA,102349 +BLIND BIGHT,100409 +MANNERIM,101950 +LAKE CONDAH,101756 +MURGHEBOLUC,102229 +BALLANGEICH,100238 +ORFORD,102431 +NEWTOWN,102344 +MODELLA,102088 +MOE SOUTH,102093 +WOODSIDE BEACH,103398 +KILCUNDA,101659 +WEST CREEK,103300 +PAARATTE,102442 +DALYSTON,100919 +BREAKAWAY CREEK,100481 +JAN JUC,101556 +YINNAR SOUTH,103500 +JEERALANG JUNCTION,101564 +RED HILL,102590 +SCOTTS CREEK,102706 +WOODSIDE NORTH,103399 +WAARRE,103172 +PETERBOROUGH,102488 +WATTLE BANK,103263 +NEWHAVEN,102334 +TIMBOON WEST,103020 +COORIEMUNGLE,100832 +CATHCART,100705 +MOUNT BECKWORTH,102156 +HEATHCOTE JUNCTION,101447 +BULLARTO,100552 +ORMOND,102432 +SPRINGVALE SOUTH,102803 +MOORABBIN AIRPORT,102128 +EASTWOOD,103803 +BYADUK NORTH,100611 +DEEPDENE,103819 +WILLIAMSTOWN NORTH,103340 +MACCLESFIELD,101911 +SUTTON,102889 +JIL JIL,101571 +LAMPLOUGH,101781 +HOWITT PLAINS,101504 +POOLAIJELO,102527 +KADNOOK,101588 +POWERS CREEK,102551 +CHETWYND,100737 +TOOLERN VALE,103046 +WERRIBEE SOUTH,103296 +COCOROC,100797 +MOORALLA,102130 +BELLARINE,100332 +CONCONGELLA,100814 +IONA,101540 +DEANS MARSH,100940 +NARINGAL,102287 +STAWELL,102829 +HOWQUA HILLS,101507 +DRUMMOND NORTH,101024 +SIMSON,102752 +TANWOOD,102935 +MOKEPILLY,102096 +DROMANA,101012 +PIONEER BAY,102503 +IRREWILLIPE,101545 +NIRRANDA EAST,102358 +MOYARRA,102210 +WONGA,103373 +WOORARRA EAST,103412 +KEW EAST,101650 +CARGERIE,100671 +CLIFTON HILL,100767 +WALPA,103198 +NEWCOMB,102331 +KNOCKWOOD,103722 +ASCOT,100198 +ADDINGTON,100124 +BROOMFIELD,100517 +MAIN LEAD,101929 +ENDEAVOUR HILLS,101113 +LYSTERFIELD SOUTH,101909 +LANGI KAL KAL,101794 +GLENDARUEL,101279 +KONONGWOOTONG,101698 +TRAWALLA,103089 +BLOWHARD,100410 +WILLAURA,103335 +MENA PARK,102008 +BROOKVILLE,100516 +MAFEKING,101922 +MARYSVILLE,101977 +CLARKEFIELD,100759 +BARRYS REEF,100290 +WINDERMERE,103352 +HAWKHURST,101435 +MIOWERA,102067 +CAMBARVILLE,100631 +COBAW,100781 +WARRAK,103237 +WOOL WOOL,103404 +TORWOOD,103069 +HAZELWOOD,101440 +LANG LANG EAST,101792 +LAKE GOLDSMITH,101762 +WILDWOOD,103330 +HILGAY,101479 +HILLCREST,101481 +CHRISTMAS HILLS,100750 +MOUNT EGERTON,102181 +HENTY,101458 +TOOMBON,103052 +BELLBIRD CREEK,100333 +WANDONG,103210 +BLAMPIED,100408 +ERRINUNDRA,101124 +TAMBORITHA,102923 +NOORINBEE NORTH,102367 +LANGDONS HILL,101793 +BOLWARRAH,100426 +BENLOCH,100352 +HARRIETVILLE,101425 +PUCKAPUNYAL,102559 +TABBERABBERA,102903 +WATERFORD PARK,103256 +NAREEN,102282 +ENGLEFIELD,101115 +BROADLANDS,100507 +WANTIRNA,103219 +ELWOOD,101106 +HALLS GAP,101409 +CHEWTON BUSHLANDS,100739 +METCALFE EAST,102037 +GLENLUCE,101300 +BUDGEE BUDGEE,100539 +BETE BOLONG NORTH,100370 +DANDENONG,100920 +BEACONSFIELD UPPER,100313 +COWWARR,100862 +MOONLIGHT FLAT,102124 +GOLDEN POINT,101323 +WONNANGATTA,103380 +TALLAROOK,102918 +KANAGULK,101599 +ERCILDOUNE,101122 +WALLAN,103193 +TRENTHAM EAST,103096 +CHEROKEE,100730 +TYRENDARRA EAST,103129 +SUNDERLAND BAY,102879 +SURF BEACH,102884 +WYE RIVER,103441 +WELSHPOOL,103286 +DENNINGTON,100954 +ALLAMBEE SOUTH,100143 +DARRIMAN,100933 +KARDELLA,101610 +HIAWATHA,101472 +BOX HILL SOUTH,100470 +FOREST HILL,101190 +SEABROOK,102708 +WOODEND NORTH,103387 +MUSK,102246 +ROCKLYN,102641 +WEATHERBOARD,103276 +BULART,100544 +SEATON,102713 +POOTILLA,102528 +CHUM CREEK,100751 +WOODEND,103386 +ROCKY POINT,102642 +BELLFIELD,100338 +BARFOLD,100269 +EVERSLEY,101137 +YANDOIT,103465 +PERCYDALE,102484 +FRYERSTOWN,101208 +AMHERST,100159 +BELLELLEN,100336 +STRATHLEA,102862 +CABBAGE TREE,100617 +BREWSTER,100487 +BARKSTEAD,100277 +STREATHAM,102866 +WHOOREL,103321 +HARCOURT,101420 +WOOREEN,104457 +AIRPORT WEST,100130 +MOUNT DORAN,102175 +RIPPONLEA,102628 +DEEP LEAD,100943 +CHEWTON,100738 +FYANS CREEK,101212 +MUCKLEFORD SOUTH,102216 +SUGARLOAF CREEK,102872 +WULGULMERANG WEST,103432 +BULGANA,100547 +GHIN GHIN,101246 +BAYNTON EAST,100308 +MAINTONGOON,101932 +CHARAM,100720 +NEEREMAN,102311 +BET BET,100368 +MCKINNON,101987 +KEYSBOROUGH,101653 +WALLINDUC,103194 +TREMONT,103093 +BALACLAVA,100233 +POINT COOK,102515 +BYADUK,100610 +BERRYBANK,100362 +MOONDARRA,102121 +PARKDALE,102455 +NUNGURNER,102397 +STRATFORD,102849 +WOMBELANO,103371 +ROSES GAP,102654 +MIRRANATWA,102075 +MOUNT COLE,102170 +MOYREISK,102212 +GOBUR,101319 +RATHSCAR WEST,102580 +GLENLOGIE,101295 +DARLEY,100926 +COBURG,100791 +PASCOE VALE SOUTH,102462 +HALLORA,101407 +COALVILLE,100779 +DRIFFIELD,101010 +ASPENDALE GARDENS,100205 +CLYDEBANK,100777 +KARIAH,101612 +NILMA NORTH,102350 +CORINELLA,100841 +STAFFORDSHIRE REEF,102821 +PENSHURST,102481 +MUCKLEFORD,102215 +NYORA,102409 +LOCH,101866 +BURROWYE,100597 +MOUNT ALFRED,102154 +PURDEET,102563 +RIVERSLEA,102630 +BUNDALAGUAH,100563 +BULLUMWAAL,100558 +SMITHS GULLY,102764 +ROKEWOOD JUNCTION,102645 +ALTONA NORTH,100156 +BRADFORD,100473 +BETLEY,100372 +BRUMBY,100525 +ABBEYARD,100117 +DEVILS RIVER,100966 +BROMLEY,100512 +LAKE EPPALOCK,101759 +TARRENGOWER,102956 +ALEXANDRA,100137 +NUNNIONG,102398 +DUNNEWORTHY,101040 +EDGECOMBE,101081 +HEPBURN,101459 +DAYLESFORD,100938 +KEILOR NORTH,101630 +LITTLE RIVER,101862 +POINT WILSON,102519 +WEIR VIEWS,123253 +HALLSTON,101411 +MIRBOO NORTH,102073 +SMEATON,102762 +ST KILDA EAST,102817 +BRIGHTON EAST,100497 +LYSTERFIELD,101907 +TYNONG NORTH,103124 +MORDIALLOC,102142 +BANNOCKBURN,100265 +NELSON,102319 +EUMEMMERRING,101130 +FLAMINGO BEACH,101177 +INVERLEIGH,101533 +DUTSON DOWNS,101052 +RYTHDALE,102677 +GORAE,101340 +BUCKLEY,100535 +GLENGARRY WEST,101286 +GLENGARRY,101282 +TRARALGON EAST,103086 +TRARALGON,103085 +VICTORIA VALLEY,103162 +GREENVALE,101383 +BRIMBOAL,100500 +TENBY POINT,102984 +ELIZABETH ISLAND,104554 +RUBY,102664 +AYRFORD,100221 +QUEENSFERRY,102573 +MEPUNGA EAST,102013 +NULLAWARRE NORTH,102392 +BELGRAVE HEIGHTS,100328 +NEWLANDS ARM,102336 +CLAYTON SOUTH,100762 +LYONS,101905 +MOORABBIN,102127 +DANDENONG NORTH,100921 +GOLDSBOROUGH,101327 +WINJALLOK,103358 +GRAYTOWN,101368 +PATYAH,102469 +MENTONE,102009 +WARRABKOOK,103232 +DINGLEY VILLAGE,100978 +HOPPERS CROSSING,101496 +LAKE TYERS BEACH,101772 +DARLINGTON,100929 +GARDENVALE,101217 +MYAMYN,102251 +DUVERNEY,101054 +MOORABOOL,102129 +HODDLES CREEK,101488 +MONT ALBERT,102111 +FERNY CREEK,101166 +NYERIMILANG,102406 +SELBY,102720 +MENZIES CREEK,102010 +BOSTOCKS CREEK,100460 +QUEENSCLIFF,102572 +COBRICO,100787 +CAPE BRIDGEWATER,100650 +KOALLAH,101692 +TUERONG,103105 +POMBORNEIT,102521 +THORPDALE,103011 +ROKEBY,102643 +NANGEELA,102271 +VICTORIA POINT,103161 +MINERS REST,102059 +CROSS ROADS,100884 +NARBETHONG,102278 +HUMEVALE,101510 +INVERMAY,101537 +CHAPEL FLAT,100717 +TIMBARRA,103018 +WANDO VALE,103208 +LERDERDERG,101831 +GAFFNEYS CREEK,103721 +HAWTHORN,101436 +BOX HILL,100468 +SURREY HILLS,102885 +POWELLTOWN,102550 +HEATHMONT,101451 +MUMBANNAR,102220 +HEATHERTON,101449 +WAREEK,103225 +WULGULMERANG EAST,103431 +BYLANDS,100614 +CLARKES HILL,100760 +MOUNT ROWAN,102199 +WINGAN RIVER,103355 +STEELS CREEK,102830 +SOLDIERS HILL,102773 +BLACK HILL,100396 +BOWENVALE,100462 +LAKE LONSDALE,101763 +ALMA,100149 +HOMEBUSH,101491 +MOLESWORTH,102097 +COTSWOLD,100855 +LAKE FYANS,101760 +MORANDING,102141 +JAMIESON,101555 +YALMY,103457 +TARRAYOUKYAN,102954 +PIGEON PONDS,102496 +GLENDONALD,103718 +WILLAURA NORTH,103336 +CATHKIN,100706 +MAROONA,101969 +LEONGATHA,101827 +CROYDON SOUTH,100894 +RINGWOOD,102622 +RINGWOOD EAST,102623 +EMERALD,101107 +MILLTOWN,102055 +CHELSEA HEIGHTS,100726 +GLENORMISTON NORTH,101305 +GREEN GULLY,101376 +TRAWOOL,103090 +HOWES CREEK,101503 +DELATITE,100947 +BUANGOR,100530 +WATERLOO,103258 +LEONARDS HILL,101826 +SMOKEYTOWN,102765 +CLUB TERRACE,100773 +NAP NAP MARRA,102274 +LICOLA,101835 +CARDIGAN VILLAGE,100668 +DALES CREEK,100914 +YALLA-Y-POORA,103452 +MITCHELL PARK,102077 +DOCTORS FLAT,100987 +KILSYTH SOUTH,101670 +SOUTHBANK,102786 +EAST MELBOURNE,101063 +BLACKBURN,100400 +NANGANA,102270 +ALTONA MEADOWS,100155 +MOUNT NAPIER,102195 +GLEN WAVERLEY,101271 +CLEAR LAKE,100763 +WARRENMANG,103245 +OMEO VALLEY,102428 +GERMANIA,101241 +METCALFE,102036 +GLENHOPE EAST,101290 +ILLAWARRA,101523 +ANGLERS REST,100166 +TONGHI CREEK,103036 +KOROBEIT,101714 +BALLARAT EAST,100241 +BUNGAREE,100576 +MATLOCK,101980 +GONG GONG,101329 +WENDOUREE,103288 +ADAMS ESTATE,100123 +MEPUNGA WEST,102014 +BRUCKNELL,100523 +KOOROOMAN,101711 +LEONGATHA SOUTH,101829 +LIMA SOUTH,101846 +BRIDGE CREEK,100491 +KORIELLA,101713 +WHANREGARWEN,103308 +FRAMLINGHAM EAST,101198 +FRESHWATER CREEK,101207 +NARRACAN,102290 +CRIB POINT,100881 +NIRRANDA SOUTH,102359 +ANDERSON,100165 +TURTONS CREEK,103114 +YARPTURK,103473 +YAMBUK,103458 +PANMURE,102448 +CARALULUP,100659 +GLENGOWER,101288 +EASTVILLE,101068 +DERRINAL,100963 +EDDINGTON,101077 +REEDY FLAT,103705 +WANGARABELL,103213 +GENOA,101235 +KINGLAKE CENTRAL,101675 +COLBROOK,100808 +BO PEEP,100411 +WOODSTOCK,103400 +OAKLANDS JUNCTION,102412 +WRATHUNG,103426 +ENSAY NORTH,101117 +W TREE,103169 +MOUNT LONARCH,102189 +RAGLAN,102574 +COGHILLS CREEK,100799 +TOURELLO,103073 +KALIMNA,101589 +MOONLIGHT FLAT,102125 +BINDI,100386 +WELSHMANS REEF,103285 +YARCK,103472 +HOMEWOOD,101493 +SANDON,102692 +AMPHITHEATRE,100161 +BILLABONG,100384 +BROADFORD,100506 +ROCKLANDS,102640 +STRATHFIELDSAYE,102859 +LINDENOW,101849 +HAMPTON PARK,101416 +DUTSON,101051 +PAKENHAM SOUTH,102445 +RIPPLESIDE,102627 +INDENTED HEAD,101526 +MARSHALL,101971 +CHARLEMONT,104541 +MOUNT MORIAC,102194 +TYABB,103117 +CURDIEVALE,100908 +CHURCHILL ISLAND,100753 +SUMMERLANDS,102876 +COOLAROO,100822 +SCOTSBURN,102704 +BRIAR HILL,100489 +WATSONIA,103260 +BERRINGA,100359 +ALBANVALE,100132 +KEW,101649 +NAREEB,102280 +BEMM RIVER,100342 +KANGAROO GROUND,101602 +BUNGAL,100574 +TOORONGO,103063 +ENFIELD,101114 +WOORNDOO,103420 +FAIRY DELL,101150 +GLENLOFTY,101294 +EDENHOPE,101080 +ARGYLE,100191 +TIMOR,103022 +WATTLE CREEK,103265 +WHEATSHEAF,103310 +ENSAY,101116 +WALLAGARAUGH,103190 +KORWEINGUBOORA,101721 +KINGLAKE WEST,101676 +TATYOON,102966 +CAVENDISH,100713 +EILDON,101087 +STRANGWAYS,102847 +WONGUNGARRA,103379 +IRISHTOWN,101542 +TALBOT,102911 +KILLINGWORTH,101664 +WENTWORTH,103290 +WABONGA,103173 +MOCKINYA,102086 +HAVELOCK,101431 +WALMER,103197 +NUGGETTY,102389 +RATHSCAR,102579 +LEDCOURT,101818 +ECKLIN SOUTH,101074 +HAZELWOOD NORTH,101441 +NARRE WARREN SOUTH,102298 +BARUNAH PLAINS,100292 +HOLLANDS LANDING,101490 +CRANBOURNE NORTH,100867 +BURNLEY,100591 +GENTLE ANNIE,101236 +SHERBROOKE,102744 +GAZETTE,101226 +BELGRAVE SOUTH,100329 +BULDAH,100545 +POMONAL,102524 +GLENISLA,101292 +KELVIN VIEW,101633 +GOONGERAH,101333 +COMBIENBAR,100813 +BEAUFORT,100320 +WHITTLESEA,103320 +BALLAN,100237 +INGLISTON,101529 +BALLARAT CENTRAL,100240 +EVANSFORD,101136 +GOLDIE,101326 +VASEY,103151 +BUTCHERS RIDGE,100606 +LIMESTONE,101848 +ACHERON,100121 +BARJARG,100273 +DEDDICK VALLEY,100941 +DINNER PLAIN,100980 +BALMORAL,100249 +GELANTIPY,101229 +DAISY HILL,100913 +GOLDEN POINT,101324 +TONGIO,103037 +CAMPBELLTOWN,100639 +LEXTON,101834 +BRANXHOLME,100478 +DIGBY,100972 +MOUNT EVELYN,102184 +CROYDON HILLS,100892 +IVANHOE EAST,101549 +ALBION,100136 +DUNDONNELL,101036 +COLLINGWOOD,100812 +KOOROOL,101710 +WATSONS CREEK,103262 +TAHARA BRIDGE,102909 +THOMSON,103007 +KILLARA,101660 +MACLEOD,101914 +GILLUM,101252 +FORBES,101189 +CLARINDA,100757 +LOCH SPORT,101867 +NEWSTEAD,102342 +GORAE WEST,101341 +YANNATHAN,103470 +GRASSMERE,101366 +SWAN BAY,102891 +CANNONS CREEK,100647 +HERNES OAK,101463 +WAURN PONDS,103274 +LANG LANG,101790 +FLYNNS CREEK,101186 +EDITHVALE,101084 +LAKE WELLINGTON,101774 +GHERINGHAP,101245 +COBDEN,100784 +WILLUNG SOUTH,103345 +BOOLARRA,100440 +JANCOURT,101557 +HAMPTON EAST,101415 +GERRIGERRUP,101243 +NOBLE PARK NORTH,102361 +ADA,100122 +WILLOWVALE,103343 +SILVAN,102747 +INVERMAY PARK,101539 +STONELEIGH,102839 +NERRINA,102323 +CLUNES,100774 +RICHMOND,102617 +THREE BRIDGES,103016 +MOUNT WAVERLEY,102205 +HOTSPUR,101502 +NULLA VALE,102390 +MONOMAK,102108 +BAYINDEEN,100305 +CHINTIN,100746 +MUSK VALE,102247 +BROOKLYN,100515 +KINGSVILLE,101683 +KALORAMA,101594 +LINDENOW SOUTH,101850 +VERMONT,103157 +TOORAK,103061 +BAW BAW VILLAGE,100303 +CARINGAL,100673 +NEERIM EAST,102313 +OCEAN GRANGE,102418 +ILLABAROOK,101522 +MUNRO,102222 +CORINDHAP,100840 +DERRINALLUM,100964 +ASHWOOD,100203 +NOTTING HILL,102384 +HUNTINGDALE,101513 +OAKLEIGH SOUTH,102416 +MEERLIEU,101999 +CLEMATIS,100765 +COLAC,100803 +HMAS CERBERUS,101487 +SOMERS,102774 +MOUNT MACEDON,102190 +MACEDON,101912 +NORTHCOTE,102381 +FAIRFIELD,101145 +FYANSFORD,101213 +CERES,100714 +HIGHTON,101478 +BLACK RANGE,100397 +GREAT WESTERN,101373 +CULLA,100900 +METUNG,102038 +BULLA,100548 +MELBOURNE AIRPORT,102002 +CARAMUT,100660 +MINHAMITE,102061 +MINJAH,102064 +HAWKESDALE,101434 +TRIDA,103100 +STRZELECKI,102869 +BAMBRA,100259 +BINGINWARRI,100388 +NORTH WONTHAGGI,102380 +CHURCHILL,100752 +HATTAH,101430 +MOYHU,102211 +DURHAM LEAD,101047 +PASCOE VALE,102461 +ELLERSLIE,101094 +BATESFORD,100300 +CUNDARE NORTH,100905 +SKYE,102759 +THALLOO,102996 +BROADMEADOWS,100508 +NORLANE,102369 +YALLOURN NORTH,103456 +EAST GEELONG,101062 +FAWKNER,101155 +HAZELWOOD SOUTH,101442 +GLENROY,101312 +NAYOOK,102309 +HIGHETT,101474 +BOISDALE,100421 +WAIREWA,103178 +HAMILTON,101412 +SCOTCHMANS LEAD,102703 +CARRANBALLAC,100692 +WONGA PARK,103374 +PIGGOREET,102497 +MONTMORENCY,102114 +MORRISONS,102148 +STRATHMORE HEIGHTS,102865 +KEILOR PARK,101631 +FOOTSCRAY,101188 +WOODSIDE,103397 +MCLOUGHLINS BEACH,101988 +MARENGO,101958 +WILSONS PROMONTORY,103347 +WALKERVILLE SOUTH,103186 +TIDAL RIVER,103017 +SKENES CREEK,102753 +BARWON DOWNS,100295 +CARLYLE,100682 +BONEGILLA,100430 +SNAKE ISLAND,102771 +WILD DOG VALLEY,103329 +MUNTHAM,102223 +CLOVER FLAT,100770 +PAKENHAM,102444 +BENTLEIGH EAST,100355 +BENTLEIGH,100354 +ST ANDREWS BEACH,102807 +ARMSTRONG,100193 +GLENMAGGIE,101302 +ELEVATED PLAINS,101090 +BEREMBOKE,100357 +STAUGHTON VALE,102827 +TAROON,102948 +JAM JERRUP,101554 +THE HONEYSUCKLES,103001 +BUNGADOR,100573 +THE COVE,102998 +COWLEYS CREEK,100860 +CARDIGAN,100667 +LUCAS,104278 +BONA VISTA,100427 +CALIVIL,100624 +PRAIRIE,102554 +FORGE CREEK,101191 +BANKSIA PENINSULA,103706 +ROBERTSONS BEACH,102631 +NOWHERE CREEK,102386 +ELMHURST,101097 +GLENPATRICK,101308 +NEWLYN,102337 +DEAN,100939 +MALVERN EAST,101942 +GAINSBOROUGH,101214 +MARYVALE,101978 +MORWELL,102152 +KALKALLO,101591 +MURRAY-SUNSET,102238 +MERRICKS,102026 +ANAKIE,100163 +PORTSEA,102547 +TOL TOL,103029 +NINDA,102351 +SEA LAKE,102707 +EVERTON UPPER,101140 +TARRAWINGEE,102953 +EVERTON,101139 +SOUTH MORANG,102782 +EPPING,101119 +SHEPPARTON,102741 +KIALLA,101654 +SCARSDALE,102701 +NEWTOWN,102343 +MANNIBADAR,101951 +CAPE CLEAR,100651 +PITFIELD,102509 +MAUDE,101982 +SUGARLOAF,102871 +AINTREE,123259 +COBBLEBANK,123254 +GRANITE ROCK,101360 +MELWOOD,102007 +VIEWBANK,103163 +ST ALBANS,102804 +MAFFRA WEST UPPER,101924 +TAYLOR BAY,102969 +MONT ALBERT NORTH,102112 +AIRLY,100129 +COONGULLA,100826 +TYNTYNDER SOUTH,103126 +MURRAWEE,102237 +SWAN HILL,102892 +DELAHEY,100946 +FISH CREEK,101169 +SANDY POINT,102695 +BERWICK,100365 +OFFICER,102421 +TYRRELL DOWNS,103132 +CHILLINGOLLAH,100741 +MEAD,101991 +MCMILLANS,101990 +RUNNYMEDE,102668 +AVONMORE,100216 +MYRTLE CREEK,102258 +SUTTON GRANGE,102890 +BAYNTON,100307 +WOOLAMAI,103406 +PRINCETOWN,102558 +FERGUSON,101157 +RESEARCH,102605 +TANDARRA,102928 +MAIDEN GULLY,101926 +GOLDEN SQUARE,101325 +AXEDALE,100219 +KNOWSLEY,101690 +EPPALOCK,101118 +WOLLERT,103369 +MERNDA,102022 +HAWTHORN EAST,101437 +KATUNGA,101620 +BOORCAN,100448 +ROBINVALE,102632 +SUNSHINE,102881 +SUNSHINE WEST,102883 +BAYSWATER NORTH,100310 +BAYSWATER,100309 +CAPE PATERSON,100654 +MANNS BEACH,101952 +HEIDELBERG HEIGHTS,101455 +IVANHOE,101548 +CHILDERS,100740 +HAMLYN HEIGHTS,101413 +EGANSTOWN,101085 +TERANG,102986 +MORIAC,102144 +MODEWARRE,102089 +PARAPARAP,102452 +EPSOM,101120 +EAGLEHAWK,101056 +JACKASS FLAT,101552 +OAK PARK,102411 +TARRA VALLEY,102949 +MACKS CREEK,101913 +BRIM,100499 +LAH,101749 +VERMONT SOUTH,103158 +WERNETH,103292 +BOOLE POOLE,100444 +VESPER,103160 +SIMPSONS CREEK,102751 +WARRANDYTE,103238 +ALPHINGTON,100153 +CORRINGLE,100849 +WICKLIFFE,103327 +SOMERTON,102775 +MORNINGTON,102145 +MOOROODUC,102136 +CABBAGE TREE CREEK,100618 +SANDHURST,102690 +BESSIEBELLE,100367 +WIMBLEDON HEIGHTS,103348 +YARRA GLEN,103474 +YERING,103494 +GRUYERE,101394 +WOORI YALLOCK,103415 +BRODRIBB RIVER,100510 +LUBECK,101897 +ST HELENS PLAINS,102814 +BONANG,100428 +BENDOC,100349 +WILLATOOK,103334 +NORTH SHORE,102377 +PEARSONDALE,102473 +LILLICO,101838 +GELLIONDALE,101233 +WEEAPROINAH,103280 +HEDLEY,101452 +PASTORIA EAST,102464 +YULECART,103504 +KILMANY,101665 +ROSEDALE,102653 +ALLANS FLAT,100144 +OSBORNES FLAT,102434 +YELTA,103490 +MERBEIN,102015 +BOWMANS FOREST,100466 +GAPSTED,101216 +WHOROULY,103322 +WHOROULY EAST,103323 +SEBASTIAN,102715 +CAMPBELLS FOREST,100637 +RAVENSWOOD,102582 +HEATHCOTE,101446 +RAVENSWOOD SOUTH,102584 +HEATHCOTE SOUTH,101448 +HERNE HILL,101461 +WALLINGTON,103195 +OCEAN GROVE,102420 +DEANSIDE,123262 +FIELDSTONE,123260 +FRASER RISE,123261 +HARKNESS,123252 +THORNHILL PARK,123256 +WANTIRNA SOUTH,103220 +SCORESBY,102702 +GLENAIRE,101273 +JOHANNA,101576 +CORA LYNN,100835 +RYE,102676 +MYOLA,102253 +BALMATTUM,100248 +MARRAWEENEY,101970 +KITHBROOK,101688 +CLARENDON,100755 +BRIAGOLONG,100488 +WARRANWOOD,103240 +ARDEER,100188 +SEVILLE,102725 +BRAYBROOK,100480 +FITZROY NORTH,101174 +HAZEL PARK,101438 +SWAN MARSH,102895 +LAANG,101740 +WATTLE HILL,103270 +FINGAL,101168 +BOOSEY,100455 +HORDERN VALE,101497 +WALKERVILLE,103185 +WARATAH BAY,103223 +GERANGAMETE,101240 +GOUGHS BAY,101346 +TALLANGATTA EAST,102915 +TALLANGATTA SOUTH,102916 +AVALON,100210 +NARRAWONG,102294 +BOLWARRA,100425 +ALLESTREE,100148 +DUTTON WAY,101053 +TALGARNO,102912 +BETHANGA,100371 +BELLBRIDGE,100335 +ABERFELDIE,100119 +MOONEE PONDS,102123 +CONNEWIRRICOO,100820 +MOOROOLBARK,102137 +MONTROSE,102115 +YANDOIT HILLS,103466 +FRANKLINFORD,101199 +GLENAROUA,101276 +PYALONG,102566 +HIGH CAMP,101473 +DARNUM,100931 +CLOVERLEA,100772 +DENISON,100952 +NALANGIL,102265 +JEERALANG,101563 +JANCOURT EAST,101559 +TOOTGAROOK,103065 +JUMBUK,101580 +GLENFYNE,101281 +GLEN FORBES,101264 +EASTERN VIEW,101067 +MEPUNGA,102012 +CORONET BAY,100846 +STACEYS BRIDGE,102820 +RINGWOOD NORTH,102625 +SWAN REACH,102896 +PASCHENDALE,102460 +MERRIMU,102032 +ABERFELDY,100120 +TULLAMARINE,103108 +DROUIN EAST,101015 +BENNISON,100353 +BUMBERRAH,100561 +BOOROOL,100453 +MARDAN,101957 +TINTALDRA,103026 +RESERVOIR,102606 +COBURG NORTH,100793 +DENVER,100955 +BEVERIDGE,100375 +YEO,103492 +DARLIMURLA,100928 +SANDFORD,102688 +CARRAJUNG SOUTH,100690 +MOUNT CLEAR,102169 +LAKE EILDON,101758 +MURCHISON,102225 +MORGIANA,102143 +NAMBROK,102268 +YAMBUNA,103459 +TONGALA,103035 +KINGSTON,101682 +SPRINGMOUNT,102801 +EYNESBURY,101143 +MOUNT COTTRELL,102172 +KERRISDALE,101647 +STRATH CREEK,102851 +DUNROBIN,101045 +CASTERTON,100700 +LAKE BOLAC,101753 +WESTMERE,103307 +WISELEIGH,103367 +GOWANBRAE,101349 +NARRAPUMELAP SOUTH,102293 +ELAINE,101088 +BAW BAW,100302 +WARRANDYTE SOUTH,103239 +FITZROY,101172 +WANDIN EAST,103205 +YATCHAW,103486 +DEREEL,100959 +MOUNT MERCER,102193 +GLENFALLOCH,103510 +PARK ORCHARDS,102453 +CORIO,100842 +DREEITE,101006 +PORT FRANKLIN,102539 +NOWA NOWA,102385 +SYDENHAM,102901 +BOOKAAR,100436 +KORUMBURRA,101718 +WHITELAW,103316 +MONEGEETTA,102106 +BOLINDA,100423 +SILVERLEAVES,102748 +ELLINBANK,101096 +CANADIAN,100642 +KENSINGTON,101640 +CAULFIELD NORTH,100710 +CAULFIELD EAST,100709 +CARRAJUNG,100688 +SUNSET STRIP,102880 +CARLISLE RIVER,100676 +SMITHS BEACH,102763 +ALBERTON,100134 +SAFETY BEACH,102678 +POOWONG,102529 +DELBURN,100950 +VITE VITE,103167 +FRANKSTON NORTH,101202 +YEA,103488 +MURRINDINDI,102242 +TOORA,103056 +AGNES,100126 +CALLIGNEE SOUTH,100628 +MOUNT TASSIE,102201 +BLACKWARRY,100404 +BENWERRIN,100356 +LORNE,101889 +BUFFALO,100542 +MIDDLE TARWIN,102045 +LANGWARRIN,101799 +SEASPRAY,102712 +GIFFARD,101247 +SIMPSON,102750 +DREEITE SOUTH,101008 +WARRION,103246 +GISBORNE,101256 +GISBORNE SOUTH,101257 +KEILOR DOWNS,101626 +CHARLTON,100722 +DOOBOOBETIC,100995 +YEUNGROON,103495 +KURUNJANG,101732 +BRUNSWICK,100526 +DERRIMUT,100962 +LAVERTON NORTH,101811 +MERRICKS BEACH,102027 +SHOREHAM,102745 +FLINDERS,101180 +PORTLAND NORTH,102545 +CASHMORE,100697 +PORTLAND WEST,102546 +MOUNTAIN BAY,102206 +TOOLANGI,103043 +BALLIANG EAST,100246 +TRAYNORS LAGOON,103092 +YORK PLAINS,103501 +KORUMBURRA SOUTH,101719 +JUMBUNNA,101581 +MOUNT BEST,102157 +GREENHILL,101378 +SEBASTOPOL,102717 +MIRIMBAH,102074 +PRAHRAN,102553 +CONNEWARRE,100819 +TORQUAY,103066 +MYRTLEBANK,102259 +BLACKWOOD,100405 +GREENDALE,101377 +MYRNIONG,102254 +MIDDLE PARK,102044 +ST KILDA,102815 +ST KILDA WEST,102818 +CAMBRIAN HILL,100633 +LONG FOREST,101878 +BONSHAW,100435 +MAIDSTONE,101927 +CHATSWORTH,100724 +KOOYONG,101712 +GILDEROY,101250 +LISMORE,101857 +MCCRAE,101983 +GIFFARD WEST,101248 +PIRRON YALLOCK,102507 +BALNARRING,100250 +LUCKNOW,101898 +FERNBANK,101160 +WHITTINGTON,103319 +PIER MILAN,102495 +TEMPY,102983 +NANDALY,102269 +TYENNA,103118 +COBAINS,100780 +TAYLORS HILL,102970 +SARSFIELD,102697 +BURNSIDE HEIGHTS,100593 +ELLIMINYT,101095 +FLOWERDALE,101183 +CLONBINANE,100769 +EURACK,101131 +OMBERSLEY,102425 +BEEAC,100323 +HEATHMERE,101450 +OUTTRIM,102436 +WEERING,103281 +DOLLAR,100988 +WOMBAT CREEK,103370 +BULN BULN,100559 +GARFIELD,101218 +DROUIN SOUTH,101016 +MOUNT ELIZA,102182 +THOMSON,103006 +BELMONT,100341 +NARINGAL EAST,102288 +FAIRBANK,101144 +BUDGEREE,100540 +BARONGAROOK WEST,100284 +HOMERTON,101492 +TYERS,103119 +GNARWARRE,101316 +CARDINIA,100669 +CURLEWIS,100909 +LEOPOLD,101830 +LINTON,101854 +MEADOW HEIGHTS,101993 +ROWSLEY,102660 +WALKERVILLE NORTH,104954 +FLORA HILL,101181 +ASCOT,100199 +WILLOW GROVE,103341 +TANJIL SOUTH,102932 +SPRING GULLY,102793 +COOJAR,100821 +LANCE CREEK,101784 +CROYDON,100891 +KILSYTH,101669 +SEDGWICK,102719 +ARCHIES CREEK,100187 +POOWONG EAST,102530 +GLOMAR BEACH,101315 +CARRAJUNG LOWER,100689 +GOLDEN BEACH,101320 +BULN BULN EAST,100560 +CARISBROOK,100674 +MARYBOROUGH,101975 +GLENGARRY NORTH,101284 +PORTARLINGTON,102543 +CRANBOURNE SOUTH,100868 +CROYDON NORTH,100893 +KALIMNA WEST,101590 +CAPE CONRAN,100652 +WATERHOLES,103257 +BADGER CREEK,100225 +LILYDALE,101843 +MILLGROVE,102052 +TARRINGTON,102958 +ROSANNA,102647 +CODRINGTON,100798 +MARCUS HILL,101956 +WINNINDOO,103362 +DRUMBORG,101019 +HARMERS HAVEN,101424 +PORT WELSHPOOL,102542 +GREY RIVER,101390 +APOLLO BAY,100170 +YUULONG,103507 +BITTERN,100395 +ANGLESEA,100167 +SORRENTO,102777 +WARRNAMBOOL,103248 +BULLAHARRE,100549 +BALOOK,100253 +BOOLARRA SOUTH,100442 +FORREST,101192 +BLACKBURN NORTH,100401 +CANTERBURY,100649 +CAMBERWELL,100632 +DUNACH,101035 +STONY CREEK,102840 +TOORLOO ARM,103062 +AIRE VALLEY,100127 +GELLIBRAND LOWER,101232 +SKENES CREEK NORTH,102754 +CAPE OTWAY,100653 +PETTICOAT CREEK,102489 +WARRAGUL SOUTH,103235 +LARDNER,101802 +BRIT BRIT,100505 +DRIK DRIK,101011 +MOUNT RICHMOND,102198 +WOODLEIGH,103393 +YARRAGON,103477 +YARRAGON SOUTH,103478 +JARRAHMOND,101561 +BETE BOLONG,100369 +NEWMERELLA,102339 +BOX HILL NORTH,100469 +FLAGSTAFF,101176 +VERVALE,103159 +MOOLAP,102116 +THE SISTERS,103003 +FOSTER NORTH,101194 +ARTHURS SEAT,100197 +ELINGAMITE,101091 +ALLANSFORD,100146 +YEODENE,103493 +TABOR,102905 +MINGAY,102060 +CARLTON,100679 +ST HELENS,102813 +LARRALEA,101804 +ASPENDALE,100204 +MONTGOMERY,102113 +FOXHOW,101196 +BANGHOLME,100263 +MARYKNOLL,101976 +ALLAMBEE RESERVE,100140 +HESKET,101464 +CLAYTON,100761 +MULGRAVE,102219 +GOORNONG,101338 +KIMBOLTON,101671 +LYAL,101901 +REDESDALE,102598 +MALLACOOTA,101937 +TOSTAREE,103070 +RUFFY,102666 +HARCOURT NORTH,101422 +CREEK VIEW,121980 +MOLLONGGHIP,102101 +NARRE WARREN NORTH,102297 +HEIDELBERG,101454 +EAGLEMONT,101058 +TESBURY,102993 +TANDAROOK,102927 +WALLACEDALE,103188 +TECOMA,102973 +FUMINA,101210 +NARRE WARREN EAST,102296 +DAWSON,100937 +KNEBSWORTH,101689 +BLACK ROCK,100399 +MORTLAKE,102150 +TOONGABBIE,103054 +SUTHERLANDS CREEK,102888 +DOVETON,101005 +BARUNAH PARK,100291 +NUNAWADING,102396 +THE BASIN,102997 +SPRINGDALLAH,102797 +BURNSIDE,100592 +CROXTON EAST,100890 +MOSSIFACE,102153 +KINGS PARK,101680 +LOCH VALLEY,101868 +STOCKDALE,102835 +BAHGALLAH,100229 +NEWFIELD,102332 +TARRENLEA,102957 +RAINBOW,102575 +WODONGA,103368 +LENEVA,101825 +TAHARA,102907 +NICHOLSON,102347 +PORT CAMPBELL,102537 +ROMSEY,102646 +PORT ALBERT,102536 +LAUNCHING PLACE,101806 +YARRA JUNCTION,103475 +GLADYSDALE,101260 +PAKENHAM UPPER,102446 +LAKE TYERS,101771 +LAKE TYRRELL,101773 +TYLDEN,103121 +FERN HILL,101158 +WARNCOORT,103229 +COLAC EAST,100805 +BARONGAROOK,100283 +BAROMI,100282 +JEETHO,101565 +NIRRANDA,102356 +WINDSOR,103353 +MONBULK,102105 +BURWOOD,100601 +BAMGANIE,100260 +LETHBRIDGE,101833 +STRATHDOWNIE,102857 +MOUNT WALLACE,102204 +BEND OF ISLANDS,100347 +WARRAYURE,103241 +ELTHAM NORTH,101105 +WATSONIA NORTH,103261 +ELTHAM,101103 +KEILOR LODGE,101629 +ALFREDTON,100138 +SOUTH WHARF,103517 +WHEELERS HILL,103311 +ROWVILLE,102661 +NEWRY,102341 +TINAMBA WEST,103025 +MAFFRA,101923 +CHAPPLE VALE,100718 +LAVERS HILL,101808 +MOUNT DUNEED,102178 +PENNYROYAL,102478 +FOSTER,101193 +YANAKIE,103463 +WURDIBOLUC,103434 +GHERANG,101244 +WINCHELSEA SOUTH,103351 +BELLBRAE,100334 +WENSLEYDALE,103289 +FISKVILLE,101171 +ALMURTA,100151 +STONY CREEK,102842 +ASHBOURNE,100201 +CAROLINE SPRINGS,100685 +ROCKBANK,102639 +HILLSIDE,101485 +CHELTENHAM,100728 +BEAUMARIS,100321 +TEMPLESTOWE,102980 +TEMPLESTOWE LOWER,102981 +COWES,100859 +MOUNT TAYLOR,102202 +FRAMLINGHAM,101197 +PURNIM,102564 +NAROGHID,102289 +GARVOC,101222 +AVONSLEIGH,100217 +MURRUMBEENA,102244 +PLUMPTON,102514 +MELTON,102003 +MELTON WEST,102005 +GREENSBOROUGH,101381 +HOPETOUN PARK,101495 +BONNIE BROOK,123258 +GRANGEFIELDS,123257 +BROOKFIELD,100513 +COIMADAI,100801 +MOUNT TOOLEBEWONG,102203 +HAPPY VALLEY,101418 +DON VALLEY,100989 +SUNSHINE NORTH,102882 +BIG PATS CREEK,100382 +CAIRNLEA,100620 +ESSENDON WEST,101129 +AVONDALE HEIGHTS,100215 +DEER PARK,100944 +RAVENHALL,102581 +BULLEEN,100555 +PURA PURA,102560 +WOODHOUSE,103392 +ARMSTRONG CREEK,104540 +LARA,101801 +GLEN ALVIE,101261 +RYANSTON,102675 +WOOD WOOD,103385 +MIRALIE,102068 +PENTAL ISLAND,102482 +FISH POINT,101170 +BENJEROOP,100351 +MYSTIC PARK,102262 +LADYS PASS,101743 +EDI,101082 +DUMOSA,101033 +HAMPTON,101414 +ST HELENA,103590 +WARNEET,103231 +TOORA NORTH,103057 +INVERLOCH,101535 +HUNTERSTON,101512 +BEECH FOREST,100324 +EUROBIN,101134 +POREPUNKAH,102535 +MOUNT BUFFALO,102160 +BUCKLAND,100534 +PICOLA,102492 +KOTUPNA,101723 +CARPENDEIT,100687 +AIREYS INLET,100128 +GUNYAH,101400 +JACK RIVER,101551 +DIXIE,100981 +PURNIM WEST,102565 +FRENCH ISLAND,101205 +WANGOOM,103217 +YANGERY,103467 +BELLS BEACH,100340 +MOUNT HELEN,102187 +WRIXON,103427 +WESTMEADOWS,103306 +CHIRNSIDE PARK,100747 +TETOORA ROAD,102994 +POMBORNEIT EAST,102522 +CARRUM DOWNS,100695 +KAWARREN,101621 +VENTNOR,103154 +RHYLL,102610 +EAST SALE,101064 +BELL PARK,100330 +NORTH GEELONG,102374 +STONEHAVEN,102837 +MERRICKS NORTH,102028 +SOUTH PURRUMBETE,102783 +MOUNT FRANKLIN,102185 +DARGO,100925 +COWA,100857 +FARADAY,101152 +CASTELLA,100699 +YAN YEAN,103461 +DOREEN,101000 +CAPELS CROSSING,100657 +REEDY LAKE,102603 +KERANG,101641 +MCKENZIE HILL,101986 +LONGWOOD EAST,101888 +TARCOMBE,102941 +ST ANDREWS,102806 +MARIBYRNONG,101959 +SHEPHERDS FLAT,102740 +SUNBURY,102877 +DIGGERS REST,100974 +PARWAN,102459 +HADFIELD,101405 +BREAMLEA,100484 +SANDRINGHAM,102693 +WHIRILY,103313 +STEWARTON,102832 +UPOTIPOTPON,103140 +MELTON SOUTH,102004 +STRATHTULLOH,123255 +GLENBURN,101278 +LYONVILLE,101906 +KINGLAKE,101673 +WILLUNG,103344 +HIAMDALE,101471 +DELACOMBE,100945 +TERRICK TERRICK EAST,102992 +MILL PARK,102050 +TERRICK TERRICK,102991 +TINAMBA,103024 +MALVERN,101941 +ARMADALE,100192 +THOMASTOWN,103005 +BUNDOORA,100568 +WYNDHAM VALE,103443 +MANOR LAKES,122956 +WERRIBEE,103295 +MAMBOURIN,101943 +DIAMOND CREEK,100971 +WATTLE GLEN,103269 +DARTMOOR,100934 +WINNAP,103361 +NEWBOROUGH,102328 +ESSENDON FIELDS,103717 +PANTON HILL,102449 +YENDON,103491 +STRATHKELLAR,102860 +DALLAS,100915 +DANDENONG SOUTH,100922 +BELL POST HILL,100331 +THORPDALE SOUTH,103013 +GELLIBRAND,101230 +MADALYA,101920 +TARRAVILLE,102951 +MOUNT SABINE,102200 +TARWIN LOWER,102961 +LANGSBOROUGH,101798 +VENUS BAY,103155 +CAMPBELLFIELD,100634 +ALVIE,100157 +CORAGULAC,100838 +BALINTORE,100236 +CORUNNUN,100851 +OLD TALLANGATTA,102423 +TALLANGATTA,102914 +WOORARRA WEST,103414 +WYELANGTA,103442 +SOUTH DUDLEY,102778 +KENNETT RIVER,101637 +MOUNTAIN VIEW,102207 +FERNDALE,101162 +COCKATOO,100796 +THE GURDIES,102999 +MITIAMO,102080 +STANHOPE,102824 +FULHAM,101209 +MOUNT ECCLES,102179 +CARAG CARAG,100658 +COLIGNAN,100811 +TAYLORS LAKES,102971 +BONNIE DOON,100434 +KEILOR,101624 +BLACKBURN SOUTH,100402 +BURWOOD EAST,100602 +BONEO,100431 +SPRINGFIELD,102798 +BALWYN NORTH,100255 +BUNKERS HILL,100583 +MITCHAM,102076 +YALCA,103451 +STRATHMERTON,102863 +BEARII,100316 +HEPBURN SPRINGS,101460 +HEYWOOD,101470 +TYRENDARRA,103127 +YALLOURN,103454 +WOODFORD,103390 +BUSHFIELD,100604 +LANCEFIELD,101785 +WINTER VALLEY,122907 +LAURISTON,101807 +CRANBOURNE WEST,100869 +WEERITE,103282 +TOORADIN,103060 +LANGWARRIN SOUTH,101800 +SOUTH GEELONG,102779 +WARRAGUL WEST,103236 +STRADBROKE,102845 +TRAFALGAR SOUTH,103083 +GREENWALD,101384 +UPPER PLENTY,103146 +WAHRING,103176 +GOULBURN WEIR,101348 +KIRWANS BRIDGE,101687 +EDEN PARK,101079 +MERINO,102021 +TAHARA WEST,102910 +GRASSDALE,101365 +COROROOKE,100848 +BUNDING,100567 +WEST FOOTSCRAY,103301 +TOTTENHAM,103071 +LAVERTON,101809 +WILLIAMS LANDING,103338 +BALNARRING BEACH,100251 +POINT LEO,102516 +PATHO,102467 +HARKAWAY,101423 +GUYS HILL,101402 +BALWYN,100254 +KILLARNEY,101662 +PIEDMONT,102494 +GLEN HUNTLY,101265 +OAKLEIGH,102413 +ERICA,101123 +RAWSON,102585 +TRAVANCORE,103088 +NEERIM SOUTH,102316 +PITTONG,102511 +GLENMORE,101303 +WALHALLA,103182 +COOPERS CREEK,100831 +THORNTON,103010 +RUBICON,102663 +NAR NAR GOON,102276 +TYNONG,103123 +LONGWARRY NORTH,101886 +BUNYIP,100584 +MURROON,102243 +IRREWARRA,101544 +ONDIT,102429 +WALLACE,103187 +COTTLES BRIDGE,100856 +BRAESIDE,100475 +WATERWAYS,103259 +WINGEEL,103357 +HESSE,101465 +SEPARATION CREEK,102722 +DINGEE,100977 +SMYTHES CREEK,102767 +NINTINGBOOL,102354 +SMYTHESDALE,102769 +BLAIRGOWRIE,100406 +RED HILL SOUTH,102591 +KARDELLA SOUTH,101611 +CARWARP,100696 +FAIRHAVEN,101147 +ROSEBROOK,102650 +BALLIANG,100245 +GUILDFORD,101396 +LAKE GARDENS,101761 +NERRENA,102320 +POUND CREEK,102549 +YINNAR,103499 +ILLOWA,101524 +CUDGEE,100897 +ELINGAMITE NORTH,101092 +PORTLAND,102544 +STONYFORD,102844 +KOORNALLA,101708 +GRANTVILLE,101361 +BEENAK,100326 +CAULFIELD SOUTH,100711 +HEXHAM,101466 +HUGHESDALE,101509 +RAYMOND ISLAND,102586 +GOON NURE,101332 +CONDAH,100815 +TAMBO UPPER,102921 +PARKVILLE,102456 +CARLTON NORTH,100681 +PRINCES HILL,102557 +LOVELY BANKS,101891 +ALTONA,100154 +SEAHOLME,102711 +PIPERS CREEK,102504 +CARLSRUHE,100678 +WOOTONG VALE,103424 +COLERAINE,100810 +PENTLAND HILLS,102483 +BACCHUS MARSH,100222 +MADDINGLEY,101921 +BAGSHOT,100227 +HUNTLY,101514 +CARRUM,100694 +SEAFORD,102710 +MICKLEHAM,102041 +CRAIGIEBURN,100864 +WINSLOW,103363 +MAILORS FLAT,101928 +HASTINGS,101429 +NEWPORT,102340 +ALBERT PARK,100133 +WILLIAMSTOWN,103339 +CAMPERDOWN,100641 +GNOTUK,101317 +SKIBO,102755 +BRANDY CREEK,100476 +WARRAGUL,103234 +CAMPBELLS CREEK,100636 +YAPEEN,103471 +TONIMBUK,103038 +GARFIELD NORTH,101219 +BUNYIP NORTH,100585 +FRANKSTON,101201 +FRANKSTON SOUTH,101203 +TRENTHAM,103094 +NEWBURY,102330 +NOOJEE,102362 +NEERIM NORTH,102315 +KILMORE EAST,101667 +KILMORE,101666 +DONNYBROOK,100993 +WEST MELBOURNE,103302 +GLEN IRIS,101267 +BOONAH,100447 +YARRAMBAT,103480 +PLENTY,102513 +GLENLYON,101301 +SPRING HILL,102794 +LITTLE HAMPTON,101860 +KENNEDYS CREEK,101636 +GREENS CREEK,101380 +CAMPBELLS BRIDGE,100635 +MAINDAMPLE,101931 +JINDIVICK,101573 +MOUNT BULLER,102161 +CROWLANDS,100889 +HOTHAM HEIGHTS,101501 +MOUNT COLE CREEK,102171 +REYNARD,102607 +CROOKAYAN,100882 +LICOLA NORTH,101836 +STRATHMORE,102864 +SELWYN,102721 +BRUNSWICK WEST,100528 +JEPARIT,101568 +TARRANYURK,102950 +SALE,102684 +WURRUK,103435 +WARRONG,103250 +LOY YANG,101895 +NORTHWOOD,102382 +SEYMOUR,102727 +HILLDENE,101482 +CRANBOURNE,100865 +BOTANIC RIDGE,103704 +JUNCTION VILLAGE,101582 +MEREDITH,102018 +SHE OAKS,102732 +BUFFALO RIVER,100543 +NUG NUG,102388 +RICH AVON,102613 +RICH AVON EAST,102614 +MALMSBURY,101939 +KYNETON,101736 +NEWHAM,102333 +ROCHFORD,102638 +WY YUNG,103436 +HILLSIDE,101483 +BAIRNSDALE,100231 +HALLAM,101406 +NARRE WARREN,102295 +SAMARIA,102686 +TRARALGON SOUTH,103087 +GRAND RIDGE,101357 +WONYIP,103384 +DURDIDWARRAH,101046 +STEIGLITZ,102831 +GLENORMISTON SOUTH,101307 +NOORAT,102363 +TIMBOON,103019 +CURDIES RIVER,100906 +ST CLAIR,102811 +WONTHAGGI,103381 +CROSSLEY,100885 +TOWER HILL,103078 +LYNDHURST,101903 +MAIN RIDGE,101930 +TARWIN,102960 +ASHBURTON,100202 +BADDAGINNIE,100223 +WARRENBAYNE,103242 +DONCASTER EAST,100992 +DONVALE,100994 +MOUNT DANDENONG,102174 +OLINDA,102424 +UPPER FERNTREE GULLY,103141 +UPWEY,103149 +ANTWERP,100169 +DIMBOOLA,100976 +GERANG GERUNG,101239 +GOORAMBAT,101337 +BROKEN CREEK,100511 +GOOMALIBEE,101331 +BRAVINGTON,100479 +LONGWARRY,101884 +ALLAMBEE,100139 +SEAVIEW,102714 +ROSEBUD,102651 +CAPEL SOUND,102652 +LARPENT,101803 +IRREWILLIPE EAST,101546 +LANGLEY,101797 +SIDONIA,102746 +DUMBALK NORTH,101032 +DOCKLANDS,100986 +PORT MELBOURNE,102541 +YELLINGBO,103489 +KIRKSTALL,101686 +KOROIT,101715 +PORT FAIRY,102538 +SOUTHERN CROSS,102788 +TOOLONG,103051 +SAN REMO,102687 +MIRBOO,102071 +TOWANINNY SOUTH,103077 +BOHO,100416 +BOHO SOUTH,100418 +ADELAIDE LEAD,100125 +MAJORCA,101935 +SEVILLE EAST,102726 +TARRONE,102959 +MANSFIELD,101954 +MERRIJIG,102031 +HEIDELBERG WEST,101456 +PRESTON,102556 +BELLFIELD,100339 +GRETA WEST,101389 +GRETA,101387 +HANSONVILLE,101417 +GRETA SOUTH,101388 +CLYDE,100775 diff --git a/cadastre/CSD-Header/vic-locality.jsonld b/cadastre/CSD-Header/vic-locality.jsonld new file mode 100644 index 0000000..404e46a --- /dev/null +++ b/cadastre/CSD-Header/vic-locality.jsonld @@ -0,0 +1,20843 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-locality/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-locality", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Localities", + "class": "termtype:AdminUnit", + "concepts": [ + { + "preflabel": "TORRITA", + "vicnames id": "103067", + "@id": "TORRITA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOINKA", + "vicnames id": "100420", + "@id": "BOINKA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MANANGATANG", + "vicnames id": "101944", + "@id": "MANANGATANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SPEEWA", + "vicnames id": "102791", + "@id": "SPEEWA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PATCHEWOLLOCK", + "vicnames id": "102466", + "@id": "PATCHEWOLLOCK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURRABIT WEST", + "vicnames id": "102236", + "@id": "MURRABIT-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SPRINGFIELD", + "vicnames id": "102799", + "@id": "SPRINGFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WAITCHIE", + "vicnames id": "103179", + "@id": "WAITCHIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRATEN", + "vicnames id": "102848", + "@id": "STRATEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SPEED", + "vicnames id": "102790", + "@id": "SPEED", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOWANFORD", + "vicnames id": "101350", + "@id": "GOWANFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MYALL", + "vicnames id": "102249", + "@id": "MYALL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOORINEN", + "vicnames id": "103416", + "@id": "WOORINEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOORINEN SOUTH", + "vicnames id": "103418", + "@id": "WOORINEN-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ULTIMA", + "vicnames id": "103135", + "@id": "ULTIMA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TURRIFF", + "vicnames id": "103112", + "@id": "TURRIFF", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KUNAT", + "vicnames id": "101728", + "@id": "KUNAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TRESCO WEST", + "vicnames id": "103099", + "@id": "TRESCO-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOORLONG", + "vicnames id": "101707", + "@id": "KOORLONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MERRINEE", + "vicnames id": "102033", + "@id": "MERRINEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARDROSS", + "vicnames id": "100670", + "@id": "CARDROSS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MERINGUR", + "vicnames id": "102020", + "@id": "MERINGUR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WERRIMULL", + "vicnames id": "103297", + "@id": "WERRIMULL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AMOR", + "vicnames id": "100160", + "@id": "AMOR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LIPAROO", + "vicnames id": "101856", + "@id": "LIPAROO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KENLEY", + "vicnames id": "101634", + "@id": "KENLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANDOWN", + "vicnames id": "103211", + "@id": "WANDOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KULWIN", + "vicnames id": "101727", + "@id": "KULWIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NATYA", + "vicnames id": "102305", + "@id": "NATYA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WINNAMBOOL", + "vicnames id": "103360", + "@id": "WINNAMBOOL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PIANGIL", + "vicnames id": "102491", + "@id": "PIANGIL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TUTYE", + "vicnames id": "103115", + "@id": "TUTYE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEERIM", + "vicnames id": "102312", + "@id": "NEERIM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COCAMBA", + "vicnames id": "100794", + "@id": "COCAMBA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOWAN", + "vicnames id": "103074", + "@id": "TOWAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BANNERTON", + "vicnames id": "100264", + "@id": "BANNERTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NARRUNG", + "vicnames id": "102299", + "@id": "NARRUNG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NYAH WEST", + "vicnames id": "102404", + "@id": "NYAH-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "VINIFERA", + "vicnames id": "103164", + "@id": "VINIFERA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEVERFORD", + "vicnames id": "100374", + "@id": "BEVERFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TYNTYNDER", + "vicnames id": "103125", + "@id": "TYNTYNDER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PIRA", + "vicnames id": "102505", + "@id": "PIRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOORINEN NORTH", + "vicnames id": "103417", + "@id": "WOORINEN-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POLISBET", + "vicnames id": "102520", + "@id": "POLISBET", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NOWIE", + "vicnames id": "102387", + "@id": "NOWIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BIG DESERT", + "vicnames id": "100379", + "@id": "BIG-DESERT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURRAYDALE", + "vicnames id": "102239", + "@id": "MURRAYDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BULGA", + "vicnames id": "100546", + "@id": "BULGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BIMBOURIE", + "vicnames id": "100385", + "@id": "BIMBOURIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MITTYACK", + "vicnames id": "102085", + "@id": "MITTYACK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOOLOONONG", + "vicnames id": "101701", + "@id": "KOOLOONONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ANNUELLO", + "vicnames id": "100168", + "@id": "ANNUELLO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LINDSAY POINT", + "vicnames id": "101852", + "@id": "LINDSAY-POINT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARGAN", + "vicnames id": "103227", + "@id": "WARGAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CULLULLERAINE", + "vicnames id": "100902", + "@id": "CULLULLERAINE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEDS CORNER", + "vicnames id": "102310", + "@id": "NEDS-CORNER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MERBEIN WEST", + "vicnames id": "102017", + "@id": "MERBEIN-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BIRDWOODTON", + "vicnames id": "100392", + "@id": "BIRDWOODTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CABARITA", + "vicnames id": "100616", + "@id": "CABARITA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MERBEIN SOUTH", + "vicnames id": "102016", + "@id": "MERBEIN-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RED CLIFFS", + "vicnames id": "102589", + "@id": "RED-CLIFFS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "IRAAK", + "vicnames id": "101541", + "@id": "IRAAK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NANGILOC", + "vicnames id": "102272", + "@id": "NANGILOC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAPPY VALLEY", + "vicnames id": "101419", + "@id": "HAPPY-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE POWELL", + "vicnames id": "101769", + "@id": "LAKE-POWELL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOUNDARY BEND", + "vicnames id": "100461", + "@id": "BOUNDARY-BEND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WEMEN", + "vicnames id": "103287", + "@id": "WEMEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NICHOLS POINT", + "vicnames id": "102346", + "@id": "NICHOLS-POINT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PANITYA", + "vicnames id": "102447", + "@id": "PANITYA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOLTON", + "vicnames id": "100424", + "@id": "BOLTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALPEUP", + "vicnames id": "103199", + "@id": "WALPEUP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COWANGIE", + "vicnames id": "100858", + "@id": "COWANGIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARINA", + "vicnames id": "100672", + "@id": "CARINA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LINGA", + "vicnames id": "101853", + "@id": "LINGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NYAH", + "vicnames id": "102403", + "@id": "NYAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEULAH", + "vicnames id": "100373", + "@id": "BEULAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DALTONS BRIDGE", + "vicnames id": "100917", + "@id": "DALTONS-BRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YIELIMA", + "vicnames id": "103498", + "@id": "YIELIMA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LEITCHVILLE", + "vicnames id": "101822", + "@id": "LEITCHVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARMAH", + "vicnames id": "100278", + "@id": "BARMAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE MERAN", + "vicnames id": "101766", + "@id": "LAKE-MERAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NYRRABY", + "vicnames id": "102410", + "@id": "NYRRABY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CULGOA", + "vicnames id": "100899", + "@id": "CULGOA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FAIRLEY", + "vicnames id": "101148", + "@id": "FAIRLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GANNAWARRA", + "vicnames id": "101215", + "@id": "GANNAWARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TITTYBONG", + "vicnames id": "103028", + "@id": "TITTYBONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SANDHILL LAKE", + "vicnames id": "102689", + "@id": "SANDHILL-LAKE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COKUM", + "vicnames id": "100802", + "@id": "COKUM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KALPIENUNG", + "vicnames id": "101595", + "@id": "KALPIENUNG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILLENABRINA", + "vicnames id": "103337", + "@id": "WILLENABRINA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NULLAWIL", + "vicnames id": "102393", + "@id": "NULLAWIL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CANNIE", + "vicnames id": "100646", + "@id": "CANNIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEALESVILLE", + "vicnames id": "101443", + "@id": "HEALESVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LASCELLES", + "vicnames id": "101805", + "@id": "LASCELLES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHINANGIN", + "vicnames id": "100744", + "@id": "CHINANGIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURRABIT", + "vicnames id": "102235", + "@id": "MURRABIT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE CHARM", + "vicnames id": "101755", + "@id": "LAKE-CHARM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOIGBEAT", + "vicnames id": "100419", + "@id": "BOIGBEAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARRAWARRA", + "vicnames id": "102952", + "@id": "TARRAWARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COLDSTREAM", + "vicnames id": "100809", + "@id": "COLDSTREAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BURKES BRIDGE", + "vicnames id": "100587", + "@id": "BURKES-BRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ULUPNA", + "vicnames id": "103137", + "@id": "ULUPNA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANDELLA", + "vicnames id": "103203", + "@id": "WANDELLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MYWEE", + "vicnames id": "102263", + "@id": "MYWEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROSEBERY", + "vicnames id": "102649", + "@id": "ROSEBERY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HORFIELD", + "vicnames id": "101498", + "@id": "HORFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MACORNA", + "vicnames id": "101916", + "@id": "MACORNA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COBRAM", + "vicnames id": "100785", + "@id": "COBRAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KINNABULLA", + "vicnames id": "101684", + "@id": "KINNABULLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KENMARE", + "vicnames id": "101635", + "@id": "KENMARE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MINCHA WEST", + "vicnames id": "102058", + "@id": "MINCHA-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GUNBOWER", + "vicnames id": "101397", + "@id": "GUNBOWER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "REEDY DAM", + "vicnames id": "102602", + "@id": "REEDY-DAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KEELY", + "vicnames id": "101623", + "@id": "KEELY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MEERING WEST", + "vicnames id": "101997", + "@id": "MEERING-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WEE WEE RUP", + "vicnames id": "103279", + "@id": "WEE-WEE-RUP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "APPIN", + "vicnames id": "100171", + "@id": "APPIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHINKAPOOK", + "vicnames id": "100745", + "@id": "CHINKAPOOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TUROAR", + "vicnames id": "103111", + "@id": "TUROAR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GERAHMIN", + "vicnames id": "101238", + "@id": "GERAHMIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SWAN HILL WEST", + "vicnames id": "102893", + "@id": "SWAN-HILL-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NYARRIN", + "vicnames id": "102405", + "@id": "NYARRIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TYRRELL", + "vicnames id": "103130", + "@id": "TYRRELL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CASTLE DONNINGTON", + "vicnames id": "100702", + "@id": "CASTLE-DONNINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ULTIMA EAST", + "vicnames id": "103136", + "@id": "ULTIMA-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE BOGA", + "vicnames id": "101752", + "@id": "LAKE-BOGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TURRIFF EAST", + "vicnames id": "103113", + "@id": "TURRIFF-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOSCHEN", + "vicnames id": "101345", + "@id": "GOSCHEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WINLATON", + "vicnames id": "103359", + "@id": "WINLATON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TRESCO", + "vicnames id": "103098", + "@id": "TRESCO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MYALL", + "vicnames id": "102250", + "@id": "MYALL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "UNDERBOOL", + "vicnames id": "103139", + "@id": "UNDERBOOL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURRAYVILLE", + "vicnames id": "102240", + "@id": "MURRAYVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WESTBY", + "vicnames id": "103305", + "@id": "WESTBY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAEL BAEL", + "vicnames id": "100226", + "@id": "BAEL-BAEL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THOLOGOLONG", + "vicnames id": "103004", + "@id": "THOLOGOLONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENLOTH EAST", + "vicnames id": "101298", + "@id": "GLENLOTH-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GUYS FOREST", + "vicnames id": "101401", + "@id": "GUYS-FOREST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NUMURKAH", + "vicnames id": "102394", + "@id": "NUMURKAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NORONG", + "vicnames id": "102371", + "@id": "NORONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARNAWARTHA NORTH", + "vicnames id": "100281", + "@id": "BARNAWARTHA-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YANDO", + "vicnames id": "103464", + "@id": "YANDO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHARPARILLA", + "vicnames id": "103309", + "@id": "WHARPARILLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRANYA", + "vicnames id": "101362", + "@id": "GRANYA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BURRAMINE SOUTH", + "vicnames id": "100596", + "@id": "BURRAMINE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DURHAM OX", + "vicnames id": "101050", + "@id": "DURHAM-OX", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SYLVATERRE", + "vicnames id": "102902", + "@id": "SYLVATERRE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CATUMNAL", + "vicnames id": "100707", + "@id": "CATUMNAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PYRAMID HILL", + "vicnames id": "102567", + "@id": "PYRAMID-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PINE MOUNTAIN", + "vicnames id": "102501", + "@id": "PINE-MOUNTAIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRIMIN", + "vicnames id": "100501", + "@id": "BRIMIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WYCHEPROOF", + "vicnames id": "103437", + "@id": "WYCHEPROOF", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARNAWARTHA", + "vicnames id": "100280", + "@id": "BARNAWARTHA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNGIL", + "vicnames id": "100579", + "@id": "BUNGIL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILKUR", + "vicnames id": "103331", + "@id": "WILKUR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MUCKATAH", + "vicnames id": "102214", + "@id": "MUCKATAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "APPIN SOUTH", + "vicnames id": "100173", + "@id": "APPIN-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALLAPUR", + "vicnames id": "100239", + "@id": "BALLAPUR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COBRAM EAST", + "vicnames id": "100786", + "@id": "COBRAM-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LEAGHUR", + "vicnames id": "101816", + "@id": "LEAGHUR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BIRCHIP", + "vicnames id": "100390", + "@id": "BIRCHIP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WATCHUPGA", + "vicnames id": "103255", + "@id": "WATCHUPGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KERANG EAST", + "vicnames id": "101642", + "@id": "KERANG-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUDGERUM EAST", + "vicnames id": "100541", + "@id": "BUDGERUM-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NORMANVILLE", + "vicnames id": "102370", + "@id": "NORMANVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CULLEN", + "vicnames id": "100901", + "@id": "CULLEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARLBED", + "vicnames id": "101962", + "@id": "MARLBED", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DINGWALL", + "vicnames id": "100979", + "@id": "DINGWALL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MILNES BRIDGE", + "vicnames id": "102056", + "@id": "MILNES-BRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "QUAMBATOOK", + "vicnames id": "102568", + "@id": "QUAMBATOOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PINE VIEW", + "vicnames id": "102502", + "@id": "PINE-VIEW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TRAGOWEL", + "vicnames id": "103084", + "@id": "TRAGOWEL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MACORNA NORTH", + "vicnames id": "101918", + "@id": "MACORNA-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CURYO", + "vicnames id": "100910", + "@id": "CURYO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOONOOMOO", + "vicnames id": "101704", + "@id": "KOONOOMOO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARRAPORT", + "vicnames id": "100288", + "@id": "BARRAPORT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GREDGWIN", + "vicnames id": "101375", + "@id": "GREDGWIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PICOLA WEST", + "vicnames id": "102493", + "@id": "PICOLA-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNGULUKE", + "vicnames id": "100580", + "@id": "BUNGULUKE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YARRAWONGA", + "vicnames id": "103483", + "@id": "YARRAWONGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BROWNS PLAINS", + "vicnames id": "100521", + "@id": "BROWNS-PLAINS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WAAIA", + "vicnames id": "103170", + "@id": "WAAIA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNDALONG", + "vicnames id": "100564", + "@id": "BUNDALONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RUTHERGLEN", + "vicnames id": "102673", + "@id": "RUTHERGLEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NATHALIA", + "vicnames id": "102300", + "@id": "NATHALIA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TORRUMBARRY", + "vicnames id": "103068", + "@id": "TORRUMBARRY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MINCHA", + "vicnames id": "102057", + "@id": "MINCHA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BURRAMINE", + "vicnames id": "100595", + "@id": "BURRAMINE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CANARY ISLAND", + "vicnames id": "100643", + "@id": "CANARY-ISLAND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LODDON VALE", + "vicnames id": "101874", + "@id": "LODDON-VALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NARRAPORT", + "vicnames id": "102292", + "@id": "NARRAPORT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WAHGUNYAH", + "vicnames id": "103175", + "@id": "WAHGUNYAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOORAMADDA", + "vicnames id": "101336", + "@id": "GOORAMADDA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BIRCHIP WEST", + "vicnames id": "100391", + "@id": "BIRCHIP-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARRAPORT WEST", + "vicnames id": "100289", + "@id": "BARRAPORT-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MINMINDIE", + "vicnames id": "102065", + "@id": "MINMINDIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YARROWEYAH", + "vicnames id": "103485", + "@id": "YARROWEYAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NINYEUNOOK", + "vicnames id": "102355", + "@id": "NINYEUNOOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JERUK", + "vicnames id": "101570", + "@id": "JERUK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALWA", + "vicnames id": "103200", + "@id": "WALWA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KARYRIE", + "vicnames id": "101615", + "@id": "KARYRIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TELOPEA DOWNS", + "vicnames id": "102979", + "@id": "TELOPEA-DOWNS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OAKVALE", + "vicnames id": "102417", + "@id": "OAKVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURNUNGIN", + "vicnames id": "102231", + "@id": "MURNUNGIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BERRIWILLOCK", + "vicnames id": "100361", + "@id": "BERRIWILLOCK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOONDROOK", + "vicnames id": "101703", + "@id": "KOONDROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANGIE", + "vicnames id": "103216", + "@id": "WANGIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TEAL POINT", + "vicnames id": "102972", + "@id": "TEAL-POINT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILLANGIE", + "vicnames id": "103333", + "@id": "WILLANGIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALBACUTYA", + "vicnames id": "100131", + "@id": "ALBACUTYA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COHUNA", + "vicnames id": "100800", + "@id": "COHUNA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEAUCHAMP", + "vicnames id": "100318", + "@id": "BEAUCHAMP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MEATIAN", + "vicnames id": "101995", + "@id": "MEATIAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOROOP", + "vicnames id": "101717", + "@id": "KOROOP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GONN CROSSING", + "vicnames id": "101330", + "@id": "GONN-CROSSING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HOPETOUN", + "vicnames id": "101494", + "@id": "HOPETOUN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BANYAN", + "vicnames id": "100266", + "@id": "BANYAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YAAPEET", + "vicnames id": "103447", + "@id": "YAAPEET", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LALBERT", + "vicnames id": "101779", + "@id": "LALBERT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOOMELANG", + "vicnames id": "103410", + "@id": "WOOMELANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILBY", + "vicnames id": "103328", + "@id": "WILBY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BANDIANA", + "vicnames id": "100261", + "@id": "BANDIANA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TUNGAMAH", + "vicnames id": "103110", + "@id": "TUNGAMAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOOMAHNOOMOONAH", + "vicnames id": "100446", + "@id": "BOOMAHNOOMOONAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ECHUCA VILLAGE", + "vicnames id": "101072", + "@id": "ECHUCA-VILLAGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TERRAPPEE", + "vicnames id": "102989", + "@id": "TERRAPPEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WYCHEPROOF SOUTH", + "vicnames id": "103438", + "@id": "WYCHEPROOF-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROSLYNMEAD", + "vicnames id": "102656", + "@id": "ROSLYNMEAD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KAARIMBA", + "vicnames id": "101587", + "@id": "KAARIMBA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LILLIPUT", + "vicnames id": "101842", + "@id": "LILLIPUT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WYCHITELLA NORTH", + "vicnames id": "103440", + "@id": "WYCHITELLA-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOTTA", + "vicnames id": "101722", + "@id": "KOTTA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MUNDOONA", + "vicnames id": "102221", + "@id": "MUNDOONA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YOUARANG", + "vicnames id": "103503", + "@id": "YOUARANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BATHUMI", + "vicnames id": "100301", + "@id": "BATHUMI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOWONG", + "vicnames id": "103079", + "@id": "TOWONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LOWER MOIRA", + "vicnames id": "101892", + "@id": "LOWER-MOIRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOORT", + "vicnames id": "100454", + "@id": "BOORT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WEST WODONGA", + "vicnames id": "103303", + "@id": "WEST-WODONGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ECHUCA", + "vicnames id": "101071", + "@id": "ECHUCA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YARRAWONGA SOUTH", + "vicnames id": "103484", + "@id": "YARRAWONGA-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TELFORD", + "vicnames id": "102978", + "@id": "TELFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NARING", + "vicnames id": "102286", + "@id": "NARING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MORTON PLAINS", + "vicnames id": "102151", + "@id": "MORTON-PLAINS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLADFIELD", + "vicnames id": "101258", + "@id": "GLADFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARMUR", + "vicnames id": "103228", + "@id": "WARMUR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BROUGHTON", + "vicnames id": "100518", + "@id": "BROUGHTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LORQUON", + "vicnames id": "101890", + "@id": "LORQUON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CORACK", + "vicnames id": "100836", + "@id": "CORACK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EBDEN", + "vicnames id": "101070", + "@id": "EBDEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WYUNA", + "vicnames id": "103444", + "@id": "WYUNA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARRACKNABEAL", + "vicnames id": "103233", + "@id": "WARRACKNABEAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SPRINGHURST", + "vicnames id": "102800", + "@id": "SPRINGHURST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TEDDYWADDY", + "vicnames id": "102974", + "@id": "TEDDYWADDY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "UNDERA", + "vicnames id": "103138", + "@id": "UNDERA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KANIVA", + "vicnames id": "101604", + "@id": "KANIVA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOWONG UPPER", + "vicnames id": "103080", + "@id": "TOWONG-UPPER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ST GERMAINS", + "vicnames id": "102812", + "@id": "ST-GERMAINS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PINE GROVE", + "vicnames id": "102499", + "@id": "PINE-GROVE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PELLUEBLA", + "vicnames id": "102477", + "@id": "PELLUEBLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOYUGA", + "vicnames id": "101724", + "@id": "KOYUGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MASSEY", + "vicnames id": "101979", + "@id": "MASSEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MYSIA", + "vicnames id": "102261", + "@id": "MYSIA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JUNGABURRA", + "vicnames id": "101585", + "@id": "JUNGABURRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CUDGEWA", + "vicnames id": "100898", + "@id": "CUDGEWA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHIRRIP", + "vicnames id": "100748", + "@id": "CHIRRIP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ECHUCA WEST", + "vicnames id": "101073", + "@id": "ECHUCA-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNDALONG SOUTH", + "vicnames id": "100565", + "@id": "BUNDALONG-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KANYAPELLA", + "vicnames id": "101608", + "@id": "KANYAPELLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GATEWAY ISLAND", + "vicnames id": "101223", + "@id": "GATEWAY-ISLAND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOETONG", + "vicnames id": "101693", + "@id": "KOETONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENLOTH", + "vicnames id": "101297", + "@id": "GLENLOTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YABBA NORTH", + "vicnames id": "103448", + "@id": "YABBA-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TALLYGAROOPNA", + "vicnames id": "102919", + "@id": "TALLYGAROOPNA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KATANDRA WEST", + "vicnames id": "101619", + "@id": "KATANDRA-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STAGHORN FLAT", + "vicnames id": "102822", + "@id": "STAGHORN-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DOCKERS PLAINS", + "vicnames id": "100985", + "@id": "DOCKERS-PLAINS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHARLEROI", + "vicnames id": "100721", + "@id": "CHARLEROI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YABBA SOUTH", + "vicnames id": "103449", + "@id": "YABBA-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NANNEELLA", + "vicnames id": "102273", + "@id": "NANNEELLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ELDORADO", + "vicnames id": "101089", + "@id": "ELDORADO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JEFFCOTT NORTH", + "vicnames id": "101567", + "@id": "JEFFCOTT-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOOROONOOK", + "vicnames id": "103421", + "@id": "WOOROONOOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARRON", + "vicnames id": "100693", + "@id": "CARRON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GUNDOWRING", + "vicnames id": "101398", + "@id": "GUNDOWRING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOWEYA", + "vicnames id": "100463", + "@id": "BOWEYA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LITCHFIELD", + "vicnames id": "101858", + "@id": "LITCHFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEECHWORTH", + "vicnames id": "100325", + "@id": "BEECHWORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOORAGEE", + "vicnames id": "103411", + "@id": "WOORAGEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WYCHITELLA", + "vicnames id": "103439", + "@id": "WYCHITELLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WYUNA EAST", + "vicnames id": "103446", + "@id": "WYUNA-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PEECHELBA EAST", + "vicnames id": "102476", + "@id": "PEECHELBA-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE MARMAL", + "vicnames id": "101765", + "@id": "LAKE-MARMAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOORHAMAN NORTH", + "vicnames id": "100451", + "@id": "BOORHAMAN-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CORNISHTOWN", + "vicnames id": "100845", + "@id": "CORNISHTOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHILTERN", + "vicnames id": "100742", + "@id": "CHILTERN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BANGERANG", + "vicnames id": "100262", + "@id": "BANGERANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GEORGES CREEK", + "vicnames id": "101237", + "@id": "GEORGES-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BULLIOH", + "vicnames id": "100557", + "@id": "BULLIOH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JARVIS CREEK", + "vicnames id": "101562", + "@id": "JARVIS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOORHAMAN EAST", + "vicnames id": "100450", + "@id": "BOORHAMAN-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "INDIGO VALLEY", + "vicnames id": "101527", + "@id": "INDIGO-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BERRINGAMA", + "vicnames id": "100360", + "@id": "BERRINGAMA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARANDUDA", + "vicnames id": "100268", + "@id": "BARANDUDA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TEDDYWADDY WEST", + "vicnames id": "102975", + "@id": "TEDDYWADDY-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NHILL", + "vicnames id": "102345", + "@id": "NHILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CASTLE CREEK", + "vicnames id": "100701", + "@id": "CASTLE-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SHEPPARTON NORTH", + "vicnames id": "102743", + "@id": "SHEPPARTON-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KELLALAC", + "vicnames id": "101632", + "@id": "KELLALAC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LONDRIGAN", + "vicnames id": "101877", + "@id": "LONDRIGAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KORONG VALE", + "vicnames id": "101716", + "@id": "KORONG-VALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LEMNOS", + "vicnames id": "101824", + "@id": "LEMNOS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANGARATTA", + "vicnames id": "103214", + "@id": "WANGARATTA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOOROOPNA NORTH WEST", + "vicnames id": "102140", + "@id": "MOOROOPNA-NORTH-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SKINNERS FLAT", + "vicnames id": "102756", + "@id": "SKINNERS-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YARRAWALLA", + "vicnames id": "103482", + "@id": "YARRAWALLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WATCHEM WEST", + "vicnames id": "103254", + "@id": "WATCHEM-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SHELLEY", + "vicnames id": "102739", + "@id": "SHELLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHILTERN VALLEY", + "vicnames id": "100743", + "@id": "CHILTERN-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PEECHELBA", + "vicnames id": "102475", + "@id": "PEECHELBA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOLOGA", + "vicnames id": "102103", + "@id": "MOLOGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRANITE FLAT", + "vicnames id": "101359", + "@id": "GRANITE-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KILLAWARRA", + "vicnames id": "101663", + "@id": "KILLAWARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TALLANGATTA VALLEY", + "vicnames id": "102917", + "@id": "TALLANGATTA-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YANAC", + "vicnames id": "103462", + "@id": "YANAC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KATAMATITE EAST", + "vicnames id": "101617", + "@id": "KATAMATITE-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NETHERBY", + "vicnames id": "102325", + "@id": "NETHERBY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KATAMATITE", + "vicnames id": "101616", + "@id": "KATAMATITE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ESMOND", + "vicnames id": "101126", + "@id": "ESMOND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THALIA", + "vicnames id": "102995", + "@id": "THALIA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WATCHEM", + "vicnames id": "103253", + "@id": "WATCHEM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NAREEWILLOCK", + "vicnames id": "102283", + "@id": "NAREEWILLOCK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CORACK EAST", + "vicnames id": "100837", + "@id": "CORACK-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CRYMELON", + "vicnames id": "100896", + "@id": "CRYMELON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SERVICETON", + "vicnames id": "102724", + "@id": "SERVICETON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DONALD", + "vicnames id": "100990", + "@id": "DONALD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOORHAMAN", + "vicnames id": "100449", + "@id": "BOORHAMAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AREEGRA", + "vicnames id": "100190", + "@id": "AREEGRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BORALMA", + "vicnames id": "100456", + "@id": "BORALMA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOWEYA NORTH", + "vicnames id": "100465", + "@id": "BOWEYA-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WAGGARANDALL", + "vicnames id": "103174", + "@id": "WAGGARANDALL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KATANDRA", + "vicnames id": "101618", + "@id": "KATANDRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNGEET WEST", + "vicnames id": "100578", + "@id": "BUNGEET-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COSGROVE", + "vicnames id": "100852", + "@id": "COSGROVE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GILLIESTON", + "vicnames id": "101251", + "@id": "GILLIESTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DIGGORA", + "vicnames id": "100975", + "@id": "DIGGORA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ZEERUST", + "vicnames id": "103508", + "@id": "ZEERUST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KYVALLEY", + "vicnames id": "101738", + "@id": "KYVALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LANCASTER", + "vicnames id": "101782", + "@id": "LANCASTER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TENNYSON", + "vicnames id": "102985", + "@id": "TENNYSON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRATHALLAN", + "vicnames id": "102852", + "@id": "STRATHALLAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE ROWAN", + "vicnames id": "101770", + "@id": "LAKE-ROWAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KIEWA", + "vicnames id": "101658", + "@id": "KIEWA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARRAKEE", + "vicnames id": "100286", + "@id": "BARRAKEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BORUNG", + "vicnames id": "100459", + "@id": "BORUNG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YACKANDANDAH", + "vicnames id": "103450", + "@id": "YACKANDANDAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARIONVALE", + "vicnames id": "101960", + "@id": "MARIONVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BYAWATHA", + "vicnames id": "100612", + "@id": "BYAWATHA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BIGGARA", + "vicnames id": "100383", + "@id": "BIGGARA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CONGUPNA", + "vicnames id": "100817", + "@id": "CONGUPNA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KILLARA", + "vicnames id": "101661", + "@id": "KILLARA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HUON CREEK", + "vicnames id": "101518", + "@id": "HUON-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YEUNGROON EAST", + "vicnames id": "103496", + "@id": "YEUNGROON-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MERRIGUM", + "vicnames id": "102029", + "@id": "MERRIGUM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TAMINICK", + "vicnames id": "102924", + "@id": "TAMINICK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARDMONA", + "vicnames id": "100189", + "@id": "ARDMONA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YUNDOOL", + "vicnames id": "103505", + "@id": "YUNDOOL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNGEET", + "vicnames id": "100577", + "@id": "BUNGEET", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FERNIHURST", + "vicnames id": "101163", + "@id": "FERNIHURST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THOWGLA VALLEY", + "vicnames id": "103015", + "@id": "THOWGLA-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HUON", + "vicnames id": "101516", + "@id": "HUON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COLAC COLAC", + "vicnames id": "100804", + "@id": "COLAC-COLAC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YOUANMITE", + "vicnames id": "103502", + "@id": "YOUANMITE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAMAWM EXTENSION", + "vicnames id": "100258", + "@id": "BAMAWM-EXTENSION", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DRUMANURE", + "vicnames id": "101018", + "@id": "DRUMANURE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WUNGHNU", + "vicnames id": "103433", + "@id": "WUNGHNU", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CORRYONG", + "vicnames id": "100850", + "@id": "CORRYONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MAJOR PLAINS", + "vicnames id": "101933", + "@id": "MAJOR-PLAINS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EAST WANGARATTA", + "vicnames id": "101065", + "@id": "EAST-WANGARATTA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DOOKIE", + "vicnames id": "100997", + "@id": "DOOKIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALDARA", + "vicnames id": "103181", + "@id": "WALDARA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POMPAPIEL", + "vicnames id": "102526", + "@id": "POMPAPIEL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALLUP", + "vicnames id": "103196", + "@id": "WALLUP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MILLOO", + "vicnames id": "102053", + "@id": "MILLOO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROCHESTER", + "vicnames id": "102637", + "@id": "ROCHESTER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SHEEP HILLS", + "vicnames id": "102734", + "@id": "SHEEP-HILLS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOOLSHED FLAT", + "vicnames id": "103408", + "@id": "WOOLSHED-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FAIRY DELL", + "vicnames id": "101149", + "@id": "FAIRY-DELL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PINE LODGE", + "vicnames id": "102500", + "@id": "PINE-LODGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THOONA", + "vicnames id": "103008", + "@id": "THOONA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALLENDELLA", + "vicnames id": "100243", + "@id": "BALLENDELLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LILLIMUR", + "vicnames id": "101841", + "@id": "LILLIMUR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOOSANG", + "vicnames id": "103422", + "@id": "WOOSANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOOLITE", + "vicnames id": "100445", + "@id": "BOOLITE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POWLETT PLAINS", + "vicnames id": "102552", + "@id": "POWLETT-PLAINS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COONOOER WEST", + "vicnames id": "100830", + "@id": "COONOOER-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURMUNGEE", + "vicnames id": "102230", + "@id": "MURMUNGEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STANLEY", + "vicnames id": "102826", + "@id": "STANLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KINYPANIAL", + "vicnames id": "101685", + "@id": "KINYPANIAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KIALLA EAST", + "vicnames id": "101655", + "@id": "KIALLA-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COOMA", + "vicnames id": "100823", + "@id": "COOMA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WINTON NORTH", + "vicnames id": "103365", + "@id": "WINTON-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANGANDARY", + "vicnames id": "103212", + "@id": "WANGANDARY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRAHAMVALE", + "vicnames id": "101355", + "@id": "GRAHAMVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAWLER", + "vicnames id": "101812", + "@id": "LAWLER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENALBYN", + "vicnames id": "101275", + "@id": "GLENALBYN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RAYWOOD", + "vicnames id": "102587", + "@id": "RAYWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DOCKER", + "vicnames id": "100984", + "@id": "DOCKER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AVON PLAINS", + "vicnames id": "100214", + "@id": "AVON-PLAINS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARWIDGEE", + "vicnames id": "100293", + "@id": "BARWIDGEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KURRACA WEST", + "vicnames id": "101730", + "@id": "KURRACA-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KURRACA", + "vicnames id": "101729", + "@id": "KURRACA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURTOA", + "vicnames id": "102245", + "@id": "MURTOA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOBINAWARRAH", + "vicnames id": "100413", + "@id": "BOBINAWARRAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KEWELL", + "vicnames id": "101652", + "@id": "KEWELL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLEN CREEK", + "vicnames id": "101262", + "@id": "GLEN-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BLACKHEATH", + "vicnames id": "100403", + "@id": "BLACKHEATH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BURNEWANG", + "vicnames id": "100590", + "@id": "BURNEWANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUCKRABANYULE", + "vicnames id": "100537", + "@id": "BUCKRABANYULE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JARKLIN", + "vicnames id": "101560", + "@id": "JARKLIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNBARTHA", + "vicnames id": "100562", + "@id": "BUNBARTHA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALMONDS", + "vicnames id": "100150", + "@id": "ALMONDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TANGAMBALANGA", + "vicnames id": "102929", + "@id": "TANGAMBALANGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NARIEL VALLEY", + "vicnames id": "102285", + "@id": "NARIEL-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ST JAMES", + "vicnames id": "103630", + "@id": "ST-JAMES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COOMBOONA", + "vicnames id": "100824", + "@id": "COOMBOONA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LUCYVALE", + "vicnames id": "101899", + "@id": "LUCYVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAMAWM", + "vicnames id": "100257", + "@id": "BAMAWM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LOCKINGTON", + "vicnames id": "101869", + "@id": "LOCKINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AUBREY", + "vicnames id": "100208", + "@id": "AUBREY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CANNUM", + "vicnames id": "100648", + "@id": "CANNUM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WEDDERBURN", + "vicnames id": "103277", + "@id": "WEDDERBURN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAEN NORTH", + "vicnames id": "101748", + "@id": "LAEN-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANGARATTA SOUTH", + "vicnames id": "103215", + "@id": "WANGARATTA-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TALLANDOON", + "vicnames id": "102913", + "@id": "TALLANDOON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOOROOPNA", + "vicnames id": "102138", + "@id": "MOOROOPNA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SERPENTINE", + "vicnames id": "102723", + "@id": "SERPENTINE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JEFFCOTT", + "vicnames id": "101566", + "@id": "JEFFCOTT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SANDY CREEK", + "vicnames id": "102694", + "@id": "SANDY-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KERGUNYAH", + "vicnames id": "101643", + "@id": "KERGUNYAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NORTH WANGARATTA", + "vicnames id": "102378", + "@id": "NORTH-WANGARATTA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KIATA", + "vicnames id": "101657", + "@id": "KIATA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GIL GIL", + "vicnames id": "101249", + "@id": "GIL-GIL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT BRUNO", + "vicnames id": "102159", + "@id": "MOUNT-BRUNO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOWSER", + "vicnames id": "100467", + "@id": "BOWSER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEARS LAGOON", + "vicnames id": "100317", + "@id": "BEARS-LAGOON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TIMMERING", + "vicnames id": "103021", + "@id": "TIMMERING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOXWOOD", + "vicnames id": "100472", + "@id": "BOXWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DEVENISH", + "vicnames id": "100965", + "@id": "DEVENISH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOOROOPNA NORTH", + "vicnames id": "102139", + "@id": "MOOROOPNA-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KYABRAM", + "vicnames id": "101733", + "@id": "KYABRAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BYRNESIDE", + "vicnames id": "100615", + "@id": "BYRNESIDE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MIRAM", + "vicnames id": "102069", + "@id": "MIRAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT MAJOR", + "vicnames id": "102191", + "@id": "MOUNT-MAJOR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TATURA", + "vicnames id": "102964", + "@id": "TATURA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARCADIA SOUTH", + "vicnames id": "100180", + "@id": "ARCADIA-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MERRIANG SOUTH", + "vicnames id": "102025", + "@id": "MERRIANG-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRE GRE NORTH", + "vicnames id": "101370", + "@id": "GRE-GRE-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ST ARNAUD NORTH", + "vicnames id": "102810", + "@id": "ST-ARNAUD-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRIDGEWATER", + "vicnames id": "100492", + "@id": "BRIDGEWATER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LURG", + "vicnames id": "101900", + "@id": "LURG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOROKE", + "vicnames id": "101344", + "@id": "GOROKE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROSEWHITE", + "vicnames id": "102655", + "@id": "ROSEWHITE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHOROULY SOUTH", + "vicnames id": "103324", + "@id": "WHOROULY-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOWAR EAST", + "vicnames id": "101352", + "@id": "GOWAR-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SLATY CREEK", + "vicnames id": "102761", + "@id": "SLATY-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENROWAN WEST", + "vicnames id": "101311", + "@id": "GLENROWAN-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MINYIP", + "vicnames id": "102066", + "@id": "MINYIP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAWLOIT", + "vicnames id": "101814", + "@id": "LAWLOIT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FIERY FLAT", + "vicnames id": "101167", + "@id": "FIERY-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHESNEY VALE", + "vicnames id": "100735", + "@id": "CHESNEY-VALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAEN EAST", + "vicnames id": "101747", + "@id": "LAEN-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LACEBY", + "vicnames id": "101742", + "@id": "LACEBY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ORRVALE", + "vicnames id": "102433", + "@id": "ORRVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COSGROVE SOUTH", + "vicnames id": "100853", + "@id": "COSGROVE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OXLEY FLATS", + "vicnames id": "102440", + "@id": "OXLEY-FLATS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURRA WARRA", + "vicnames id": "102234", + "@id": "MURRA-WARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DRUMMARTIN", + "vicnames id": "101021", + "@id": "DRUMMARTIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BONN", + "vicnames id": "100432", + "@id": "BONN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WEDDERBURN JUNCTION", + "vicnames id": "103278", + "@id": "WEDDERBURN-JUNCTION", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRUARONG", + "vicnames id": "100522", + "@id": "BRUARONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KERGUNYAH SOUTH", + "vicnames id": "101644", + "@id": "KERGUNYAH-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MILAWA", + "vicnames id": "102048", + "@id": "MILAWA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NALINGA", + "vicnames id": "102266", + "@id": "NALINGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DARTMOUTH", + "vicnames id": "100936", + "@id": "DARTMOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COROP", + "vicnames id": "100847", + "@id": "COROP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OXLEY", + "vicnames id": "102439", + "@id": "OXLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SWANWATER WEST", + "vicnames id": "102899", + "@id": "SWANWATER-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WINTON", + "vicnames id": "103364", + "@id": "WINTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STANHOPE SOUTH", + "vicnames id": "102825", + "@id": "STANHOPE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARANGA", + "vicnames id": "103221", + "@id": "WARANGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SUTHERLAND", + "vicnames id": "102887", + "@id": "SUTHERLAND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GIRGARRE", + "vicnames id": "101254", + "@id": "GIRGARRE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SHEPPARTON EAST", + "vicnames id": "102742", + "@id": "SHEPPARTON-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RICHMOND PLAINS", + "vicnames id": "102619", + "@id": "RICHMOND-PLAINS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KAMAROOKA NORTH", + "vicnames id": "101598", + "@id": "KAMAROOKA-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KYABRAM SOUTH", + "vicnames id": "101735", + "@id": "KYABRAM-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DOOKIE COLLEGE", + "vicnames id": "100998", + "@id": "DOOKIE-COLLEGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOOLAMBA", + "vicnames id": "103041", + "@id": "TOOLAMBA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOOROC", + "vicnames id": "101339", + "@id": "GOOROC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YAWONG HILLS", + "vicnames id": "103487", + "@id": "YAWONG-HILLS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOWANGARDIE", + "vicnames id": "101351", + "@id": "GOWANGARDIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BENALLA", + "vicnames id": "100344", + "@id": "BENALLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "UPPER GUNDOWRING", + "vicnames id": "103143", + "@id": "UPPER-GUNDOWRING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOONDA", + "vicnames id": "101702", + "@id": "KOONDA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KIALLA WEST", + "vicnames id": "101656", + "@id": "KIALLA-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RICH AVON WEST", + "vicnames id": "102615", + "@id": "RICH-AVON-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COONOOER BRIDGE", + "vicnames id": "100827", + "@id": "COONOOER-BRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LITTLE DESERT", + "vicnames id": "101859", + "@id": "LITTLE-DESERT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NINE MILE", + "vicnames id": "102353", + "@id": "NINE-MILE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AUCHMORE", + "vicnames id": "100209", + "@id": "AUCHMORE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HARSTON", + "vicnames id": "101428", + "@id": "HARSTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SALISBURY WEST", + "vicnames id": "102685", + "@id": "SALISBURY-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CANIAMBO", + "vicnames id": "100644", + "@id": "CANIAMBO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DEDERANG", + "vicnames id": "100942", + "@id": "DEDERANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KAMAROOKA", + "vicnames id": "101596", + "@id": "KAMAROOKA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WAIL", + "vicnames id": "103177", + "@id": "WAIL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEILBOROUGH", + "vicnames id": "102317", + "@id": "NEILBOROUGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRIDGEWATER ON LODDON", + "vicnames id": "100494", + "@id": "BRIDGEWATER-ON-LODDON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MITTA MITTA", + "vicnames id": "102084", + "@id": "MITTA-MITTA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TAMLEUGH", + "vicnames id": "102925", + "@id": "TAMLEUGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PIMPINIO", + "vicnames id": "102498", + "@id": "PIMPINIO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DUCHEMBEGARRA", + "vicnames id": "101030", + "@id": "DUCHEMBEGARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LOGAN", + "vicnames id": "101875", + "@id": "LOGAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANALTA", + "vicnames id": "103201", + "@id": "WANALTA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COLBINABBIN", + "vicnames id": "100807", + "@id": "COLBINABBIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MYRRHEE", + "vicnames id": "102256", + "@id": "MYRRHEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARAPOOEE", + "vicnames id": "100662", + "@id": "CARAPOOEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FOSTERVILLE", + "vicnames id": "101195", + "@id": "FOSTERVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARANGA SHORES", + "vicnames id": "103222", + "@id": "WARANGA-SHORES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EARLSTON", + "vicnames id": "101059", + "@id": "EARLSTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SWANWATER", + "vicnames id": "102898", + "@id": "SWANWATER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRIDGEWATER NORTH", + "vicnames id": "100493", + "@id": "BRIDGEWATER-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "VIOLET TOWN", + "vicnames id": "103166", + "@id": "VIOLET-TOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RUPANYUP", + "vicnames id": "102670", + "@id": "RUPANYUP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAEN", + "vicnames id": "101746", + "@id": "LAEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ELMORE", + "vicnames id": "101099", + "@id": "ELMORE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TATURA EAST", + "vicnames id": "102965", + "@id": "TATURA-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ESKDALE", + "vicnames id": "101125", + "@id": "ESKDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PERONNE", + "vicnames id": "102485", + "@id": "PERONNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FENTONS CREEK", + "vicnames id": "101156", + "@id": "FENTONS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KANCOONA", + "vicnames id": "101600", + "@id": "KANCOONA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RUNNING CREEK", + "vicnames id": "102667", + "@id": "RUNNING-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MEADOW CREEK", + "vicnames id": "101992", + "@id": "MEADOW-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "INGLEWOOD", + "vicnames id": "101528", + "@id": "INGLEWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURCHISON NORTH", + "vicnames id": "102228", + "@id": "MURCHISON-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BANYENA", + "vicnames id": "100267", + "@id": "BANYENA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAGSHOT NORTH", + "vicnames id": "100228", + "@id": "BAGSHOT-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MIEPOLL", + "vicnames id": "102046", + "@id": "MIEPOLL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MERRIANG", + "vicnames id": "102023", + "@id": "MERRIANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KALKEE", + "vicnames id": "101592", + "@id": "KALKEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KURTING", + "vicnames id": "101731", + "@id": "KURTING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BURRAMBOOT", + "vicnames id": "100594", + "@id": "BURRAMBOOT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOOLAMBA WEST", + "vicnames id": "103042", + "@id": "TOOLAMBA-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BERRIMAL", + "vicnames id": "100358", + "@id": "BERRIMAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HUNTER", + "vicnames id": "101511", + "@id": "HUNTER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENROWAN", + "vicnames id": "101310", + "@id": "GLENROWAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COPE COPE", + "vicnames id": "100834", + "@id": "COPE-COPE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GIRGARRE EAST", + "vicnames id": "101255", + "@id": "GIRGARRE-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOM GROGGIN", + "vicnames id": "103034", + "@id": "TOM-GROGGIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARKWOOD", + "vicnames id": "101961", + "@id": "MARKWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MUDGEGONGA", + "vicnames id": "102217", + "@id": "MUDGEGONGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ST ARNAUD", + "vicnames id": "102808", + "@id": "ST-ARNAUD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MONGANS BRIDGE", + "vicnames id": "102107", + "@id": "MONGANS-BRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARBOOR", + "vicnames id": "100666", + "@id": "CARBOOR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOORILIM", + "vicnames id": "102131", + "@id": "MOORILIM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURCHISON EAST", + "vicnames id": "102227", + "@id": "MURCHISON-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOOREH", + "vicnames id": "101706", + "@id": "KOOREH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOLKA", + "vicnames id": "102100", + "@id": "MOLKA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARNADOWN", + "vicnames id": "100279", + "@id": "BARNADOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRE GRE", + "vicnames id": "101369", + "@id": "GRE-GRE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LONGERENONG", + "vicnames id": "101880", + "@id": "LONGERENONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOOLLEEN", + "vicnames id": "103047", + "@id": "TOOLLEEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARNOO WEST", + "vicnames id": "101966", + "@id": "MARNOO-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARNOLD", + "vicnames id": "100194", + "@id": "ARNOLD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MITRE", + "vicnames id": "102081", + "@id": "MITRE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "VECTIS", + "vicnames id": "103153", + "@id": "VECTIS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NATIMUK", + "vicnames id": "102301", + "@id": "NATIMUK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MCINTYRE", + "vicnames id": "101984", + "@id": "MCINTYRE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAVILAH", + "vicnames id": "101433", + "@id": "HAVILAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOGLONEMBY", + "vicnames id": "102095", + "@id": "MOGLONEMBY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOOLERR", + "vicnames id": "102117", + "@id": "MOOLERR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARNOO EAST", + "vicnames id": "101965", + "@id": "MARNOO-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RIGGS CREEK", + "vicnames id": "102621", + "@id": "RIGGS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHIPSTICK", + "vicnames id": "103312", + "@id": "WHIPSTICK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOODVALE", + "vicnames id": "103403", + "@id": "WOODVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MINIMAY", + "vicnames id": "102062", + "@id": "MINIMAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MUSKERRY", + "vicnames id": "102248", + "@id": "MUSKERRY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CALIFORNIA GULLY", + "vicnames id": "100623", + "@id": "CALIFORNIA-GULLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRITJURK", + "vicnames id": "101392", + "@id": "GRITJURK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CANN RIVER", + "vicnames id": "100645", + "@id": "CANN-RIVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARNE", + "vicnames id": "103230", + "@id": "WARNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STUART MILL", + "vicnames id": "102870", + "@id": "STUART-MILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WIRRATE", + "vicnames id": "103366", + "@id": "WIRRATE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NAGAMBIE", + "vicnames id": "102264", + "@id": "NAGAMBIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LONGWOOD", + "vicnames id": "101887", + "@id": "LONGWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHITFIELD", + "vicnames id": "103317", + "@id": "WHITFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "REDCASTLE", + "vicnames id": "102597", + "@id": "REDCASTLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRE GRE SOUTH", + "vicnames id": "101371", + "@id": "GRE-GRE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ST ARNAUD EAST", + "vicnames id": "102809", + "@id": "ST-ARNAUD-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KINGOWER", + "vicnames id": "101679", + "@id": "KINGOWER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DOOEN", + "vicnames id": "100996", + "@id": "DOOEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NURCOUNG", + "vicnames id": "102399", + "@id": "NURCOUNG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WEHLA", + "vicnames id": "103283", + "@id": "WEHLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HUNTLY NORTH", + "vicnames id": "101515", + "@id": "HUNTLY-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MELVILLE FOREST", + "vicnames id": "102006", + "@id": "MELVILLE-FOREST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NOORINBEE", + "vicnames id": "102366", + "@id": "NOORINBEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRASS FLAT", + "vicnames id": "101363", + "@id": "GRASS-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YARRABERB", + "vicnames id": "103476", + "@id": "YARRABERB", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "UPPER LURG", + "vicnames id": "103144", + "@id": "UPPER-LURG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DHURRINGILE", + "vicnames id": "100970", + "@id": "DHURRINGILE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARCADIA", + "vicnames id": "100179", + "@id": "ARCADIA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TAMLEUGH NORTH", + "vicnames id": "102926", + "@id": "TAMLEUGH-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KARRAMOMUS", + "vicnames id": "101614", + "@id": "KARRAMOMUS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JUNG", + "vicnames id": "101583", + "@id": "JUNG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT BURNETT", + "vicnames id": "102163", + "@id": "MOUNT-BURNETT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRENANAH", + "vicnames id": "100486", + "@id": "BRENANAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARNOOK", + "vicnames id": "102946", + "@id": "TARNOOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LABERTOUCHE", + "vicnames id": "101741", + "@id": "LABERTOUCHE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLYDE NORTH", + "vicnames id": "100776", + "@id": "CLYDE-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DROUIN WEST", + "vicnames id": "101017", + "@id": "DROUIN-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TATONG", + "vicnames id": "102962", + "@id": "TATONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ASCOT VALE", + "vicnames id": "100200", + "@id": "ASCOT-VALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FLEMINGTON", + "vicnames id": "101178", + "@id": "FLEMINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GEMBROOK", + "vicnames id": "101234", + "@id": "GEMBROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARAPOOEE WEST", + "vicnames id": "100663", + "@id": "CARAPOOEE-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MYERS FLAT", + "vicnames id": "102252", + "@id": "MYERS-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WELLSFORD", + "vicnames id": "103284", + "@id": "WELLSFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "UPPER RYANS CREEK", + "vicnames id": "103147", + "@id": "UPPER-RYANS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARNOLD WEST", + "vicnames id": "100195", + "@id": "ARNOLD-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRIGHT", + "vicnames id": "100495", + "@id": "BRIGHT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHROO", + "vicnames id": "103325", + "@id": "WHROO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARNOO", + "vicnames id": "101964", + "@id": "MARNOO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DERBY", + "vicnames id": "100958", + "@id": "DERBY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOBARUP", + "vicnames id": "101318", + "@id": "GOBARUP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CREIGHTONS CREEK", + "vicnames id": "100873", + "@id": "CREIGHTONS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOORAM", + "vicnames id": "101335", + "@id": "GOORAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EAGLEHAWK NORTH", + "vicnames id": "101057", + "@id": "EAGLEHAWK-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RIVERSIDE", + "vicnames id": "102629", + "@id": "RIVERSIDE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TRUGANINA", + "vicnames id": "103102", + "@id": "TRUGANINA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARNEIT", + "vicnames id": "102945", + "@id": "TARNEIT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CRANBOURNE EAST", + "vicnames id": "100866", + "@id": "CRANBOURNE-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARAPILES", + "vicnames id": "100175", + "@id": "ARAPILES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHITE HILLS", + "vicnames id": "103314", + "@id": "WHITE-HILLS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TAWONGA SOUTH", + "vicnames id": "102968", + "@id": "TAWONGA-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT BEAUTY", + "vicnames id": "102155", + "@id": "MOUNT-BEAUTY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EAST BENDIGO", + "vicnames id": "101061", + "@id": "EAST-BENDIGO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOOAN", + "vicnames id": "103039", + "@id": "TOOAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PAINSWICK", + "vicnames id": "102443", + "@id": "PAINSWICK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OZENKADNOOK", + "vicnames id": "102441", + "@id": "OZENKADNOOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRINGALBERT", + "vicnames id": "100504", + "@id": "BRINGALBERT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WAL WAL", + "vicnames id": "103180", + "@id": "WAL-WAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DALYENONG", + "vicnames id": "100918", + "@id": "DALYENONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EMU", + "vicnames id": "101111", + "@id": "EMU", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOLANGUM", + "vicnames id": "100422", + "@id": "BOLANGUM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DRUNG", + "vicnames id": "101027", + "@id": "DRUNG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LLANELLY", + "vicnames id": "101863", + "@id": "LLANELLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CORAL BANK", + "vicnames id": "100839", + "@id": "CORAL-BANK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRAYS BRIDGE", + "vicnames id": "101367", + "@id": "GRAYS-BRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BURKES FLAT", + "vicnames id": "100588", + "@id": "BURKES-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEUARPURR", + "vicnames id": "102326", + "@id": "NEUARPURR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RHEOLA", + "vicnames id": "102609", + "@id": "RHEOLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TAWONGA", + "vicnames id": "102967", + "@id": "TAWONGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LEICHARDT", + "vicnames id": "101819", + "@id": "LEICHARDT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CORNELLA", + "vicnames id": "100844", + "@id": "CORNELLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LONGLEA", + "vicnames id": "101883", + "@id": "LONGLEA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOTTINGTON", + "vicnames id": "103072", + "@id": "TOTTINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DANDONGADALE", + "vicnames id": "100923", + "@id": "DANDONGADALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "QUANTONG", + "vicnames id": "102570", + "@id": "QUANTONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NORTH BENDIGO", + "vicnames id": "102372", + "@id": "NORTH-BENDIGO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALLALOO", + "vicnames id": "103191", + "@id": "WALLALOO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOLIAGUL", + "vicnames id": "102098", + "@id": "MOLIAGUL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LIMA", + "vicnames id": "101844", + "@id": "LIMA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARONG", + "vicnames id": "101967", + "@id": "MARONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GERMANTOWN", + "vicnames id": "101242", + "@id": "GERMANTOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOWANINNY", + "vicnames id": "103076", + "@id": "TOWANINNY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HORSHAM", + "vicnames id": "101500", + "@id": "HORSHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAILIESTON", + "vicnames id": "100230", + "@id": "BAILIESTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEWBRIDGE", + "vicnames id": "102329", + "@id": "NEWBRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EDI UPPER", + "vicnames id": "101083", + "@id": "EDI-UPPER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEAZLEYS BRIDGE", + "vicnames id": "100322", + "@id": "BEAZLEYS-BRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COCHRANES CREEK", + "vicnames id": "100795", + "@id": "COCHRANES-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SWANPOOL", + "vicnames id": "102897", + "@id": "SWANPOOL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PRANJIP", + "vicnames id": "102555", + "@id": "PRANJIP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KING VALLEY", + "vicnames id": "101672", + "@id": "KING-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BINGO MUNJIE", + "vicnames id": "100389", + "@id": "BINGO-MUNJIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AVOCA", + "vicnames id": "100213", + "@id": "AVOCA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAVEAT", + "vicnames id": "100712", + "@id": "CAVEAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHITEHEADS CREEK", + "vicnames id": "103315", + "@id": "WHITEHEADS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HIGHLANDS", + "vicnames id": "101477", + "@id": "HIGHLANDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DROPMORE", + "vicnames id": "101013", + "@id": "DROPMORE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KANUMBRA", + "vicnames id": "101606", + "@id": "KANUMBRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COBUNGRA", + "vicnames id": "100789", + "@id": "COBUNGRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TELANGATUK EAST", + "vicnames id": "102977", + "@id": "TELANGATUK-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ELPHINSTONE", + "vicnames id": "101100", + "@id": "ELPHINSTONE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT DRYDEN", + "vicnames id": "102176", + "@id": "MOUNT-DRYDEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CRAIGIE", + "vicnames id": "100863", + "@id": "CRAIGIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOOROLITE", + "vicnames id": "100452", + "@id": "BOOROLITE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOYSTON", + "vicnames id": "102213", + "@id": "MOYSTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JILPANGER", + "vicnames id": "101572", + "@id": "JILPANGER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MORRL MORRL", + "vicnames id": "102149", + "@id": "MORRL-MORRL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ULLSWATER", + "vicnames id": "103134", + "@id": "ULLSWATER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NURRABIEL", + "vicnames id": "102400", + "@id": "NURRABIEL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENORCHY", + "vicnames id": "101304", + "@id": "GLENORCHY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MANGALORE", + "vicnames id": "101948", + "@id": "MANGALORE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LANGKOOP", + "vicnames id": "101796", + "@id": "LANGKOOP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TUBBUT", + "vicnames id": "103104", + "@id": "TUBBUT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURPHYS CREEK", + "vicnames id": "102232", + "@id": "MURPHYS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EUROA", + "vicnames id": "101133", + "@id": "EUROA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOORNGAG", + "vicnames id": "102135", + "@id": "MOORNGAG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GYMBOWEN", + "vicnames id": "101403", + "@id": "GYMBOWEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "INKERMAN", + "vicnames id": "101530", + "@id": "INKERMAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PARADISE", + "vicnames id": "102450", + "@id": "PARADISE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KARNAK", + "vicnames id": "101613", + "@id": "KARNAK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOODSTOCK WEST", + "vicnames id": "103402", + "@id": "WOODSTOCK-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KANGAROO FLAT", + "vicnames id": "101601", + "@id": "KANGAROO-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOLDEN GULLY", + "vicnames id": "101321", + "@id": "GOLDEN-GULLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NORADJUHA", + "vicnames id": "102368", + "@id": "NORADJUHA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAANECOORIE", + "vicnames id": "101739", + "@id": "LAANECOORIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHITLANDS", + "vicnames id": "103318", + "@id": "WHITLANDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LIMA EAST", + "vicnames id": "101845", + "@id": "LIMA-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SHELBOURNE", + "vicnames id": "102736", + "@id": "SHELBOURNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOGONG", + "vicnames id": "100415", + "@id": "BOGONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KENNINGTON", + "vicnames id": "101638", + "@id": "KENNINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MCKENZIE CREEK", + "vicnames id": "101985", + "@id": "MCKENZIE-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAHARUM", + "vicnames id": "101750", + "@id": "LAHARUM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NAVARRE", + "vicnames id": "102306", + "@id": "NAVARRE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARKERS CREEK", + "vicnames id": "100274", + "@id": "BARKERS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOWER", + "vicnames id": "101354", + "@id": "GOWER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SAILORS GULLY", + "vicnames id": "102680", + "@id": "SAILORS-GULLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILSONS HILL", + "vicnames id": "103346", + "@id": "WILSONS-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOODSTOCK ON LODDON", + "vicnames id": "103401", + "@id": "WOODSTOCK-ON-LODDON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEALIBA", + "vicnames id": "100314", + "@id": "BEALIBA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAVEN", + "vicnames id": "101432", + "@id": "HAVEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROSTRON", + "vicnames id": "102659", + "@id": "ROSTRON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LONG GULLY", + "vicnames id": "101879", + "@id": "LONG-GULLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHESHUNT", + "vicnames id": "100733", + "@id": "CHESHUNT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BENAMBRA", + "vicnames id": "100345", + "@id": "BENAMBRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LOWER NORTON", + "vicnames id": "101893", + "@id": "LOWER-NORTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARNAGULLA", + "vicnames id": "102944", + "@id": "TARNAGULLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT CAMEL", + "vicnames id": "102166", + "@id": "MOUNT-CAMEL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "IRONBARK", + "vicnames id": "101543", + "@id": "IRONBARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNGALALLY", + "vicnames id": "100575", + "@id": "BUNGALALLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALLALOO EAST", + "vicnames id": "103192", + "@id": "WALLALOO-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CALLAWADDA", + "vicnames id": "100625", + "@id": "CALLAWADDA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KYNETON SOUTH", + "vicnames id": "101737", + "@id": "KYNETON-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LANGI LOGAN", + "vicnames id": "101795", + "@id": "LANGI-LOGAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MIDDLE CREEK", + "vicnames id": "102042", + "@id": "MIDDLE-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOROKA", + "vicnames id": "102146", + "@id": "MOROKA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALLARAT NORTH", + "vicnames id": "100242", + "@id": "BALLARAT-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHADSTONE", + "vicnames id": "100715", + "@id": "CHADSTONE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KALLISTA", + "vicnames id": "101593", + "@id": "KALLISTA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ELSTERNWICK", + "vicnames id": "101101", + "@id": "ELSTERNWICK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAULFIELD", + "vicnames id": "100708", + "@id": "CAULFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WATTLE FLAT", + "vicnames id": "103266", + "@id": "WATTLE-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MILDURA", + "vicnames id": "102049", + "@id": "MILDURA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "IRYMPLE", + "vicnames id": "101547", + "@id": "IRYMPLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DONCASTER", + "vicnames id": "100991", + "@id": "DONCASTER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HADDON", + "vicnames id": "101404", + "@id": "HADDON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YUROKE", + "vicnames id": "103506", + "@id": "YUROKE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EUREKA", + "vicnames id": "101132", + "@id": "EUREKA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MCMAHONS CREEK", + "vicnames id": "101989", + "@id": "MCMAHONS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TAMBOON", + "vicnames id": "102922", + "@id": "TAMBOON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EAST WARBURTON", + "vicnames id": "101066", + "@id": "EAST-WARBURTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "REEFTON", + "vicnames id": "102604", + "@id": "REEFTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HENSLEY PARK", + "vicnames id": "101457", + "@id": "HENSLEY-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "REDAN", + "vicnames id": "102593", + "@id": "REDAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MILLBROOK", + "vicnames id": "102051", + "@id": "MILLBROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE WONGAN", + "vicnames id": "101776", + "@id": "LAKE-WONGAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENTHOMPSON", + "vicnames id": "101314", + "@id": "GLENTHOMPSON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JERICHO", + "vicnames id": "101569", + "@id": "JERICHO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BASALT", + "vicnames id": "100297", + "@id": "BASALT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "QUARRY HILL", + "vicnames id": "102571", + "@id": "QUARRY-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NELSE", + "vicnames id": "102318", + "@id": "NELSE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BENDIGO", + "vicnames id": "100348", + "@id": "BENDIGO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WEST BENDIGO", + "vicnames id": "103299", + "@id": "WEST-BENDIGO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JUNORTOUN", + "vicnames id": "101586", + "@id": "JUNORTOUN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COBBERAS", + "vicnames id": "100783", + "@id": "COBBERAS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KANYA", + "vicnames id": "101607", + "@id": "KANYA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANDILIGONG", + "vicnames id": "103204", + "@id": "WANDILIGONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SHEANS CREEK", + "vicnames id": "102733", + "@id": "SHEANS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MIGA LAKE", + "vicnames id": "102047", + "@id": "MIGA-LAKE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CREEK JUNCTION", + "vicnames id": "100872", + "@id": "CREEK-JUNCTION", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SWIFTS CREEK", + "vicnames id": "102900", + "@id": "SWIFTS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CASSILIS", + "vicnames id": "100698", + "@id": "CASSILIS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PASTORIA", + "vicnames id": "102463", + "@id": "PASTORIA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DADSWELLS BRIDGE", + "vicnames id": "100911", + "@id": "DADSWELLS-BRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KEVINGTON", + "vicnames id": "101648", + "@id": "KEVINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DENICULL CREEK", + "vicnames id": "100951", + "@id": "DENICULL-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GATUM", + "vicnames id": "101224", + "@id": "GATUM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENBRAE", + "vicnames id": "101277", + "@id": "GLENBRAE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CROOKED RIVER", + "vicnames id": "100883", + "@id": "CROOKED-RIVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUXTON", + "vicnames id": "100607", + "@id": "BUXTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANDO BRIDGE", + "vicnames id": "103207", + "@id": "WANDO-BRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RIDDELLS CREEK", + "vicnames id": "102620", + "@id": "RIDDELLS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NORTH BLACKWOOD", + "vicnames id": "102373", + "@id": "NORTH-BLACKWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUCKLEY SWAMP", + "vicnames id": "100536", + "@id": "BUCKLEY-SWAMP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKES ENTRANCE", + "vicnames id": "101777", + "@id": "LAKES-ENTRANCE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EAST BAIRNSDALE", + "vicnames id": "101060", + "@id": "EAST-BAIRNSDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SOUTH KINGSVILLE", + "vicnames id": "102780", + "@id": "SOUTH-KINGSVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SOUTH MELBOURNE", + "vicnames id": "102781", + "@id": "SOUTH-MELBOURNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FERNTREE GULLY", + "vicnames id": "101165", + "@id": "FERNTREE-GULLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KNOXFIELD", + "vicnames id": "101691", + "@id": "KNOXFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEYFIELD", + "vicnames id": "101467", + "@id": "HEYFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BENGWORDEN", + "vicnames id": "100350", + "@id": "BENGWORDEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NUTFIELD", + "vicnames id": "102402", + "@id": "NUTFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NAVIGATORS", + "vicnames id": "102308", + "@id": "NAVIGATORS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DUNKELD", + "vicnames id": "101038", + "@id": "DUNKELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TANJIL", + "vicnames id": "102930", + "@id": "TANJIL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BORONIA", + "vicnames id": "100458", + "@id": "BORONIA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SPOTSWOOD", + "vicnames id": "102792", + "@id": "SPOTSWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LILLICUR", + "vicnames id": "101839", + "@id": "LILLICUR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OUYEN", + "vicnames id": "102437", + "@id": "OUYEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "VAUGHAN", + "vicnames id": "103152", + "@id": "VAUGHAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RIACHELLA", + "vicnames id": "102612", + "@id": "RIACHELLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DUNLUCE", + "vicnames id": "101039", + "@id": "DUNLUCE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TABILK", + "vicnames id": "102904", + "@id": "TABILK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOLMIE", + "vicnames id": "103031", + "@id": "TOLMIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EMU CREEK", + "vicnames id": "101112", + "@id": "EMU-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SMOKO", + "vicnames id": "102766", + "@id": "SMOKO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LOCKWOOD", + "vicnames id": "101871", + "@id": "LOCKWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COSTERFIELD", + "vicnames id": "100854", + "@id": "COSTERFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARCHERTON", + "vicnames id": "100186", + "@id": "ARCHERTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNDARA", + "vicnames id": "100566", + "@id": "BUNDARA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BULLARTO SOUTH", + "vicnames id": "100553", + "@id": "BULLARTO-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BORNES HILL", + "vicnames id": "100457", + "@id": "BORNES-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARAPOOK", + "vicnames id": "100665", + "@id": "CARAPOOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BROWN HILL", + "vicnames id": "100520", + "@id": "BROWN-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SARGOOD", + "vicnames id": "102696", + "@id": "SARGOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOOROOCHEANG", + "vicnames id": "101709", + "@id": "KOOROOCHEANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHUTE", + "vicnames id": "100754", + "@id": "CHUTE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DRY DIGGINGS", + "vicnames id": "101028", + "@id": "DRY-DIGGINGS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CADELLO", + "vicnames id": "100619", + "@id": "CADELLO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DOBIE", + "vicnames id": "100983", + "@id": "DOBIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARBUCKLE", + "vicnames id": "100178", + "@id": "ARBUCKLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUCHAN", + "vicnames id": "100532", + "@id": "BUCHAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DARRAWEIT GUIM", + "vicnames id": "100932", + "@id": "DARRAWEIT-GUIM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LLOWALONG", + "vicnames id": "101864", + "@id": "LLOWALONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRIGHTON", + "vicnames id": "100496", + "@id": "BRIGHTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SHELFORD", + "vicnames id": "102738", + "@id": "SHELFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALHALLA EAST", + "vicnames id": "103184", + "@id": "WALHALLA-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PERRY BRIDGE", + "vicnames id": "102486", + "@id": "PERRY-BRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FUMINA SOUTH", + "vicnames id": "101211", + "@id": "FUMINA-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RUSSELLS BRIDGE", + "vicnames id": "102672", + "@id": "RUSSELLS-BRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TEESDALE", + "vicnames id": "102976", + "@id": "TEESDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HILL END", + "vicnames id": "101480", + "@id": "HILL-END", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WON WRON", + "vicnames id": "103372", + "@id": "WON-WRON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BENAYEO", + "vicnames id": "100346", + "@id": "BENAYEO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DEVON NORTH", + "vicnames id": "100968", + "@id": "DEVON-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CALROSSIE", + "vicnames id": "100629", + "@id": "CALROSSIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YARRAM", + "vicnames id": "103479", + "@id": "YARRAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOORMBOOL WEST", + "vicnames id": "102133", + "@id": "MOORMBOOL-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRATHDALE", + "vicnames id": "102856", + "@id": "STRATHDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FREEBURGH", + "vicnames id": "101204", + "@id": "FREEBURGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FAWCETT", + "vicnames id": "101153", + "@id": "FAWCETT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RED LION", + "vicnames id": "102592", + "@id": "RED-LION", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WROXHAM", + "vicnames id": "103428", + "@id": "WROXHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAWRENCE", + "vicnames id": "101815", + "@id": "LAWRENCE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROSSBRIDGE", + "vicnames id": "102658", + "@id": "ROSSBRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CORNDALE", + "vicnames id": "100843", + "@id": "CORNDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SPARGO CREEK", + "vicnames id": "102789", + "@id": "SPARGO-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAKERY HILL", + "vicnames id": "100232", + "@id": "BAKERY-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT EMU", + "vicnames id": "102183", + "@id": "MOUNT-EMU", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LINDSAY", + "vicnames id": "101851", + "@id": "LINDSAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOLDEN POINT", + "vicnames id": "101322", + "@id": "GOLDEN-POINT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FERNSHAW", + "vicnames id": "101164", + "@id": "FERNSHAW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DALMORE", + "vicnames id": "100916", + "@id": "DALMORE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHOCOLYN", + "vicnames id": "100749", + "@id": "CHOCOLYN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BREAKWATER", + "vicnames id": "100483", + "@id": "BREAKWATER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ATHLONE", + "vicnames id": "100206", + "@id": "ATHLONE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE MUNDI", + "vicnames id": "101768", + "@id": "LAKE-MUNDI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALLYROGAN", + "vicnames id": "100247", + "@id": "BALLYROGAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BLAKEVILLE", + "vicnames id": "100407", + "@id": "BLAKEVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PHEASANT CREEK", + "vicnames id": "102490", + "@id": "PHEASANT-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT PLEASANT", + "vicnames id": "102196", + "@id": "MOUNT-PLEASANT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT BOLTON", + "vicnames id": "102158", + "@id": "MOUNT-BOLTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CRESWICK NORTH", + "vicnames id": "100880", + "@id": "CRESWICK-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SWAN ISLAND", + "vicnames id": "102894", + "@id": "SWAN-ISLAND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POINT LONSDALE", + "vicnames id": "102517", + "@id": "POINT-LONSDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CROSSOVER", + "vicnames id": "100886", + "@id": "CROSSOVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LESLIE MANOR", + "vicnames id": "101832", + "@id": "LESLIE-MANOR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LYNBROOK", + "vicnames id": "101902", + "@id": "LYNBROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SEACOMBE", + "vicnames id": "102709", + "@id": "SEACOMBE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOOLSTHORPE", + "vicnames id": "103409", + "@id": "WOOLSTHORPE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WESTBURY", + "vicnames id": "103304", + "@id": "WESTBURY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TIMOR WEST", + "vicnames id": "103023", + "@id": "TIMOR-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOLYULLAH", + "vicnames id": "102104", + "@id": "MOLYULLAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEWLYN NORTH", + "vicnames id": "102338", + "@id": "NEWLYN-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KEALBA", + "vicnames id": "101622", + "@id": "KEALBA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LOCKSLEY", + "vicnames id": "101870", + "@id": "LOCKSLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MITCHELLSTOWN", + "vicnames id": "102078", + "@id": "MITCHELLSTOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROSE RIVER", + "vicnames id": "102648", + "@id": "ROSE-RIVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARCHDALE", + "vicnames id": "100181", + "@id": "ARCHDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARTOOK", + "vicnames id": "103251", + "@id": "WARTOOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MERTON", + "vicnames id": "102034", + "@id": "MERTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNG BONG", + "vicnames id": "100571", + "@id": "BUNG-BONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DELEGATE RIVER", + "vicnames id": "103804", + "@id": "DELEGATE-RIVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RANCEBY", + "vicnames id": "102577", + "@id": "RANCEBY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NULLAWARRE", + "vicnames id": "102391", + "@id": "NULLAWARRE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EAGLE POINT", + "vicnames id": "101055", + "@id": "EAGLE-POINT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DEVON MEADOWS", + "vicnames id": "100967", + "@id": "DEVON-MEADOWS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SEDDON", + "vicnames id": "102718", + "@id": "SEDDON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YARRAVILLE", + "vicnames id": "103481", + "@id": "YARRAVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALBERTON WEST", + "vicnames id": "100135", + "@id": "ALBERTON-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PAYNESVILLE", + "vicnames id": "102470", + "@id": "PAYNESVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BENA", + "vicnames id": "100343", + "@id": "BENA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KONGWAK", + "vicnames id": "101697", + "@id": "KONGWAK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MYRTLEFORD", + "vicnames id": "102260", + "@id": "MYRTLEFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OVENS", + "vicnames id": "102438", + "@id": "OVENS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANNON", + "vicnames id": "103218", + "@id": "WANNON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOCHARA", + "vicnames id": "100414", + "@id": "BOCHARA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DORODONG", + "vicnames id": "101001", + "@id": "DORODONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ICY CREEK", + "vicnames id": "101520", + "@id": "ICY-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROKEWOOD", + "vicnames id": "102644", + "@id": "ROKEWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SASSAFRAS", + "vicnames id": "102699", + "@id": "SASSAFRAS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE BUNGA", + "vicnames id": "101754", + "@id": "LAKE-BUNGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BELGRAVE", + "vicnames id": "100327", + "@id": "BELGRAVE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENALADALE", + "vicnames id": "101274", + "@id": "GLENALADALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CUNDARE", + "vicnames id": "100903", + "@id": "CUNDARE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PARADISE BEACH", + "vicnames id": "102451", + "@id": "PARADISE-BEACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WAYGARA", + "vicnames id": "103275", + "@id": "WAYGARA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YALLAMBIE", + "vicnames id": "103453", + "@id": "YALLAMBIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARLO", + "vicnames id": "101963", + "@id": "MARLO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KEILOR EAST", + "vicnames id": "101628", + "@id": "KEILOR-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRENVILLE", + "vicnames id": "101385", + "@id": "GRENVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LOWER PLENTY", + "vicnames id": "101894", + "@id": "LOWER-PLENTY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CALULU", + "vicnames id": "100630", + "@id": "CALULU", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ABBOTSFORD", + "vicnames id": "100118", + "@id": "ABBOTSFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NAPOLEONS", + "vicnames id": "102275", + "@id": "NAPOLEONS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLIFTON CREEK", + "vicnames id": "100766", + "@id": "CLIFTON-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MANORINA", + "vicnames id": "101953", + "@id": "MANORINA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JACANA", + "vicnames id": "101550", + "@id": "JACANA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GROVEDALE", + "vicnames id": "101393", + "@id": "GROVEDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NOORAT EAST", + "vicnames id": "102365", + "@id": "NOORAT-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARWON HEADS", + "vicnames id": "100296", + "@id": "BARWON-HEADS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLEN PARK", + "vicnames id": "101268", + "@id": "GLEN-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DEPTFORD", + "vicnames id": "100957", + "@id": "DEPTFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARAWATA", + "vicnames id": "100177", + "@id": "ARAWATA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BERRYS CREEK", + "vicnames id": "100364", + "@id": "BERRYS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOODS POINT", + "vicnames id": "103394", + "@id": "WOODS-POINT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLARETOWN", + "vicnames id": "100756", + "@id": "CLARETOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LEONGATHA NORTH", + "vicnames id": "101828", + "@id": "LEONGATHA-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MACARTHUR", + "vicnames id": "101910", + "@id": "MACARTHUR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "UPTON HILL", + "vicnames id": "103148", + "@id": "UPTON-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOODFIELD", + "vicnames id": "103388", + "@id": "WOODFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SAWMILL SETTLEMENT", + "vicnames id": "102700", + "@id": "SAWMILL-SETTLEMENT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARADALE", + "vicnames id": "102939", + "@id": "TARADALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WERONA", + "vicnames id": "103294", + "@id": "WERONA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TYAAK", + "vicnames id": "103116", + "@id": "TYAAK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CRESWICK", + "vicnames id": "100879", + "@id": "CRESWICK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURRINDAL", + "vicnames id": "102241", + "@id": "MURRINDAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RIPPLEBROOK", + "vicnames id": "102626", + "@id": "RIPPLEBROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLIFTON SPRINGS", + "vicnames id": "100768", + "@id": "CLIFTON-SPRINGS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAPE SCHANCK", + "vicnames id": "100655", + "@id": "CAPE-SCHANCK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BASS", + "vicnames id": "100298", + "@id": "BASS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOGGS CREEK", + "vicnames id": "102094", + "@id": "MOGGS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BIG HILL", + "vicnames id": "100381", + "@id": "BIG-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARRAMUNGA", + "vicnames id": "100287", + "@id": "BARRAMUNGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEYTESBURY LOWER", + "vicnames id": "101468", + "@id": "HEYTESBURY-LOWER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOOLARONG", + "vicnames id": "100439", + "@id": "BOOLARONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROSS CREEK", + "vicnames id": "102657", + "@id": "ROSS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUTAJUP", + "vicnames id": "102209", + "@id": "MOUTAJUP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HURSTBRIDGE", + "vicnames id": "101519", + "@id": "HURSTBRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAL LAL", + "vicnames id": "101778", + "@id": "LAL-LAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ST ALBANS PARK", + "vicnames id": "102805", + "@id": "ST-ALBANS-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAXTER", + "vicnames id": "100304", + "@id": "BAXTER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DROUIN", + "vicnames id": "101014", + "@id": "DROUIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CATANI", + "vicnames id": "100704", + "@id": "CATANI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PEARCEDALE", + "vicnames id": "102471", + "@id": "PEARCEDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POMBORNEIT NORTH", + "vicnames id": "102523", + "@id": "POMBORNEIT-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GIPSY POINT", + "vicnames id": "101253", + "@id": "GIPSY-POINT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SAILORS FALLS", + "vicnames id": "102679", + "@id": "SAILORS-FALLS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NURRAN", + "vicnames id": "102401", + "@id": "NURRAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ENOCHS POINT", + "vicnames id": "103723", + "@id": "ENOCHS-POINT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LEARMONTH", + "vicnames id": "101817", + "@id": "LEARMONTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STIRLING", + "vicnames id": "102834", + "@id": "STIRLING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUCHAN SOUTH", + "vicnames id": "100533", + "@id": "BUCHAN-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BURRUMBEET", + "vicnames id": "100598", + "@id": "BURRUMBEET", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARCHDALE JUNCTION", + "vicnames id": "100183", + "@id": "ARCHDALE-JUNCTION", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NATTE YALLOCK", + "vicnames id": "102304", + "@id": "NATTE-YALLOCK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT ECCLES SOUTH", + "vicnames id": "102180", + "@id": "MOUNT-ECCLES-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DUMBALK", + "vicnames id": "101031", + "@id": "DUMBALK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BULLENGAROOK", + "vicnames id": "100556", + "@id": "BULLENGAROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RHYMNEY", + "vicnames id": "102611", + "@id": "RHYMNEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BURNBANK", + "vicnames id": "100589", + "@id": "BURNBANK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "REEDY CREEK", + "vicnames id": "102600", + "@id": "REEDY-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT GLASGOW", + "vicnames id": "102186", + "@id": "MOUNT-GLASGOW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SUGGAN BUGGAN", + "vicnames id": "102873", + "@id": "SUGGAN-BUGGAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRATHBOGIE", + "vicnames id": "102855", + "@id": "STRATHBOGIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "REDBANK", + "vicnames id": "102595", + "@id": "REDBANK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MANDURANG SOUTH", + "vicnames id": "101946", + "@id": "MANDURANG-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WONWONDAH", + "vicnames id": "103382", + "@id": "WONWONDAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRATHEWEN", + "vicnames id": "102858", + "@id": "STRATHEWEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WAANYARRA", + "vicnames id": "103171", + "@id": "WAANYARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HOWQUA INLET", + "vicnames id": "101508", + "@id": "HOWQUA-INLET", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TANTARABOO", + "vicnames id": "102934", + "@id": "TANTARABOO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT PROSPECT", + "vicnames id": "102197", + "@id": "MOUNT-PROSPECT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARTHAVALE", + "vicnames id": "101972", + "@id": "MARTHAVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TAMBO CROSSING", + "vicnames id": "102920", + "@id": "TAMBO-CROSSING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAPE WOOLAMAI", + "vicnames id": "100656", + "@id": "CAPE-WOOLAMAI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YANGOURA", + "vicnames id": "103469", + "@id": "YANGOURA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "VALENCIA CREEK", + "vicnames id": "103150", + "@id": "VALENCIA-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANDIN NORTH", + "vicnames id": "103206", + "@id": "WANDIN-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRADVALE", + "vicnames id": "100474", + "@id": "BRADVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NORTH MELBOURNE", + "vicnames id": "102375", + "@id": "NORTH-MELBOURNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TANJIL BREN", + "vicnames id": "102931", + "@id": "TANJIL-BREN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "QUANDONG", + "vicnames id": "102569", + "@id": "QUANDONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARBURTON", + "vicnames id": "103224", + "@id": "WARBURTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CALDER PARK", + "vicnames id": "100621", + "@id": "CALDER-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EXFORD", + "vicnames id": "101141", + "@id": "EXFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNINYONG", + "vicnames id": "100581", + "@id": "BUNINYONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LALOR", + "vicnames id": "101780", + "@id": "LALOR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRUTHEN", + "vicnames id": "100529", + "@id": "BRUTHEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLADSTONE PARK", + "vicnames id": "101259", + "@id": "GLADSTONE-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NIDDRIE", + "vicnames id": "102348", + "@id": "NIDDRIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "VITE VITE NORTH", + "vicnames id": "103168", + "@id": "VITE-VITE-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ESSENDON NORTH", + "vicnames id": "101128", + "@id": "ESSENDON-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BROADWATER", + "vicnames id": "100509", + "@id": "BROADWATER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THE HEART", + "vicnames id": "103000", + "@id": "THE-HEART", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANDANA HEIGHTS", + "vicnames id": "103202", + "@id": "WANDANA-HEIGHTS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEATH HILL", + "vicnames id": "101445", + "@id": "HEATH-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CALDERMEADE", + "vicnames id": "100622", + "@id": "CALDERMEADE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NAR NAR GOON NORTH", + "vicnames id": "102277", + "@id": "NAR-NAR-GOON-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOOLA", + "vicnames id": "100437", + "@id": "BOOLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEACONSFIELD", + "vicnames id": "100311", + "@id": "BEACONSFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROXBURGH PARK", + "vicnames id": "102662", + "@id": "ROXBURGH-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STOCKYARD HILL", + "vicnames id": "102836", + "@id": "STOCKYARD-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BULLAROOK", + "vicnames id": "100551", + "@id": "BULLAROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NERRING", + "vicnames id": "102324", + "@id": "NERRING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KARABEAL", + "vicnames id": "101609", + "@id": "KARABEAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DUNNSTOWN", + "vicnames id": "101042", + "@id": "DUNNSTOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SNAKE VALLEY", + "vicnames id": "102772", + "@id": "SNAKE-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOONWARRA", + "vicnames id": "101705", + "@id": "KOONWARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WAUBRA", + "vicnames id": "103273", + "@id": "WAUBRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MEENIYAN", + "vicnames id": "101996", + "@id": "MEENIYAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TANYBRYN", + "vicnames id": "102936", + "@id": "TANYBRYN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WONGARRA", + "vicnames id": "103377", + "@id": "WONGARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLYDESDALE", + "vicnames id": "100778", + "@id": "CLYDESDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARAMINGO CREEK", + "vicnames id": "101955", + "@id": "MARAMINGO-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALLENDALE", + "vicnames id": "100147", + "@id": "ALLENDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TYLDEN SOUTH", + "vicnames id": "103122", + "@id": "TYLDEN-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SAILORS HILL", + "vicnames id": "102681", + "@id": "SAILORS-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OAKLEIGH EAST", + "vicnames id": "102414", + "@id": "OAKLEIGH-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NORVAL", + "vicnames id": "102383", + "@id": "NORVAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SUNDAY CREEK", + "vicnames id": "102878", + "@id": "SUNDAY-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ANCONA", + "vicnames id": "100164", + "@id": "ANCONA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TULKARA", + "vicnames id": "103106", + "@id": "TULKARA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SHANNONVALE", + "vicnames id": "102729", + "@id": "SHANNONVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MIA MIA", + "vicnames id": "102039", + "@id": "MIA-MIA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARINGHUP", + "vicnames id": "100270", + "@id": "BARINGHUP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARINGHUP WEST", + "vicnames id": "100271", + "@id": "BARINGHUP-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHEPSTOWE", + "vicnames id": "100729", + "@id": "CHEPSTOWE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GARIBALDI", + "vicnames id": "101220", + "@id": "GARIBALDI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NERRIN NERRIN", + "vicnames id": "102321", + "@id": "NERRIN-NERRIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NORTH WARRANDYTE", + "vicnames id": "102379", + "@id": "NORTH-WARRANDYTE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GORMANDALE", + "vicnames id": "101343", + "@id": "GORMANDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT MARTHA", + "vicnames id": "102192", + "@id": "MOUNT-MARTHA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHELSEA", + "vicnames id": "100725", + "@id": "CHELSEA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THE PATCH", + "vicnames id": "103002", + "@id": "THE-PATCH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARNEGIE", + "vicnames id": "100683", + "@id": "CARNEGIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARILTA", + "vicnames id": "102943", + "@id": "TARILTA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DUNOLLY", + "vicnames id": "101043", + "@id": "DUNOLLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MANDURANG", + "vicnames id": "101945", + "@id": "MANDURANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLEN WILLS", + "vicnames id": "101272", + "@id": "GLEN-WILLS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AXE CREEK", + "vicnames id": "100218", + "@id": "AXE-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MALDON", + "vicnames id": "101936", + "@id": "MALDON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOONAMBEL", + "vicnames id": "102120", + "@id": "MOONAMBEL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FRENCHMANS", + "vicnames id": "101206", + "@id": "FRENCHMANS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OMEO", + "vicnames id": "102427", + "@id": "OMEO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WULGULMERANG", + "vicnames id": "103430", + "@id": "WULGULMERANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LANDSBOROUGH WEST", + "vicnames id": "101787", + "@id": "LANDSBOROUGH-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KERNOT", + "vicnames id": "101645", + "@id": "KERNOT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KROWERA", + "vicnames id": "101725", + "@id": "KROWERA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THORNBURY", + "vicnames id": "103009", + "@id": "THORNBURY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRUNSWICK EAST", + "vicnames id": "100527", + "@id": "BRUNSWICK-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RUSHWORTH", + "vicnames id": "102671", + "@id": "RUSHWORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOORA", + "vicnames id": "102126", + "@id": "MOORA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PIRIES", + "vicnames id": "102506", + "@id": "PIRIES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MACS COVE", + "vicnames id": "101919", + "@id": "MACS-COVE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HOWQUA", + "vicnames id": "101506", + "@id": "HOWQUA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PORCUPINE RIDGE", + "vicnames id": "102534", + "@id": "PORCUPINE-RIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COOMOORA", + "vicnames id": "100825", + "@id": "COOMOORA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DERGHOLM", + "vicnames id": "100961", + "@id": "DERGHOLM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARROCK", + "vicnames id": "103249", + "@id": "WARROCK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SPRINGBANK", + "vicnames id": "102796", + "@id": "SPRINGBANK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GORDON", + "vicnames id": "101342", + "@id": "GORDON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARTHURS CREEK", + "vicnames id": "100196", + "@id": "ARTHURS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RYANS", + "vicnames id": "102674", + "@id": "RYANS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MERRIJIG", + "vicnames id": "102030", + "@id": "MERRIJIG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "IGUANA CREEK", + "vicnames id": "101521", + "@id": "IGUANA-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WUK WUK", + "vicnames id": "103429", + "@id": "WUK-WUK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOODGLEN", + "vicnames id": "103391", + "@id": "WOODGLEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BIG HILL", + "vicnames id": "100380", + "@id": "BIG-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLEN VALLEY", + "vicnames id": "101270", + "@id": "GLEN-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FALLS CREEK", + "vicnames id": "101151", + "@id": "FALLS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRIMPAEN", + "vicnames id": "100502", + "@id": "BRIMPAEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HINNOMUNJIE", + "vicnames id": "101486", + "@id": "HINNOMUNJIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TERIP TERIP", + "vicnames id": "102988", + "@id": "TERIP-TERIP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DOUGLAS", + "vicnames id": "101004", + "@id": "DOUGLAS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOOLONDO", + "vicnames id": "103050", + "@id": "TOOLONDO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LANDSBOROUGH", + "vicnames id": "101786", + "@id": "LANDSBOROUGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOOLORT", + "vicnames id": "102118", + "@id": "MOOLORT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEERIM JUNCTION", + "vicnames id": "102314", + "@id": "NEERIM-JUNCTION", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CRESSY", + "vicnames id": "100875", + "@id": "CRESSY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JACOB CREEK", + "vicnames id": "101553", + "@id": "JACOB-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARRENHEIP", + "vicnames id": "103243", + "@id": "WARRENHEIP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MININERA", + "vicnames id": "102063", + "@id": "MININERA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRAMPIANS", + "vicnames id": "101356", + "@id": "GRAMPIANS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ELLASWOOD", + "vicnames id": "101093", + "@id": "ELLASWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SKIPTON", + "vicnames id": "102757", + "@id": "SKIPTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PATTERSON LAKES", + "vicnames id": "102468", + "@id": "PATTERSON-LAKES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SHADY CREEK", + "vicnames id": "102728", + "@id": "SHADY-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DRUMCONDRA", + "vicnames id": "101020", + "@id": "DRUMCONDRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MANIFOLD HEIGHTS", + "vicnames id": "101949", + "@id": "MANIFOLD-HEIGHTS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JOEL JOEL", + "vicnames id": "101574", + "@id": "JOEL-JOEL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHANDLERS CREEK", + "vicnames id": "100716", + "@id": "CHANDLERS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARARAT", + "vicnames id": "100176", + "@id": "ARARAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT HOOGHLY", + "vicnames id": "102188", + "@id": "MOUNT-HOOGHLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "APSLEY", + "vicnames id": "100174", + "@id": "APSLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AVENEL", + "vicnames id": "100212", + "@id": "AVENEL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LOCKWOOD SOUTH", + "vicnames id": "101872", + "@id": "LOCKWOOD-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARWITE", + "vicnames id": "100294", + "@id": "BARWITE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOOBORAC", + "vicnames id": "103040", + "@id": "TOOBORAC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHERRYPOOL", + "vicnames id": "100731", + "@id": "CHERRYPOOL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT CAMERON", + "vicnames id": "102167", + "@id": "MOUNT-CAMERON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DRYSDALE", + "vicnames id": "101029", + "@id": "DRYSDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FLAGGY CREEK", + "vicnames id": "101175", + "@id": "FLAGGY-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "INVERGORDON", + "vicnames id": "101532", + "@id": "INVERGORDON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARUNGI", + "vicnames id": "101974", + "@id": "MARUNGI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ESSENDON", + "vicnames id": "101127", + "@id": "ESSENDON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MELBOURNE", + "vicnames id": "102000", + "@id": "MELBOURNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CREMORNE", + "vicnames id": "100874", + "@id": "CREMORNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SOUTH YARRA", + "vicnames id": "102785", + "@id": "SOUTH-YARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SPRINGVALE", + "vicnames id": "102802", + "@id": "SPRINGVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NOBLE PARK", + "vicnames id": "102360", + "@id": "NOBLE-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COLAC WEST", + "vicnames id": "100806", + "@id": "COLAC-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILLOWMAVIN", + "vicnames id": "103342", + "@id": "WILLOWMAVIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COBBANNAH", + "vicnames id": "100782", + "@id": "COBBANNAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARKLY", + "vicnames id": "100276", + "@id": "BARKLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHESHUNT SOUTH", + "vicnames id": "100734", + "@id": "CHESHUNT-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ZUMSTEINS", + "vicnames id": "103509", + "@id": "ZUMSTEINS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CASTLEMAINE", + "vicnames id": "100703", + "@id": "CASTLEMAINE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JOYCES CREEK", + "vicnames id": "101579", + "@id": "JOYCES-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENHOPE", + "vicnames id": "101289", + "@id": "GLENHOPE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SHAYS FLAT", + "vicnames id": "102731", + "@id": "SHAYS-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HARROW", + "vicnames id": "101427", + "@id": "HARROW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JOEL SOUTH", + "vicnames id": "101575", + "@id": "JOEL-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TRAFALGAR", + "vicnames id": "103081", + "@id": "TRAFALGAR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOORNAPA", + "vicnames id": "102134", + "@id": "MOORNAPA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CALLIGNEE", + "vicnames id": "100626", + "@id": "CALLIGNEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CALLIGNEE NORTH", + "vicnames id": "100627", + "@id": "CALLIGNEE-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DRUMMOND", + "vicnames id": "101022", + "@id": "DRUMMOND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GEELONG WEST", + "vicnames id": "101228", + "@id": "GEELONG-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARRABOOL", + "vicnames id": "100285", + "@id": "BARRABOOL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LONGFORD", + "vicnames id": "101882", + "@id": "LONGFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ST LEONARDS", + "vicnames id": "102819", + "@id": "ST-LEONARDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOE", + "vicnames id": "102091", + "@id": "MOE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOO WEE RUP", + "vicnames id": "101699", + "@id": "KOO-WEE-RUP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MONOMEITH", + "vicnames id": "102109", + "@id": "MONOMEITH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE WENDOUREE", + "vicnames id": "101775", + "@id": "LAKE-WENDOUREE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ORBOST", + "vicnames id": "102430", + "@id": "ORBOST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STAVELY", + "vicnames id": "102828", + "@id": "STAVELY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LEIGH CREEK", + "vicnames id": "101821", + "@id": "LEIGH-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOOLOME", + "vicnames id": "103049", + "@id": "TOOLOME", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEWINGTON", + "vicnames id": "102335", + "@id": "NEWINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TAGGERTY", + "vicnames id": "102906", + "@id": "TAGGERTY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CONDAH SWAMP", + "vicnames id": "100816", + "@id": "CONDAH-SWAMP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MAGPIE", + "vicnames id": "101925", + "@id": "MAGPIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT BUTE", + "vicnames id": "102164", + "@id": "MOUNT-BUTE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUSHY PARK", + "vicnames id": "100605", + "@id": "BUSHY-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ULLINA", + "vicnames id": "103133", + "@id": "ULLINA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRINGEGALGONA", + "vicnames id": "101391", + "@id": "GRINGEGALGONA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KERRIE", + "vicnames id": "101646", + "@id": "KERRIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BURAGWONDUC", + "vicnames id": "100586", + "@id": "BURAGWONDUC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEW GISBORNE", + "vicnames id": "102327", + "@id": "NEW-GISBORNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALD HILLS", + "vicnames id": "100234", + "@id": "BALD-HILLS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SULKY", + "vicnames id": "102874", + "@id": "SULKY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARNGHAM", + "vicnames id": "100684", + "@id": "CARNGHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DOUBLE BRIDGES", + "vicnames id": "101002", + "@id": "DOUBLE-BRIDGES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DIXONS CREEK", + "vicnames id": "100982", + "@id": "DIXONS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENLEE", + "vicnames id": "101293", + "@id": "GLENLEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JOHNSONVILLE", + "vicnames id": "101577", + "@id": "JOHNSONVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FLYNN", + "vicnames id": "101184", + "@id": "FLYNN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DEWHURST", + "vicnames id": "100969", + "@id": "DEWHURST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OFFICER SOUTH", + "vicnames id": "102422", + "@id": "OFFICER-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WINCHELSEA", + "vicnames id": "103350", + "@id": "WINCHELSEA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BIRREGURRA", + "vicnames id": "100393", + "@id": "BIRREGURRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ATTWOOD", + "vicnames id": "100207", + "@id": "ATTWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOOLENOOK", + "vicnames id": "103407", + "@id": "WOOLENOOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WESBURN", + "vicnames id": "103298", + "@id": "WESBURN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KINGSBURY", + "vicnames id": "101681", + "@id": "KINGSBURY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WORROWING", + "vicnames id": "103425", + "@id": "WORROWING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SOMERVILLE", + "vicnames id": "102776", + "@id": "SOMERVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POOWONG NORTH", + "vicnames id": "102533", + "@id": "POOWONG-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BONBEACH", + "vicnames id": "100429", + "@id": "BONBEACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOLORA", + "vicnames id": "101694", + "@id": "KOLORA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAYLES", + "vicnames id": "100306", + "@id": "BAYLES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GEELONG", + "vicnames id": "101227", + "@id": "GEELONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TRAFALGAR EAST", + "vicnames id": "103082", + "@id": "TRAFALGAR-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOO WEE RUP NORTH", + "vicnames id": "101700", + "@id": "KOO-WEE-RUP-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NILMA", + "vicnames id": "102349", + "@id": "NILMA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BLIND BIGHT", + "vicnames id": "100409", + "@id": "BLIND-BIGHT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MANNERIM", + "vicnames id": "101950", + "@id": "MANNERIM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE CONDAH", + "vicnames id": "101756", + "@id": "LAKE-CONDAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURGHEBOLUC", + "vicnames id": "102229", + "@id": "MURGHEBOLUC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALLANGEICH", + "vicnames id": "100238", + "@id": "BALLANGEICH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ORFORD", + "vicnames id": "102431", + "@id": "ORFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEWTOWN", + "vicnames id": "102344", + "@id": "NEWTOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MODELLA", + "vicnames id": "102088", + "@id": "MODELLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOE SOUTH", + "vicnames id": "102093", + "@id": "MOE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOODSIDE BEACH", + "vicnames id": "103398", + "@id": "WOODSIDE-BEACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KILCUNDA", + "vicnames id": "101659", + "@id": "KILCUNDA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WEST CREEK", + "vicnames id": "103300", + "@id": "WEST-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PAARATTE", + "vicnames id": "102442", + "@id": "PAARATTE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DALYSTON", + "vicnames id": "100919", + "@id": "DALYSTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BREAKAWAY CREEK", + "vicnames id": "100481", + "@id": "BREAKAWAY-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JAN JUC", + "vicnames id": "101556", + "@id": "JAN-JUC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YINNAR SOUTH", + "vicnames id": "103500", + "@id": "YINNAR-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JEERALANG JUNCTION", + "vicnames id": "101564", + "@id": "JEERALANG-JUNCTION", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RED HILL", + "vicnames id": "102590", + "@id": "RED-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SCOTTS CREEK", + "vicnames id": "102706", + "@id": "SCOTTS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOODSIDE NORTH", + "vicnames id": "103399", + "@id": "WOODSIDE-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WAARRE", + "vicnames id": "103172", + "@id": "WAARRE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PETERBOROUGH", + "vicnames id": "102488", + "@id": "PETERBOROUGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WATTLE BANK", + "vicnames id": "103263", + "@id": "WATTLE-BANK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEWHAVEN", + "vicnames id": "102334", + "@id": "NEWHAVEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TIMBOON WEST", + "vicnames id": "103020", + "@id": "TIMBOON-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COORIEMUNGLE", + "vicnames id": "100832", + "@id": "COORIEMUNGLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CATHCART", + "vicnames id": "100705", + "@id": "CATHCART", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT BECKWORTH", + "vicnames id": "102156", + "@id": "MOUNT-BECKWORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEATHCOTE JUNCTION", + "vicnames id": "101447", + "@id": "HEATHCOTE-JUNCTION", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BULLARTO", + "vicnames id": "100552", + "@id": "BULLARTO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ORMOND", + "vicnames id": "102432", + "@id": "ORMOND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SPRINGVALE SOUTH", + "vicnames id": "102803", + "@id": "SPRINGVALE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOORABBIN AIRPORT", + "vicnames id": "102128", + "@id": "MOORABBIN-AIRPORT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EASTWOOD", + "vicnames id": "103803", + "@id": "EASTWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BYADUK NORTH", + "vicnames id": "100611", + "@id": "BYADUK-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DEEPDENE", + "vicnames id": "103819", + "@id": "DEEPDENE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILLIAMSTOWN NORTH", + "vicnames id": "103340", + "@id": "WILLIAMSTOWN-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MACCLESFIELD", + "vicnames id": "101911", + "@id": "MACCLESFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SUTTON", + "vicnames id": "102889", + "@id": "SUTTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JIL JIL", + "vicnames id": "101571", + "@id": "JIL-JIL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAMPLOUGH", + "vicnames id": "101781", + "@id": "LAMPLOUGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HOWITT PLAINS", + "vicnames id": "101504", + "@id": "HOWITT-PLAINS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POOLAIJELO", + "vicnames id": "102527", + "@id": "POOLAIJELO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KADNOOK", + "vicnames id": "101588", + "@id": "KADNOOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POWERS CREEK", + "vicnames id": "102551", + "@id": "POWERS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHETWYND", + "vicnames id": "100737", + "@id": "CHETWYND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOOLERN VALE", + "vicnames id": "103046", + "@id": "TOOLERN-VALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WERRIBEE SOUTH", + "vicnames id": "103296", + "@id": "WERRIBEE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COCOROC", + "vicnames id": "100797", + "@id": "COCOROC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOORALLA", + "vicnames id": "102130", + "@id": "MOORALLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BELLARINE", + "vicnames id": "100332", + "@id": "BELLARINE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CONCONGELLA", + "vicnames id": "100814", + "@id": "CONCONGELLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "IONA", + "vicnames id": "101540", + "@id": "IONA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DEANS MARSH", + "vicnames id": "100940", + "@id": "DEANS-MARSH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NARINGAL", + "vicnames id": "102287", + "@id": "NARINGAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STAWELL", + "vicnames id": "102829", + "@id": "STAWELL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HOWQUA HILLS", + "vicnames id": "101507", + "@id": "HOWQUA-HILLS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DRUMMOND NORTH", + "vicnames id": "101024", + "@id": "DRUMMOND-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SIMSON", + "vicnames id": "102752", + "@id": "SIMSON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TANWOOD", + "vicnames id": "102935", + "@id": "TANWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOKEPILLY", + "vicnames id": "102096", + "@id": "MOKEPILLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DROMANA", + "vicnames id": "101012", + "@id": "DROMANA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PIONEER BAY", + "vicnames id": "102503", + "@id": "PIONEER-BAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "IRREWILLIPE", + "vicnames id": "101545", + "@id": "IRREWILLIPE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NIRRANDA EAST", + "vicnames id": "102358", + "@id": "NIRRANDA-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOYARRA", + "vicnames id": "102210", + "@id": "MOYARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WONGA", + "vicnames id": "103373", + "@id": "WONGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOORARRA EAST", + "vicnames id": "103412", + "@id": "WOORARRA-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KEW EAST", + "vicnames id": "101650", + "@id": "KEW-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARGERIE", + "vicnames id": "100671", + "@id": "CARGERIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLIFTON HILL", + "vicnames id": "100767", + "@id": "CLIFTON-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALPA", + "vicnames id": "103198", + "@id": "WALPA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEWCOMB", + "vicnames id": "102331", + "@id": "NEWCOMB", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KNOCKWOOD", + "vicnames id": "103722", + "@id": "KNOCKWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ASCOT", + "vicnames id": "100198", + "@id": "ASCOT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ADDINGTON", + "vicnames id": "100124", + "@id": "ADDINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BROOMFIELD", + "vicnames id": "100517", + "@id": "BROOMFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MAIN LEAD", + "vicnames id": "101929", + "@id": "MAIN-LEAD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ENDEAVOUR HILLS", + "vicnames id": "101113", + "@id": "ENDEAVOUR-HILLS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LYSTERFIELD SOUTH", + "vicnames id": "101909", + "@id": "LYSTERFIELD-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LANGI KAL KAL", + "vicnames id": "101794", + "@id": "LANGI-KAL-KAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENDARUEL", + "vicnames id": "101279", + "@id": "GLENDARUEL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KONONGWOOTONG", + "vicnames id": "101698", + "@id": "KONONGWOOTONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TRAWALLA", + "vicnames id": "103089", + "@id": "TRAWALLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BLOWHARD", + "vicnames id": "100410", + "@id": "BLOWHARD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILLAURA", + "vicnames id": "103335", + "@id": "WILLAURA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MENA PARK", + "vicnames id": "102008", + "@id": "MENA-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BROOKVILLE", + "vicnames id": "100516", + "@id": "BROOKVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MAFEKING", + "vicnames id": "101922", + "@id": "MAFEKING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARYSVILLE", + "vicnames id": "101977", + "@id": "MARYSVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLARKEFIELD", + "vicnames id": "100759", + "@id": "CLARKEFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARRYS REEF", + "vicnames id": "100290", + "@id": "BARRYS-REEF", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WINDERMERE", + "vicnames id": "103352", + "@id": "WINDERMERE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAWKHURST", + "vicnames id": "101435", + "@id": "HAWKHURST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MIOWERA", + "vicnames id": "102067", + "@id": "MIOWERA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAMBARVILLE", + "vicnames id": "100631", + "@id": "CAMBARVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COBAW", + "vicnames id": "100781", + "@id": "COBAW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARRAK", + "vicnames id": "103237", + "@id": "WARRAK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOOL WOOL", + "vicnames id": "103404", + "@id": "WOOL-WOOL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TORWOOD", + "vicnames id": "103069", + "@id": "TORWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAZELWOOD", + "vicnames id": "101440", + "@id": "HAZELWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LANG LANG EAST", + "vicnames id": "101792", + "@id": "LANG-LANG-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE GOLDSMITH", + "vicnames id": "101762", + "@id": "LAKE-GOLDSMITH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILDWOOD", + "vicnames id": "103330", + "@id": "WILDWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HILGAY", + "vicnames id": "101479", + "@id": "HILGAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HILLCREST", + "vicnames id": "101481", + "@id": "HILLCREST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHRISTMAS HILLS", + "vicnames id": "100750", + "@id": "CHRISTMAS-HILLS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT EGERTON", + "vicnames id": "102181", + "@id": "MOUNT-EGERTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HENTY", + "vicnames id": "101458", + "@id": "HENTY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOOMBON", + "vicnames id": "103052", + "@id": "TOOMBON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BELLBIRD CREEK", + "vicnames id": "100333", + "@id": "BELLBIRD-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANDONG", + "vicnames id": "103210", + "@id": "WANDONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BLAMPIED", + "vicnames id": "100408", + "@id": "BLAMPIED", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ERRINUNDRA", + "vicnames id": "101124", + "@id": "ERRINUNDRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TAMBORITHA", + "vicnames id": "102923", + "@id": "TAMBORITHA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NOORINBEE NORTH", + "vicnames id": "102367", + "@id": "NOORINBEE-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LANGDONS HILL", + "vicnames id": "101793", + "@id": "LANGDONS-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOLWARRAH", + "vicnames id": "100426", + "@id": "BOLWARRAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BENLOCH", + "vicnames id": "100352", + "@id": "BENLOCH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HARRIETVILLE", + "vicnames id": "101425", + "@id": "HARRIETVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PUCKAPUNYAL", + "vicnames id": "102559", + "@id": "PUCKAPUNYAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TABBERABBERA", + "vicnames id": "102903", + "@id": "TABBERABBERA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WATERFORD PARK", + "vicnames id": "103256", + "@id": "WATERFORD-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NAREEN", + "vicnames id": "102282", + "@id": "NAREEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ENGLEFIELD", + "vicnames id": "101115", + "@id": "ENGLEFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BROADLANDS", + "vicnames id": "100507", + "@id": "BROADLANDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANTIRNA", + "vicnames id": "103219", + "@id": "WANTIRNA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ELWOOD", + "vicnames id": "101106", + "@id": "ELWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HALLS GAP", + "vicnames id": "101409", + "@id": "HALLS-GAP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHEWTON BUSHLANDS", + "vicnames id": "100739", + "@id": "CHEWTON-BUSHLANDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "METCALFE EAST", + "vicnames id": "102037", + "@id": "METCALFE-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENLUCE", + "vicnames id": "101300", + "@id": "GLENLUCE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUDGEE BUDGEE", + "vicnames id": "100539", + "@id": "BUDGEE-BUDGEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BETE BOLONG NORTH", + "vicnames id": "100370", + "@id": "BETE-BOLONG-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DANDENONG", + "vicnames id": "100920", + "@id": "DANDENONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEACONSFIELD UPPER", + "vicnames id": "100313", + "@id": "BEACONSFIELD-UPPER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COWWARR", + "vicnames id": "100862", + "@id": "COWWARR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOONLIGHT FLAT", + "vicnames id": "102124", + "@id": "MOONLIGHT-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOLDEN POINT", + "vicnames id": "101323", + "@id": "GOLDEN-POINT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WONNANGATTA", + "vicnames id": "103380", + "@id": "WONNANGATTA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TALLAROOK", + "vicnames id": "102918", + "@id": "TALLAROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KANAGULK", + "vicnames id": "101599", + "@id": "KANAGULK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ERCILDOUNE", + "vicnames id": "101122", + "@id": "ERCILDOUNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALLAN", + "vicnames id": "103193", + "@id": "WALLAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TRENTHAM EAST", + "vicnames id": "103096", + "@id": "TRENTHAM-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHEROKEE", + "vicnames id": "100730", + "@id": "CHEROKEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TYRENDARRA EAST", + "vicnames id": "103129", + "@id": "TYRENDARRA-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SUNDERLAND BAY", + "vicnames id": "102879", + "@id": "SUNDERLAND-BAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SURF BEACH", + "vicnames id": "102884", + "@id": "SURF-BEACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WYE RIVER", + "vicnames id": "103441", + "@id": "WYE-RIVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WELSHPOOL", + "vicnames id": "103286", + "@id": "WELSHPOOL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DENNINGTON", + "vicnames id": "100954", + "@id": "DENNINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALLAMBEE SOUTH", + "vicnames id": "100143", + "@id": "ALLAMBEE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DARRIMAN", + "vicnames id": "100933", + "@id": "DARRIMAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KARDELLA", + "vicnames id": "101610", + "@id": "KARDELLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HIAWATHA", + "vicnames id": "101472", + "@id": "HIAWATHA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOX HILL SOUTH", + "vicnames id": "100470", + "@id": "BOX-HILL-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FOREST HILL", + "vicnames id": "101190", + "@id": "FOREST-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SEABROOK", + "vicnames id": "102708", + "@id": "SEABROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOODEND NORTH", + "vicnames id": "103387", + "@id": "WOODEND-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MUSK", + "vicnames id": "102246", + "@id": "MUSK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROCKLYN", + "vicnames id": "102641", + "@id": "ROCKLYN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WEATHERBOARD", + "vicnames id": "103276", + "@id": "WEATHERBOARD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BULART", + "vicnames id": "100544", + "@id": "BULART", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SEATON", + "vicnames id": "102713", + "@id": "SEATON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POOTILLA", + "vicnames id": "102528", + "@id": "POOTILLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHUM CREEK", + "vicnames id": "100751", + "@id": "CHUM-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOODEND", + "vicnames id": "103386", + "@id": "WOODEND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROCKY POINT", + "vicnames id": "102642", + "@id": "ROCKY-POINT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BELLFIELD", + "vicnames id": "100338", + "@id": "BELLFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARFOLD", + "vicnames id": "100269", + "@id": "BARFOLD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EVERSLEY", + "vicnames id": "101137", + "@id": "EVERSLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YANDOIT", + "vicnames id": "103465", + "@id": "YANDOIT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PERCYDALE", + "vicnames id": "102484", + "@id": "PERCYDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FRYERSTOWN", + "vicnames id": "101208", + "@id": "FRYERSTOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AMHERST", + "vicnames id": "100159", + "@id": "AMHERST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BELLELLEN", + "vicnames id": "100336", + "@id": "BELLELLEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRATHLEA", + "vicnames id": "102862", + "@id": "STRATHLEA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CABBAGE TREE", + "vicnames id": "100617", + "@id": "CABBAGE-TREE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BREWSTER", + "vicnames id": "100487", + "@id": "BREWSTER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARKSTEAD", + "vicnames id": "100277", + "@id": "BARKSTEAD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STREATHAM", + "vicnames id": "102866", + "@id": "STREATHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHOOREL", + "vicnames id": "103321", + "@id": "WHOOREL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HARCOURT", + "vicnames id": "101420", + "@id": "HARCOURT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOOREEN", + "vicnames id": "104457", + "@id": "WOOREEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AIRPORT WEST", + "vicnames id": "100130", + "@id": "AIRPORT-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT DORAN", + "vicnames id": "102175", + "@id": "MOUNT-DORAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RIPPONLEA", + "vicnames id": "102628", + "@id": "RIPPONLEA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DEEP LEAD", + "vicnames id": "100943", + "@id": "DEEP-LEAD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHEWTON", + "vicnames id": "100738", + "@id": "CHEWTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FYANS CREEK", + "vicnames id": "101212", + "@id": "FYANS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MUCKLEFORD SOUTH", + "vicnames id": "102216", + "@id": "MUCKLEFORD-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SUGARLOAF CREEK", + "vicnames id": "102872", + "@id": "SUGARLOAF-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WULGULMERANG WEST", + "vicnames id": "103432", + "@id": "WULGULMERANG-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BULGANA", + "vicnames id": "100547", + "@id": "BULGANA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GHIN GHIN", + "vicnames id": "101246", + "@id": "GHIN-GHIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAYNTON EAST", + "vicnames id": "100308", + "@id": "BAYNTON-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MAINTONGOON", + "vicnames id": "101932", + "@id": "MAINTONGOON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHARAM", + "vicnames id": "100720", + "@id": "CHARAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEEREMAN", + "vicnames id": "102311", + "@id": "NEEREMAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BET BET", + "vicnames id": "100368", + "@id": "BET-BET", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MCKINNON", + "vicnames id": "101987", + "@id": "MCKINNON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KEYSBOROUGH", + "vicnames id": "101653", + "@id": "KEYSBOROUGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALLINDUC", + "vicnames id": "103194", + "@id": "WALLINDUC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TREMONT", + "vicnames id": "103093", + "@id": "TREMONT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALACLAVA", + "vicnames id": "100233", + "@id": "BALACLAVA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POINT COOK", + "vicnames id": "102515", + "@id": "POINT-COOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BYADUK", + "vicnames id": "100610", + "@id": "BYADUK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BERRYBANK", + "vicnames id": "100362", + "@id": "BERRYBANK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOONDARRA", + "vicnames id": "102121", + "@id": "MOONDARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PARKDALE", + "vicnames id": "102455", + "@id": "PARKDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NUNGURNER", + "vicnames id": "102397", + "@id": "NUNGURNER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRATFORD", + "vicnames id": "102849", + "@id": "STRATFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOMBELANO", + "vicnames id": "103371", + "@id": "WOMBELANO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROSES GAP", + "vicnames id": "102654", + "@id": "ROSES-GAP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MIRRANATWA", + "vicnames id": "102075", + "@id": "MIRRANATWA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT COLE", + "vicnames id": "102170", + "@id": "MOUNT-COLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOYREISK", + "vicnames id": "102212", + "@id": "MOYREISK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOBUR", + "vicnames id": "101319", + "@id": "GOBUR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RATHSCAR WEST", + "vicnames id": "102580", + "@id": "RATHSCAR-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENLOGIE", + "vicnames id": "101295", + "@id": "GLENLOGIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DARLEY", + "vicnames id": "100926", + "@id": "DARLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COBURG", + "vicnames id": "100791", + "@id": "COBURG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PASCOE VALE SOUTH", + "vicnames id": "102462", + "@id": "PASCOE-VALE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HALLORA", + "vicnames id": "101407", + "@id": "HALLORA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COALVILLE", + "vicnames id": "100779", + "@id": "COALVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DRIFFIELD", + "vicnames id": "101010", + "@id": "DRIFFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ASPENDALE GARDENS", + "vicnames id": "100205", + "@id": "ASPENDALE-GARDENS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLYDEBANK", + "vicnames id": "100777", + "@id": "CLYDEBANK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KARIAH", + "vicnames id": "101612", + "@id": "KARIAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NILMA NORTH", + "vicnames id": "102350", + "@id": "NILMA-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CORINELLA", + "vicnames id": "100841", + "@id": "CORINELLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STAFFORDSHIRE REEF", + "vicnames id": "102821", + "@id": "STAFFORDSHIRE-REEF", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PENSHURST", + "vicnames id": "102481", + "@id": "PENSHURST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MUCKLEFORD", + "vicnames id": "102215", + "@id": "MUCKLEFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NYORA", + "vicnames id": "102409", + "@id": "NYORA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LOCH", + "vicnames id": "101866", + "@id": "LOCH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BURROWYE", + "vicnames id": "100597", + "@id": "BURROWYE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT ALFRED", + "vicnames id": "102154", + "@id": "MOUNT-ALFRED", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PURDEET", + "vicnames id": "102563", + "@id": "PURDEET", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RIVERSLEA", + "vicnames id": "102630", + "@id": "RIVERSLEA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNDALAGUAH", + "vicnames id": "100563", + "@id": "BUNDALAGUAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BULLUMWAAL", + "vicnames id": "100558", + "@id": "BULLUMWAAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SMITHS GULLY", + "vicnames id": "102764", + "@id": "SMITHS-GULLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROKEWOOD JUNCTION", + "vicnames id": "102645", + "@id": "ROKEWOOD-JUNCTION", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALTONA NORTH", + "vicnames id": "100156", + "@id": "ALTONA-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRADFORD", + "vicnames id": "100473", + "@id": "BRADFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BETLEY", + "vicnames id": "100372", + "@id": "BETLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRUMBY", + "vicnames id": "100525", + "@id": "BRUMBY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ABBEYARD", + "vicnames id": "100117", + "@id": "ABBEYARD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DEVILS RIVER", + "vicnames id": "100966", + "@id": "DEVILS-RIVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BROMLEY", + "vicnames id": "100512", + "@id": "BROMLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE EPPALOCK", + "vicnames id": "101759", + "@id": "LAKE-EPPALOCK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARRENGOWER", + "vicnames id": "102956", + "@id": "TARRENGOWER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALEXANDRA", + "vicnames id": "100137", + "@id": "ALEXANDRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NUNNIONG", + "vicnames id": "102398", + "@id": "NUNNIONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DUNNEWORTHY", + "vicnames id": "101040", + "@id": "DUNNEWORTHY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EDGECOMBE", + "vicnames id": "101081", + "@id": "EDGECOMBE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEPBURN", + "vicnames id": "101459", + "@id": "HEPBURN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DAYLESFORD", + "vicnames id": "100938", + "@id": "DAYLESFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KEILOR NORTH", + "vicnames id": "101630", + "@id": "KEILOR-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LITTLE RIVER", + "vicnames id": "101862", + "@id": "LITTLE-RIVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POINT WILSON", + "vicnames id": "102519", + "@id": "POINT-WILSON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WEIR VIEWS", + "vicnames id": "123253", + "@id": "WEIR-VIEWS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HALLSTON", + "vicnames id": "101411", + "@id": "HALLSTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MIRBOO NORTH", + "vicnames id": "102073", + "@id": "MIRBOO-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SMEATON", + "vicnames id": "102762", + "@id": "SMEATON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ST KILDA EAST", + "vicnames id": "102817", + "@id": "ST-KILDA-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRIGHTON EAST", + "vicnames id": "100497", + "@id": "BRIGHTON-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LYSTERFIELD", + "vicnames id": "101907", + "@id": "LYSTERFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TYNONG NORTH", + "vicnames id": "103124", + "@id": "TYNONG-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MORDIALLOC", + "vicnames id": "102142", + "@id": "MORDIALLOC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BANNOCKBURN", + "vicnames id": "100265", + "@id": "BANNOCKBURN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NELSON", + "vicnames id": "102319", + "@id": "NELSON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EUMEMMERRING", + "vicnames id": "101130", + "@id": "EUMEMMERRING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FLAMINGO BEACH", + "vicnames id": "101177", + "@id": "FLAMINGO-BEACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "INVERLEIGH", + "vicnames id": "101533", + "@id": "INVERLEIGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DUTSON DOWNS", + "vicnames id": "101052", + "@id": "DUTSON-DOWNS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RYTHDALE", + "vicnames id": "102677", + "@id": "RYTHDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GORAE", + "vicnames id": "101340", + "@id": "GORAE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUCKLEY", + "vicnames id": "100535", + "@id": "BUCKLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENGARRY WEST", + "vicnames id": "101286", + "@id": "GLENGARRY-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENGARRY", + "vicnames id": "101282", + "@id": "GLENGARRY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TRARALGON EAST", + "vicnames id": "103086", + "@id": "TRARALGON-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TRARALGON", + "vicnames id": "103085", + "@id": "TRARALGON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "VICTORIA VALLEY", + "vicnames id": "103162", + "@id": "VICTORIA-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GREENVALE", + "vicnames id": "101383", + "@id": "GREENVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRIMBOAL", + "vicnames id": "100500", + "@id": "BRIMBOAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TENBY POINT", + "vicnames id": "102984", + "@id": "TENBY-POINT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ELIZABETH ISLAND", + "vicnames id": "104554", + "@id": "ELIZABETH-ISLAND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RUBY", + "vicnames id": "102664", + "@id": "RUBY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AYRFORD", + "vicnames id": "100221", + "@id": "AYRFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "QUEENSFERRY", + "vicnames id": "102573", + "@id": "QUEENSFERRY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MEPUNGA EAST", + "vicnames id": "102013", + "@id": "MEPUNGA-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NULLAWARRE NORTH", + "vicnames id": "102392", + "@id": "NULLAWARRE-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BELGRAVE HEIGHTS", + "vicnames id": "100328", + "@id": "BELGRAVE-HEIGHTS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEWLANDS ARM", + "vicnames id": "102336", + "@id": "NEWLANDS-ARM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLAYTON SOUTH", + "vicnames id": "100762", + "@id": "CLAYTON-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LYONS", + "vicnames id": "101905", + "@id": "LYONS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOORABBIN", + "vicnames id": "102127", + "@id": "MOORABBIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DANDENONG NORTH", + "vicnames id": "100921", + "@id": "DANDENONG-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOLDSBOROUGH", + "vicnames id": "101327", + "@id": "GOLDSBOROUGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WINJALLOK", + "vicnames id": "103358", + "@id": "WINJALLOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRAYTOWN", + "vicnames id": "101368", + "@id": "GRAYTOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PATYAH", + "vicnames id": "102469", + "@id": "PATYAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MENTONE", + "vicnames id": "102009", + "@id": "MENTONE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARRABKOOK", + "vicnames id": "103232", + "@id": "WARRABKOOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DINGLEY VILLAGE", + "vicnames id": "100978", + "@id": "DINGLEY-VILLAGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HOPPERS CROSSING", + "vicnames id": "101496", + "@id": "HOPPERS-CROSSING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE TYERS BEACH", + "vicnames id": "101772", + "@id": "LAKE-TYERS-BEACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DARLINGTON", + "vicnames id": "100929", + "@id": "DARLINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GARDENVALE", + "vicnames id": "101217", + "@id": "GARDENVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MYAMYN", + "vicnames id": "102251", + "@id": "MYAMYN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DUVERNEY", + "vicnames id": "101054", + "@id": "DUVERNEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOORABOOL", + "vicnames id": "102129", + "@id": "MOORABOOL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HODDLES CREEK", + "vicnames id": "101488", + "@id": "HODDLES-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MONT ALBERT", + "vicnames id": "102111", + "@id": "MONT-ALBERT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FERNY CREEK", + "vicnames id": "101166", + "@id": "FERNY-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NYERIMILANG", + "vicnames id": "102406", + "@id": "NYERIMILANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SELBY", + "vicnames id": "102720", + "@id": "SELBY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MENZIES CREEK", + "vicnames id": "102010", + "@id": "MENZIES-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOSTOCKS CREEK", + "vicnames id": "100460", + "@id": "BOSTOCKS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "QUEENSCLIFF", + "vicnames id": "102572", + "@id": "QUEENSCLIFF", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COBRICO", + "vicnames id": "100787", + "@id": "COBRICO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAPE BRIDGEWATER", + "vicnames id": "100650", + "@id": "CAPE-BRIDGEWATER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOALLAH", + "vicnames id": "101692", + "@id": "KOALLAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TUERONG", + "vicnames id": "103105", + "@id": "TUERONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POMBORNEIT", + "vicnames id": "102521", + "@id": "POMBORNEIT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THORPDALE", + "vicnames id": "103011", + "@id": "THORPDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROKEBY", + "vicnames id": "102643", + "@id": "ROKEBY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NANGEELA", + "vicnames id": "102271", + "@id": "NANGEELA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "VICTORIA POINT", + "vicnames id": "103161", + "@id": "VICTORIA-POINT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MINERS REST", + "vicnames id": "102059", + "@id": "MINERS-REST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CROSS ROADS", + "vicnames id": "100884", + "@id": "CROSS-ROADS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NARBETHONG", + "vicnames id": "102278", + "@id": "NARBETHONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HUMEVALE", + "vicnames id": "101510", + "@id": "HUMEVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "INVERMAY", + "vicnames id": "101537", + "@id": "INVERMAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHAPEL FLAT", + "vicnames id": "100717", + "@id": "CHAPEL-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TIMBARRA", + "vicnames id": "103018", + "@id": "TIMBARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANDO VALE", + "vicnames id": "103208", + "@id": "WANDO-VALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LERDERDERG", + "vicnames id": "101831", + "@id": "LERDERDERG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GAFFNEYS CREEK", + "vicnames id": "103721", + "@id": "GAFFNEYS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAWTHORN", + "vicnames id": "101436", + "@id": "HAWTHORN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOX HILL", + "vicnames id": "100468", + "@id": "BOX-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SURREY HILLS", + "vicnames id": "102885", + "@id": "SURREY-HILLS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POWELLTOWN", + "vicnames id": "102550", + "@id": "POWELLTOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEATHMONT", + "vicnames id": "101451", + "@id": "HEATHMONT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MUMBANNAR", + "vicnames id": "102220", + "@id": "MUMBANNAR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEATHERTON", + "vicnames id": "101449", + "@id": "HEATHERTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WAREEK", + "vicnames id": "103225", + "@id": "WAREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WULGULMERANG EAST", + "vicnames id": "103431", + "@id": "WULGULMERANG-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BYLANDS", + "vicnames id": "100614", + "@id": "BYLANDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLARKES HILL", + "vicnames id": "100760", + "@id": "CLARKES-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT ROWAN", + "vicnames id": "102199", + "@id": "MOUNT-ROWAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WINGAN RIVER", + "vicnames id": "103355", + "@id": "WINGAN-RIVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STEELS CREEK", + "vicnames id": "102830", + "@id": "STEELS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SOLDIERS HILL", + "vicnames id": "102773", + "@id": "SOLDIERS-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BLACK HILL", + "vicnames id": "100396", + "@id": "BLACK-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOWENVALE", + "vicnames id": "100462", + "@id": "BOWENVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE LONSDALE", + "vicnames id": "101763", + "@id": "LAKE-LONSDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALMA", + "vicnames id": "100149", + "@id": "ALMA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HOMEBUSH", + "vicnames id": "101491", + "@id": "HOMEBUSH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOLESWORTH", + "vicnames id": "102097", + "@id": "MOLESWORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COTSWOLD", + "vicnames id": "100855", + "@id": "COTSWOLD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE FYANS", + "vicnames id": "101760", + "@id": "LAKE-FYANS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MORANDING", + "vicnames id": "102141", + "@id": "MORANDING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JAMIESON", + "vicnames id": "101555", + "@id": "JAMIESON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YALMY", + "vicnames id": "103457", + "@id": "YALMY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARRAYOUKYAN", + "vicnames id": "102954", + "@id": "TARRAYOUKYAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PIGEON PONDS", + "vicnames id": "102496", + "@id": "PIGEON-PONDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENDONALD", + "vicnames id": "103718", + "@id": "GLENDONALD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILLAURA NORTH", + "vicnames id": "103336", + "@id": "WILLAURA-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CATHKIN", + "vicnames id": "100706", + "@id": "CATHKIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MAROONA", + "vicnames id": "101969", + "@id": "MAROONA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LEONGATHA", + "vicnames id": "101827", + "@id": "LEONGATHA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CROYDON SOUTH", + "vicnames id": "100894", + "@id": "CROYDON-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RINGWOOD", + "vicnames id": "102622", + "@id": "RINGWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RINGWOOD EAST", + "vicnames id": "102623", + "@id": "RINGWOOD-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EMERALD", + "vicnames id": "101107", + "@id": "EMERALD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MILLTOWN", + "vicnames id": "102055", + "@id": "MILLTOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHELSEA HEIGHTS", + "vicnames id": "100726", + "@id": "CHELSEA-HEIGHTS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENORMISTON NORTH", + "vicnames id": "101305", + "@id": "GLENORMISTON-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GREEN GULLY", + "vicnames id": "101376", + "@id": "GREEN-GULLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TRAWOOL", + "vicnames id": "103090", + "@id": "TRAWOOL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HOWES CREEK", + "vicnames id": "101503", + "@id": "HOWES-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DELATITE", + "vicnames id": "100947", + "@id": "DELATITE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUANGOR", + "vicnames id": "100530", + "@id": "BUANGOR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WATERLOO", + "vicnames id": "103258", + "@id": "WATERLOO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LEONARDS HILL", + "vicnames id": "101826", + "@id": "LEONARDS-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SMOKEYTOWN", + "vicnames id": "102765", + "@id": "SMOKEYTOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLUB TERRACE", + "vicnames id": "100773", + "@id": "CLUB-TERRACE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NAP NAP MARRA", + "vicnames id": "102274", + "@id": "NAP-NAP-MARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LICOLA", + "vicnames id": "101835", + "@id": "LICOLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARDIGAN VILLAGE", + "vicnames id": "100668", + "@id": "CARDIGAN-VILLAGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DALES CREEK", + "vicnames id": "100914", + "@id": "DALES-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YALLA-Y-POORA", + "vicnames id": "103452", + "@id": "YALLA-Y-POORA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MITCHELL PARK", + "vicnames id": "102077", + "@id": "MITCHELL-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DOCTORS FLAT", + "vicnames id": "100987", + "@id": "DOCTORS-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KILSYTH SOUTH", + "vicnames id": "101670", + "@id": "KILSYTH-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SOUTHBANK", + "vicnames id": "102786", + "@id": "SOUTHBANK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EAST MELBOURNE", + "vicnames id": "101063", + "@id": "EAST-MELBOURNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BLACKBURN", + "vicnames id": "100400", + "@id": "BLACKBURN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NANGANA", + "vicnames id": "102270", + "@id": "NANGANA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALTONA MEADOWS", + "vicnames id": "100155", + "@id": "ALTONA-MEADOWS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT NAPIER", + "vicnames id": "102195", + "@id": "MOUNT-NAPIER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLEN WAVERLEY", + "vicnames id": "101271", + "@id": "GLEN-WAVERLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLEAR LAKE", + "vicnames id": "100763", + "@id": "CLEAR-LAKE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARRENMANG", + "vicnames id": "103245", + "@id": "WARRENMANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OMEO VALLEY", + "vicnames id": "102428", + "@id": "OMEO-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GERMANIA", + "vicnames id": "101241", + "@id": "GERMANIA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "METCALFE", + "vicnames id": "102036", + "@id": "METCALFE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENHOPE EAST", + "vicnames id": "101290", + "@id": "GLENHOPE-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ILLAWARRA", + "vicnames id": "101523", + "@id": "ILLAWARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ANGLERS REST", + "vicnames id": "100166", + "@id": "ANGLERS-REST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TONGHI CREEK", + "vicnames id": "103036", + "@id": "TONGHI-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOROBEIT", + "vicnames id": "101714", + "@id": "KOROBEIT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALLARAT EAST", + "vicnames id": "100241", + "@id": "BALLARAT-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNGAREE", + "vicnames id": "100576", + "@id": "BUNGAREE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MATLOCK", + "vicnames id": "101980", + "@id": "MATLOCK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GONG GONG", + "vicnames id": "101329", + "@id": "GONG-GONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WENDOUREE", + "vicnames id": "103288", + "@id": "WENDOUREE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ADAMS ESTATE", + "vicnames id": "100123", + "@id": "ADAMS-ESTATE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MEPUNGA WEST", + "vicnames id": "102014", + "@id": "MEPUNGA-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRUCKNELL", + "vicnames id": "100523", + "@id": "BRUCKNELL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOOROOMAN", + "vicnames id": "101711", + "@id": "KOOROOMAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LEONGATHA SOUTH", + "vicnames id": "101829", + "@id": "LEONGATHA-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LIMA SOUTH", + "vicnames id": "101846", + "@id": "LIMA-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRIDGE CREEK", + "vicnames id": "100491", + "@id": "BRIDGE-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KORIELLA", + "vicnames id": "101713", + "@id": "KORIELLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHANREGARWEN", + "vicnames id": "103308", + "@id": "WHANREGARWEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FRAMLINGHAM EAST", + "vicnames id": "101198", + "@id": "FRAMLINGHAM-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FRESHWATER CREEK", + "vicnames id": "101207", + "@id": "FRESHWATER-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NARRACAN", + "vicnames id": "102290", + "@id": "NARRACAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CRIB POINT", + "vicnames id": "100881", + "@id": "CRIB-POINT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NIRRANDA SOUTH", + "vicnames id": "102359", + "@id": "NIRRANDA-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ANDERSON", + "vicnames id": "100165", + "@id": "ANDERSON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TURTONS CREEK", + "vicnames id": "103114", + "@id": "TURTONS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YARPTURK", + "vicnames id": "103473", + "@id": "YARPTURK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YAMBUK", + "vicnames id": "103458", + "@id": "YAMBUK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PANMURE", + "vicnames id": "102448", + "@id": "PANMURE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARALULUP", + "vicnames id": "100659", + "@id": "CARALULUP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENGOWER", + "vicnames id": "101288", + "@id": "GLENGOWER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EASTVILLE", + "vicnames id": "101068", + "@id": "EASTVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DERRINAL", + "vicnames id": "100963", + "@id": "DERRINAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EDDINGTON", + "vicnames id": "101077", + "@id": "EDDINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "REEDY FLAT", + "vicnames id": "103705", + "@id": "REEDY-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANGARABELL", + "vicnames id": "103213", + "@id": "WANGARABELL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GENOA", + "vicnames id": "101235", + "@id": "GENOA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KINGLAKE CENTRAL", + "vicnames id": "101675", + "@id": "KINGLAKE-CENTRAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COLBROOK", + "vicnames id": "100808", + "@id": "COLBROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BO PEEP", + "vicnames id": "100411", + "@id": "BO-PEEP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOODSTOCK", + "vicnames id": "103400", + "@id": "WOODSTOCK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OAKLANDS JUNCTION", + "vicnames id": "102412", + "@id": "OAKLANDS-JUNCTION", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WRATHUNG", + "vicnames id": "103426", + "@id": "WRATHUNG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ENSAY NORTH", + "vicnames id": "101117", + "@id": "ENSAY-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "W TREE", + "vicnames id": "103169", + "@id": "W-TREE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT LONARCH", + "vicnames id": "102189", + "@id": "MOUNT-LONARCH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RAGLAN", + "vicnames id": "102574", + "@id": "RAGLAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COGHILLS CREEK", + "vicnames id": "100799", + "@id": "COGHILLS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOURELLO", + "vicnames id": "103073", + "@id": "TOURELLO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KALIMNA", + "vicnames id": "101589", + "@id": "KALIMNA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOONLIGHT FLAT", + "vicnames id": "102125", + "@id": "MOONLIGHT-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BINDI", + "vicnames id": "100386", + "@id": "BINDI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WELSHMANS REEF", + "vicnames id": "103285", + "@id": "WELSHMANS-REEF", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YARCK", + "vicnames id": "103472", + "@id": "YARCK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HOMEWOOD", + "vicnames id": "101493", + "@id": "HOMEWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SANDON", + "vicnames id": "102692", + "@id": "SANDON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AMPHITHEATRE", + "vicnames id": "100161", + "@id": "AMPHITHEATRE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BILLABONG", + "vicnames id": "100384", + "@id": "BILLABONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BROADFORD", + "vicnames id": "100506", + "@id": "BROADFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROCKLANDS", + "vicnames id": "102640", + "@id": "ROCKLANDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRATHFIELDSAYE", + "vicnames id": "102859", + "@id": "STRATHFIELDSAYE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LINDENOW", + "vicnames id": "101849", + "@id": "LINDENOW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAMPTON PARK", + "vicnames id": "101416", + "@id": "HAMPTON-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DUTSON", + "vicnames id": "101051", + "@id": "DUTSON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PAKENHAM SOUTH", + "vicnames id": "102445", + "@id": "PAKENHAM-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RIPPLESIDE", + "vicnames id": "102627", + "@id": "RIPPLESIDE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "INDENTED HEAD", + "vicnames id": "101526", + "@id": "INDENTED-HEAD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARSHALL", + "vicnames id": "101971", + "@id": "MARSHALL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHARLEMONT", + "vicnames id": "104541", + "@id": "CHARLEMONT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT MORIAC", + "vicnames id": "102194", + "@id": "MOUNT-MORIAC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TYABB", + "vicnames id": "103117", + "@id": "TYABB", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CURDIEVALE", + "vicnames id": "100908", + "@id": "CURDIEVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHURCHILL ISLAND", + "vicnames id": "100753", + "@id": "CHURCHILL-ISLAND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SUMMERLANDS", + "vicnames id": "102876", + "@id": "SUMMERLANDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COOLAROO", + "vicnames id": "100822", + "@id": "COOLAROO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SCOTSBURN", + "vicnames id": "102704", + "@id": "SCOTSBURN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRIAR HILL", + "vicnames id": "100489", + "@id": "BRIAR-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WATSONIA", + "vicnames id": "103260", + "@id": "WATSONIA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BERRINGA", + "vicnames id": "100359", + "@id": "BERRINGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALBANVALE", + "vicnames id": "100132", + "@id": "ALBANVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KEW", + "vicnames id": "101649", + "@id": "KEW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NAREEB", + "vicnames id": "102280", + "@id": "NAREEB", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEMM RIVER", + "vicnames id": "100342", + "@id": "BEMM-RIVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KANGAROO GROUND", + "vicnames id": "101602", + "@id": "KANGAROO-GROUND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNGAL", + "vicnames id": "100574", + "@id": "BUNGAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOORONGO", + "vicnames id": "103063", + "@id": "TOORONGO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ENFIELD", + "vicnames id": "101114", + "@id": "ENFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOORNDOO", + "vicnames id": "103420", + "@id": "WOORNDOO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FAIRY DELL", + "vicnames id": "101150", + "@id": "FAIRY-DELL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENLOFTY", + "vicnames id": "101294", + "@id": "GLENLOFTY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EDENHOPE", + "vicnames id": "101080", + "@id": "EDENHOPE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARGYLE", + "vicnames id": "100191", + "@id": "ARGYLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TIMOR", + "vicnames id": "103022", + "@id": "TIMOR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WATTLE CREEK", + "vicnames id": "103265", + "@id": "WATTLE-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHEATSHEAF", + "vicnames id": "103310", + "@id": "WHEATSHEAF", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ENSAY", + "vicnames id": "101116", + "@id": "ENSAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALLAGARAUGH", + "vicnames id": "103190", + "@id": "WALLAGARAUGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KORWEINGUBOORA", + "vicnames id": "101721", + "@id": "KORWEINGUBOORA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KINGLAKE WEST", + "vicnames id": "101676", + "@id": "KINGLAKE-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TATYOON", + "vicnames id": "102966", + "@id": "TATYOON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAVENDISH", + "vicnames id": "100713", + "@id": "CAVENDISH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EILDON", + "vicnames id": "101087", + "@id": "EILDON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRANGWAYS", + "vicnames id": "102847", + "@id": "STRANGWAYS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WONGUNGARRA", + "vicnames id": "103379", + "@id": "WONGUNGARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "IRISHTOWN", + "vicnames id": "101542", + "@id": "IRISHTOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TALBOT", + "vicnames id": "102911", + "@id": "TALBOT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KILLINGWORTH", + "vicnames id": "101664", + "@id": "KILLINGWORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WENTWORTH", + "vicnames id": "103290", + "@id": "WENTWORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WABONGA", + "vicnames id": "103173", + "@id": "WABONGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOCKINYA", + "vicnames id": "102086", + "@id": "MOCKINYA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAVELOCK", + "vicnames id": "101431", + "@id": "HAVELOCK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALMER", + "vicnames id": "103197", + "@id": "WALMER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NUGGETTY", + "vicnames id": "102389", + "@id": "NUGGETTY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RATHSCAR", + "vicnames id": "102579", + "@id": "RATHSCAR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LEDCOURT", + "vicnames id": "101818", + "@id": "LEDCOURT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ECKLIN SOUTH", + "vicnames id": "101074", + "@id": "ECKLIN-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAZELWOOD NORTH", + "vicnames id": "101441", + "@id": "HAZELWOOD-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NARRE WARREN SOUTH", + "vicnames id": "102298", + "@id": "NARRE-WARREN-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARUNAH PLAINS", + "vicnames id": "100292", + "@id": "BARUNAH-PLAINS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HOLLANDS LANDING", + "vicnames id": "101490", + "@id": "HOLLANDS-LANDING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CRANBOURNE NORTH", + "vicnames id": "100867", + "@id": "CRANBOURNE-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BURNLEY", + "vicnames id": "100591", + "@id": "BURNLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GENTLE ANNIE", + "vicnames id": "101236", + "@id": "GENTLE-ANNIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SHERBROOKE", + "vicnames id": "102744", + "@id": "SHERBROOKE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GAZETTE", + "vicnames id": "101226", + "@id": "GAZETTE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BELGRAVE SOUTH", + "vicnames id": "100329", + "@id": "BELGRAVE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BULDAH", + "vicnames id": "100545", + "@id": "BULDAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POMONAL", + "vicnames id": "102524", + "@id": "POMONAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENISLA", + "vicnames id": "101292", + "@id": "GLENISLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KELVIN VIEW", + "vicnames id": "101633", + "@id": "KELVIN-VIEW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOONGERAH", + "vicnames id": "101333", + "@id": "GOONGERAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COMBIENBAR", + "vicnames id": "100813", + "@id": "COMBIENBAR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEAUFORT", + "vicnames id": "100320", + "@id": "BEAUFORT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHITTLESEA", + "vicnames id": "103320", + "@id": "WHITTLESEA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALLAN", + "vicnames id": "100237", + "@id": "BALLAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "INGLISTON", + "vicnames id": "101529", + "@id": "INGLISTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALLARAT CENTRAL", + "vicnames id": "100240", + "@id": "BALLARAT-CENTRAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EVANSFORD", + "vicnames id": "101136", + "@id": "EVANSFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOLDIE", + "vicnames id": "101326", + "@id": "GOLDIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "VASEY", + "vicnames id": "103151", + "@id": "VASEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUTCHERS RIDGE", + "vicnames id": "100606", + "@id": "BUTCHERS-RIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LIMESTONE", + "vicnames id": "101848", + "@id": "LIMESTONE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ACHERON", + "vicnames id": "100121", + "@id": "ACHERON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARJARG", + "vicnames id": "100273", + "@id": "BARJARG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DEDDICK VALLEY", + "vicnames id": "100941", + "@id": "DEDDICK-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DINNER PLAIN", + "vicnames id": "100980", + "@id": "DINNER-PLAIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALMORAL", + "vicnames id": "100249", + "@id": "BALMORAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GELANTIPY", + "vicnames id": "101229", + "@id": "GELANTIPY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DAISY HILL", + "vicnames id": "100913", + "@id": "DAISY-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOLDEN POINT", + "vicnames id": "101324", + "@id": "GOLDEN-POINT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TONGIO", + "vicnames id": "103037", + "@id": "TONGIO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAMPBELLTOWN", + "vicnames id": "100639", + "@id": "CAMPBELLTOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LEXTON", + "vicnames id": "101834", + "@id": "LEXTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRANXHOLME", + "vicnames id": "100478", + "@id": "BRANXHOLME", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DIGBY", + "vicnames id": "100972", + "@id": "DIGBY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT EVELYN", + "vicnames id": "102184", + "@id": "MOUNT-EVELYN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CROYDON HILLS", + "vicnames id": "100892", + "@id": "CROYDON-HILLS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "IVANHOE EAST", + "vicnames id": "101549", + "@id": "IVANHOE-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALBION", + "vicnames id": "100136", + "@id": "ALBION", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DUNDONNELL", + "vicnames id": "101036", + "@id": "DUNDONNELL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COLLINGWOOD", + "vicnames id": "100812", + "@id": "COLLINGWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOOROOL", + "vicnames id": "101710", + "@id": "KOOROOL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WATSONS CREEK", + "vicnames id": "103262", + "@id": "WATSONS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TAHARA BRIDGE", + "vicnames id": "102909", + "@id": "TAHARA-BRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THOMSON", + "vicnames id": "103007", + "@id": "THOMSON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KILLARA", + "vicnames id": "101660", + "@id": "KILLARA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MACLEOD", + "vicnames id": "101914", + "@id": "MACLEOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GILLUM", + "vicnames id": "101252", + "@id": "GILLUM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FORBES", + "vicnames id": "101189", + "@id": "FORBES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLARINDA", + "vicnames id": "100757", + "@id": "CLARINDA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LOCH SPORT", + "vicnames id": "101867", + "@id": "LOCH-SPORT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEWSTEAD", + "vicnames id": "102342", + "@id": "NEWSTEAD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GORAE WEST", + "vicnames id": "101341", + "@id": "GORAE-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YANNATHAN", + "vicnames id": "103470", + "@id": "YANNATHAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRASSMERE", + "vicnames id": "101366", + "@id": "GRASSMERE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SWAN BAY", + "vicnames id": "102891", + "@id": "SWAN-BAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CANNONS CREEK", + "vicnames id": "100647", + "@id": "CANNONS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HERNES OAK", + "vicnames id": "101463", + "@id": "HERNES-OAK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WAURN PONDS", + "vicnames id": "103274", + "@id": "WAURN-PONDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LANG LANG", + "vicnames id": "101790", + "@id": "LANG-LANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FLYNNS CREEK", + "vicnames id": "101186", + "@id": "FLYNNS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EDITHVALE", + "vicnames id": "101084", + "@id": "EDITHVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE WELLINGTON", + "vicnames id": "101774", + "@id": "LAKE-WELLINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GHERINGHAP", + "vicnames id": "101245", + "@id": "GHERINGHAP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COBDEN", + "vicnames id": "100784", + "@id": "COBDEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILLUNG SOUTH", + "vicnames id": "103345", + "@id": "WILLUNG-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOOLARRA", + "vicnames id": "100440", + "@id": "BOOLARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JANCOURT", + "vicnames id": "101557", + "@id": "JANCOURT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAMPTON EAST", + "vicnames id": "101415", + "@id": "HAMPTON-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GERRIGERRUP", + "vicnames id": "101243", + "@id": "GERRIGERRUP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NOBLE PARK NORTH", + "vicnames id": "102361", + "@id": "NOBLE-PARK-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ADA", + "vicnames id": "100122", + "@id": "ADA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILLOWVALE", + "vicnames id": "103343", + "@id": "WILLOWVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SILVAN", + "vicnames id": "102747", + "@id": "SILVAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "INVERMAY PARK", + "vicnames id": "101539", + "@id": "INVERMAY-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STONELEIGH", + "vicnames id": "102839", + "@id": "STONELEIGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NERRINA", + "vicnames id": "102323", + "@id": "NERRINA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLUNES", + "vicnames id": "100774", + "@id": "CLUNES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RICHMOND", + "vicnames id": "102617", + "@id": "RICHMOND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THREE BRIDGES", + "vicnames id": "103016", + "@id": "THREE-BRIDGES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT WAVERLEY", + "vicnames id": "102205", + "@id": "MOUNT-WAVERLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HOTSPUR", + "vicnames id": "101502", + "@id": "HOTSPUR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NULLA VALE", + "vicnames id": "102390", + "@id": "NULLA-VALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MONOMAK", + "vicnames id": "102108", + "@id": "MONOMAK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAYINDEEN", + "vicnames id": "100305", + "@id": "BAYINDEEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHINTIN", + "vicnames id": "100746", + "@id": "CHINTIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MUSK VALE", + "vicnames id": "102247", + "@id": "MUSK-VALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BROOKLYN", + "vicnames id": "100515", + "@id": "BROOKLYN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KINGSVILLE", + "vicnames id": "101683", + "@id": "KINGSVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KALORAMA", + "vicnames id": "101594", + "@id": "KALORAMA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LINDENOW SOUTH", + "vicnames id": "101850", + "@id": "LINDENOW-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "VERMONT", + "vicnames id": "103157", + "@id": "VERMONT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOORAK", + "vicnames id": "103061", + "@id": "TOORAK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAW BAW VILLAGE", + "vicnames id": "100303", + "@id": "BAW-BAW-VILLAGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARINGAL", + "vicnames id": "100673", + "@id": "CARINGAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEERIM EAST", + "vicnames id": "102313", + "@id": "NEERIM-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OCEAN GRANGE", + "vicnames id": "102418", + "@id": "OCEAN-GRANGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ILLABAROOK", + "vicnames id": "101522", + "@id": "ILLABAROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MUNRO", + "vicnames id": "102222", + "@id": "MUNRO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CORINDHAP", + "vicnames id": "100840", + "@id": "CORINDHAP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DERRINALLUM", + "vicnames id": "100964", + "@id": "DERRINALLUM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ASHWOOD", + "vicnames id": "100203", + "@id": "ASHWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NOTTING HILL", + "vicnames id": "102384", + "@id": "NOTTING-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HUNTINGDALE", + "vicnames id": "101513", + "@id": "HUNTINGDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OAKLEIGH SOUTH", + "vicnames id": "102416", + "@id": "OAKLEIGH-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MEERLIEU", + "vicnames id": "101999", + "@id": "MEERLIEU", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLEMATIS", + "vicnames id": "100765", + "@id": "CLEMATIS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COLAC", + "vicnames id": "100803", + "@id": "COLAC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HMAS CERBERUS", + "vicnames id": "101487", + "@id": "HMAS-CERBERUS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SOMERS", + "vicnames id": "102774", + "@id": "SOMERS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT MACEDON", + "vicnames id": "102190", + "@id": "MOUNT-MACEDON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MACEDON", + "vicnames id": "101912", + "@id": "MACEDON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NORTHCOTE", + "vicnames id": "102381", + "@id": "NORTHCOTE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FAIRFIELD", + "vicnames id": "101145", + "@id": "FAIRFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FYANSFORD", + "vicnames id": "101213", + "@id": "FYANSFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CERES", + "vicnames id": "100714", + "@id": "CERES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HIGHTON", + "vicnames id": "101478", + "@id": "HIGHTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BLACK RANGE", + "vicnames id": "100397", + "@id": "BLACK-RANGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GREAT WESTERN", + "vicnames id": "101373", + "@id": "GREAT-WESTERN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CULLA", + "vicnames id": "100900", + "@id": "CULLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "METUNG", + "vicnames id": "102038", + "@id": "METUNG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BULLA", + "vicnames id": "100548", + "@id": "BULLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MELBOURNE AIRPORT", + "vicnames id": "102002", + "@id": "MELBOURNE-AIRPORT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARAMUT", + "vicnames id": "100660", + "@id": "CARAMUT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MINHAMITE", + "vicnames id": "102061", + "@id": "MINHAMITE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MINJAH", + "vicnames id": "102064", + "@id": "MINJAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAWKESDALE", + "vicnames id": "101434", + "@id": "HAWKESDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TRIDA", + "vicnames id": "103100", + "@id": "TRIDA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRZELECKI", + "vicnames id": "102869", + "@id": "STRZELECKI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAMBRA", + "vicnames id": "100259", + "@id": "BAMBRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BINGINWARRI", + "vicnames id": "100388", + "@id": "BINGINWARRI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NORTH WONTHAGGI", + "vicnames id": "102380", + "@id": "NORTH-WONTHAGGI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHURCHILL", + "vicnames id": "100752", + "@id": "CHURCHILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HATTAH", + "vicnames id": "101430", + "@id": "HATTAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOYHU", + "vicnames id": "102211", + "@id": "MOYHU", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DURHAM LEAD", + "vicnames id": "101047", + "@id": "DURHAM-LEAD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PASCOE VALE", + "vicnames id": "102461", + "@id": "PASCOE-VALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ELLERSLIE", + "vicnames id": "101094", + "@id": "ELLERSLIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BATESFORD", + "vicnames id": "100300", + "@id": "BATESFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CUNDARE NORTH", + "vicnames id": "100905", + "@id": "CUNDARE-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SKYE", + "vicnames id": "102759", + "@id": "SKYE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THALLOO", + "vicnames id": "102996", + "@id": "THALLOO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BROADMEADOWS", + "vicnames id": "100508", + "@id": "BROADMEADOWS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NORLANE", + "vicnames id": "102369", + "@id": "NORLANE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YALLOURN NORTH", + "vicnames id": "103456", + "@id": "YALLOURN-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EAST GEELONG", + "vicnames id": "101062", + "@id": "EAST-GEELONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FAWKNER", + "vicnames id": "101155", + "@id": "FAWKNER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAZELWOOD SOUTH", + "vicnames id": "101442", + "@id": "HAZELWOOD-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENROY", + "vicnames id": "101312", + "@id": "GLENROY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NAYOOK", + "vicnames id": "102309", + "@id": "NAYOOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HIGHETT", + "vicnames id": "101474", + "@id": "HIGHETT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOISDALE", + "vicnames id": "100421", + "@id": "BOISDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WAIREWA", + "vicnames id": "103178", + "@id": "WAIREWA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAMILTON", + "vicnames id": "101412", + "@id": "HAMILTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SCOTCHMANS LEAD", + "vicnames id": "102703", + "@id": "SCOTCHMANS-LEAD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARRANBALLAC", + "vicnames id": "100692", + "@id": "CARRANBALLAC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WONGA PARK", + "vicnames id": "103374", + "@id": "WONGA-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PIGGOREET", + "vicnames id": "102497", + "@id": "PIGGOREET", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MONTMORENCY", + "vicnames id": "102114", + "@id": "MONTMORENCY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MORRISONS", + "vicnames id": "102148", + "@id": "MORRISONS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRATHMORE HEIGHTS", + "vicnames id": "102865", + "@id": "STRATHMORE-HEIGHTS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KEILOR PARK", + "vicnames id": "101631", + "@id": "KEILOR-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FOOTSCRAY", + "vicnames id": "101188", + "@id": "FOOTSCRAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOODSIDE", + "vicnames id": "103397", + "@id": "WOODSIDE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MCLOUGHLINS BEACH", + "vicnames id": "101988", + "@id": "MCLOUGHLINS-BEACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARENGO", + "vicnames id": "101958", + "@id": "MARENGO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILSONS PROMONTORY", + "vicnames id": "103347", + "@id": "WILSONS-PROMONTORY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALKERVILLE SOUTH", + "vicnames id": "103186", + "@id": "WALKERVILLE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TIDAL RIVER", + "vicnames id": "103017", + "@id": "TIDAL-RIVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SKENES CREEK", + "vicnames id": "102753", + "@id": "SKENES-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARWON DOWNS", + "vicnames id": "100295", + "@id": "BARWON-DOWNS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARLYLE", + "vicnames id": "100682", + "@id": "CARLYLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BONEGILLA", + "vicnames id": "100430", + "@id": "BONEGILLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SNAKE ISLAND", + "vicnames id": "102771", + "@id": "SNAKE-ISLAND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILD DOG VALLEY", + "vicnames id": "103329", + "@id": "WILD-DOG-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MUNTHAM", + "vicnames id": "102223", + "@id": "MUNTHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLOVER FLAT", + "vicnames id": "100770", + "@id": "CLOVER-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PAKENHAM", + "vicnames id": "102444", + "@id": "PAKENHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BENTLEIGH EAST", + "vicnames id": "100355", + "@id": "BENTLEIGH-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BENTLEIGH", + "vicnames id": "100354", + "@id": "BENTLEIGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ST ANDREWS BEACH", + "vicnames id": "102807", + "@id": "ST-ANDREWS-BEACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARMSTRONG", + "vicnames id": "100193", + "@id": "ARMSTRONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENMAGGIE", + "vicnames id": "101302", + "@id": "GLENMAGGIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ELEVATED PLAINS", + "vicnames id": "101090", + "@id": "ELEVATED-PLAINS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEREMBOKE", + "vicnames id": "100357", + "@id": "BEREMBOKE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STAUGHTON VALE", + "vicnames id": "102827", + "@id": "STAUGHTON-VALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TAROON", + "vicnames id": "102948", + "@id": "TAROON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JAM JERRUP", + "vicnames id": "101554", + "@id": "JAM-JERRUP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THE HONEYSUCKLES", + "vicnames id": "103001", + "@id": "THE-HONEYSUCKLES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNGADOR", + "vicnames id": "100573", + "@id": "BUNGADOR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THE COVE", + "vicnames id": "102998", + "@id": "THE-COVE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COWLEYS CREEK", + "vicnames id": "100860", + "@id": "COWLEYS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARDIGAN", + "vicnames id": "100667", + "@id": "CARDIGAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LUCAS", + "vicnames id": "104278", + "@id": "LUCAS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BONA VISTA", + "vicnames id": "100427", + "@id": "BONA-VISTA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CALIVIL", + "vicnames id": "100624", + "@id": "CALIVIL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PRAIRIE", + "vicnames id": "102554", + "@id": "PRAIRIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FORGE CREEK", + "vicnames id": "101191", + "@id": "FORGE-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BANKSIA PENINSULA", + "vicnames id": "103706", + "@id": "BANKSIA-PENINSULA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROBERTSONS BEACH", + "vicnames id": "102631", + "@id": "ROBERTSONS-BEACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NOWHERE CREEK", + "vicnames id": "102386", + "@id": "NOWHERE-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ELMHURST", + "vicnames id": "101097", + "@id": "ELMHURST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENPATRICK", + "vicnames id": "101308", + "@id": "GLENPATRICK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEWLYN", + "vicnames id": "102337", + "@id": "NEWLYN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DEAN", + "vicnames id": "100939", + "@id": "DEAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MALVERN EAST", + "vicnames id": "101942", + "@id": "MALVERN-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GAINSBOROUGH", + "vicnames id": "101214", + "@id": "GAINSBOROUGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARYVALE", + "vicnames id": "101978", + "@id": "MARYVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MORWELL", + "vicnames id": "102152", + "@id": "MORWELL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KALKALLO", + "vicnames id": "101591", + "@id": "KALKALLO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURRAY-SUNSET", + "vicnames id": "102238", + "@id": "MURRAY-SUNSET", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MERRICKS", + "vicnames id": "102026", + "@id": "MERRICKS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ANAKIE", + "vicnames id": "100163", + "@id": "ANAKIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PORTSEA", + "vicnames id": "102547", + "@id": "PORTSEA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOL TOL", + "vicnames id": "103029", + "@id": "TOL-TOL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NINDA", + "vicnames id": "102351", + "@id": "NINDA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SEA LAKE", + "vicnames id": "102707", + "@id": "SEA-LAKE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EVERTON UPPER", + "vicnames id": "101140", + "@id": "EVERTON-UPPER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARRAWINGEE", + "vicnames id": "102953", + "@id": "TARRAWINGEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EVERTON", + "vicnames id": "101139", + "@id": "EVERTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SOUTH MORANG", + "vicnames id": "102782", + "@id": "SOUTH-MORANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EPPING", + "vicnames id": "101119", + "@id": "EPPING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SHEPPARTON", + "vicnames id": "102741", + "@id": "SHEPPARTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KIALLA", + "vicnames id": "101654", + "@id": "KIALLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SCARSDALE", + "vicnames id": "102701", + "@id": "SCARSDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEWTOWN", + "vicnames id": "102343", + "@id": "NEWTOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MANNIBADAR", + "vicnames id": "101951", + "@id": "MANNIBADAR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAPE CLEAR", + "vicnames id": "100651", + "@id": "CAPE-CLEAR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PITFIELD", + "vicnames id": "102509", + "@id": "PITFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MAUDE", + "vicnames id": "101982", + "@id": "MAUDE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SUGARLOAF", + "vicnames id": "102871", + "@id": "SUGARLOAF", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AINTREE", + "vicnames id": "123259", + "@id": "AINTREE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COBBLEBANK", + "vicnames id": "123254", + "@id": "COBBLEBANK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRANITE ROCK", + "vicnames id": "101360", + "@id": "GRANITE-ROCK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MELWOOD", + "vicnames id": "102007", + "@id": "MELWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "VIEWBANK", + "vicnames id": "103163", + "@id": "VIEWBANK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ST ALBANS", + "vicnames id": "102804", + "@id": "ST-ALBANS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MAFFRA WEST UPPER", + "vicnames id": "101924", + "@id": "MAFFRA-WEST-UPPER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TAYLOR BAY", + "vicnames id": "102969", + "@id": "TAYLOR-BAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MONT ALBERT NORTH", + "vicnames id": "102112", + "@id": "MONT-ALBERT-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AIRLY", + "vicnames id": "100129", + "@id": "AIRLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COONGULLA", + "vicnames id": "100826", + "@id": "COONGULLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TYNTYNDER SOUTH", + "vicnames id": "103126", + "@id": "TYNTYNDER-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURRAWEE", + "vicnames id": "102237", + "@id": "MURRAWEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SWAN HILL", + "vicnames id": "102892", + "@id": "SWAN-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DELAHEY", + "vicnames id": "100946", + "@id": "DELAHEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FISH CREEK", + "vicnames id": "101169", + "@id": "FISH-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SANDY POINT", + "vicnames id": "102695", + "@id": "SANDY-POINT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BERWICK", + "vicnames id": "100365", + "@id": "BERWICK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OFFICER", + "vicnames id": "102421", + "@id": "OFFICER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TYRRELL DOWNS", + "vicnames id": "103132", + "@id": "TYRRELL-DOWNS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHILLINGOLLAH", + "vicnames id": "100741", + "@id": "CHILLINGOLLAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MEAD", + "vicnames id": "101991", + "@id": "MEAD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MCMILLANS", + "vicnames id": "101990", + "@id": "MCMILLANS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RUNNYMEDE", + "vicnames id": "102668", + "@id": "RUNNYMEDE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AVONMORE", + "vicnames id": "100216", + "@id": "AVONMORE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MYRTLE CREEK", + "vicnames id": "102258", + "@id": "MYRTLE-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SUTTON GRANGE", + "vicnames id": "102890", + "@id": "SUTTON-GRANGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAYNTON", + "vicnames id": "100307", + "@id": "BAYNTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOOLAMAI", + "vicnames id": "103406", + "@id": "WOOLAMAI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PRINCETOWN", + "vicnames id": "102558", + "@id": "PRINCETOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FERGUSON", + "vicnames id": "101157", + "@id": "FERGUSON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RESEARCH", + "vicnames id": "102605", + "@id": "RESEARCH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TANDARRA", + "vicnames id": "102928", + "@id": "TANDARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MAIDEN GULLY", + "vicnames id": "101926", + "@id": "MAIDEN-GULLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOLDEN SQUARE", + "vicnames id": "101325", + "@id": "GOLDEN-SQUARE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AXEDALE", + "vicnames id": "100219", + "@id": "AXEDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KNOWSLEY", + "vicnames id": "101690", + "@id": "KNOWSLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EPPALOCK", + "vicnames id": "101118", + "@id": "EPPALOCK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOLLERT", + "vicnames id": "103369", + "@id": "WOLLERT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MERNDA", + "vicnames id": "102022", + "@id": "MERNDA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAWTHORN EAST", + "vicnames id": "101437", + "@id": "HAWTHORN-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KATUNGA", + "vicnames id": "101620", + "@id": "KATUNGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOORCAN", + "vicnames id": "100448", + "@id": "BOORCAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROBINVALE", + "vicnames id": "102632", + "@id": "ROBINVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SUNSHINE", + "vicnames id": "102881", + "@id": "SUNSHINE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SUNSHINE WEST", + "vicnames id": "102883", + "@id": "SUNSHINE-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAYSWATER NORTH", + "vicnames id": "100310", + "@id": "BAYSWATER-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAYSWATER", + "vicnames id": "100309", + "@id": "BAYSWATER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAPE PATERSON", + "vicnames id": "100654", + "@id": "CAPE-PATERSON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MANNS BEACH", + "vicnames id": "101952", + "@id": "MANNS-BEACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEIDELBERG HEIGHTS", + "vicnames id": "101455", + "@id": "HEIDELBERG-HEIGHTS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "IVANHOE", + "vicnames id": "101548", + "@id": "IVANHOE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHILDERS", + "vicnames id": "100740", + "@id": "CHILDERS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAMLYN HEIGHTS", + "vicnames id": "101413", + "@id": "HAMLYN-HEIGHTS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EGANSTOWN", + "vicnames id": "101085", + "@id": "EGANSTOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TERANG", + "vicnames id": "102986", + "@id": "TERANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MORIAC", + "vicnames id": "102144", + "@id": "MORIAC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MODEWARRE", + "vicnames id": "102089", + "@id": "MODEWARRE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PARAPARAP", + "vicnames id": "102452", + "@id": "PARAPARAP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EPSOM", + "vicnames id": "101120", + "@id": "EPSOM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EAGLEHAWK", + "vicnames id": "101056", + "@id": "EAGLEHAWK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JACKASS FLAT", + "vicnames id": "101552", + "@id": "JACKASS-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OAK PARK", + "vicnames id": "102411", + "@id": "OAK-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARRA VALLEY", + "vicnames id": "102949", + "@id": "TARRA-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MACKS CREEK", + "vicnames id": "101913", + "@id": "MACKS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRIM", + "vicnames id": "100499", + "@id": "BRIM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAH", + "vicnames id": "101749", + "@id": "LAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "VERMONT SOUTH", + "vicnames id": "103158", + "@id": "VERMONT-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WERNETH", + "vicnames id": "103292", + "@id": "WERNETH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOOLE POOLE", + "vicnames id": "100444", + "@id": "BOOLE-POOLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "VESPER", + "vicnames id": "103160", + "@id": "VESPER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SIMPSONS CREEK", + "vicnames id": "102751", + "@id": "SIMPSONS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARRANDYTE", + "vicnames id": "103238", + "@id": "WARRANDYTE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALPHINGTON", + "vicnames id": "100153", + "@id": "ALPHINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CORRINGLE", + "vicnames id": "100849", + "@id": "CORRINGLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WICKLIFFE", + "vicnames id": "103327", + "@id": "WICKLIFFE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SOMERTON", + "vicnames id": "102775", + "@id": "SOMERTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MORNINGTON", + "vicnames id": "102145", + "@id": "MORNINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOOROODUC", + "vicnames id": "102136", + "@id": "MOOROODUC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CABBAGE TREE CREEK", + "vicnames id": "100618", + "@id": "CABBAGE-TREE-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SANDHURST", + "vicnames id": "102690", + "@id": "SANDHURST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BESSIEBELLE", + "vicnames id": "100367", + "@id": "BESSIEBELLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WIMBLEDON HEIGHTS", + "vicnames id": "103348", + "@id": "WIMBLEDON-HEIGHTS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YARRA GLEN", + "vicnames id": "103474", + "@id": "YARRA-GLEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YERING", + "vicnames id": "103494", + "@id": "YERING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRUYERE", + "vicnames id": "101394", + "@id": "GRUYERE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOORI YALLOCK", + "vicnames id": "103415", + "@id": "WOORI-YALLOCK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRODRIBB RIVER", + "vicnames id": "100510", + "@id": "BRODRIBB-RIVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LUBECK", + "vicnames id": "101897", + "@id": "LUBECK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ST HELENS PLAINS", + "vicnames id": "102814", + "@id": "ST-HELENS-PLAINS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BONANG", + "vicnames id": "100428", + "@id": "BONANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BENDOC", + "vicnames id": "100349", + "@id": "BENDOC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILLATOOK", + "vicnames id": "103334", + "@id": "WILLATOOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NORTH SHORE", + "vicnames id": "102377", + "@id": "NORTH-SHORE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PEARSONDALE", + "vicnames id": "102473", + "@id": "PEARSONDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LILLICO", + "vicnames id": "101838", + "@id": "LILLICO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GELLIONDALE", + "vicnames id": "101233", + "@id": "GELLIONDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WEEAPROINAH", + "vicnames id": "103280", + "@id": "WEEAPROINAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEDLEY", + "vicnames id": "101452", + "@id": "HEDLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PASTORIA EAST", + "vicnames id": "102464", + "@id": "PASTORIA-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YULECART", + "vicnames id": "103504", + "@id": "YULECART", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KILMANY", + "vicnames id": "101665", + "@id": "KILMANY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROSEDALE", + "vicnames id": "102653", + "@id": "ROSEDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALLANS FLAT", + "vicnames id": "100144", + "@id": "ALLANS-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OSBORNES FLAT", + "vicnames id": "102434", + "@id": "OSBORNES-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YELTA", + "vicnames id": "103490", + "@id": "YELTA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MERBEIN", + "vicnames id": "102015", + "@id": "MERBEIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOWMANS FOREST", + "vicnames id": "100466", + "@id": "BOWMANS-FOREST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GAPSTED", + "vicnames id": "101216", + "@id": "GAPSTED", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHOROULY", + "vicnames id": "103322", + "@id": "WHOROULY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHOROULY EAST", + "vicnames id": "103323", + "@id": "WHOROULY-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SEBASTIAN", + "vicnames id": "102715", + "@id": "SEBASTIAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAMPBELLS FOREST", + "vicnames id": "100637", + "@id": "CAMPBELLS-FOREST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RAVENSWOOD", + "vicnames id": "102582", + "@id": "RAVENSWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEATHCOTE", + "vicnames id": "101446", + "@id": "HEATHCOTE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RAVENSWOOD SOUTH", + "vicnames id": "102584", + "@id": "RAVENSWOOD-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEATHCOTE SOUTH", + "vicnames id": "101448", + "@id": "HEATHCOTE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HERNE HILL", + "vicnames id": "101461", + "@id": "HERNE-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALLINGTON", + "vicnames id": "103195", + "@id": "WALLINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OCEAN GROVE", + "vicnames id": "102420", + "@id": "OCEAN-GROVE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DEANSIDE", + "vicnames id": "123262", + "@id": "DEANSIDE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FIELDSTONE", + "vicnames id": "123260", + "@id": "FIELDSTONE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FRASER RISE", + "vicnames id": "123261", + "@id": "FRASER-RISE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HARKNESS", + "vicnames id": "123252", + "@id": "HARKNESS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THORNHILL PARK", + "vicnames id": "123256", + "@id": "THORNHILL-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANTIRNA SOUTH", + "vicnames id": "103220", + "@id": "WANTIRNA-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SCORESBY", + "vicnames id": "102702", + "@id": "SCORESBY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENAIRE", + "vicnames id": "101273", + "@id": "GLENAIRE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JOHANNA", + "vicnames id": "101576", + "@id": "JOHANNA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CORA LYNN", + "vicnames id": "100835", + "@id": "CORA-LYNN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RYE", + "vicnames id": "102676", + "@id": "RYE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MYOLA", + "vicnames id": "102253", + "@id": "MYOLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALMATTUM", + "vicnames id": "100248", + "@id": "BALMATTUM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARRAWEENEY", + "vicnames id": "101970", + "@id": "MARRAWEENEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KITHBROOK", + "vicnames id": "101688", + "@id": "KITHBROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLARENDON", + "vicnames id": "100755", + "@id": "CLARENDON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRIAGOLONG", + "vicnames id": "100488", + "@id": "BRIAGOLONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARRANWOOD", + "vicnames id": "103240", + "@id": "WARRANWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARDEER", + "vicnames id": "100188", + "@id": "ARDEER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SEVILLE", + "vicnames id": "102725", + "@id": "SEVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRAYBROOK", + "vicnames id": "100480", + "@id": "BRAYBROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FITZROY NORTH", + "vicnames id": "101174", + "@id": "FITZROY-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAZEL PARK", + "vicnames id": "101438", + "@id": "HAZEL-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SWAN MARSH", + "vicnames id": "102895", + "@id": "SWAN-MARSH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAANG", + "vicnames id": "101740", + "@id": "LAANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WATTLE HILL", + "vicnames id": "103270", + "@id": "WATTLE-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FINGAL", + "vicnames id": "101168", + "@id": "FINGAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOOSEY", + "vicnames id": "100455", + "@id": "BOOSEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HORDERN VALE", + "vicnames id": "101497", + "@id": "HORDERN-VALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALKERVILLE", + "vicnames id": "103185", + "@id": "WALKERVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARATAH BAY", + "vicnames id": "103223", + "@id": "WARATAH-BAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GERANGAMETE", + "vicnames id": "101240", + "@id": "GERANGAMETE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOUGHS BAY", + "vicnames id": "101346", + "@id": "GOUGHS-BAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TALLANGATTA EAST", + "vicnames id": "102915", + "@id": "TALLANGATTA-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TALLANGATTA SOUTH", + "vicnames id": "102916", + "@id": "TALLANGATTA-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AVALON", + "vicnames id": "100210", + "@id": "AVALON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NARRAWONG", + "vicnames id": "102294", + "@id": "NARRAWONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOLWARRA", + "vicnames id": "100425", + "@id": "BOLWARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALLESTREE", + "vicnames id": "100148", + "@id": "ALLESTREE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DUTTON WAY", + "vicnames id": "101053", + "@id": "DUTTON-WAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TALGARNO", + "vicnames id": "102912", + "@id": "TALGARNO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BETHANGA", + "vicnames id": "100371", + "@id": "BETHANGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BELLBRIDGE", + "vicnames id": "100335", + "@id": "BELLBRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ABERFELDIE", + "vicnames id": "100119", + "@id": "ABERFELDIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOONEE PONDS", + "vicnames id": "102123", + "@id": "MOONEE-PONDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CONNEWIRRICOO", + "vicnames id": "100820", + "@id": "CONNEWIRRICOO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOOROOLBARK", + "vicnames id": "102137", + "@id": "MOOROOLBARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MONTROSE", + "vicnames id": "102115", + "@id": "MONTROSE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YANDOIT HILLS", + "vicnames id": "103466", + "@id": "YANDOIT-HILLS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FRANKLINFORD", + "vicnames id": "101199", + "@id": "FRANKLINFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENAROUA", + "vicnames id": "101276", + "@id": "GLENAROUA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PYALONG", + "vicnames id": "102566", + "@id": "PYALONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HIGH CAMP", + "vicnames id": "101473", + "@id": "HIGH-CAMP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DARNUM", + "vicnames id": "100931", + "@id": "DARNUM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLOVERLEA", + "vicnames id": "100772", + "@id": "CLOVERLEA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DENISON", + "vicnames id": "100952", + "@id": "DENISON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NALANGIL", + "vicnames id": "102265", + "@id": "NALANGIL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JEERALANG", + "vicnames id": "101563", + "@id": "JEERALANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JANCOURT EAST", + "vicnames id": "101559", + "@id": "JANCOURT-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOOTGAROOK", + "vicnames id": "103065", + "@id": "TOOTGAROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JUMBUK", + "vicnames id": "101580", + "@id": "JUMBUK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENFYNE", + "vicnames id": "101281", + "@id": "GLENFYNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLEN FORBES", + "vicnames id": "101264", + "@id": "GLEN-FORBES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EASTERN VIEW", + "vicnames id": "101067", + "@id": "EASTERN-VIEW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MEPUNGA", + "vicnames id": "102012", + "@id": "MEPUNGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CORONET BAY", + "vicnames id": "100846", + "@id": "CORONET-BAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STACEYS BRIDGE", + "vicnames id": "102820", + "@id": "STACEYS-BRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RINGWOOD NORTH", + "vicnames id": "102625", + "@id": "RINGWOOD-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SWAN REACH", + "vicnames id": "102896", + "@id": "SWAN-REACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PASCHENDALE", + "vicnames id": "102460", + "@id": "PASCHENDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MERRIMU", + "vicnames id": "102032", + "@id": "MERRIMU", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ABERFELDY", + "vicnames id": "100120", + "@id": "ABERFELDY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TULLAMARINE", + "vicnames id": "103108", + "@id": "TULLAMARINE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DROUIN EAST", + "vicnames id": "101015", + "@id": "DROUIN-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BENNISON", + "vicnames id": "100353", + "@id": "BENNISON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUMBERRAH", + "vicnames id": "100561", + "@id": "BUMBERRAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOOROOL", + "vicnames id": "100453", + "@id": "BOOROOL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARDAN", + "vicnames id": "101957", + "@id": "MARDAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TINTALDRA", + "vicnames id": "103026", + "@id": "TINTALDRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RESERVOIR", + "vicnames id": "102606", + "@id": "RESERVOIR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COBURG NORTH", + "vicnames id": "100793", + "@id": "COBURG-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DENVER", + "vicnames id": "100955", + "@id": "DENVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEVERIDGE", + "vicnames id": "100375", + "@id": "BEVERIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YEO", + "vicnames id": "103492", + "@id": "YEO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DARLIMURLA", + "vicnames id": "100928", + "@id": "DARLIMURLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SANDFORD", + "vicnames id": "102688", + "@id": "SANDFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARRAJUNG SOUTH", + "vicnames id": "100690", + "@id": "CARRAJUNG-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT CLEAR", + "vicnames id": "102169", + "@id": "MOUNT-CLEAR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE EILDON", + "vicnames id": "101758", + "@id": "LAKE-EILDON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURCHISON", + "vicnames id": "102225", + "@id": "MURCHISON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MORGIANA", + "vicnames id": "102143", + "@id": "MORGIANA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NAMBROK", + "vicnames id": "102268", + "@id": "NAMBROK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YAMBUNA", + "vicnames id": "103459", + "@id": "YAMBUNA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TONGALA", + "vicnames id": "103035", + "@id": "TONGALA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KINGSTON", + "vicnames id": "101682", + "@id": "KINGSTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SPRINGMOUNT", + "vicnames id": "102801", + "@id": "SPRINGMOUNT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EYNESBURY", + "vicnames id": "101143", + "@id": "EYNESBURY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT COTTRELL", + "vicnames id": "102172", + "@id": "MOUNT-COTTRELL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KERRISDALE", + "vicnames id": "101647", + "@id": "KERRISDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRATH CREEK", + "vicnames id": "102851", + "@id": "STRATH-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DUNROBIN", + "vicnames id": "101045", + "@id": "DUNROBIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CASTERTON", + "vicnames id": "100700", + "@id": "CASTERTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE BOLAC", + "vicnames id": "101753", + "@id": "LAKE-BOLAC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WESTMERE", + "vicnames id": "103307", + "@id": "WESTMERE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WISELEIGH", + "vicnames id": "103367", + "@id": "WISELEIGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOWANBRAE", + "vicnames id": "101349", + "@id": "GOWANBRAE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NARRAPUMELAP SOUTH", + "vicnames id": "102293", + "@id": "NARRAPUMELAP-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ELAINE", + "vicnames id": "101088", + "@id": "ELAINE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAW BAW", + "vicnames id": "100302", + "@id": "BAW-BAW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARRANDYTE SOUTH", + "vicnames id": "103239", + "@id": "WARRANDYTE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FITZROY", + "vicnames id": "101172", + "@id": "FITZROY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANDIN EAST", + "vicnames id": "103205", + "@id": "WANDIN-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YATCHAW", + "vicnames id": "103486", + "@id": "YATCHAW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DEREEL", + "vicnames id": "100959", + "@id": "DEREEL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT MERCER", + "vicnames id": "102193", + "@id": "MOUNT-MERCER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENFALLOCH", + "vicnames id": "103510", + "@id": "GLENFALLOCH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PARK ORCHARDS", + "vicnames id": "102453", + "@id": "PARK-ORCHARDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CORIO", + "vicnames id": "100842", + "@id": "CORIO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DREEITE", + "vicnames id": "101006", + "@id": "DREEITE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PORT FRANKLIN", + "vicnames id": "102539", + "@id": "PORT-FRANKLIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NOWA NOWA", + "vicnames id": "102385", + "@id": "NOWA-NOWA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SYDENHAM", + "vicnames id": "102901", + "@id": "SYDENHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOOKAAR", + "vicnames id": "100436", + "@id": "BOOKAAR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KORUMBURRA", + "vicnames id": "101718", + "@id": "KORUMBURRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHITELAW", + "vicnames id": "103316", + "@id": "WHITELAW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MONEGEETTA", + "vicnames id": "102106", + "@id": "MONEGEETTA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOLINDA", + "vicnames id": "100423", + "@id": "BOLINDA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SILVERLEAVES", + "vicnames id": "102748", + "@id": "SILVERLEAVES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ELLINBANK", + "vicnames id": "101096", + "@id": "ELLINBANK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CANADIAN", + "vicnames id": "100642", + "@id": "CANADIAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KENSINGTON", + "vicnames id": "101640", + "@id": "KENSINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAULFIELD NORTH", + "vicnames id": "100710", + "@id": "CAULFIELD-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAULFIELD EAST", + "vicnames id": "100709", + "@id": "CAULFIELD-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARRAJUNG", + "vicnames id": "100688", + "@id": "CARRAJUNG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SUNSET STRIP", + "vicnames id": "102880", + "@id": "SUNSET-STRIP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARLISLE RIVER", + "vicnames id": "100676", + "@id": "CARLISLE-RIVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SMITHS BEACH", + "vicnames id": "102763", + "@id": "SMITHS-BEACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALBERTON", + "vicnames id": "100134", + "@id": "ALBERTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SAFETY BEACH", + "vicnames id": "102678", + "@id": "SAFETY-BEACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POOWONG", + "vicnames id": "102529", + "@id": "POOWONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DELBURN", + "vicnames id": "100950", + "@id": "DELBURN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "VITE VITE", + "vicnames id": "103167", + "@id": "VITE-VITE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FRANKSTON NORTH", + "vicnames id": "101202", + "@id": "FRANKSTON-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YEA", + "vicnames id": "103488", + "@id": "YEA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURRINDINDI", + "vicnames id": "102242", + "@id": "MURRINDINDI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOORA", + "vicnames id": "103056", + "@id": "TOORA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AGNES", + "vicnames id": "100126", + "@id": "AGNES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CALLIGNEE SOUTH", + "vicnames id": "100628", + "@id": "CALLIGNEE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT TASSIE", + "vicnames id": "102201", + "@id": "MOUNT-TASSIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BLACKWARRY", + "vicnames id": "100404", + "@id": "BLACKWARRY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BENWERRIN", + "vicnames id": "100356", + "@id": "BENWERRIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LORNE", + "vicnames id": "101889", + "@id": "LORNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUFFALO", + "vicnames id": "100542", + "@id": "BUFFALO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MIDDLE TARWIN", + "vicnames id": "102045", + "@id": "MIDDLE-TARWIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LANGWARRIN", + "vicnames id": "101799", + "@id": "LANGWARRIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SEASPRAY", + "vicnames id": "102712", + "@id": "SEASPRAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GIFFARD", + "vicnames id": "101247", + "@id": "GIFFARD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SIMPSON", + "vicnames id": "102750", + "@id": "SIMPSON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DREEITE SOUTH", + "vicnames id": "101008", + "@id": "DREEITE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARRION", + "vicnames id": "103246", + "@id": "WARRION", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GISBORNE", + "vicnames id": "101256", + "@id": "GISBORNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GISBORNE SOUTH", + "vicnames id": "101257", + "@id": "GISBORNE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KEILOR DOWNS", + "vicnames id": "101626", + "@id": "KEILOR-DOWNS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHARLTON", + "vicnames id": "100722", + "@id": "CHARLTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DOOBOOBETIC", + "vicnames id": "100995", + "@id": "DOOBOOBETIC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YEUNGROON", + "vicnames id": "103495", + "@id": "YEUNGROON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KURUNJANG", + "vicnames id": "101732", + "@id": "KURUNJANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRUNSWICK", + "vicnames id": "100526", + "@id": "BRUNSWICK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DERRIMUT", + "vicnames id": "100962", + "@id": "DERRIMUT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAVERTON NORTH", + "vicnames id": "101811", + "@id": "LAVERTON-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MERRICKS BEACH", + "vicnames id": "102027", + "@id": "MERRICKS-BEACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SHOREHAM", + "vicnames id": "102745", + "@id": "SHOREHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FLINDERS", + "vicnames id": "101180", + "@id": "FLINDERS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PORTLAND NORTH", + "vicnames id": "102545", + "@id": "PORTLAND-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CASHMORE", + "vicnames id": "100697", + "@id": "CASHMORE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PORTLAND WEST", + "vicnames id": "102546", + "@id": "PORTLAND-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNTAIN BAY", + "vicnames id": "102206", + "@id": "MOUNTAIN-BAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOOLANGI", + "vicnames id": "103043", + "@id": "TOOLANGI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALLIANG EAST", + "vicnames id": "100246", + "@id": "BALLIANG-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TRAYNORS LAGOON", + "vicnames id": "103092", + "@id": "TRAYNORS-LAGOON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YORK PLAINS", + "vicnames id": "103501", + "@id": "YORK-PLAINS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KORUMBURRA SOUTH", + "vicnames id": "101719", + "@id": "KORUMBURRA-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JUMBUNNA", + "vicnames id": "101581", + "@id": "JUMBUNNA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT BEST", + "vicnames id": "102157", + "@id": "MOUNT-BEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GREENHILL", + "vicnames id": "101378", + "@id": "GREENHILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SEBASTOPOL", + "vicnames id": "102717", + "@id": "SEBASTOPOL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MIRIMBAH", + "vicnames id": "102074", + "@id": "MIRIMBAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PRAHRAN", + "vicnames id": "102553", + "@id": "PRAHRAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CONNEWARRE", + "vicnames id": "100819", + "@id": "CONNEWARRE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TORQUAY", + "vicnames id": "103066", + "@id": "TORQUAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MYRTLEBANK", + "vicnames id": "102259", + "@id": "MYRTLEBANK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BLACKWOOD", + "vicnames id": "100405", + "@id": "BLACKWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GREENDALE", + "vicnames id": "101377", + "@id": "GREENDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MYRNIONG", + "vicnames id": "102254", + "@id": "MYRNIONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MIDDLE PARK", + "vicnames id": "102044", + "@id": "MIDDLE-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ST KILDA", + "vicnames id": "102815", + "@id": "ST-KILDA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ST KILDA WEST", + "vicnames id": "102818", + "@id": "ST-KILDA-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAMBRIAN HILL", + "vicnames id": "100633", + "@id": "CAMBRIAN-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LONG FOREST", + "vicnames id": "101878", + "@id": "LONG-FOREST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BONSHAW", + "vicnames id": "100435", + "@id": "BONSHAW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MAIDSTONE", + "vicnames id": "101927", + "@id": "MAIDSTONE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHATSWORTH", + "vicnames id": "100724", + "@id": "CHATSWORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOOYONG", + "vicnames id": "101712", + "@id": "KOOYONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GILDEROY", + "vicnames id": "101250", + "@id": "GILDEROY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LISMORE", + "vicnames id": "101857", + "@id": "LISMORE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MCCRAE", + "vicnames id": "101983", + "@id": "MCCRAE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GIFFARD WEST", + "vicnames id": "101248", + "@id": "GIFFARD-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PIRRON YALLOCK", + "vicnames id": "102507", + "@id": "PIRRON-YALLOCK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALNARRING", + "vicnames id": "100250", + "@id": "BALNARRING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LUCKNOW", + "vicnames id": "101898", + "@id": "LUCKNOW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FERNBANK", + "vicnames id": "101160", + "@id": "FERNBANK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHITTINGTON", + "vicnames id": "103319", + "@id": "WHITTINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PIER MILAN", + "vicnames id": "102495", + "@id": "PIER-MILAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TEMPY", + "vicnames id": "102983", + "@id": "TEMPY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NANDALY", + "vicnames id": "102269", + "@id": "NANDALY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TYENNA", + "vicnames id": "103118", + "@id": "TYENNA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COBAINS", + "vicnames id": "100780", + "@id": "COBAINS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TAYLORS HILL", + "vicnames id": "102970", + "@id": "TAYLORS-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SARSFIELD", + "vicnames id": "102697", + "@id": "SARSFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BURNSIDE HEIGHTS", + "vicnames id": "100593", + "@id": "BURNSIDE-HEIGHTS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ELLIMINYT", + "vicnames id": "101095", + "@id": "ELLIMINYT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FLOWERDALE", + "vicnames id": "101183", + "@id": "FLOWERDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLONBINANE", + "vicnames id": "100769", + "@id": "CLONBINANE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EURACK", + "vicnames id": "101131", + "@id": "EURACK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OMBERSLEY", + "vicnames id": "102425", + "@id": "OMBERSLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEEAC", + "vicnames id": "100323", + "@id": "BEEAC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEATHMERE", + "vicnames id": "101450", + "@id": "HEATHMERE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OUTTRIM", + "vicnames id": "102436", + "@id": "OUTTRIM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WEERING", + "vicnames id": "103281", + "@id": "WEERING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DOLLAR", + "vicnames id": "100988", + "@id": "DOLLAR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOMBAT CREEK", + "vicnames id": "103370", + "@id": "WOMBAT-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BULN BULN", + "vicnames id": "100559", + "@id": "BULN-BULN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GARFIELD", + "vicnames id": "101218", + "@id": "GARFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DROUIN SOUTH", + "vicnames id": "101016", + "@id": "DROUIN-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT ELIZA", + "vicnames id": "102182", + "@id": "MOUNT-ELIZA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THOMSON", + "vicnames id": "103006", + "@id": "THOMSON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BELMONT", + "vicnames id": "100341", + "@id": "BELMONT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NARINGAL EAST", + "vicnames id": "102288", + "@id": "NARINGAL-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FAIRBANK", + "vicnames id": "101144", + "@id": "FAIRBANK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUDGEREE", + "vicnames id": "100540", + "@id": "BUDGEREE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARONGAROOK WEST", + "vicnames id": "100284", + "@id": "BARONGAROOK-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HOMERTON", + "vicnames id": "101492", + "@id": "HOMERTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TYERS", + "vicnames id": "103119", + "@id": "TYERS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GNARWARRE", + "vicnames id": "101316", + "@id": "GNARWARRE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARDINIA", + "vicnames id": "100669", + "@id": "CARDINIA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CURLEWIS", + "vicnames id": "100909", + "@id": "CURLEWIS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LEOPOLD", + "vicnames id": "101830", + "@id": "LEOPOLD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LINTON", + "vicnames id": "101854", + "@id": "LINTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MEADOW HEIGHTS", + "vicnames id": "101993", + "@id": "MEADOW-HEIGHTS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROWSLEY", + "vicnames id": "102660", + "@id": "ROWSLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALKERVILLE NORTH", + "vicnames id": "104954", + "@id": "WALKERVILLE-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FLORA HILL", + "vicnames id": "101181", + "@id": "FLORA-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ASCOT", + "vicnames id": "100199", + "@id": "ASCOT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILLOW GROVE", + "vicnames id": "103341", + "@id": "WILLOW-GROVE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TANJIL SOUTH", + "vicnames id": "102932", + "@id": "TANJIL-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SPRING GULLY", + "vicnames id": "102793", + "@id": "SPRING-GULLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COOJAR", + "vicnames id": "100821", + "@id": "COOJAR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LANCE CREEK", + "vicnames id": "101784", + "@id": "LANCE-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CROYDON", + "vicnames id": "100891", + "@id": "CROYDON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KILSYTH", + "vicnames id": "101669", + "@id": "KILSYTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SEDGWICK", + "vicnames id": "102719", + "@id": "SEDGWICK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARCHIES CREEK", + "vicnames id": "100187", + "@id": "ARCHIES-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POOWONG EAST", + "vicnames id": "102530", + "@id": "POOWONG-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLOMAR BEACH", + "vicnames id": "101315", + "@id": "GLOMAR-BEACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARRAJUNG LOWER", + "vicnames id": "100689", + "@id": "CARRAJUNG-LOWER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOLDEN BEACH", + "vicnames id": "101320", + "@id": "GOLDEN-BEACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BULN BULN EAST", + "vicnames id": "100560", + "@id": "BULN-BULN-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARISBROOK", + "vicnames id": "100674", + "@id": "CARISBROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARYBOROUGH", + "vicnames id": "101975", + "@id": "MARYBOROUGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENGARRY NORTH", + "vicnames id": "101284", + "@id": "GLENGARRY-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PORTARLINGTON", + "vicnames id": "102543", + "@id": "PORTARLINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CRANBOURNE SOUTH", + "vicnames id": "100868", + "@id": "CRANBOURNE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CROYDON NORTH", + "vicnames id": "100893", + "@id": "CROYDON-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KALIMNA WEST", + "vicnames id": "101590", + "@id": "KALIMNA-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAPE CONRAN", + "vicnames id": "100652", + "@id": "CAPE-CONRAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WATERHOLES", + "vicnames id": "103257", + "@id": "WATERHOLES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BADGER CREEK", + "vicnames id": "100225", + "@id": "BADGER-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LILYDALE", + "vicnames id": "101843", + "@id": "LILYDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MILLGROVE", + "vicnames id": "102052", + "@id": "MILLGROVE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARRINGTON", + "vicnames id": "102958", + "@id": "TARRINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROSANNA", + "vicnames id": "102647", + "@id": "ROSANNA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CODRINGTON", + "vicnames id": "100798", + "@id": "CODRINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARCUS HILL", + "vicnames id": "101956", + "@id": "MARCUS-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WINNINDOO", + "vicnames id": "103362", + "@id": "WINNINDOO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DRUMBORG", + "vicnames id": "101019", + "@id": "DRUMBORG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HARMERS HAVEN", + "vicnames id": "101424", + "@id": "HARMERS-HAVEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PORT WELSHPOOL", + "vicnames id": "102542", + "@id": "PORT-WELSHPOOL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GREY RIVER", + "vicnames id": "101390", + "@id": "GREY-RIVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "APOLLO BAY", + "vicnames id": "100170", + "@id": "APOLLO-BAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YUULONG", + "vicnames id": "103507", + "@id": "YUULONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BITTERN", + "vicnames id": "100395", + "@id": "BITTERN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ANGLESEA", + "vicnames id": "100167", + "@id": "ANGLESEA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SORRENTO", + "vicnames id": "102777", + "@id": "SORRENTO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARRNAMBOOL", + "vicnames id": "103248", + "@id": "WARRNAMBOOL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BULLAHARRE", + "vicnames id": "100549", + "@id": "BULLAHARRE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALOOK", + "vicnames id": "100253", + "@id": "BALOOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOOLARRA SOUTH", + "vicnames id": "100442", + "@id": "BOOLARRA-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FORREST", + "vicnames id": "101192", + "@id": "FORREST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BLACKBURN NORTH", + "vicnames id": "100401", + "@id": "BLACKBURN-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CANTERBURY", + "vicnames id": "100649", + "@id": "CANTERBURY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAMBERWELL", + "vicnames id": "100632", + "@id": "CAMBERWELL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DUNACH", + "vicnames id": "101035", + "@id": "DUNACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STONY CREEK", + "vicnames id": "102840", + "@id": "STONY-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOORLOO ARM", + "vicnames id": "103062", + "@id": "TOORLOO-ARM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AIRE VALLEY", + "vicnames id": "100127", + "@id": "AIRE-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GELLIBRAND LOWER", + "vicnames id": "101232", + "@id": "GELLIBRAND-LOWER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SKENES CREEK NORTH", + "vicnames id": "102754", + "@id": "SKENES-CREEK-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAPE OTWAY", + "vicnames id": "100653", + "@id": "CAPE-OTWAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PETTICOAT CREEK", + "vicnames id": "102489", + "@id": "PETTICOAT-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARRAGUL SOUTH", + "vicnames id": "103235", + "@id": "WARRAGUL-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LARDNER", + "vicnames id": "101802", + "@id": "LARDNER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRIT BRIT", + "vicnames id": "100505", + "@id": "BRIT-BRIT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DRIK DRIK", + "vicnames id": "101011", + "@id": "DRIK-DRIK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT RICHMOND", + "vicnames id": "102198", + "@id": "MOUNT-RICHMOND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOODLEIGH", + "vicnames id": "103393", + "@id": "WOODLEIGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YARRAGON", + "vicnames id": "103477", + "@id": "YARRAGON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YARRAGON SOUTH", + "vicnames id": "103478", + "@id": "YARRAGON-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JARRAHMOND", + "vicnames id": "101561", + "@id": "JARRAHMOND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BETE BOLONG", + "vicnames id": "100369", + "@id": "BETE-BOLONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEWMERELLA", + "vicnames id": "102339", + "@id": "NEWMERELLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOX HILL NORTH", + "vicnames id": "100469", + "@id": "BOX-HILL-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FLAGSTAFF", + "vicnames id": "101176", + "@id": "FLAGSTAFF", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "VERVALE", + "vicnames id": "103159", + "@id": "VERVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOOLAP", + "vicnames id": "102116", + "@id": "MOOLAP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THE SISTERS", + "vicnames id": "103003", + "@id": "THE-SISTERS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FOSTER NORTH", + "vicnames id": "101194", + "@id": "FOSTER-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARTHURS SEAT", + "vicnames id": "100197", + "@id": "ARTHURS-SEAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ELINGAMITE", + "vicnames id": "101091", + "@id": "ELINGAMITE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALLANSFORD", + "vicnames id": "100146", + "@id": "ALLANSFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YEODENE", + "vicnames id": "103493", + "@id": "YEODENE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TABOR", + "vicnames id": "102905", + "@id": "TABOR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MINGAY", + "vicnames id": "102060", + "@id": "MINGAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARLTON", + "vicnames id": "100679", + "@id": "CARLTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ST HELENS", + "vicnames id": "102813", + "@id": "ST-HELENS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LARRALEA", + "vicnames id": "101804", + "@id": "LARRALEA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ASPENDALE", + "vicnames id": "100204", + "@id": "ASPENDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MONTGOMERY", + "vicnames id": "102113", + "@id": "MONTGOMERY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FOXHOW", + "vicnames id": "101196", + "@id": "FOXHOW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BANGHOLME", + "vicnames id": "100263", + "@id": "BANGHOLME", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARYKNOLL", + "vicnames id": "101976", + "@id": "MARYKNOLL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALLAMBEE RESERVE", + "vicnames id": "100140", + "@id": "ALLAMBEE-RESERVE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HESKET", + "vicnames id": "101464", + "@id": "HESKET", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLAYTON", + "vicnames id": "100761", + "@id": "CLAYTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MULGRAVE", + "vicnames id": "102219", + "@id": "MULGRAVE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOORNONG", + "vicnames id": "101338", + "@id": "GOORNONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KIMBOLTON", + "vicnames id": "101671", + "@id": "KIMBOLTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LYAL", + "vicnames id": "101901", + "@id": "LYAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "REDESDALE", + "vicnames id": "102598", + "@id": "REDESDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MALLACOOTA", + "vicnames id": "101937", + "@id": "MALLACOOTA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOSTAREE", + "vicnames id": "103070", + "@id": "TOSTAREE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RUFFY", + "vicnames id": "102666", + "@id": "RUFFY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HARCOURT NORTH", + "vicnames id": "101422", + "@id": "HARCOURT-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CREEK VIEW", + "vicnames id": "121980", + "@id": "CREEK-VIEW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOLLONGGHIP", + "vicnames id": "102101", + "@id": "MOLLONGGHIP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NARRE WARREN NORTH", + "vicnames id": "102297", + "@id": "NARRE-WARREN-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEIDELBERG", + "vicnames id": "101454", + "@id": "HEIDELBERG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EAGLEMONT", + "vicnames id": "101058", + "@id": "EAGLEMONT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TESBURY", + "vicnames id": "102993", + "@id": "TESBURY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TANDAROOK", + "vicnames id": "102927", + "@id": "TANDAROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALLACEDALE", + "vicnames id": "103188", + "@id": "WALLACEDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TECOMA", + "vicnames id": "102973", + "@id": "TECOMA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FUMINA", + "vicnames id": "101210", + "@id": "FUMINA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NARRE WARREN EAST", + "vicnames id": "102296", + "@id": "NARRE-WARREN-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DAWSON", + "vicnames id": "100937", + "@id": "DAWSON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KNEBSWORTH", + "vicnames id": "101689", + "@id": "KNEBSWORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BLACK ROCK", + "vicnames id": "100399", + "@id": "BLACK-ROCK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MORTLAKE", + "vicnames id": "102150", + "@id": "MORTLAKE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOONGABBIE", + "vicnames id": "103054", + "@id": "TOONGABBIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SUTHERLANDS CREEK", + "vicnames id": "102888", + "@id": "SUTHERLANDS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DOVETON", + "vicnames id": "101005", + "@id": "DOVETON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARUNAH PARK", + "vicnames id": "100291", + "@id": "BARUNAH-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NUNAWADING", + "vicnames id": "102396", + "@id": "NUNAWADING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THE BASIN", + "vicnames id": "102997", + "@id": "THE-BASIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SPRINGDALLAH", + "vicnames id": "102797", + "@id": "SPRINGDALLAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BURNSIDE", + "vicnames id": "100592", + "@id": "BURNSIDE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CROXTON EAST", + "vicnames id": "100890", + "@id": "CROXTON-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOSSIFACE", + "vicnames id": "102153", + "@id": "MOSSIFACE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KINGS PARK", + "vicnames id": "101680", + "@id": "KINGS-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LOCH VALLEY", + "vicnames id": "101868", + "@id": "LOCH-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STOCKDALE", + "vicnames id": "102835", + "@id": "STOCKDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAHGALLAH", + "vicnames id": "100229", + "@id": "BAHGALLAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEWFIELD", + "vicnames id": "102332", + "@id": "NEWFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARRENLEA", + "vicnames id": "102957", + "@id": "TARRENLEA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RAINBOW", + "vicnames id": "102575", + "@id": "RAINBOW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WODONGA", + "vicnames id": "103368", + "@id": "WODONGA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LENEVA", + "vicnames id": "101825", + "@id": "LENEVA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TAHARA", + "vicnames id": "102907", + "@id": "TAHARA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NICHOLSON", + "vicnames id": "102347", + "@id": "NICHOLSON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PORT CAMPBELL", + "vicnames id": "102537", + "@id": "PORT-CAMPBELL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROMSEY", + "vicnames id": "102646", + "@id": "ROMSEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PORT ALBERT", + "vicnames id": "102536", + "@id": "PORT-ALBERT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAUNCHING PLACE", + "vicnames id": "101806", + "@id": "LAUNCHING-PLACE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YARRA JUNCTION", + "vicnames id": "103475", + "@id": "YARRA-JUNCTION", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLADYSDALE", + "vicnames id": "101260", + "@id": "GLADYSDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PAKENHAM UPPER", + "vicnames id": "102446", + "@id": "PAKENHAM-UPPER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE TYERS", + "vicnames id": "101771", + "@id": "LAKE-TYERS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE TYRRELL", + "vicnames id": "101773", + "@id": "LAKE-TYRRELL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TYLDEN", + "vicnames id": "103121", + "@id": "TYLDEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FERN HILL", + "vicnames id": "101158", + "@id": "FERN-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARNCOORT", + "vicnames id": "103229", + "@id": "WARNCOORT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COLAC EAST", + "vicnames id": "100805", + "@id": "COLAC-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BARONGAROOK", + "vicnames id": "100283", + "@id": "BARONGAROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAROMI", + "vicnames id": "100282", + "@id": "BAROMI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JEETHO", + "vicnames id": "101565", + "@id": "JEETHO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NIRRANDA", + "vicnames id": "102356", + "@id": "NIRRANDA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WINDSOR", + "vicnames id": "103353", + "@id": "WINDSOR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MONBULK", + "vicnames id": "102105", + "@id": "MONBULK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BURWOOD", + "vicnames id": "100601", + "@id": "BURWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAMGANIE", + "vicnames id": "100260", + "@id": "BAMGANIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LETHBRIDGE", + "vicnames id": "101833", + "@id": "LETHBRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRATHDOWNIE", + "vicnames id": "102857", + "@id": "STRATHDOWNIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT WALLACE", + "vicnames id": "102204", + "@id": "MOUNT-WALLACE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEND OF ISLANDS", + "vicnames id": "100347", + "@id": "BEND-OF-ISLANDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARRAYURE", + "vicnames id": "103241", + "@id": "WARRAYURE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ELTHAM NORTH", + "vicnames id": "101105", + "@id": "ELTHAM-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WATSONIA NORTH", + "vicnames id": "103261", + "@id": "WATSONIA-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ELTHAM", + "vicnames id": "101103", + "@id": "ELTHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KEILOR LODGE", + "vicnames id": "101629", + "@id": "KEILOR-LODGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALFREDTON", + "vicnames id": "100138", + "@id": "ALFREDTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SOUTH WHARF", + "vicnames id": "103517", + "@id": "SOUTH-WHARF", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHEELERS HILL", + "vicnames id": "103311", + "@id": "WHEELERS-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROWVILLE", + "vicnames id": "102661", + "@id": "ROWVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEWRY", + "vicnames id": "102341", + "@id": "NEWRY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TINAMBA WEST", + "vicnames id": "103025", + "@id": "TINAMBA-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MAFFRA", + "vicnames id": "101923", + "@id": "MAFFRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHAPPLE VALE", + "vicnames id": "100718", + "@id": "CHAPPLE-VALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAVERS HILL", + "vicnames id": "101808", + "@id": "LAVERS-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT DUNEED", + "vicnames id": "102178", + "@id": "MOUNT-DUNEED", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PENNYROYAL", + "vicnames id": "102478", + "@id": "PENNYROYAL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FOSTER", + "vicnames id": "101193", + "@id": "FOSTER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YANAKIE", + "vicnames id": "103463", + "@id": "YANAKIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WURDIBOLUC", + "vicnames id": "103434", + "@id": "WURDIBOLUC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GHERANG", + "vicnames id": "101244", + "@id": "GHERANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WINCHELSEA SOUTH", + "vicnames id": "103351", + "@id": "WINCHELSEA-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BELLBRAE", + "vicnames id": "100334", + "@id": "BELLBRAE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WENSLEYDALE", + "vicnames id": "103289", + "@id": "WENSLEYDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FISKVILLE", + "vicnames id": "101171", + "@id": "FISKVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALMURTA", + "vicnames id": "100151", + "@id": "ALMURTA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STONY CREEK", + "vicnames id": "102842", + "@id": "STONY-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ASHBOURNE", + "vicnames id": "100201", + "@id": "ASHBOURNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAROLINE SPRINGS", + "vicnames id": "100685", + "@id": "CAROLINE-SPRINGS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROCKBANK", + "vicnames id": "102639", + "@id": "ROCKBANK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HILLSIDE", + "vicnames id": "101485", + "@id": "HILLSIDE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHELTENHAM", + "vicnames id": "100728", + "@id": "CHELTENHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEAUMARIS", + "vicnames id": "100321", + "@id": "BEAUMARIS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TEMPLESTOWE", + "vicnames id": "102980", + "@id": "TEMPLESTOWE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TEMPLESTOWE LOWER", + "vicnames id": "102981", + "@id": "TEMPLESTOWE-LOWER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COWES", + "vicnames id": "100859", + "@id": "COWES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT TAYLOR", + "vicnames id": "102202", + "@id": "MOUNT-TAYLOR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FRAMLINGHAM", + "vicnames id": "101197", + "@id": "FRAMLINGHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PURNIM", + "vicnames id": "102564", + "@id": "PURNIM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NAROGHID", + "vicnames id": "102289", + "@id": "NAROGHID", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GARVOC", + "vicnames id": "101222", + "@id": "GARVOC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AVONSLEIGH", + "vicnames id": "100217", + "@id": "AVONSLEIGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURRUMBEENA", + "vicnames id": "102244", + "@id": "MURRUMBEENA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PLUMPTON", + "vicnames id": "102514", + "@id": "PLUMPTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MELTON", + "vicnames id": "102003", + "@id": "MELTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MELTON WEST", + "vicnames id": "102005", + "@id": "MELTON-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GREENSBOROUGH", + "vicnames id": "101381", + "@id": "GREENSBOROUGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HOPETOUN PARK", + "vicnames id": "101495", + "@id": "HOPETOUN-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BONNIE BROOK", + "vicnames id": "123258", + "@id": "BONNIE-BROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRANGEFIELDS", + "vicnames id": "123257", + "@id": "GRANGEFIELDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BROOKFIELD", + "vicnames id": "100513", + "@id": "BROOKFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COIMADAI", + "vicnames id": "100801", + "@id": "COIMADAI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT TOOLEBEWONG", + "vicnames id": "102203", + "@id": "MOUNT-TOOLEBEWONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAPPY VALLEY", + "vicnames id": "101418", + "@id": "HAPPY-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DON VALLEY", + "vicnames id": "100989", + "@id": "DON-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SUNSHINE NORTH", + "vicnames id": "102882", + "@id": "SUNSHINE-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BIG PATS CREEK", + "vicnames id": "100382", + "@id": "BIG-PATS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAIRNLEA", + "vicnames id": "100620", + "@id": "CAIRNLEA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ESSENDON WEST", + "vicnames id": "101129", + "@id": "ESSENDON-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AVONDALE HEIGHTS", + "vicnames id": "100215", + "@id": "AVONDALE-HEIGHTS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DEER PARK", + "vicnames id": "100944", + "@id": "DEER-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RAVENHALL", + "vicnames id": "102581", + "@id": "RAVENHALL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BULLEEN", + "vicnames id": "100555", + "@id": "BULLEEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PURA PURA", + "vicnames id": "102560", + "@id": "PURA-PURA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOODHOUSE", + "vicnames id": "103392", + "@id": "WOODHOUSE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARMSTRONG CREEK", + "vicnames id": "104540", + "@id": "ARMSTRONG-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LARA", + "vicnames id": "101801", + "@id": "LARA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLEN ALVIE", + "vicnames id": "101261", + "@id": "GLEN-ALVIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RYANSTON", + "vicnames id": "102675", + "@id": "RYANSTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOOD WOOD", + "vicnames id": "103385", + "@id": "WOOD-WOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MIRALIE", + "vicnames id": "102068", + "@id": "MIRALIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PENTAL ISLAND", + "vicnames id": "102482", + "@id": "PENTAL-ISLAND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FISH POINT", + "vicnames id": "101170", + "@id": "FISH-POINT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BENJEROOP", + "vicnames id": "100351", + "@id": "BENJEROOP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MYSTIC PARK", + "vicnames id": "102262", + "@id": "MYSTIC-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LADYS PASS", + "vicnames id": "101743", + "@id": "LADYS-PASS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EDI", + "vicnames id": "101082", + "@id": "EDI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DUMOSA", + "vicnames id": "101033", + "@id": "DUMOSA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HAMPTON", + "vicnames id": "101414", + "@id": "HAMPTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ST HELENA", + "vicnames id": "103590", + "@id": "ST-HELENA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARNEET", + "vicnames id": "103231", + "@id": "WARNEET", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOORA NORTH", + "vicnames id": "103057", + "@id": "TOORA-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "INVERLOCH", + "vicnames id": "101535", + "@id": "INVERLOCH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HUNTERSTON", + "vicnames id": "101512", + "@id": "HUNTERSTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEECH FOREST", + "vicnames id": "100324", + "@id": "BEECH-FOREST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EUROBIN", + "vicnames id": "101134", + "@id": "EUROBIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POREPUNKAH", + "vicnames id": "102535", + "@id": "POREPUNKAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT BUFFALO", + "vicnames id": "102160", + "@id": "MOUNT-BUFFALO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUCKLAND", + "vicnames id": "100534", + "@id": "BUCKLAND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PICOLA", + "vicnames id": "102492", + "@id": "PICOLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOTUPNA", + "vicnames id": "101723", + "@id": "KOTUPNA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARPENDEIT", + "vicnames id": "100687", + "@id": "CARPENDEIT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "AIREYS INLET", + "vicnames id": "100128", + "@id": "AIREYS-INLET", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GUNYAH", + "vicnames id": "101400", + "@id": "GUNYAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JACK RIVER", + "vicnames id": "101551", + "@id": "JACK-RIVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DIXIE", + "vicnames id": "100981", + "@id": "DIXIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PURNIM WEST", + "vicnames id": "102565", + "@id": "PURNIM-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FRENCH ISLAND", + "vicnames id": "101205", + "@id": "FRENCH-ISLAND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WANGOOM", + "vicnames id": "103217", + "@id": "WANGOOM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YANGERY", + "vicnames id": "103467", + "@id": "YANGERY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BELLS BEACH", + "vicnames id": "100340", + "@id": "BELLS-BEACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT HELEN", + "vicnames id": "102187", + "@id": "MOUNT-HELEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WRIXON", + "vicnames id": "103427", + "@id": "WRIXON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WESTMEADOWS", + "vicnames id": "103306", + "@id": "WESTMEADOWS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CHIRNSIDE PARK", + "vicnames id": "100747", + "@id": "CHIRNSIDE-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TETOORA ROAD", + "vicnames id": "102994", + "@id": "TETOORA-ROAD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POMBORNEIT EAST", + "vicnames id": "102522", + "@id": "POMBORNEIT-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARRUM DOWNS", + "vicnames id": "100695", + "@id": "CARRUM-DOWNS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KAWARREN", + "vicnames id": "101621", + "@id": "KAWARREN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "VENTNOR", + "vicnames id": "103154", + "@id": "VENTNOR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RHYLL", + "vicnames id": "102610", + "@id": "RHYLL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EAST SALE", + "vicnames id": "101064", + "@id": "EAST-SALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BELL PARK", + "vicnames id": "100330", + "@id": "BELL-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NORTH GEELONG", + "vicnames id": "102374", + "@id": "NORTH-GEELONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STONEHAVEN", + "vicnames id": "102837", + "@id": "STONEHAVEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MERRICKS NORTH", + "vicnames id": "102028", + "@id": "MERRICKS-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SOUTH PURRUMBETE", + "vicnames id": "102783", + "@id": "SOUTH-PURRUMBETE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT FRANKLIN", + "vicnames id": "102185", + "@id": "MOUNT-FRANKLIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DARGO", + "vicnames id": "100925", + "@id": "DARGO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COWA", + "vicnames id": "100857", + "@id": "COWA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FARADAY", + "vicnames id": "101152", + "@id": "FARADAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CASTELLA", + "vicnames id": "100699", + "@id": "CASTELLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YAN YEAN", + "vicnames id": "103461", + "@id": "YAN-YEAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DOREEN", + "vicnames id": "101000", + "@id": "DOREEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAPELS CROSSING", + "vicnames id": "100657", + "@id": "CAPELS-CROSSING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "REEDY LAKE", + "vicnames id": "102603", + "@id": "REEDY-LAKE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KERANG", + "vicnames id": "101641", + "@id": "KERANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MCKENZIE HILL", + "vicnames id": "101986", + "@id": "MCKENZIE-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LONGWOOD EAST", + "vicnames id": "101888", + "@id": "LONGWOOD-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARCOMBE", + "vicnames id": "102941", + "@id": "TARCOMBE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ST ANDREWS", + "vicnames id": "102806", + "@id": "ST-ANDREWS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MARIBYRNONG", + "vicnames id": "101959", + "@id": "MARIBYRNONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SHEPHERDS FLAT", + "vicnames id": "102740", + "@id": "SHEPHERDS-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SUNBURY", + "vicnames id": "102877", + "@id": "SUNBURY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DIGGERS REST", + "vicnames id": "100974", + "@id": "DIGGERS-REST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PARWAN", + "vicnames id": "102459", + "@id": "PARWAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HADFIELD", + "vicnames id": "101405", + "@id": "HADFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BREAMLEA", + "vicnames id": "100484", + "@id": "BREAMLEA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SANDRINGHAM", + "vicnames id": "102693", + "@id": "SANDRINGHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WHIRILY", + "vicnames id": "103313", + "@id": "WHIRILY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STEWARTON", + "vicnames id": "102832", + "@id": "STEWARTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "UPOTIPOTPON", + "vicnames id": "103140", + "@id": "UPOTIPOTPON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MELTON SOUTH", + "vicnames id": "102004", + "@id": "MELTON-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRATHTULLOH", + "vicnames id": "123255", + "@id": "STRATHTULLOH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENBURN", + "vicnames id": "101278", + "@id": "GLENBURN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LYONVILLE", + "vicnames id": "101906", + "@id": "LYONVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KINGLAKE", + "vicnames id": "101673", + "@id": "KINGLAKE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILLUNG", + "vicnames id": "103344", + "@id": "WILLUNG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HIAMDALE", + "vicnames id": "101471", + "@id": "HIAMDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DELACOMBE", + "vicnames id": "100945", + "@id": "DELACOMBE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TERRICK TERRICK EAST", + "vicnames id": "102992", + "@id": "TERRICK-TERRICK-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MILL PARK", + "vicnames id": "102050", + "@id": "MILL-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TERRICK TERRICK", + "vicnames id": "102991", + "@id": "TERRICK-TERRICK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TINAMBA", + "vicnames id": "103024", + "@id": "TINAMBA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MALVERN", + "vicnames id": "101941", + "@id": "MALVERN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ARMADALE", + "vicnames id": "100192", + "@id": "ARMADALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THOMASTOWN", + "vicnames id": "103005", + "@id": "THOMASTOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNDOORA", + "vicnames id": "100568", + "@id": "BUNDOORA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WYNDHAM VALE", + "vicnames id": "103443", + "@id": "WYNDHAM-VALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MANOR LAKES", + "vicnames id": "122956", + "@id": "MANOR-LAKES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WERRIBEE", + "vicnames id": "103295", + "@id": "WERRIBEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MAMBOURIN", + "vicnames id": "101943", + "@id": "MAMBOURIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DIAMOND CREEK", + "vicnames id": "100971", + "@id": "DIAMOND-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WATTLE GLEN", + "vicnames id": "103269", + "@id": "WATTLE-GLEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DARTMOOR", + "vicnames id": "100934", + "@id": "DARTMOOR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WINNAP", + "vicnames id": "103361", + "@id": "WINNAP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEWBOROUGH", + "vicnames id": "102328", + "@id": "NEWBOROUGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ESSENDON FIELDS", + "vicnames id": "103717", + "@id": "ESSENDON-FIELDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PANTON HILL", + "vicnames id": "102449", + "@id": "PANTON-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YENDON", + "vicnames id": "103491", + "@id": "YENDON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRATHKELLAR", + "vicnames id": "102860", + "@id": "STRATHKELLAR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DALLAS", + "vicnames id": "100915", + "@id": "DALLAS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DANDENONG SOUTH", + "vicnames id": "100922", + "@id": "DANDENONG-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BELL POST HILL", + "vicnames id": "100331", + "@id": "BELL-POST-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THORPDALE SOUTH", + "vicnames id": "103013", + "@id": "THORPDALE-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GELLIBRAND", + "vicnames id": "101230", + "@id": "GELLIBRAND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MADALYA", + "vicnames id": "101920", + "@id": "MADALYA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARRAVILLE", + "vicnames id": "102951", + "@id": "TARRAVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT SABINE", + "vicnames id": "102200", + "@id": "MOUNT-SABINE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARWIN LOWER", + "vicnames id": "102961", + "@id": "TARWIN-LOWER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LANGSBOROUGH", + "vicnames id": "101798", + "@id": "LANGSBOROUGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "VENUS BAY", + "vicnames id": "103155", + "@id": "VENUS-BAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAMPBELLFIELD", + "vicnames id": "100634", + "@id": "CAMPBELLFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALVIE", + "vicnames id": "100157", + "@id": "ALVIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CORAGULAC", + "vicnames id": "100838", + "@id": "CORAGULAC", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALINTORE", + "vicnames id": "100236", + "@id": "BALINTORE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CORUNNUN", + "vicnames id": "100851", + "@id": "CORUNNUN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OLD TALLANGATTA", + "vicnames id": "102423", + "@id": "OLD-TALLANGATTA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TALLANGATTA", + "vicnames id": "102914", + "@id": "TALLANGATTA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOORARRA WEST", + "vicnames id": "103414", + "@id": "WOORARRA-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WYELANGTA", + "vicnames id": "103442", + "@id": "WYELANGTA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SOUTH DUDLEY", + "vicnames id": "102778", + "@id": "SOUTH-DUDLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KENNETT RIVER", + "vicnames id": "101637", + "@id": "KENNETT-RIVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNTAIN VIEW", + "vicnames id": "102207", + "@id": "MOUNTAIN-VIEW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FERNDALE", + "vicnames id": "101162", + "@id": "FERNDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COCKATOO", + "vicnames id": "100796", + "@id": "COCKATOO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THE GURDIES", + "vicnames id": "102999", + "@id": "THE-GURDIES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MITIAMO", + "vicnames id": "102080", + "@id": "MITIAMO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STANHOPE", + "vicnames id": "102824", + "@id": "STANHOPE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FULHAM", + "vicnames id": "101209", + "@id": "FULHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT ECCLES", + "vicnames id": "102179", + "@id": "MOUNT-ECCLES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARAG CARAG", + "vicnames id": "100658", + "@id": "CARAG-CARAG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COLIGNAN", + "vicnames id": "100811", + "@id": "COLIGNAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TAYLORS LAKES", + "vicnames id": "102971", + "@id": "TAYLORS-LAKES", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BONNIE DOON", + "vicnames id": "100434", + "@id": "BONNIE-DOON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KEILOR", + "vicnames id": "101624", + "@id": "KEILOR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BLACKBURN SOUTH", + "vicnames id": "100402", + "@id": "BLACKBURN-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BURWOOD EAST", + "vicnames id": "100602", + "@id": "BURWOOD-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BONEO", + "vicnames id": "100431", + "@id": "BONEO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SPRINGFIELD", + "vicnames id": "102798", + "@id": "SPRINGFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALWYN NORTH", + "vicnames id": "100255", + "@id": "BALWYN-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNKERS HILL", + "vicnames id": "100583", + "@id": "BUNKERS-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MITCHAM", + "vicnames id": "102076", + "@id": "MITCHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YALCA", + "vicnames id": "103451", + "@id": "YALCA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRATHMERTON", + "vicnames id": "102863", + "@id": "STRATHMERTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEARII", + "vicnames id": "100316", + "@id": "BEARII", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEPBURN SPRINGS", + "vicnames id": "101460", + "@id": "HEPBURN-SPRINGS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEYWOOD", + "vicnames id": "101470", + "@id": "HEYWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TYRENDARRA", + "vicnames id": "103127", + "@id": "TYRENDARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YALLOURN", + "vicnames id": "103454", + "@id": "YALLOURN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOODFORD", + "vicnames id": "103390", + "@id": "WOODFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUSHFIELD", + "vicnames id": "100604", + "@id": "BUSHFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LANCEFIELD", + "vicnames id": "101785", + "@id": "LANCEFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WINTER VALLEY", + "vicnames id": "122907", + "@id": "WINTER-VALLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAURISTON", + "vicnames id": "101807", + "@id": "LAURISTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CRANBOURNE WEST", + "vicnames id": "100869", + "@id": "CRANBOURNE-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WEERITE", + "vicnames id": "103282", + "@id": "WEERITE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOORADIN", + "vicnames id": "103060", + "@id": "TOORADIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LANGWARRIN SOUTH", + "vicnames id": "101800", + "@id": "LANGWARRIN-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SOUTH GEELONG", + "vicnames id": "102779", + "@id": "SOUTH-GEELONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARRAGUL WEST", + "vicnames id": "103236", + "@id": "WARRAGUL-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRADBROKE", + "vicnames id": "102845", + "@id": "STRADBROKE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TRAFALGAR SOUTH", + "vicnames id": "103083", + "@id": "TRAFALGAR-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GREENWALD", + "vicnames id": "101384", + "@id": "GREENWALD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "UPPER PLENTY", + "vicnames id": "103146", + "@id": "UPPER-PLENTY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WAHRING", + "vicnames id": "103176", + "@id": "WAHRING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOULBURN WEIR", + "vicnames id": "101348", + "@id": "GOULBURN-WEIR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KIRWANS BRIDGE", + "vicnames id": "101687", + "@id": "KIRWANS-BRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "EDEN PARK", + "vicnames id": "101079", + "@id": "EDEN-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MERINO", + "vicnames id": "102021", + "@id": "MERINO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TAHARA WEST", + "vicnames id": "102910", + "@id": "TAHARA-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRASSDALE", + "vicnames id": "101365", + "@id": "GRASSDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COROROOKE", + "vicnames id": "100848", + "@id": "COROROOKE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNDING", + "vicnames id": "100567", + "@id": "BUNDING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WEST FOOTSCRAY", + "vicnames id": "103301", + "@id": "WEST-FOOTSCRAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOTTENHAM", + "vicnames id": "103071", + "@id": "TOTTENHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAVERTON", + "vicnames id": "101809", + "@id": "LAVERTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILLIAMS LANDING", + "vicnames id": "103338", + "@id": "WILLIAMS-LANDING", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALNARRING BEACH", + "vicnames id": "100251", + "@id": "BALNARRING-BEACH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POINT LEO", + "vicnames id": "102516", + "@id": "POINT-LEO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PATHO", + "vicnames id": "102467", + "@id": "PATHO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HARKAWAY", + "vicnames id": "101423", + "@id": "HARKAWAY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GUYS HILL", + "vicnames id": "101402", + "@id": "GUYS-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALWYN", + "vicnames id": "100254", + "@id": "BALWYN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KILLARNEY", + "vicnames id": "101662", + "@id": "KILLARNEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PIEDMONT", + "vicnames id": "102494", + "@id": "PIEDMONT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLEN HUNTLY", + "vicnames id": "101265", + "@id": "GLEN-HUNTLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OAKLEIGH", + "vicnames id": "102413", + "@id": "OAKLEIGH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ERICA", + "vicnames id": "101123", + "@id": "ERICA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RAWSON", + "vicnames id": "102585", + "@id": "RAWSON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TRAVANCORE", + "vicnames id": "103088", + "@id": "TRAVANCORE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEERIM SOUTH", + "vicnames id": "102316", + "@id": "NEERIM-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PITTONG", + "vicnames id": "102511", + "@id": "PITTONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENMORE", + "vicnames id": "101303", + "@id": "GLENMORE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALHALLA", + "vicnames id": "103182", + "@id": "WALHALLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COOPERS CREEK", + "vicnames id": "100831", + "@id": "COOPERS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "THORNTON", + "vicnames id": "103010", + "@id": "THORNTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RUBICON", + "vicnames id": "102663", + "@id": "RUBICON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NAR NAR GOON", + "vicnames id": "102276", + "@id": "NAR-NAR-GOON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TYNONG", + "vicnames id": "103123", + "@id": "TYNONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LONGWARRY NORTH", + "vicnames id": "101886", + "@id": "LONGWARRY-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNYIP", + "vicnames id": "100584", + "@id": "BUNYIP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MURROON", + "vicnames id": "102243", + "@id": "MURROON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "IRREWARRA", + "vicnames id": "101544", + "@id": "IRREWARRA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ONDIT", + "vicnames id": "102429", + "@id": "ONDIT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WALLACE", + "vicnames id": "103187", + "@id": "WALLACE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COTTLES BRIDGE", + "vicnames id": "100856", + "@id": "COTTLES-BRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRAESIDE", + "vicnames id": "100475", + "@id": "BRAESIDE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WATERWAYS", + "vicnames id": "103259", + "@id": "WATERWAYS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WINGEEL", + "vicnames id": "103357", + "@id": "WINGEEL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HESSE", + "vicnames id": "101465", + "@id": "HESSE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SEPARATION CREEK", + "vicnames id": "102722", + "@id": "SEPARATION-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DINGEE", + "vicnames id": "100977", + "@id": "DINGEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SMYTHES CREEK", + "vicnames id": "102767", + "@id": "SMYTHES-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NINTINGBOOL", + "vicnames id": "102354", + "@id": "NINTINGBOOL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SMYTHESDALE", + "vicnames id": "102769", + "@id": "SMYTHESDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BLAIRGOWRIE", + "vicnames id": "100406", + "@id": "BLAIRGOWRIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RED HILL SOUTH", + "vicnames id": "102591", + "@id": "RED-HILL-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KARDELLA SOUTH", + "vicnames id": "101611", + "@id": "KARDELLA-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARWARP", + "vicnames id": "100696", + "@id": "CARWARP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FAIRHAVEN", + "vicnames id": "101147", + "@id": "FAIRHAVEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROSEBROOK", + "vicnames id": "102650", + "@id": "ROSEBROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BALLIANG", + "vicnames id": "100245", + "@id": "BALLIANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GUILDFORD", + "vicnames id": "101396", + "@id": "GUILDFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LAKE GARDENS", + "vicnames id": "101761", + "@id": "LAKE-GARDENS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NERRENA", + "vicnames id": "102320", + "@id": "NERRENA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "POUND CREEK", + "vicnames id": "102549", + "@id": "POUND-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YINNAR", + "vicnames id": "103499", + "@id": "YINNAR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ILLOWA", + "vicnames id": "101524", + "@id": "ILLOWA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CUDGEE", + "vicnames id": "100897", + "@id": "CUDGEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ELINGAMITE NORTH", + "vicnames id": "101092", + "@id": "ELINGAMITE-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PORTLAND", + "vicnames id": "102544", + "@id": "PORTLAND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STONYFORD", + "vicnames id": "102844", + "@id": "STONYFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOORNALLA", + "vicnames id": "101708", + "@id": "KOORNALLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRANTVILLE", + "vicnames id": "101361", + "@id": "GRANTVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BEENAK", + "vicnames id": "100326", + "@id": "BEENAK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAULFIELD SOUTH", + "vicnames id": "100711", + "@id": "CAULFIELD-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEXHAM", + "vicnames id": "101466", + "@id": "HEXHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HUGHESDALE", + "vicnames id": "101509", + "@id": "HUGHESDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RAYMOND ISLAND", + "vicnames id": "102586", + "@id": "RAYMOND-ISLAND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOON NURE", + "vicnames id": "101332", + "@id": "GOON-NURE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CONDAH", + "vicnames id": "100815", + "@id": "CONDAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TAMBO UPPER", + "vicnames id": "102921", + "@id": "TAMBO-UPPER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PARKVILLE", + "vicnames id": "102456", + "@id": "PARKVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARLTON NORTH", + "vicnames id": "100681", + "@id": "CARLTON-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PRINCES HILL", + "vicnames id": "102557", + "@id": "PRINCES-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LOVELY BANKS", + "vicnames id": "101891", + "@id": "LOVELY-BANKS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALTONA", + "vicnames id": "100154", + "@id": "ALTONA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SEAHOLME", + "vicnames id": "102711", + "@id": "SEAHOLME", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PIPERS CREEK", + "vicnames id": "102504", + "@id": "PIPERS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARLSRUHE", + "vicnames id": "100678", + "@id": "CARLSRUHE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WOOTONG VALE", + "vicnames id": "103424", + "@id": "WOOTONG-VALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "COLERAINE", + "vicnames id": "100810", + "@id": "COLERAINE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PENTLAND HILLS", + "vicnames id": "102483", + "@id": "PENTLAND-HILLS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BACCHUS MARSH", + "vicnames id": "100222", + "@id": "BACCHUS-MARSH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MADDINGLEY", + "vicnames id": "101921", + "@id": "MADDINGLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAGSHOT", + "vicnames id": "100227", + "@id": "BAGSHOT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HUNTLY", + "vicnames id": "101514", + "@id": "HUNTLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CARRUM", + "vicnames id": "100694", + "@id": "CARRUM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SEAFORD", + "vicnames id": "102710", + "@id": "SEAFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MICKLEHAM", + "vicnames id": "102041", + "@id": "MICKLEHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CRAIGIEBURN", + "vicnames id": "100864", + "@id": "CRAIGIEBURN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WINSLOW", + "vicnames id": "103363", + "@id": "WINSLOW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MAILORS FLAT", + "vicnames id": "101928", + "@id": "MAILORS-FLAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HASTINGS", + "vicnames id": "101429", + "@id": "HASTINGS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEWPORT", + "vicnames id": "102340", + "@id": "NEWPORT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALBERT PARK", + "vicnames id": "100133", + "@id": "ALBERT-PARK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WILLIAMSTOWN", + "vicnames id": "103339", + "@id": "WILLIAMSTOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAMPERDOWN", + "vicnames id": "100641", + "@id": "CAMPERDOWN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GNOTUK", + "vicnames id": "101317", + "@id": "GNOTUK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SKIBO", + "vicnames id": "102755", + "@id": "SKIBO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRANDY CREEK", + "vicnames id": "100476", + "@id": "BRANDY-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARRAGUL", + "vicnames id": "103234", + "@id": "WARRAGUL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAMPBELLS CREEK", + "vicnames id": "100636", + "@id": "CAMPBELLS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YAPEEN", + "vicnames id": "103471", + "@id": "YAPEEN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TONIMBUK", + "vicnames id": "103038", + "@id": "TONIMBUK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GARFIELD NORTH", + "vicnames id": "101219", + "@id": "GARFIELD-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUNYIP NORTH", + "vicnames id": "100585", + "@id": "BUNYIP-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FRANKSTON", + "vicnames id": "101201", + "@id": "FRANKSTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "FRANKSTON SOUTH", + "vicnames id": "101203", + "@id": "FRANKSTON-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TRENTHAM", + "vicnames id": "103094", + "@id": "TRENTHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEWBURY", + "vicnames id": "102330", + "@id": "NEWBURY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NOOJEE", + "vicnames id": "102362", + "@id": "NOOJEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEERIM NORTH", + "vicnames id": "102315", + "@id": "NEERIM-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KILMORE EAST", + "vicnames id": "101667", + "@id": "KILMORE-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KILMORE", + "vicnames id": "101666", + "@id": "KILMORE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DONNYBROOK", + "vicnames id": "100993", + "@id": "DONNYBROOK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WEST MELBOURNE", + "vicnames id": "103302", + "@id": "WEST-MELBOURNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLEN IRIS", + "vicnames id": "101267", + "@id": "GLEN-IRIS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOONAH", + "vicnames id": "100447", + "@id": "BOONAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YARRAMBAT", + "vicnames id": "103480", + "@id": "YARRAMBAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PLENTY", + "vicnames id": "102513", + "@id": "PLENTY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENLYON", + "vicnames id": "101301", + "@id": "GLENLYON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SPRING HILL", + "vicnames id": "102794", + "@id": "SPRING-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LITTLE HAMPTON", + "vicnames id": "101860", + "@id": "LITTLE-HAMPTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KENNEDYS CREEK", + "vicnames id": "101636", + "@id": "KENNEDYS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GREENS CREEK", + "vicnames id": "101380", + "@id": "GREENS-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAMPBELLS BRIDGE", + "vicnames id": "100635", + "@id": "CAMPBELLS-BRIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MAINDAMPLE", + "vicnames id": "101931", + "@id": "MAINDAMPLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JINDIVICK", + "vicnames id": "101573", + "@id": "JINDIVICK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT BULLER", + "vicnames id": "102161", + "@id": "MOUNT-BULLER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CROWLANDS", + "vicnames id": "100889", + "@id": "CROWLANDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HOTHAM HEIGHTS", + "vicnames id": "101501", + "@id": "HOTHAM-HEIGHTS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT COLE CREEK", + "vicnames id": "102171", + "@id": "MOUNT-COLE-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "REYNARD", + "vicnames id": "102607", + "@id": "REYNARD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CROOKAYAN", + "vicnames id": "100882", + "@id": "CROOKAYAN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LICOLA NORTH", + "vicnames id": "101836", + "@id": "LICOLA-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STRATHMORE", + "vicnames id": "102864", + "@id": "STRATHMORE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SELWYN", + "vicnames id": "102721", + "@id": "SELWYN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRUNSWICK WEST", + "vicnames id": "100528", + "@id": "BRUNSWICK-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JEPARIT", + "vicnames id": "101568", + "@id": "JEPARIT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARRANYURK", + "vicnames id": "102950", + "@id": "TARRANYURK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SALE", + "vicnames id": "102684", + "@id": "SALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WURRUK", + "vicnames id": "103435", + "@id": "WURRUK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARRONG", + "vicnames id": "103250", + "@id": "WARRONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LOY YANG", + "vicnames id": "101895", + "@id": "LOY-YANG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NORTHWOOD", + "vicnames id": "102382", + "@id": "NORTHWOOD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SEYMOUR", + "vicnames id": "102727", + "@id": "SEYMOUR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HILLDENE", + "vicnames id": "101482", + "@id": "HILLDENE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CRANBOURNE", + "vicnames id": "100865", + "@id": "CRANBOURNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOTANIC RIDGE", + "vicnames id": "103704", + "@id": "BOTANIC-RIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "JUNCTION VILLAGE", + "vicnames id": "101582", + "@id": "JUNCTION-VILLAGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MEREDITH", + "vicnames id": "102018", + "@id": "MEREDITH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SHE OAKS", + "vicnames id": "102732", + "@id": "SHE-OAKS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BUFFALO RIVER", + "vicnames id": "100543", + "@id": "BUFFALO-RIVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NUG NUG", + "vicnames id": "102388", + "@id": "NUG-NUG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RICH AVON", + "vicnames id": "102613", + "@id": "RICH-AVON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "RICH AVON EAST", + "vicnames id": "102614", + "@id": "RICH-AVON-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MALMSBURY", + "vicnames id": "101939", + "@id": "MALMSBURY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KYNETON", + "vicnames id": "101736", + "@id": "KYNETON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NEWHAM", + "vicnames id": "102333", + "@id": "NEWHAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROCHFORD", + "vicnames id": "102638", + "@id": "ROCHFORD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WY YUNG", + "vicnames id": "103436", + "@id": "WY-YUNG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HILLSIDE", + "vicnames id": "101483", + "@id": "HILLSIDE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BAIRNSDALE", + "vicnames id": "100231", + "@id": "BAIRNSDALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HALLAM", + "vicnames id": "101406", + "@id": "HALLAM", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NARRE WARREN", + "vicnames id": "102295", + "@id": "NARRE-WARREN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SAMARIA", + "vicnames id": "102686", + "@id": "SAMARIA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TRARALGON SOUTH", + "vicnames id": "103087", + "@id": "TRARALGON-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRAND RIDGE", + "vicnames id": "101357", + "@id": "GRAND-RIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WONYIP", + "vicnames id": "103384", + "@id": "WONYIP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DURDIDWARRAH", + "vicnames id": "101046", + "@id": "DURDIDWARRAH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "STEIGLITZ", + "vicnames id": "102831", + "@id": "STEIGLITZ", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GLENORMISTON SOUTH", + "vicnames id": "101307", + "@id": "GLENORMISTON-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "NOORAT", + "vicnames id": "102363", + "@id": "NOORAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TIMBOON", + "vicnames id": "103019", + "@id": "TIMBOON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CURDIES RIVER", + "vicnames id": "100906", + "@id": "CURDIES-RIVER", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ST CLAIR", + "vicnames id": "102811", + "@id": "ST-CLAIR", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WONTHAGGI", + "vicnames id": "103381", + "@id": "WONTHAGGI", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CROSSLEY", + "vicnames id": "100885", + "@id": "CROSSLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOWER HILL", + "vicnames id": "103078", + "@id": "TOWER-HILL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LYNDHURST", + "vicnames id": "101903", + "@id": "LYNDHURST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MAIN RIDGE", + "vicnames id": "101930", + "@id": "MAIN-RIDGE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARWIN", + "vicnames id": "102960", + "@id": "TARWIN", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ASHBURTON", + "vicnames id": "100202", + "@id": "ASHBURTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BADDAGINNIE", + "vicnames id": "100223", + "@id": "BADDAGINNIE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "WARRENBAYNE", + "vicnames id": "103242", + "@id": "WARRENBAYNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DONCASTER EAST", + "vicnames id": "100992", + "@id": "DONCASTER-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DONVALE", + "vicnames id": "100994", + "@id": "DONVALE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MOUNT DANDENONG", + "vicnames id": "102174", + "@id": "MOUNT-DANDENONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "OLINDA", + "vicnames id": "102424", + "@id": "OLINDA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "UPPER FERNTREE GULLY", + "vicnames id": "103141", + "@id": "UPPER-FERNTREE-GULLY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "UPWEY", + "vicnames id": "103149", + "@id": "UPWEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ANTWERP", + "vicnames id": "100169", + "@id": "ANTWERP", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DIMBOOLA", + "vicnames id": "100976", + "@id": "DIMBOOLA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GERANG GERUNG", + "vicnames id": "101239", + "@id": "GERANG-GERUNG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOORAMBAT", + "vicnames id": "101337", + "@id": "GOORAMBAT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BROKEN CREEK", + "vicnames id": "100511", + "@id": "BROKEN-CREEK", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GOOMALIBEE", + "vicnames id": "101331", + "@id": "GOOMALIBEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BRAVINGTON", + "vicnames id": "100479", + "@id": "BRAVINGTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LONGWARRY", + "vicnames id": "101884", + "@id": "LONGWARRY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ALLAMBEE", + "vicnames id": "100139", + "@id": "ALLAMBEE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SEAVIEW", + "vicnames id": "102714", + "@id": "SEAVIEW", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ROSEBUD", + "vicnames id": "102651", + "@id": "ROSEBUD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CAPEL SOUND", + "vicnames id": "102652", + "@id": "CAPEL-SOUND", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LARPENT", + "vicnames id": "101803", + "@id": "LARPENT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "IRREWILLIPE EAST", + "vicnames id": "101546", + "@id": "IRREWILLIPE-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "LANGLEY", + "vicnames id": "101797", + "@id": "LANGLEY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SIDONIA", + "vicnames id": "102746", + "@id": "SIDONIA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DUMBALK NORTH", + "vicnames id": "101032", + "@id": "DUMBALK-NORTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "DOCKLANDS", + "vicnames id": "100986", + "@id": "DOCKLANDS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PORT MELBOURNE", + "vicnames id": "102541", + "@id": "PORT-MELBOURNE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "YELLINGBO", + "vicnames id": "103489", + "@id": "YELLINGBO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KIRKSTALL", + "vicnames id": "101686", + "@id": "KIRKSTALL", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "KOROIT", + "vicnames id": "101715", + "@id": "KOROIT", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PORT FAIRY", + "vicnames id": "102538", + "@id": "PORT-FAIRY", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SOUTHERN CROSS", + "vicnames id": "102788", + "@id": "SOUTHERN-CROSS", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOOLONG", + "vicnames id": "103051", + "@id": "TOOLONG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SAN REMO", + "vicnames id": "102687", + "@id": "SAN-REMO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MIRBOO", + "vicnames id": "102071", + "@id": "MIRBOO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TOWANINNY SOUTH", + "vicnames id": "103077", + "@id": "TOWANINNY-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOHO", + "vicnames id": "100416", + "@id": "BOHO", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BOHO SOUTH", + "vicnames id": "100418", + "@id": "BOHO-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "ADELAIDE LEAD", + "vicnames id": "100125", + "@id": "ADELAIDE-LEAD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MAJORCA", + "vicnames id": "101935", + "@id": "MAJORCA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SEVILLE EAST", + "vicnames id": "102726", + "@id": "SEVILLE-EAST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "TARRONE", + "vicnames id": "102959", + "@id": "TARRONE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MANSFIELD", + "vicnames id": "101954", + "@id": "MANSFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "MERRIJIG", + "vicnames id": "102031", + "@id": "MERRIJIG", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HEIDELBERG WEST", + "vicnames id": "101456", + "@id": "HEIDELBERG-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "PRESTON", + "vicnames id": "102556", + "@id": "PRESTON", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "BELLFIELD", + "vicnames id": "100339", + "@id": "BELLFIELD", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRETA WEST", + "vicnames id": "101389", + "@id": "GRETA-WEST", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRETA", + "vicnames id": "101387", + "@id": "GRETA", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "HANSONVILLE", + "vicnames id": "101417", + "@id": "HANSONVILLE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "GRETA SOUTH", + "vicnames id": "101388", + "@id": "GRETA-SOUTH", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "CLYDE", + "vicnames id": "100775", + "@id": "CLYDE", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-locality.ttl b/cadastre/CSD-Header/vic-locality.ttl new file mode 100644 index 0000000..8170250 --- /dev/null +++ b/cadastre/CSD-Header/vic-locality.ttl @@ -0,0 +1,14811 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ABBEYARD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ABBOTSFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ABERFELDIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ABERFELDY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ACHERON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ADA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ADAMS ESTATE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ADDINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ADELAIDE LEAD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AGNES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AINTREE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AIRE VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AIREYS INLET" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AIRLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AIRPORT WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALBACUTYA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALBANVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALBERT PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALBERTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALBERTON WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALBION" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALEXANDRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALFREDTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALLAMBEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALLAMBEE RESERVE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALLAMBEE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALLANS FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALLANSFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALLENDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALLESTREE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALMA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALMONDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALMURTA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALPHINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALTONA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALTONA MEADOWS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALTONA NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ALVIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AMHERST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AMOR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AMPHITHEATRE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ANAKIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ANCONA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ANDERSON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ANGLERS REST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ANGLESEA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ANNUELLO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ANTWERP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "APOLLO BAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "APPIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "APPIN SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "APSLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARAPILES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARARAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARAWATA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARBUCKLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARCADIA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARCADIA SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARCHDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARCHDALE JUNCTION" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARCHERTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARCHIES CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARDEER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARDMONA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AREEGRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARGYLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARMADALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARMSTRONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARMSTRONG CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARNOLD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARNOLD WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARTHURS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ARTHURS SEAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ASCOT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ASCOT VALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ASHBOURNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ASHBURTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ASHWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ASPENDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ASPENDALE GARDENS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ATHLONE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ATTWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AUBREY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AUCHMORE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AVALON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AVENEL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AVOCA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AVON PLAINS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AVONDALE HEIGHTS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AVONMORE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AVONSLEIGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AXE CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AXEDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "AYRFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BACCHUS MARSH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BADDAGINNIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BADGER CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAEL BAEL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAGSHOT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAGSHOT NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAHGALLAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAILIESTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAIRNSDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAKERY HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALACLAVA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALD HILLS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALINTORE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALLAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALLANGEICH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALLAPUR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALLARAT CENTRAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALLARAT EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALLARAT NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALLENDELLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALLIANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALLIANG EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALLYROGAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALMATTUM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALMORAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALNARRING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALNARRING BEACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALOOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALWYN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BALWYN NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAMAWM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAMAWM EXTENSION" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAMBRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAMGANIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BANDIANA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BANGERANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BANGHOLME" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BANKSIA PENINSULA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BANNERTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BANNOCKBURN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BANYAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BANYENA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARANDUDA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARFOLD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARINGHUP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARINGHUP WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARJARG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARKERS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARKLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARKSTEAD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARMAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARNADOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARNAWARTHA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARNAWARTHA NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAROMI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARONGAROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARONGAROOK WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARRABOOL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARRAKEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARRAMUNGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARRAPORT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARRAPORT WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARRYS REEF" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARUNAH PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARUNAH PLAINS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARWIDGEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARWITE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARWON DOWNS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BARWON HEADS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BASALT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BASS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BATESFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BATHUMI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAW BAW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAW BAW VILLAGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAXTER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAYINDEEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAYLES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAYNTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAYNTON EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAYSWATER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BAYSWATER NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEACONSFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEACONSFIELD UPPER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEALIBA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEARII" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEARS LAGOON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEAUCHAMP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEAUFORT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEAUMARIS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEAZLEYS BRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEEAC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEECH FOREST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEECHWORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEENAK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BELGRAVE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BELGRAVE HEIGHTS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BELGRAVE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BELL PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BELL POST HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BELLARINE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BELLBIRD CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BELLBRAE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BELLBRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BELLELLEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BELLFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BELLS BEACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BELMONT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEMM RIVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BENA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BENALLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BENAMBRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BENAYEO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEND OF ISLANDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BENDIGO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BENDOC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BENGWORDEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BENJEROOP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BENLOCH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BENNISON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BENTLEIGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BENTLEIGH EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BENWERRIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEREMBOKE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BERRIMAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BERRINGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BERRINGAMA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BERRIWILLOCK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BERRYBANK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BERRYS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BERWICK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BESSIEBELLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BET BET" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BETE BOLONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BETE BOLONG NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BETHANGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BETLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEULAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEVERFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BEVERIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BIG DESERT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BIG HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BIG PATS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BIGGARA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BILLABONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BIMBOURIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BINDI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BINGINWARRI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BINGO MUNJIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BIRCHIP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BIRCHIP WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BIRDWOODTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BIRREGURRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BITTERN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BLACK HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BLACK RANGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BLACK ROCK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BLACKBURN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BLACKBURN NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BLACKBURN SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BLACKHEATH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BLACKWARRY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BLACKWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BLAIRGOWRIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BLAKEVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BLAMPIED" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BLIND BIGHT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BLOWHARD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BO PEEP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOBINAWARRAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOCHARA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOGONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOHO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOHO SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOIGBEAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOINKA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOISDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOLANGUM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOLINDA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOLTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOLWARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOLWARRAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BONA VISTA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BONANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BONBEACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BONEGILLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BONEO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BONN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BONNIE BROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BONNIE DOON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BONSHAW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOOKAAR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOOLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOOLARONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOOLARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOOLARRA SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOOLE POOLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOOLITE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOOMAHNOOMOONAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOONAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOORCAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOORHAMAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOORHAMAN EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOORHAMAN NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOOROLITE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOOROOL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOORT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOOSEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BORALMA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BORNES HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BORONIA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BORUNG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOSTOCKS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOTANIC RIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOUNDARY BEND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOWENVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOWEYA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOWEYA NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOWMANS FOREST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOWSER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOX HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOX HILL NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOX HILL SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BOXWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRADFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRADVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRAESIDE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRANDY CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRANXHOLME" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRAVINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRAYBROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BREAKAWAY CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BREAKWATER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BREAMLEA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRENANAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BREWSTER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRIAGOLONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRIAR HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRIDGE CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRIDGEWATER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRIDGEWATER NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRIDGEWATER ON LODDON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRIGHT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRIGHTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRIGHTON EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRIM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRIMBOAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRIMIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRIMPAEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRINGALBERT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRIT BRIT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BROADFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BROADLANDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BROADMEADOWS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BROADWATER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRODRIBB RIVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BROKEN CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BROMLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BROOKFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BROOKLYN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BROOKVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BROOMFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BROUGHTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BROWN HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BROWNS PLAINS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRUARONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRUCKNELL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRUMBY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRUNSWICK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRUNSWICK EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRUNSWICK WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BRUTHEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUANGOR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUCHAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUCHAN SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUCKLAND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUCKLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUCKLEY SWAMP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUCKRABANYULE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUDGEE BUDGEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUDGEREE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUDGERUM EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUFFALO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUFFALO RIVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BULART" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BULDAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BULGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BULGANA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BULLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BULLAHARRE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BULLAROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BULLARTO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BULLARTO SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BULLEEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BULLENGAROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BULLIOH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BULLUMWAAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BULN BULN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BULN BULN EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUMBERRAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNBARTHA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNDALAGUAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNDALONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNDALONG SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNDARA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNDING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNDOORA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNG BONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNGADOR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNGAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNGALALLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNGAREE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNGEET" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNGEET WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNGIL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNGULUKE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNINYONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNKERS HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNYIP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUNYIP NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BURAGWONDUC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BURKES BRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BURKES FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BURNBANK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BURNEWANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BURNLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BURNSIDE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BURNSIDE HEIGHTS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BURRAMBOOT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BURRAMINE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BURRAMINE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BURROWYE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BURRUMBEET" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BURWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BURWOOD EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUSHFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUSHY PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUTCHERS RIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BUXTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BYADUK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BYADUK NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BYAWATHA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BYLANDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "BYRNESIDE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CABARITA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CABBAGE TREE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CABBAGE TREE CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CADELLO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAIRNLEA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CALDER PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CALDERMEADE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CALIFORNIA GULLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CALIVIL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CALLAWADDA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CALLIGNEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CALLIGNEE NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CALLIGNEE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CALROSSIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CALULU" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAMBARVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAMBERWELL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAMBRIAN HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAMPBELLFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAMPBELLS BRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAMPBELLS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAMPBELLS FOREST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAMPBELLTOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAMPERDOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CANADIAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CANARY ISLAND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CANIAMBO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CANN RIVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CANNIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CANNONS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CANNUM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CANTERBURY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAPE BRIDGEWATER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAPE CLEAR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAPE CONRAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAPE OTWAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAPE PATERSON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAPE SCHANCK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAPE WOOLAMAI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAPEL SOUND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAPELS CROSSING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARAG CARAG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARALULUP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARAMUT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARAPOOEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARAPOOEE WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARAPOOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARBOOR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARDIGAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARDIGAN VILLAGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARDINIA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARDROSS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARGERIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARINA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARINGAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARISBROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARLISLE RIVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARLSRUHE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARLTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARLTON NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARLYLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARNEGIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARNGHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAROLINE SPRINGS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARPENDEIT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARRAJUNG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARRAJUNG LOWER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARRAJUNG SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARRANBALLAC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARRON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARRUM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARRUM DOWNS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CARWARP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CASHMORE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CASSILIS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CASTELLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CASTERTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CASTLE CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CASTLE DONNINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CASTLEMAINE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CATANI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CATHCART" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CATHKIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CATUMNAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAULFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAULFIELD EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAULFIELD NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAULFIELD SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAVEAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CAVENDISH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CERES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHADSTONE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHANDLERS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHAPEL FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHAPPLE VALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHARAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHARLEMONT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHARLEROI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHARLTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHATSWORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHELSEA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHELSEA HEIGHTS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHELTENHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHEPSTOWE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHEROKEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHERRYPOOL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHESHUNT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHESHUNT SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHESNEY VALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHETWYND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHEWTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHEWTON BUSHLANDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHILDERS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHILLINGOLLAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHILTERN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHILTERN VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHINANGIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHINKAPOOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHINTIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHIRNSIDE PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHIRRIP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHOCOLYN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHRISTMAS HILLS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHUM CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHURCHILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHURCHILL ISLAND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CHUTE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLARENDON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLARETOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLARINDA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLARKEFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLARKES HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLAYTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLAYTON SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLEAR LAKE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLEMATIS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLIFTON CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLIFTON HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLIFTON SPRINGS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLONBINANE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLOVER FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLOVERLEA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLUB TERRACE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLUNES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLYDE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLYDE NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLYDEBANK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CLYDESDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COALVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COBAINS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COBAW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COBBANNAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COBBERAS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COBBLEBANK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COBDEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COBRAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COBRAM EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COBRICO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COBUNGRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COBURG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COBURG NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COCAMBA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COCHRANES CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COCKATOO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COCOROC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CODRINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COGHILLS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COHUNA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COIMADAI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COKUM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COLAC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COLAC COLAC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COLAC EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COLAC WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COLBINABBIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COLBROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COLDSTREAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COLERAINE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COLIGNAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COLLINGWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COMBIENBAR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CONCONGELLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CONDAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CONDAH SWAMP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CONGUPNA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CONNEWARRE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CONNEWIRRICOO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COOJAR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COOLAROO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COOMA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COOMBOONA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COOMOORA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COONGULLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COONOOER BRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COONOOER WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COOPERS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COORIEMUNGLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COPE COPE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CORA LYNN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CORACK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CORACK EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CORAGULAC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CORAL BANK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CORINDHAP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CORINELLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CORIO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CORNDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CORNELLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CORNISHTOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CORONET BAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COROP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COROROOKE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CORRINGLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CORRYONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CORUNNUN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COSGROVE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COSGROVE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COSTERFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COTSWOLD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COTTLES BRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COWA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COWANGIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COWES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COWLEYS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "COWWARR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CRAIGIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CRAIGIEBURN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CRANBOURNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CRANBOURNE EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CRANBOURNE NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CRANBOURNE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CRANBOURNE WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CREEK JUNCTION" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CREEK VIEW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CREIGHTONS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CREMORNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CRESSY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CRESWICK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CRESWICK NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CRIB POINT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CROOKAYAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CROOKED RIVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CROSS ROADS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CROSSLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CROSSOVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CROWLANDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CROXTON EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CROYDON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CROYDON HILLS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CROYDON NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CROYDON SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CRYMELON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CUDGEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CUDGEWA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CULGOA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CULLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CULLEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CULLULLERAINE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CUNDARE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CUNDARE NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CURDIES RIVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CURDIEVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CURLEWIS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "CURYO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DADSWELLS BRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DAISY HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DALES CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DALLAS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DALMORE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DALTONS BRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DALYENONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DALYSTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DANDENONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DANDENONG NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DANDENONG SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DANDONGADALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DARGO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DARLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DARLIMURLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DARLINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DARNUM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DARRAWEIT GUIM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DARRIMAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DARTMOOR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DARTMOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DAWSON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DAYLESFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DEAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DEANS MARSH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DEANSIDE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DEDDICK VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DEDERANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DEEP LEAD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DEEPDENE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DEER PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DELACOMBE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DELAHEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DELATITE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DELBURN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DELEGATE RIVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DENICULL CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DENISON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DENNINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DENVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DEPTFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DERBY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DEREEL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DERGHOLM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DERRIMUT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DERRINAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DERRINALLUM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DEVENISH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DEVILS RIVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DEVON MEADOWS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DEVON NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DEWHURST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DHURRINGILE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DIAMOND CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DIGBY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DIGGERS REST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DIGGORA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DIMBOOLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DINGEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DINGLEY VILLAGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DINGWALL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DINNER PLAIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DIXIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DIXONS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DOBIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DOCKER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DOCKERS PLAINS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DOCKLANDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DOCTORS FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DOLLAR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DON VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DONALD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DONCASTER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DONCASTER EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DONNYBROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DONVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DOOBOOBETIC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DOOEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DOOKIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DOOKIE COLLEGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DOREEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DORODONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DOUBLE BRIDGES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DOUGLAS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DOVETON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DREEITE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DREEITE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DRIFFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DRIK DRIK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DROMANA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DROPMORE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DROUIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DROUIN EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DROUIN SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DROUIN WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DRUMANURE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DRUMBORG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DRUMCONDRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DRUMMARTIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DRUMMOND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DRUMMOND NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DRUNG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DRY DIGGINGS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DRYSDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DUCHEMBEGARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DUMBALK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DUMBALK NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DUMOSA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DUNACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DUNDONNELL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DUNKELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DUNLUCE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DUNNEWORTHY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DUNNSTOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DUNOLLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DUNROBIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DURDIDWARRAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DURHAM LEAD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DURHAM OX" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DUTSON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DUTSON DOWNS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DUTTON WAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "DUVERNEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EAGLE POINT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EAGLEHAWK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EAGLEHAWK NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EAGLEMONT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EARLSTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EAST BAIRNSDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EAST BENDIGO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EAST GEELONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EAST MELBOURNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EAST SALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EAST WANGARATTA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EAST WARBURTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EASTERN VIEW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EASTVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EASTWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EBDEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ECHUCA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ECHUCA VILLAGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ECHUCA WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ECKLIN SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EDDINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EDEN PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EDENHOPE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EDGECOMBE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EDI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EDI UPPER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EDITHVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EGANSTOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EILDON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ELAINE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ELDORADO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ELEVATED PLAINS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ELINGAMITE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ELINGAMITE NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ELIZABETH ISLAND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ELLASWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ELLERSLIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ELLIMINYT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ELLINBANK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ELMHURST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ELMORE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ELPHINSTONE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ELSTERNWICK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ELTHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ELTHAM NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ELWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EMERALD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EMU" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EMU CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ENDEAVOUR HILLS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ENFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ENGLEFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ENOCHS POINT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ENSAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ENSAY NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EPPALOCK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EPPING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EPSOM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ERCILDOUNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ERICA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ERRINUNDRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ESKDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ESMOND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ESSENDON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ESSENDON FIELDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ESSENDON NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ESSENDON WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EUMEMMERRING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EURACK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EUREKA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EUROA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EUROBIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EVANSFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EVERSLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EVERTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EVERTON UPPER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EXFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "EYNESBURY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FAIRBANK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FAIRFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FAIRHAVEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FAIRLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FAIRY DELL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FALLS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FARADAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FAWCETT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FAWKNER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FENTONS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FERGUSON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FERN HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FERNBANK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FERNDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FERNIHURST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FERNSHAW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FERNTREE GULLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FERNY CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FIELDSTONE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FIERY FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FINGAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FISH CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FISH POINT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FISKVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FITZROY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FITZROY NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FLAGGY CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FLAGSTAFF" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FLAMINGO BEACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FLEMINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FLINDERS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FLORA HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FLOWERDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FLYNN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FLYNNS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FOOTSCRAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FORBES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FOREST HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FORGE CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FORREST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FOSTER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FOSTER NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FOSTERVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FOXHOW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FRAMLINGHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FRAMLINGHAM EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FRANKLINFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FRANKSTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FRANKSTON NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FRANKSTON SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FRASER RISE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FREEBURGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FRENCH ISLAND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FRENCHMANS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FRESHWATER CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FRYERSTOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FULHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FUMINA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FUMINA SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FYANS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "FYANSFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GAFFNEYS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GAINSBOROUGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GANNAWARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GAPSTED" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GARDENVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GARFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GARFIELD NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GARIBALDI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GARVOC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GATEWAY ISLAND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GATUM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GAZETTE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GEELONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GEELONG WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GELANTIPY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GELLIBRAND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GELLIBRAND LOWER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GELLIONDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GEMBROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GENOA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GENTLE ANNIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GEORGES CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GERAHMIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GERANG GERUNG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GERANGAMETE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GERMANIA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GERMANTOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GERRIGERRUP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GHERANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GHERINGHAP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GHIN GHIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GIFFARD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GIFFARD WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GIL GIL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GILDEROY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GILLIESTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GILLUM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GIPSY POINT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GIRGARRE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GIRGARRE EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GISBORNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GISBORNE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLADFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLADSTONE PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLADYSDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLEN ALVIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLEN CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLEN FORBES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLEN HUNTLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLEN IRIS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLEN PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLEN VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLEN WAVERLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLEN WILLS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENAIRE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENALADALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENALBYN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENAROUA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENBRAE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENBURN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENDARUEL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENDONALD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENFALLOCH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENFYNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENGARRY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENGARRY NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENGARRY WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENGOWER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENHOPE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENHOPE EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENISLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENLEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENLOFTY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENLOGIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENLOTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENLOTH EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENLUCE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENLYON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENMAGGIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENMORE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENORCHY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENORMISTON NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENORMISTON SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENPATRICK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENROWAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENROWAN WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENROY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLENTHOMPSON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GLOMAR BEACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GNARWARRE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GNOTUK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOBARUP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOBUR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOLDEN BEACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOLDEN GULLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOLDEN POINT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOLDEN SQUARE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOLDIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOLDSBOROUGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GONG GONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GONN CROSSING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOOMALIBEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOON NURE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOONGERAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOORAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOORAMADDA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOORAMBAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOORNONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOOROC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GORAE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GORAE WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GORDON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GORMANDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOROKE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOSCHEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOUGHS BAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOULBURN WEIR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOWANBRAE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOWANFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOWANGARDIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOWAR EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GOWER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRAHAMVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRAMPIANS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRAND RIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRANGEFIELDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRANITE FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRANITE ROCK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRANTVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRANYA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRASS FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRASSDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRASSMERE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRAYS BRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRAYTOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRE GRE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRE GRE NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRE GRE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GREAT WESTERN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GREDGWIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GREEN GULLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GREENDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GREENHILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GREENS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GREENSBOROUGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GREENVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GREENWALD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRENVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRETA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRETA SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRETA WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GREY RIVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRINGEGALGONA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRITJURK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GROVEDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GRUYERE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GUILDFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GUNBOWER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GUNDOWRING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GUNYAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GUYS FOREST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GUYS HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "GYMBOWEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HADDON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HADFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HALLAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HALLORA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HALLS GAP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HALLSTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HAMILTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HAMLYN HEIGHTS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HAMPTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HAMPTON EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HAMPTON PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HANSONVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HAPPY VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HARCOURT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HARCOURT NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HARKAWAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HARKNESS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HARMERS HAVEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HARRIETVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HARROW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HARSTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HASTINGS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HATTAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HAVELOCK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HAVEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HAVILAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HAWKESDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HAWKHURST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HAWTHORN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HAWTHORN EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HAZEL PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HAZELWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HAZELWOOD NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HAZELWOOD SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEALESVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEATH HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEATHCOTE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEATHCOTE JUNCTION" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEATHCOTE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEATHERTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEATHMERE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEATHMONT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEDLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEIDELBERG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEIDELBERG HEIGHTS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEIDELBERG WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HENSLEY PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HENTY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEPBURN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEPBURN SPRINGS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HERNE HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HERNES OAK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HESKET" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HESSE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEXHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEYFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEYTESBURY LOWER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HEYWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HIAMDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HIAWATHA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HIGH CAMP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HIGHETT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HIGHLANDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HIGHTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HILGAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HILL END" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HILLCREST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HILLDENE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HILLSIDE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HINNOMUNJIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HMAS CERBERUS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HODDLES CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HOLLANDS LANDING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HOMEBUSH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HOMERTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HOMEWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HOPETOUN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HOPETOUN PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HOPPERS CROSSING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HORDERN VALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HORFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HORSHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HOTHAM HEIGHTS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HOTSPUR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HOWES CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HOWITT PLAINS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HOWQUA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HOWQUA HILLS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HOWQUA INLET" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HUGHESDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HUMEVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HUNTER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HUNTERSTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HUNTINGDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HUNTLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HUNTLY NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HUON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HUON CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "HURSTBRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ICY CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "IGUANA CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ILLABAROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ILLAWARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ILLOWA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "INDENTED HEAD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "INDIGO VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "INGLEWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "INGLISTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "INKERMAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "INVERGORDON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "INVERLEIGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "INVERLOCH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "INVERMAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "INVERMAY PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "IONA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "IRAAK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "IRISHTOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "IRONBARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "IRREWARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "IRREWILLIPE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "IRREWILLIPE EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "IRYMPLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "IVANHOE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "IVANHOE EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JACANA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JACK RIVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JACKASS FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JACOB CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JAM JERRUP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JAMIESON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JAN JUC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JANCOURT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JANCOURT EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JARKLIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JARRAHMOND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JARVIS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JEERALANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JEERALANG JUNCTION" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JEETHO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JEFFCOTT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JEFFCOTT NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JEPARIT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JERICHO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JERUK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JIL JIL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JILPANGER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JINDIVICK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JOEL JOEL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JOEL SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JOHANNA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JOHNSONVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JOYCES CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JUMBUK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JUMBUNNA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JUNCTION VILLAGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JUNG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JUNGABURRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "JUNORTOUN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KAARIMBA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KADNOOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KALIMNA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KALIMNA WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KALKALLO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KALKEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KALLISTA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KALORAMA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KALPIENUNG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KAMAROOKA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KAMAROOKA NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KANAGULK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KANCOONA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KANGAROO FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KANGAROO GROUND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KANIVA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KANUMBRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KANYA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KANYAPELLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KARABEAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KARDELLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KARDELLA SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KARIAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KARNAK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KARRAMOMUS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KARYRIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KATAMATITE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KATAMATITE EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KATANDRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KATANDRA WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KATUNGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KAWARREN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KEALBA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KEELY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KEILOR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KEILOR DOWNS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KEILOR EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KEILOR LODGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KEILOR NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KEILOR PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KELLALAC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KELVIN VIEW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KENLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KENMARE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KENNEDYS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KENNETT RIVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KENNINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KENSINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KERANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KERANG EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KERGUNYAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KERGUNYAH SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KERNOT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KERRIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KERRISDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KEVINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KEW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KEW EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KEWELL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KEYSBOROUGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KIALLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KIALLA EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KIALLA WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KIATA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KIEWA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KILCUNDA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KILLARA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KILLARNEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KILLAWARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KILLINGWORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KILMANY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KILMORE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KILMORE EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KILSYTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KILSYTH SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KIMBOLTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KING VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KINGLAKE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KINGLAKE CENTRAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KINGLAKE WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KINGOWER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KINGS PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KINGSBURY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KINGSTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KINGSVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KINNABULLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KINYPANIAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KIRKSTALL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KIRWANS BRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KITHBROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KNEBSWORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KNOCKWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KNOWSLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KNOXFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOALLAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOETONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOLORA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KONGWAK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KONONGWOOTONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOO WEE RUP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOO WEE RUP NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOOLOONONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOONDA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOONDROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOONOOMOO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOONWARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOOREH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOORLONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOORNALLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOOROOCHEANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOOROOL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOOROOMAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOOYONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KORIELLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOROBEIT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOROIT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KORONG VALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOROOP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KORUMBURRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KORUMBURRA SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KORWEINGUBOORA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOTTA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOTUPNA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KOYUGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KROWERA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KULWIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KUNAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KURRACA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KURRACA WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KURTING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KURUNJANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KYABRAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KYABRAM SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KYNETON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KYNETON SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "KYVALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAANECOORIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LABERTOUCHE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LACEBY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LADYS PASS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAEN EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAEN NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAHARUM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE BOGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE BOLAC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE BUNGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE CHARM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE CONDAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE EILDON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE EPPALOCK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE FYANS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE GARDENS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE GOLDSMITH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE LONSDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE MARMAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE MERAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE MUNDI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE POWELL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE ROWAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE TYERS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE TYERS BEACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE TYRRELL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE WELLINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE WENDOUREE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKE WONGAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAKES ENTRANCE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAL LAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LALBERT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LALOR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAMPLOUGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LANCASTER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LANCE CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LANCEFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LANDSBOROUGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LANDSBOROUGH WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LANG LANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LANG LANG EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LANGDONS HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LANGI KAL KAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LANGI LOGAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LANGKOOP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LANGLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LANGSBOROUGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LANGWARRIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LANGWARRIN SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LARA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LARDNER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LARPENT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LARRALEA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LASCELLES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAUNCHING PLACE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAURISTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAVERS HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAVERTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAVERTON NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAWLER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAWLOIT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LAWRENCE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LEAGHUR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LEARMONTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LEDCOURT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LEICHARDT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LEIGH CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LEITCHVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LEMNOS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LENEVA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LEONARDS HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LEONGATHA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LEONGATHA NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LEONGATHA SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LEOPOLD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LERDERDERG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LESLIE MANOR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LETHBRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LEXTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LICOLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LICOLA NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LILLICO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LILLICUR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LILLIMUR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LILLIPUT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LILYDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LIMA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LIMA EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LIMA SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LIMESTONE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LINDENOW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LINDENOW SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LINDSAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LINDSAY POINT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LINGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LINTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LIPAROO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LISMORE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LITCHFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LITTLE DESERT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LITTLE HAMPTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LITTLE RIVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LLANELLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LLOWALONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LOCH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LOCH SPORT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LOCH VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LOCKINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LOCKSLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LOCKWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LOCKWOOD SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LODDON VALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LOGAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LONDRIGAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LONG FOREST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LONG GULLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LONGERENONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LONGFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LONGLEA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LONGWARRY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LONGWARRY NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LONGWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LONGWOOD EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LORNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LORQUON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LOVELY BANKS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LOWER MOIRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LOWER NORTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LOWER PLENTY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LOY YANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LUBECK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LUCAS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LUCKNOW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LUCYVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LURG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LYAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LYNBROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LYNDHURST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LYONS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LYONVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LYSTERFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "LYSTERFIELD SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MACARTHUR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MACCLESFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MACEDON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MACKS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MACLEOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MACORNA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MACORNA NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MACS COVE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MADALYA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MADDINGLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MAFEKING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MAFFRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MAFFRA WEST UPPER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MAGPIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MAIDEN GULLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MAIDSTONE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MAILORS FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MAIN LEAD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MAIN RIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MAINDAMPLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MAINTONGOON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MAJOR PLAINS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MAJORCA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MALDON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MALLACOOTA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MALMSBURY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MALVERN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MALVERN EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MAMBOURIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MANANGATANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MANDURANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MANDURANG SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MANGALORE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MANIFOLD HEIGHTS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MANNERIM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MANNIBADAR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MANNS BEACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MANOR LAKES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MANORINA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MANSFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARAMINGO CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARCUS HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARDAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARENGO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARIBYRNONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARIONVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARKWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARLBED" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARLO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARNOO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARNOO EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARNOO WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MAROONA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARRAWEENEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARSHALL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARTHAVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARUNGI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARYBOROUGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARYKNOLL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARYSVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MARYVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MASSEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MATLOCK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MAUDE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MCCRAE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MCINTYRE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MCKENZIE CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MCKENZIE HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MCKINNON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MCLOUGHLINS BEACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MCMAHONS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MCMILLANS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MEAD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MEADOW CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MEADOW HEIGHTS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MEATIAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MEENIYAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MEERING WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MEERLIEU" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MELBOURNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MELBOURNE AIRPORT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MELTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MELTON SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MELTON WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MELVILLE FOREST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MELWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MENA PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MENTONE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MENZIES CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MEPUNGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MEPUNGA EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MEPUNGA WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MERBEIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MERBEIN SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MERBEIN WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MEREDITH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MERINGUR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MERINO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MERNDA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MERRIANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MERRIANG SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MERRICKS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MERRICKS BEACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MERRICKS NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MERRIGUM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MERRIJIG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MERRIMU" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MERRINEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MERTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "METCALFE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "METCALFE EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "METUNG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MIA MIA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MICKLEHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MIDDLE CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MIDDLE PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MIDDLE TARWIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MIEPOLL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MIGA LAKE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MILAWA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MILDURA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MILL PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MILLBROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MILLGROVE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MILLOO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MILLTOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MILNES BRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MINCHA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MINCHA WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MINERS REST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MINGAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MINHAMITE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MINIMAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MININERA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MINJAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MINMINDIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MINYIP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MIOWERA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MIRALIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MIRAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MIRBOO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MIRBOO NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MIRIMBAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MIRRANATWA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MITCHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MITCHELL PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MITCHELLSTOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MITIAMO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MITRE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MITTA MITTA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MITTYACK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOCKINYA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MODELLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MODEWARRE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOGGS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOGLONEMBY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOKEPILLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOLESWORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOLIAGUL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOLKA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOLLONGGHIP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOLOGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOLYULLAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MONBULK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MONEGEETTA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MONGANS BRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MONOMAK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MONOMEITH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MONT ALBERT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MONT ALBERT NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MONTGOMERY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MONTMORENCY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MONTROSE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOOLAP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOOLERR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOOLORT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOONAMBEL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOONDARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOONEE PONDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOONLIGHT FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOORA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOORABBIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOORABBIN AIRPORT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOORABOOL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOORALLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOORILIM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOORMBOOL WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOORNAPA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOORNGAG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOOROODUC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOOROOLBARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOOROOPNA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOOROOPNA NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOOROOPNA NORTH WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MORANDING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MORDIALLOC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MORGIANA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MORIAC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MORNINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOROKA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MORRISONS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MORRL MORRL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MORTLAKE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MORTON PLAINS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MORWELL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOSSIFACE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT ALFRED" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT BEAUTY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT BECKWORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT BEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT BOLTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT BRUNO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT BUFFALO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT BULLER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT BURNETT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT BUTE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT CAMEL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT CAMERON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT CLEAR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT COLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT COLE CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT COTTRELL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT DANDENONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT DORAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT DRYDEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT DUNEED" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT ECCLES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT ECCLES SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT EGERTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT ELIZA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT EMU" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT EVELYN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT FRANKLIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT GLASGOW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT HELEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT HOOGHLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT LONARCH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT MACEDON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT MAJOR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT MARTHA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT MERCER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT MORIAC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT NAPIER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT PLEASANT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT PROSPECT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT RICHMOND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT ROWAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT SABINE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT TASSIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT TAYLOR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT TOOLEBEWONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT WALLACE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNT WAVERLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNTAIN BAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUNTAIN VIEW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOUTAJUP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOYARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOYHU" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOYREISK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MOYSTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MUCKATAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MUCKLEFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MUCKLEFORD SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MUDGEGONGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MULGRAVE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MUMBANNAR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MUNDOONA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MUNRO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MUNTHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURCHISON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURCHISON EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURCHISON NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURGHEBOLUC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURMUNGEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURNUNGIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURPHYS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURRA WARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURRABIT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURRABIT WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURRAWEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURRAY-SUNSET" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURRAYDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURRAYVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURRINDAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURRINDINDI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURROON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURRUMBEENA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MURTOA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MUSK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MUSK VALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MUSKERRY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MYALL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MYAMYN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MYERS FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MYOLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MYRNIONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MYRRHEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MYRTLE CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MYRTLEBANK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MYRTLEFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MYSIA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MYSTIC PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "MYWEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NAGAMBIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NALANGIL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NALINGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NAMBROK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NANDALY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NANGANA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NANGEELA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NANGILOC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NANNEELLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NAP NAP MARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NAPOLEONS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NAR NAR GOON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NAR NAR GOON NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NARBETHONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NAREEB" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NAREEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NAREEWILLOCK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NARIEL VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NARING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NARINGAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NARINGAL EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NAROGHID" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NARRACAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NARRAPORT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NARRAPUMELAP SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NARRAWONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NARRE WARREN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NARRE WARREN EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NARRE WARREN NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NARRE WARREN SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NARRUNG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NATHALIA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NATIMUK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NATTE YALLOCK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NATYA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NAVARRE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NAVIGATORS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NAYOOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEDS CORNER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEEREMAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEERIM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEERIM EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEERIM JUNCTION" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEERIM NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEERIM SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEILBOROUGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NELSE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NELSON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NERRENA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NERRIN NERRIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NERRINA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NERRING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NETHERBY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEUARPURR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEW GISBORNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEWBOROUGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEWBRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEWBURY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEWCOMB" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEWFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEWHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEWHAVEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEWINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEWLANDS ARM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEWLYN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEWLYN NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEWMERELLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEWPORT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEWRY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEWSTEAD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NEWTOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NHILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NICHOLS POINT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NICHOLSON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NIDDRIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NILMA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NILMA NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NINDA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NINE MILE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NINTINGBOOL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NINYEUNOOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NIRRANDA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NIRRANDA EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NIRRANDA SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NOBLE PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NOBLE PARK NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NOOJEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NOORAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NOORAT EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NOORINBEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NOORINBEE NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NORADJUHA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NORLANE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NORMANVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NORONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NORTH BENDIGO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NORTH BLACKWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NORTH GEELONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NORTH MELBOURNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NORTH SHORE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NORTH WANGARATTA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NORTH WARRANDYTE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NORTH WONTHAGGI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NORTHCOTE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NORTHWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NORVAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NOTTING HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NOWA NOWA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NOWHERE CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NOWIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NUG NUG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NUGGETTY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NULLA VALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NULLAWARRE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NULLAWARRE NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NULLAWIL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NUMURKAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NUNAWADING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NUNGURNER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NUNNIONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NURCOUNG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NURRABIEL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NURRAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NUTFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NYAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NYAH WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NYARRIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NYERIMILANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NYORA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "NYRRABY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OAK PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OAKLANDS JUNCTION" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OAKLEIGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OAKLEIGH EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OAKLEIGH SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OAKVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OCEAN GRANGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OCEAN GROVE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OFFICER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OFFICER SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OLD TALLANGATTA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OLINDA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OMBERSLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OMEO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OMEO VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ONDIT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ORBOST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ORFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ORMOND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ORRVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OSBORNES FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OUTTRIM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OUYEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OVENS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OXLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OXLEY FLATS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "OZENKADNOOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PAARATTE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PAINSWICK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PAKENHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PAKENHAM SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PAKENHAM UPPER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PANITYA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PANMURE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PANTON HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PARADISE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PARADISE BEACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PARAPARAP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PARK ORCHARDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PARKDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PARKVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PARWAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PASCHENDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PASCOE VALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PASCOE VALE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PASTORIA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PASTORIA EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PATCHEWOLLOCK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PATHO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PATTERSON LAKES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PATYAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PAYNESVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PEARCEDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PEARSONDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PEECHELBA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PEECHELBA EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PELLUEBLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PENNYROYAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PENSHURST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PENTAL ISLAND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PENTLAND HILLS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PERCYDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PERONNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PERRY BRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PETERBOROUGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PETTICOAT CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PHEASANT CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PIANGIL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PICOLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PICOLA WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PIEDMONT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PIER MILAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PIGEON PONDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PIGGOREET" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PIMPINIO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PINE GROVE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PINE LODGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PINE MOUNTAIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PINE VIEW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PIONEER BAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PIPERS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PIRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PIRIES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PIRRON YALLOCK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PITFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PITTONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PLENTY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PLUMPTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POINT COOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POINT LEO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POINT LONSDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POINT WILSON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POLISBET" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POMBORNEIT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POMBORNEIT EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POMBORNEIT NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POMONAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POMPAPIEL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POOLAIJELO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POOTILLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POOWONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POOWONG EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POOWONG NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PORCUPINE RIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POREPUNKAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PORT ALBERT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PORT CAMPBELL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PORT FAIRY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PORT FRANKLIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PORT MELBOURNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PORT WELSHPOOL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PORTARLINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PORTLAND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PORTLAND NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PORTLAND WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PORTSEA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POUND CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POWELLTOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POWERS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "POWLETT PLAINS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PRAHRAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PRAIRIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PRANJIP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PRESTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PRINCES HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PRINCETOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PUCKAPUNYAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PURA PURA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PURDEET" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PURNIM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PURNIM WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PYALONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "PYRAMID HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "QUAMBATOOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "QUANDONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "QUANTONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "QUARRY HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "QUEENSCLIFF" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "QUEENSFERRY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RAGLAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RAINBOW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RANCEBY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RATHSCAR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RATHSCAR WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RAVENHALL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RAVENSWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RAVENSWOOD SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RAWSON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RAYMOND ISLAND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RAYWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RED CLIFFS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RED HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RED HILL SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RED LION" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "REDAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "REDBANK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "REDCASTLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "REDESDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "REEDY CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "REEDY DAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "REEDY FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "REEDY LAKE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "REEFTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RESEARCH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RESERVOIR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "REYNARD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RHEOLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RHYLL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RHYMNEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RIACHELLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RICH AVON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RICH AVON EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RICH AVON WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RICHMOND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RICHMOND PLAINS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RIDDELLS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RIGGS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RINGWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RINGWOOD EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RINGWOOD NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RIPPLEBROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RIPPLESIDE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RIPPONLEA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RIVERSIDE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RIVERSLEA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROBERTSONS BEACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROBINVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROCHESTER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROCHFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROCKBANK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROCKLANDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROCKLYN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROCKY POINT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROKEBY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROKEWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROKEWOOD JUNCTION" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROMSEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROSANNA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROSE RIVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROSEBERY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROSEBROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROSEBUD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROSEDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROSES GAP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROSEWHITE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROSLYNMEAD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROSS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROSSBRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROSTRON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROWSLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROWVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ROXBURGH PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RUBICON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RUBY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RUFFY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RUNNING CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RUNNYMEDE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RUPANYUP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RUSHWORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RUSSELLS BRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RUTHERGLEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RYANS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RYANSTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RYE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "RYTHDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SAFETY BEACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SAILORS FALLS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SAILORS GULLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SAILORS HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SALISBURY WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SAMARIA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SAN REMO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SANDFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SANDHILL LAKE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SANDHURST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SANDON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SANDRINGHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SANDY CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SANDY POINT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SARGOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SARSFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SASSAFRAS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SAWMILL SETTLEMENT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SCARSDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SCORESBY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SCOTCHMANS LEAD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SCOTSBURN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SCOTTS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SEA LAKE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SEABROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SEACOMBE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SEAFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SEAHOLME" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SEASPRAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SEATON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SEAVIEW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SEBASTIAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SEBASTOPOL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SEDDON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SEDGWICK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SELBY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SELWYN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SEPARATION CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SERPENTINE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SERVICETON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SEVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SEVILLE EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SEYMOUR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SHADY CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SHANNONVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SHAYS FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SHE OAKS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SHEANS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SHEEP HILLS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SHELBOURNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SHELFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SHELLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SHEPHERDS FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SHEPPARTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SHEPPARTON EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SHEPPARTON NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SHERBROOKE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SHOREHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SIDONIA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SILVAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SILVERLEAVES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SIMPSON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SIMPSONS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SIMSON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SKENES CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SKENES CREEK NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SKIBO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SKINNERS FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SKIPTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SKYE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SLATY CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SMEATON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SMITHS BEACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SMITHS GULLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SMOKEYTOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SMOKO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SMYTHES CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SMYTHESDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SNAKE ISLAND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SNAKE VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SOLDIERS HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SOMERS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SOMERTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SOMERVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SORRENTO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SOUTH DUDLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SOUTH GEELONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SOUTH KINGSVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SOUTH MELBOURNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SOUTH MORANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SOUTH PURRUMBETE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SOUTH WHARF" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SOUTH YARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SOUTHBANK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SOUTHERN CROSS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SPARGO CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SPEED" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SPEEWA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SPOTSWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SPRING GULLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SPRING HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SPRINGBANK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SPRINGDALLAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SPRINGFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SPRINGHURST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SPRINGMOUNT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SPRINGVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SPRINGVALE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ST ALBANS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ST ALBANS PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ST ANDREWS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ST ANDREWS BEACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ST ARNAUD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ST ARNAUD EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ST ARNAUD NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ST CLAIR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ST GERMAINS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ST HELENA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ST HELENS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ST HELENS PLAINS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ST JAMES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ST KILDA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ST KILDA EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ST KILDA WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ST LEONARDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STACEYS BRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STAFFORDSHIRE REEF" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STAGHORN FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STANHOPE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STANHOPE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STANLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STAUGHTON VALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STAVELY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STAWELL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STEELS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STEIGLITZ" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STEWARTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STIRLING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STOCKDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STOCKYARD HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STONEHAVEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STONELEIGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STONY CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STONYFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRADBROKE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRANGWAYS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRATEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRATFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRATH CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRATHALLAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRATHBOGIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRATHDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRATHDOWNIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRATHEWEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRATHFIELDSAYE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRATHKELLAR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRATHLEA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRATHMERTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRATHMORE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRATHMORE HEIGHTS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRATHTULLOH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STREATHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STRZELECKI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "STUART MILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SUGARLOAF" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SUGARLOAF CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SUGGAN BUGGAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SULKY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SUMMERLANDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SUNBURY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SUNDAY CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SUNDERLAND BAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SUNSET STRIP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SUNSHINE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SUNSHINE NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SUNSHINE WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SURF BEACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SURREY HILLS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SUTHERLAND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SUTHERLANDS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SUTTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SUTTON GRANGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SWAN BAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SWAN HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SWAN HILL WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SWAN ISLAND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SWAN MARSH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SWAN REACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SWANPOOL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SWANWATER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SWANWATER WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SWIFTS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SYDENHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "SYLVATERRE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TABBERABBERA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TABILK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TABOR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TAGGERTY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TAHARA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TAHARA BRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TAHARA WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TALBOT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TALGARNO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TALLANDOON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TALLANGATTA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TALLANGATTA EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TALLANGATTA SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TALLANGATTA VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TALLAROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TALLYGAROOPNA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TAMBO CROSSING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TAMBO UPPER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TAMBOON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TAMBORITHA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TAMINICK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TAMLEUGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TAMLEUGH NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TANDAROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TANDARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TANGAMBALANGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TANJIL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TANJIL BREN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TANJIL SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TANTARABOO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TANWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TANYBRYN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARADALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARCOMBE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARILTA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARNAGULLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARNEIT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARNOOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TAROON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARRA VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARRANYURK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARRAVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARRAWARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARRAWINGEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARRAYOUKYAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARRENGOWER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARRENLEA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARRINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARRONE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARWIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TARWIN LOWER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TATONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TATURA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TATURA EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TATYOON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TAWONGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TAWONGA SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TAYLOR BAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TAYLORS HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TAYLORS LAKES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TEAL POINT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TECOMA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TEDDYWADDY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TEDDYWADDY WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TEESDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TELANGATUK EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TELFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TELOPEA DOWNS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TEMPLESTOWE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TEMPLESTOWE LOWER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TEMPY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TENBY POINT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TENNYSON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TERANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TERIP TERIP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TERRAPPEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TERRICK TERRICK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TERRICK TERRICK EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TESBURY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TETOORA ROAD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THALIA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THALLOO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THE BASIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THE COVE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THE GURDIES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THE HEART" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THE HONEYSUCKLES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THE PATCH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THE SISTERS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THOLOGOLONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THOMASTOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THOMSON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THOONA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THORNBURY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THORNHILL PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THORNTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THORPDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THORPDALE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THOWGLA VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "THREE BRIDGES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TIDAL RIVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TIMBARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TIMBOON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TIMBOON WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TIMMERING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TIMOR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TIMOR WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TINAMBA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TINAMBA WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TINTALDRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TITTYBONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOL TOL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOLMIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOM GROGGIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TONGALA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TONGHI CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TONGIO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TONIMBUK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOOAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOOBORAC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOOLAMBA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOOLAMBA WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOOLANGI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOOLERN VALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOOLLEEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOOLOME" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOOLONDO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOOLONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOOMBON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOONGABBIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOORA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOORA NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOORADIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOORAK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOORLOO ARM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOORONGO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOOTGAROOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TORQUAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TORRITA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TORRUMBARRY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TORWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOSTAREE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOTTENHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOTTINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOURELLO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOWAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOWANINNY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOWANINNY SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOWER HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOWONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TOWONG UPPER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TRAFALGAR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TRAFALGAR EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TRAFALGAR SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TRAGOWEL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TRARALGON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TRARALGON EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TRARALGON SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TRAVANCORE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TRAWALLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TRAWOOL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TRAYNORS LAGOON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TREMONT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TRENTHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TRENTHAM EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TRESCO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TRESCO WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TRIDA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TRUGANINA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TUBBUT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TUERONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TULKARA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TULLAMARINE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TUNGAMAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TUROAR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TURRIFF" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TURRIFF EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TURTONS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TUTYE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TYAAK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TYABB" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TYENNA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TYERS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TYLDEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TYLDEN SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TYNONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TYNONG NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TYNTYNDER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TYNTYNDER SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TYRENDARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TYRENDARRA EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TYRRELL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "TYRRELL DOWNS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ULLINA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ULLSWATER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ULTIMA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ULTIMA EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ULUPNA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "UNDERA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "UNDERBOOL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "UPOTIPOTPON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "UPPER FERNTREE GULLY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "UPPER GUNDOWRING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "UPPER LURG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "UPPER PLENTY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "UPPER RYANS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "UPTON HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "UPWEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "VALENCIA CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "VASEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "VAUGHAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "VECTIS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "VENTNOR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "VENUS BAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "VERMONT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "VERMONT SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "VERVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "VESPER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "VICTORIA POINT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "VICTORIA VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "VIEWBANK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "VINIFERA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "VIOLET TOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "VITE VITE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "VITE VITE NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "W TREE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WAAIA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WAANYARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WAARRE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WABONGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WAGGARANDALL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WAHGUNYAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WAHRING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WAIL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WAIREWA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WAITCHIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WAL WAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALDARA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALHALLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALHALLA EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALKERVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALKERVILLE NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALKERVILLE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALLACE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALLACEDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALLAGARAUGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALLALOO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALLALOO EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALLAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALLINDUC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALLINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALLUP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALMER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALPA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALPEUP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WALWA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANALTA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANDANA HEIGHTS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANDELLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANDILIGONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANDIN EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANDIN NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANDO BRIDGE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANDO VALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANDONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANDOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANGANDARY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANGARABELL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANGARATTA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANGARATTA SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANGIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANGOOM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANNON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANTIRNA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WANTIRNA SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARANGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARANGA SHORES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARATAH BAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARBURTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WAREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARGAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARMUR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARNCOORT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARNEET" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARRABKOOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARRACKNABEAL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARRAGUL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARRAGUL SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARRAGUL WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARRAK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARRANDYTE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARRANDYTE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARRANWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARRAYURE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARRENBAYNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARRENHEIP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARRENMANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARRION" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARRNAMBOOL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARROCK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARRONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WARTOOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WATCHEM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WATCHEM WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WATCHUPGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WATERFORD PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WATERHOLES" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WATERLOO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WATERWAYS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WATSONIA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WATSONIA NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WATSONS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WATTLE BANK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WATTLE CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WATTLE FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WATTLE GLEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WATTLE HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WAUBRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WAURN PONDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WAYGARA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WEATHERBOARD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WEDDERBURN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WEDDERBURN JUNCTION" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WEE WEE RUP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WEEAPROINAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WEERING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WEERITE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WEHLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WEIR VIEWS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WELLSFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WELSHMANS REEF" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WELSHPOOL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WEMEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WENDOUREE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WENSLEYDALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WENTWORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WERNETH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WERONA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WERRIBEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WERRIBEE SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WERRIMULL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WESBURN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WEST BENDIGO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WEST CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WEST FOOTSCRAY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WEST MELBOURNE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WEST WODONGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WESTBURY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WESTBY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WESTMEADOWS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WESTMERE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHANREGARWEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHARPARILLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHEATSHEAF" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHEELERS HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHIPSTICK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHIRILY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHITE HILLS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHITEHEADS CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHITELAW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHITFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHITLANDS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHITTINGTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHITTLESEA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHOOREL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHOROULY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHOROULY EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHOROULY SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WHROO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WICKLIFFE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILBY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILD DOG VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILDWOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILKUR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILLANGIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILLATOOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILLAURA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILLAURA NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILLENABRINA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILLIAMS LANDING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILLIAMSTOWN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILLIAMSTOWN NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILLOW GROVE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILLOWMAVIN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILLOWVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILLUNG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILLUNG SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILSONS HILL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WILSONS PROMONTORY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WIMBLEDON HEIGHTS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WINCHELSEA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WINCHELSEA SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WINDERMERE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WINDSOR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WINGAN RIVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WINGEEL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WINJALLOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WINLATON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WINNAMBOOL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WINNAP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WINNINDOO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WINSLOW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WINTER VALLEY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WINTON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WINTON NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WIRRATE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WISELEIGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WODONGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOLLERT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOMBAT CREEK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOMBELANO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WON WRON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WONGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WONGA PARK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WONGARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WONGUNGARRA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WONNANGATTA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WONTHAGGI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WONWONDAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WONYIP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOOD WOOD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOODEND" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOODEND NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOODFIELD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOODFORD" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOODGLEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOODHOUSE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOODLEIGH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOODS POINT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOODSIDE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOODSIDE BEACH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOODSIDE NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOODSTOCK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOODSTOCK ON LODDON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOODSTOCK WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOODVALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOOL WOOL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOOLAMAI" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOOLENOOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOOLSHED FLAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOOLSTHORPE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOOMELANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOORAGEE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOORARRA EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOORARRA WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOOREEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOORI YALLOCK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOORINEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOORINEN NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOORINEN SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOORNDOO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOOROONOOK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOOSANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WOOTONG VALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WORROWING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WRATHUNG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WRIXON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WROXHAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WUK WUK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WULGULMERANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WULGULMERANG EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WULGULMERANG WEST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WUNGHNU" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WURDIBOLUC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WURRUK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WY YUNG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WYCHEPROOF" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WYCHEPROOF SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WYCHITELLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WYCHITELLA NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WYE RIVER" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WYELANGTA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WYNDHAM VALE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WYUNA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "WYUNA EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YAAPEET" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YABBA NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YABBA SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YACKANDANDAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YALCA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YALLA-Y-POORA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YALLAMBIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YALLOURN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YALLOURN NORTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YALMY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YAMBUK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YAMBUNA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YAN YEAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YANAC" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YANAKIE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YANDO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YANDOIT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YANDOIT HILLS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YANGERY" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YANGOURA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YANNATHAN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YAPEEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YARCK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YARPTURK" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YARRA GLEN" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YARRA JUNCTION" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YARRABERB" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YARRAGON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YARRAGON SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YARRAM" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YARRAMBAT" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YARRAVILLE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YARRAWALLA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YARRAWONGA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YARRAWONGA SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YARROWEYAH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YATCHAW" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YAWONG HILLS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YEA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YELLINGBO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YELTA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YENDON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YEO" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YEODENE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YERING" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YEUNGROON" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YEUNGROON EAST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YIELIMA" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YINNAR" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YINNAR SOUTH" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YORK PLAINS" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YOUANMITE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YOUARANG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YULECART" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YUNDOOL" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YUROKE" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "YUULONG" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ZEERUST" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:prefLabel "ZUMSTEINS" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Localities" ; + skos:scopeNote "termtype:AdminUnit" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:36.941952"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:34.998177"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/vic-parish.csv b/cadastre/CSD-Header/vic-parish.csv new file mode 100644 index 0000000..b31ffa8 --- /dev/null +++ b/cadastre/CSD-Header/vic-parish.csv @@ -0,0 +1,2005 @@ +preflabel,definition,notation,altlabel,related +Boorongie,,2196,, +Tiega,,3590,, +Kattyoong,,2851,, +Walpa,,3714,, +Koonda,,2908,, +Purnya,,3427,, +Eureka,,2607,, +Boulka,,2212,, +Underbool,,3682,, +Duddo,,2555,, +Tyalla,,3668,, +Boinka,,2169,, +Nurnurnemal,,3343,, +Mittyan,,3129,, +Goonegul,,2699,, +Minook,,3115,, +Copi Plains,,2446,, +Galpunga,,2630,, +Tyagook,,3667,, +Bumbang,,2269,, +Kulkyne,,2939,, +Yelwell,,3986,, +Konardin,,2899,, +Gimpa,,2656,, +Nenandie,,3296,, +Yungera,,4002,, +Narrung,,3283,, +Brockie,,2238,, +Annuello,,2017,, +Wemen,,3792,, +Sunset,,3512,, +Kia,,2871,, +Nulkwyne,,3331,, +Gingimrick,,2658,, +Burra,,2296,, +Barchan,,2069,, +Murlong,,3226,, +Liparoo,,3001,, +Piambie,,3390,, +Koimbo,,2896,, +Boolungal,,2185,, +Burnell,,2294,, +Carool,,2352,, +Nowingi,,3328,, +Toltol,,3601,, +Bitterang,,2158,, +Walpamunda,,3715,, +Mournpoul,,3199,, +Margooya,,3060,, +Galick,,2628,, +Gayfield,,2638,, +Wandown,,3723,, +Koorkab,,2914,, +Geera,,2640,, +Mirkoo,,3122,, +Olney,,3351,, +Woolwoola,,3881,, +Tulillah,,3653,, +Wallpolla,,3711,, +Mullroo,,3216,, +Wargan,,3740,, +Taparoo,,3544,, +Morkalla,,3190,, +Karween,,2847,, +Meringur,,3091,, +Merrinee,,3096,, +Karadoc,,2837,, +Yatpool,,3977,, +Tunart,,3657,, +Yaramba,,3957,, +Carwarp,,2362,, +Raak,,3438,, +Wymlet,,3920,, +Winnambool,,3840,, +Yarrara,,3966,, +Werrimull,,3800,, +Benetook,,2117,, +Ginquam,,2659,, +Boorlee,,2193,, +Malloren,,3046,, +Mallanbool,,3045,, +Warrimoo,,3762,, +Koleya,,2897,, +Tarrango,,3555,, +Willah,,3821,, +Kurnwill,,2944,, +Carwarp West,,2363,, +Nerick,,3298,, +Colignan,,2410,, +Myall,,3244,, +Piangil West,,3392,, +Piangil,,3391,, +Ouyen,,3358,, +Big Desert,,2141,, +Dennying,,2509,, +Boorong,,2195,, +Kooem,,2904,, +Ginap,,2657,, +Yallum,,3937,, +Dattuck,,2502,, +Bitchigal,,2157,, +Wathe,,3776,, +Berriwillock,,2128,, +Hensley,,2752,, +Perrit Perrit,,3388,, +Murrabit,,3230,, +Daalko,,2480,, +Danyo,,2485,, +Patchewollock North,,3377,, +Bimbourie,,2147,, +Baring North,,2072,, +Chillingollah,,2379,, +Woorinen,,3886,, +Manya,,3057,, +Kulwin,,2940,, +Paignie,,3361,, +Larundel,,2976,, +Wagant,,3696,, +Manangatang,,3049,, +Cocamba,,2399,, +Pallarang,,3364,, +Goongee,,2700,, +Woatwoara,,3853,, +Pirro,,3401,, +Pier-Millan,,3394,, +Nyang,,3347,, +Tyntynder West,,3676,, +Nyrraby,,3349,, +Tyntynder,,3674,, +Conga Wonga,,2422,, +Majorlock,,3039,, +Moortworra,,3180,, +Wewin,,3802,, +Waitchie,,3701,, +Koro-Ganeit,,2924,, +Tyntynder North,,3675,, +Timberoo,,3594,, +Berrook,,2130,, +Willangie,,3823,, +Tungie,,3658,, +Nypo,,3348,, +Koorangie,,2912,, +Cronomby,,2465,, +Nyallo,,3346,, +Wiall,,3812,, +Gama,,2631,, +Chinangin,,2384,, +Big Billy,,2140,, +Wortongie,,3905,, +Wyperfeld,,3921,, +Wangie,,3728,, +Pines,,3397,, +Coonimur,,2437,, +Prooinga,,3418,, +Worooa,,3902,, +Carina,,2346,, +Little Billy,,3003,, +Moah,,3130,, +Ultima,,3679,, +Gorya,,2712,, +Bourka,,2213,, +Meatian,,3076,, +Mumbel,,3219,, +Tyrrell,,3678,, +Burupga,,2309,, +Boigbeat,,2167,, +Gunamalary,,2731,, +Ngallo,,3307,, +Dering,,2513,, +Tyenna,,3671,, +Baring,,2071,, +Patchewollock,,3376,, +Joop,,2807,, +Naringaningalook,,3267,, +Yarroweyah,,3972,, +Cocomah,,2400,, +Yielima,,3992,, +Ulupna,,3680,, +Yalca,,3930,, +Meering West,,3081,, +Towma,,3643,, +Pigick,,3395,, +Willoby,,3827,, +Werrap,,3796,, +Kinabulla,,2880,, +Wallowa,,3710,, +Pullut,,3422,, +Kurdgweechee,,2942,, +Cobram,,2397,, +Wirmbirchip,,3848,, +Barmah,,2075,, +Leaghur,,2983,, +Karyrie,,2848,, +Nanowie,,3259,, +Ballapur,,2045,, +Gnarwee,,2691,, +Korrak Korrak,,2928,, +Lalbert,,2957,, +Murnungin,,3229,, +Minapre,,3106,, +Wilhelmina,,3818,, +Chiprick,,2386,, +Wirrbibial,,3851,, +Yanac-A-Yanac,,3944,, +Walpeup,,3716,, +Towan,,3640,, +Mittyack,,3128,, +Woornack,,3889,, +Turoar,,3661,, +Gerahmin,,2646,, +Mulcra,,3211,, +Barnawartha South,,2077,, +Boomahnoomoonah,,2186,, +Barwo,,2087,, +Katunga,,2852,, +Moira,,3138,, +Baulkamaugh,,2092,, +Waaia,,3688,, +Thalia,,3581,, +Boort,,2200,, +Brimin,,2231,, +Kaarimba,,2814,, +Mundoona,,3220,, +Dunbulbalane,,2560,, +Youarang,,3996,, +Terrappee,,3577,, +Watchem,,3771,, +Peechember,,3382,, +Wyuna,,3924,, +Teddywaddy,,3571,, +Peechelba,,3381,, +Talgitcha,,3525,, +Gannawarra,,2633,, +Cannie,,2329,, +Goyura,,2716,, +Watchupga,,3772,, +Gutchu,,2737,, +Gaalanungah,,2625,, +Moonlight,,3161,, +Red Bluff,,3444,, +Marlbed,,3063,, +Gnarr,,2689,, +Mamengoroock,,3048,, +Manpy,,3055,, +Tutye,,3665,, +Lianiduck,,2990,, +Polisbet,,3405,, +Nowie,,3327,, +Bunurouk,,2289,, +Wirmbool,,3849,, +Kenmare,,2860,, +Picola,,3393,, +Gredgwin,,2722,, +Walwa,,3717,, +Burrowye,,2303,, +Hindmarsh,,2758,, +Burramine,,2300,, +Yarrawonga,,3967,, +Marmal,,3066,, +Narraport,,3276,, +Mahrong,,3036,, +Warmur,,3742,, +Talgarno,,3524,, +Bundalong,,2272,, +Dahwedarre,,2481,, +Warraquil,,3755,, +Beyal,,2138,, +Narioka,,3270,, +Pelluebla,,3383,, +Drumanure,,2549,, +Pannoobamawm,,3368,, +Wanurp,,3731,, +Karrabumet,,2844,, +Tallygaroopna,,3533,, +Waggarandall,,3697,, +Yabba Yabba,,3928,, +St. James,,3466,, +Charlton East,,2372,, +Bolga,,2173,, +Yackandandah,,3929,, +Carron,,2359,, +Thowgla,,3588,, +Yearinga,,3980,, +Jeffcott,,2789,, +Taripta,,3548,, +Bullioh,,2266,, +Katamatite,,2849,, +Bungil,,2283,, +Norong,,3323,, +Lorquon,,3016,, +Belvoir West,,2110,, +Kanyapella,,2834,, +Berringa,,2126,, +Yarrowalla,,3970,, +Boorhaman,,2192,, +Youanmite,,3995,, +Tharanbegga,,3582,, +Corack East,,2448,, +Yellangip,,3984,, +Corack,,2447,, +Tatonga,,3566,, +Propodollah,,3419,, +Batyik,,2091,, +Borung,,2211,, +Woosang,,3895,, +Balrootan,,2056,, +Kellalac,,2859,, +Noorongong,,3322,, +Nullan,,3332,, +Kiata,,2874,, +Nanneella,,3258,, +Milloo,,3104,, +Diggorra,,2523,, +Pannoomilloo,,3369,, +Kaniva,,2833,, +Yanipy,,3952,, +Bungil East,,2284,, +Cudgewa,,2471,, +Towong,,3644,, +Babatchio,,2037,, +Warracknabeal,,3746,, +Bangerang,,2062,, +Kotupna,,2932,, +Yarrock,,3969,, +Killawarra,,2876,, +Charlton West,,2373,, +Calivil,,2320,, +Meering,,3080,, +Nandemarriman,,3254,, +Curyo,,2477,, +Gunbower,,2732,, +Strathmerton,,3507,, +Cambacanya,,2323,, +Thologolong,,3584,, +Berontha,,2124,, +Yarrangook,,3965,, +Bambadin,,2058,, +Perenna,,3387,, +Wilkur,,3820,, +Areegra,,2026,, +Byawatha,,2316,, +Dinyarrak,,2527,, +Catiabrim,,2367,, +Moray,,3185,, +Whirrakee,,3806,, +Neilborough,,3294,, +Beewar,,2104,, +Karramomus,,2845,, +Kinimakatka,,2883,, +Winiam,,3838,, +Coonooer East,,2438,, +Woraigworm,,3898,, +Carag Carag,,2332,, +Lillimur,,2995,, +Powlett,,3415,, +Warragamba,,3747,, +Devenish,,2519,, +Mokoan,,3141,, +Wyeeboo,,3918,, +Adjie,,2003,, +Dingee,,2526,, +Taminick,,3537,, +Dunmunkle,,2564,, +Pompapiel,,3407,, +Kyabram,,2948,, +Kyabram East,,2949,, +Timmering,,3596,, +Mooroopna,,3177,, +Nariel,,3266,, +Wallup,,3712,, +Janiember East,,2782,, +Yabba,,3927,, +Kewell West,,2870,, +Tallandoon,,3527,, +Girgarre East,,2661,, +Bamawm,,2057,, +Echuca South,,2572,, +Boweya,,2214,, +Katandra,,2850,, +Congupna,,2423,, +Buckrabanyule,,2248,, +Estcourt,,2599,, +Tarranginnie,,3554,, +Ballendella,,2048,, +Greta,,2726,, +Koyuga,,2935,, +Tongala,,3602,, +Myrrhee,,3248,, +Canabore,,2327,, +Wooronook,,3892,, +Jemba,,2791,, +Koetong,,2895,, +Jinjellic,,2803,, +Berringama,,2127,, +Rich Avon East,,3450,, +Rich Avon West,,3451,, +Mockinya,,3133,, +Turrumberry,,3662,, +Mysia,,3250,, +Woorak,,3884,, +Wabba,,3691,, +Ni Ni,,3312,, +Toonambool,,3625,, +Colac Colac,,2406,, +Durndal,,2569,, +Coomboona,,2434,, +Murrawong,,3234,, +Wagra,,3698,, +Cannum,,2330,, +Mirampiram,,3118,, +Werrigar,,3798,, +Mitiamo,,3126,, +Wychitella,,3917,, +Bontherambo,,2180,, +Narrewillock,,3280,, +Granya,,2720,, +Woorragee North,,3894,, +Undera,,3681,, +Millewa,,3103,, +Barambogie,,2067,, +Wallaloo,,3706,, +Warngar,,3743,, +Wirchilleba,,3846,, +Wirrate,,3850,, +Yallook,,3936,, +Wedderburne,,3782,, +Bonn,,2179,, +Coonooer West,,2439,, +Korong,,2926,, +Burnewang,,2295,, +Tamleugh,,3538,, +Dartella,,2500,, +Bridgewater,,2226,, +Colbinabbin,,2407,, +Kamarooka,,2825,, +Bungeet,,2282,, +Mooroopna West,,3178,, +Tandarra,,3540,, +Dookie,,2535,, +Yeungroon,,3991,, +Stanley,,3498,, +Laen,,2954,, +Leeor,,2985,, +Burramboot,,2298,, +Glenalbyn,,2664,, +Brenanah,,2223,, +Jungkum,,2812,, +Cooack,,2427,, +Malkara,,3043,, +Toolleen,,3617,, +Tarnagulla,,3551,, +Moliagul,,3143,, +Wellsford,,3789,, +Goroke,,2708,, +Neuarpur,,3303,, +Nerring,,3301,, +Minimay,,3111,, +Gungarlan,,2735,, +Nurcoung,,3342,, +Cobon,,2395,, +Mortat,,3194,, +Balmattum,,2052,, +Keelangie,,2855,, +Bruarong,,2239,, +Lawloit,,2981,, +Welumla,,3791,, +Donald,,2532,, +Doboobetic,,2529,, +Lurg,,3022,, +Yarraberb,,3961,, +Pinnibar,,3399,, +Wallaby,,3704,, +Spinifex,,3493,, +Wehla,,3788,, +Kalkee,,2820,, +Curtayne,,2476,, +Lallat,,2960,, +Waranga,,3735,, +Girgarre,,2660,, +Toolamba West,,3613,, +Salisbury,,3469,, +Gibbo,,2652,, +Swanwater,,3515,, +Burrungabugge,,2307,, +Minto,,3116,, +Kurting,,2946,, +Salisbury West,,3470,, +Coynallan,,2460,, +Nateyip,,3284,, +Yarrayne,,3968,, +Benambra,,2114,, +Winton,,3843,, +Carapooee,,2338,, +Sandhurst,,3473,, +Euroa,,2608,, +Gymbowen,,2739,, +Moormbool West,,3171,, +Bunganail,,2278,, +Pranjip,,3417,, +Inglewood,,2774,, +Boorgunyah,,2191,, +St. Arnaud,,3463,, +Shadforth,,3482,, +Nolan,,3316,, +Kooreh,,2913,, +Wills,,3829,, +Leichardt,,2986,, +Samaria,,3471,, +Huntly,,2770,, +Campaspe,,2325,, +Murchison,,3222,, +Miepoll,,3101,, +Ding-A-Ding,,2525,, +Koonik Koonik,,2910,, +Warrenbayne,,3759,, +Arcadia,,2022,, +Mandurang,,3051,, +Moormbool East,,3170,, +Eppalock,,2596,, +Guttamurra,,2738,, +Costerfield,,2458,, +Gooram Gooram Gong,,2705,, +Monea South,,3149,, +Wondoomarook,,3859,, +Morrl Morrl,,3193,, +Monea North,,3148,, +Longwood,,3012,, +Karnak,,2842,, +Shelbourne,,3483,, +Lockwood,,3006,, +Carchap,,2343,, +Redbank,,3443,, +Bradford,,2216,, +Kaneira,,2829,, +Toort,,3635,, +Murchison North,,3223,, +Moora,,3162,, +Knaawing,,2890,, +Runnymede,,3461,, +Branjee,,2220,, +Arapiles,,2019,, +Wing Wing,,3837,, +Daahl,,2479,, +Bepcha,,2122,, +Molka,,3144,, +Whroo,,3811,, +Bogong North,,2164,, +Wannaeue,,3730,, +Muskerry,,3243,, +Flinders,,2613,, +Undowah,,3683,, +Mowamba,,3203,, +Moglonemby,,3136,, +Derby,,2510,, +Garratanbunell,,2635,, +Lowry,,3018,, +Traawool,,3645,, +Everton,,2610,, +Durdidwarrah,,2568,, +Coolebarghurk,,2429,, +Mologa,,3145,, +Darkbonee,,2490,, +Bungywarr,,2286,, +Combienbar,,2416,, +Carapook,,2340,, +Muntham,,3221,, +Shepparton,,3486,, +Yat Nat,,3976,, +Yarramyljup,,3964,, +Bessiebelle,,2132,, +Dandongadale,,2484,, +Langwornor,,2973,, +Heathcote,,2750,, +Tarkeeth,,3549,, +Birregun,,2155,, +Bairnsdale,,2042,, +Boole Poole,,2184,, +Sale,,3468,, +Wurruk Wurruk,,3913,, +Wuk Wuk,,3908,, +Tallangatta,,3530,, +Mepunga,,3087,, +Derrimut,,2516,, +Binginwarri,,2149,, +Devon,,2520,, +Booroopki,,2197,, +Redcastle,,3445,, +Cherrington,,2377,, +Painswick,,3362,, +Strathfieldsaye,,3506,, +Kalingur,,2818,, +Knowsley,,2892,, +Nowyeo,,3329,, +Dargile,,2488,, +Bolangum,,2171,, +Burrong North,,2301,, +Durong,,2570,, +Chewton,,2378,, +Turandurey,,3659,, +Neereman,,3291,, +Tarcombe,,3547,, +Morockdong,,3191,, +Bringalbart,,2233,, +Awonga,,2033,, +Lah-Arum,,2955,, +Sedgwick,,3480,, +Charam,,2371,, +Youpella,,3999,, +Tchirree,,3569,, +Glenaroua,,2665,, +Woongulmerang West,,3883,, +Glendhu,,2672,, +Bolaira,,2170,, +Wappan,,3734,, +Coolumbooka,,2430,, +Northwood,,3324,, +Mangalore,,3053,, +Eucambene,,2601,, +Thorkidaan,,3585,, +Panbulla,,3366,, +Jilpanger,,2798,, +Bramby,,2219,, +Barp,,2080,, +Jinderboine,,2800,, +Benayeo,,2115,, +Avenel,,2031,, +Jallakin,,2777,, +Nangana,,3255,, +Jil Jil,,2797,, +Marraweeny,,3069,, +Riachella,,3449,, +Callawadda,,2321,, +Tooan,,3610,, +Navarre,,3288,, +Ravenswood,,3442,, +Natteyallock,,3287,, +Warrowitue,,3766,, +Puckapunyal,,3420,, +Yehrip,,3983,, +Barkly,,2074,, +Edenhope,,2575,, +Gobur,,2693,, +Worrough,,3903,, +Tallarook,,3532,, +Panyule,,3370,, +Brankeet,,2221,, +Pental Island,,3386,, +Warrenmang,,3761,, +Coolungubra,,2432,, +Seymour,,3481,, +Bolerch,,2172,, +Berrmarr,,2129,, +Maryborough,,3071,, +Chilpin,,2380,, +Yallakar,,3933,, +Wombelano,,3858,, +Bellaura,,2107,, +Wytwarrone,,3923,, +Illawarra,,2771,, +Watta Wella,,3777,, +Boroka,,2208,, +Koonika,,2909,, +Wallagoot,,3705,, +Murrandarra,,3233,, +Moranding,,3182,, +Dean,,2503,, +Bungaree,,2279,, +Moorarbool West,,3167,, +Gunbower West,,2733,, +Mincha,,3107,, +Patho,,3378,, +Murrabit West,,3231,, +Kerang,,2862,, +Tottington,,3637,, +Gerang Gerung,,2648,, +Dimboola,,2524,, +Jirnkee,,2804,, +Carapooee West,,2339,, +Nunniong,,3340,, +Noyong,,3330,, +Oxley,,3359,, +Mooroolbark,,3176,, +Laceby,,2953,, +Longford,,3010,, +Carneek,,2350,, +Drummond,,2552,, +Kalk Kalk,,2821,, +Willam,,3822,, +Muryrtym,,3242,, +Thornley,,3586,, +Baynton,,2094,, +Mageppa,,3032,, +Gelantipy West,,2643,, +Howitt Plains,,2767,, +Concongella,,2418,, +Coliban,,2409,, +Cavendish,,2368,, +Bahgallah,,2040,, +Redruth,,3447,, +Lorne,,3015,, +Tarwin,,3563,, +Coolungoolun,,2431,, +Boikerbert,,2168,, +Sutton Grange,,3514,, +Karawah,,2838,, +Hawkestone,,2747,, +Connangorach,,2424,, +Konnepra,,2902,, +Rathscar,,3441,, +Lexington,,2988,, +Billabong,,2143,, +Koo-Wee-Rup,,2920,, +Yallock,,3935,, +Kongbool,,2900,, +Moorwinstowe,,3181,, +Wongungarra,,3864,, +Lancefield,,2962,, +Cobaw,,2392,, +Purnim,,3426,, +Clonbinane,,2389,, +Dellicknora,,2507,, +Koola,,2905,, +Newham,,3304,, +Reynard,,3448,, +Mokepilly,,3140,, +Pyalong,,3430,, +Craigie,,2461,, +Kooroc,,2915,, +Guildford,,2730,, +Bealiba,,2095,, +Mansfield,,3056,, +Ludrik-Munjie,,3021,, +Beloka,,2109,, +Tallageira,,3526,, +Lowan,,3017,, +Carruno,,2361,, +Wormangal,,3900,, +Axedale,,2034,, +Morea,,3187,, +Marong,,3068,, +Crosbie,,2467,, +Weston,,3801,, +Dopewora,,2538,, +Casterton,,2364,, +Sandford,,3472,, +Merino,,3092,, +Wrixon,,3907,, +Borhoneyghurk,,2206,, +Monomak,,3152,, +Ballark,,2047,, +Narrang,,3275,, +Yeerung,,3982,, +Langley,,2970,, +Goldie,,2694,, +Moonkan,,3160,, +Ganoo Ganoo,,2634,, +Nappa,,3262,, +Lambruk,,2961,, +Bochara,,2161,, +Hamilton North,,2741,, +Kanawinka,,2827,, +Karup Karup,,2846,, +Glenburnie,,2667,, +Beckworth,,2097,, +Gorrinn,,2710,, +Neerim East,,3293,, +Wookurkook,,3877,, +Addington,,2002,, +Arbuckle,,2021,, +Pomborneit,,3406,, +Tabberabbera,,3519,, +Koolomert,,2906,, +Pawbymbyr,,3379,, +Bullamalk,,2259,, +Dunneworthy,,2566,, +Bulgana,,2257,, +Muckleford,,3209,, +Castlemaine,,2366,, +Faraday,,2611,, +Mullawye,,3214,, +Yarck,,3958,, +Tarrengower,,3562,, +Glenmona,,2680,, +Bung Bong,,2280,, +Metcalfe,,3099,, +Woongulmerang East,,3882,, +Meereek,,3079,, +Glenmore,,2681,, +Campbelltown,,2326,, +Errinundra,,2598,, +Nalangil,,3252,, +Monegeetta,,3150,, +Ascot,,2028,, +Creswick,,2464,, +Warranook,,3754,, +Ballyrogan,,2051,, +Warra Warra,,3756,, +Koomberar,,2907,, +Tamboritha,,3536,, +Cooaggalah,,2428,, +Geerak,,2641,, +Ledcourt,,2984,, +Glenorchy,,2682,, +Gampola,,2632,, +Licola North,,2992,, +Jamieson,,2780,, +Gatum Gatum,,2637,, +Ercildoun,,2597,, +Glendaruel,,2671,, +Kalymna,,2824,, +Pine Lodge,,3396,, +Torbreck,,3636,, +Caniambo,,2328,, +Tooloy,,3621,, +Weeragua,,3785,, +Loomat,,3013,, +Bralak,,2217,, +Kooroon,,2918,, +Karlo,,2841,, +Onyim,,3354,, +Langi-Ghiran,,2964,, +Kianeek,,2873,, +Woohlpooer,,3876,, +Larneebunyah,,2975,, +Jalur,,2779,, +Rochford,,3455,, +Willowmavin,,3828,, +Boreang East,,2204,, +Toolongrook,,3620,, +Wareek,,3739,, +Toolondo,,3619,, +Baringhup,,2073,, +Dollin,,2531,, +Wartook,,3767,, +Maldon,,3042,, +Boorpuk,,2199,, +Landsborough,,2963,, +Merton,,3098,, +Walmer,,3713,, +Harcourt,,2743,, +Bellellen,,2108,, +Burrong South,,2302,, +Langkoop,,2967,, +Kurraca,,2945,, +Magdala,,3030,, +Tyar,,3670,, +Bondi,,2177,, +Shirley,,3488,, +Nerran,,3299,, +Binnican,,2153,, +Watgania,,3774,, +Gringegalgona,,2727,, +Mooralla,,3165,, +Bullawin,,2263,, +Buragwonduc,,2291,, +Byjuke,,2317,, +Alberton West,,2008,, +Alberton East,,2007,, +Kooragan,,2911,, +Nurong,,3344,, +Nagwarry,,3251,, +Nar-Be-Thong,,3263,, +Mininera,,3112,, +Moondarra,,3158,, +Yarpturk,,3960,, +Wallan Wallan,,3707,, +Watgania West,,3775,, +Woodnaggerak,,3873,, +Wategat,,3773,, +Mirranatwa,,3124,, +Colvinsby,,2415,, +Bramburra,,2218,, +Yeerik,,3981,, +Telbit,,3573,, +Wilgul South,,3817,, +Murgheboluc,,3225,, +Taaraak,,3517,, +Brindat,,2232,, +Heywood,,2756,, +Bemm,,2112,, +Yarak,,3956,, +Yuppeckiar,,4004,, +Parupa,,3374,, +Morekana,,3189,, +Gorae,,2707,, +Anakie,,2014,, +Colquhoun,,2412,, +Struan,,3509,, +Minhamite,,3110,, +Warrion,,3763,, +Lang Lang,,2968,, +Nanapundah,,3253,, +Boramboram,,2203,, +Galla,,2629,, +Forbes,,2615,, +Wentworth,,3794,, +Beear,,2098,, +Springfield,,3494,, +Nekeeya,,3295,, +Bylands,,2318,, +Konong Wootong,,2903,, +Youarrabuk,,3997,, +Coleraine,,2408,, +Binnuc,,2154,, +Toombon,,3622,, +Butgulla,,2310,, +Wurutwun,,3914,, +Scarsdale,,3477,, +Eilyar,,2581,, +Yalimba,,3931,, +Tingaringy,,3598,, +Billiminah,,2145,, +Boreang West,,2205,, +Ensay,,2594,, +Crookayan,,2466,, +Bruk Bruk,,2241,, +Dowling Forest,,2542,, +Gisborne,,2662,, +Coornmill,,2444,, +Carrak,,2357,, +Gillingall,,2654,, +Toorourrong,,3634,, +Parrie Yalloak,,3373,, +Gabo,,2626,, +Purrumbete North,,3428,, +Wanwandyra,,3732,, +Bil-Bil-Wyt,,2142,, +Edi,,2577,, +Winteriga,,3842,, +Tallangallook,,3529,, +Doolam,,2536,, +Bonang,,2176,, +Bidwell,,2139,, +Wibenduck,,3813,, +Baw Baw,,2093,, +Wy-Yung,,3925,, +Bilpah,,2146,, +Redesdale,,3446,, +Spring Plains,,3496,, +Terrinallum,,3580,, +Doodwuk,,2533,, +Branxholme,,2222,, +Cobra Killuc,,2396,, +Mostyn,,3197,, +Minjah,,3113,, +Wangarabell,,3724,, +Irrewarra,,2775,, +Ecklin,,2573,, +Purrumbete South,,3429,, +Derndang,,2514,, +Moormurng,,3172,, +Yatchaw West,,3974,, +Yatchaw East,,3973,, +Pom Pom,,3408,, +Audley,,2030,, +Poliah South,,3404,, +Cressy,,2463,, +Warrain,,3749,, +Maneroo,,3052,, +Wonwron,,3869,, +Yalimba East,,3932,, +Warrambine,,3752,, +Mumbannar,,3218,, +Betka,,2136,, +Matong,,3074,, +Mortlake,,3196,, +Wabonga South,,3694,, +Weering,,3787,, +Corangamite,,2450,, +Hesse,,2753,, +Koort-Koort-Nong,,2919,, +Gherineghap,,2650,, +Tarragal,,3553,, +Wrathung,,3906,, +Walla Walla,,3708,, +Magdala South,,3031,, +Mokanger,,3139,, +Tullich,,3655,, +Sargood,,3475,, +Burgoyne,,2292,, +Wongan,,3860,, +Beerik,,2102,, +Noorinbee,,3321,, +Mahkwallok,,3035,, +Panyyabyr,,3371,, +Lazarini,,2982,, +Kalkallo,,2819,, +Nap-Nap-Marra,,3261,, +Wollert,,3855,, +Bullung,,2268,, +Koorool,,2916,, +Brit Brit,,2234,, +Bullengarook,,2265,, +Moroka,,3192,, +Wau Wauka,,3779,, +Taponga,,3545,, +Telbit West,,3574,, +Fumina,,2623,, +Bundowra,,2274,, +Kentbruck,,2861,, +Mouzie,,3202,, +Yering,,3988,, +Macarthur,,3026,, +Banangal,,2061,, +Kapong,,2835,, +Broadwater,,2237,, +Woolenook,,3879,, +Terrick Terrick West,,3579,, +Yulecart,,4001,, +Hamilton South,,2742,, +Terrick Terrick East,,3578,, +Monivae,,3151,, +Glenlogie,,2676,, +Moyhu,,3205,, +Carboor,,2342,, +Moallaack,,3131,, +Keilambete,,2857,, +Modewarre,,3134,, +Duneed,,2561,, +Terang,,3575,, +Paraparap,,3372,, +Gherang Gherang,,2649,, +Bullanbul,,2260,, +Framlingham East,,2616,, +Moorooduc,,3175,, +Ballan,,2043,, +Narmbool,,3271,, +Mordialloc,,3186,, +Carrah,,2355,, +Hexham West,,2755,, +Darriwil,,2498,, +Burtwarrah,,2308,, +Langulac,,2971,, +Goon Nure,,2702,, +Wabdallah,,3692,, +Yowang,,4000,, +Tandarook,,3539,, +Argyle,,2027,, +Wickliffe South,,3815,, +Shelford,,3484,, +Banyena,,2065,, +Lismore,,3002,, +Wanwin,,3733,, +Marnoo,,3067,, +Eversley,,2609,, +Glenpatrick,,2684,, +Kilnoorat,,2878,, +Frankston,,2619,, +Moyston West,,3208,, +Boonahwah,,2188,, +Clarkesdale,,2388,, +Barga,,2070,, +Nerrin Nerrin,,3302,, +Buninyong,,2287,, +Thurra,,3589,, +Wingan,,3835,, +Woorndoo,,3890,, +Weecurra,,3784,, +Ardonachie,,2025,, +Quag-Munjie,,3432,, +Dargo,,2489,, +Urangara,,3685,, +Tyirra,,3672,, +Kay,,2854,, +Toonyarak,,3629,, +Fumina North,,2624,, +Drumborg,,2550,, +Ettrick,,2600,, +Karabeal,,2836,, +Glenwatts,,2686,, +Kaladbro,,2817,, +Bumberrah,,2270,, +Linlithgow,,2999,, +Bow-Worrung,,2215,, +Corea,,2451,, +Moyston,,3207,, +Mannibadar,,3054,, +Purdeet East,,3424,, +Manango,,3050,, +French Island,,2621,, +Colac,,2405,, +Brimbonga,,2229,, +Wamba,,3718,, +Glencoe South,,2669,, +Kariah,,2840,, +Tonghi,,3605,, +Moutajup,,3200,, +Matlock,,3073,, +Wooyoot,,3897,, +Murrnroong,,3238,, +Karawinna,,2839,, +Tamboon,,3535,, +Meran,,3088,, +Corindhap,,2452,, +Palpara,,3365,, +Byambynee,,2314,, +Cargerie,,2345,, +Walhalla,,3702,, +Wooriwyrite,,3887,, +Lawaluk,,2980,, +Poowong East,,3412,, +Bamganie,,2060,, +Jennawarra,,2792,, +Ardno,,2024,, +Wurrin,,3911,, +Eurandelong,,2606,, +Loongelaat,,3014,, +Bete Bolong North,,2134,, +Elmore,,2588,, +Egerton,,2578,, +Wabonga,,3693,, +Cambatong,,2324,, +Detarka,,2517,, +Murrindal East,,3235,, +Ingeegoodbee,,2773,, +Toonginbooka,,3628,, +Borodomanin,,2207,, +Wyangil,,3915,, +Suggan Buggan,,3510,, +Dueran East,,2557,, +Gelantipy East,,2642,, +Marroo,,3070,, +Dunnawalla,,2565,, +Tooliorook,,3615,, +Doroq,,2540,, +Pircarra,,3400,, +Jumbuk,,2808,, +Lyndhurst,,3025,, +Wongarra,,3861,, +Poorneet,,3410,, +Bellarine,,2106,, +Bulga,,2255,, +Kaanglang,,2813,, +Curracurt,,2474,, +Annya,,2018,, +Murtcaim,,3241,, +Toorak,,3631,, +Dreeite,,2544,, +Meerai,,3078,, +Carngham,,2351,, +Kornong,,2923,, +Brimboal,,2228,, +Burrumbeet,,2305,, +Windermere,,3832,, +Haddon,,2740,, +Smythesdale,,3491,, +Yarrowee,,3971,, +Kadnook,,2815,, +Bogalara,,2163,, +Geelengla,,2639,, +Weerangourt,,3786,, +Myamyn,,3245,, +Ballangeich,,2044,, +Paaratte,,3360,, +Tildesley West,,3592,, +Colquhoun East,,2413,, +Kunat Kunat,,2941,, +Nowa Nowa South,,3326,, +Boosey,,2201,, +Carlyle,,2349,, +Waarre,,3690,, +La Trobe,,2977,, +St. Margaret,,3467,, +Barwongemoong,,2089,, +Sunday Island,,3511,, +Wangerrip,,3727,, +Snake Island,,3492,, +Aire,,2005,, +Cantala,,2331,, +Welshpool,,3790,, +Tarwin South,,3564,, +Waratah North,,3737,, +Yanakie,,3945,, +Yanakie South,,3946,, +Beek Beek,,2100,, +Warreen,,3758,, +Glenlyon,,2678,, +Rupanyup,,3462,, +Ashens,,2029,, +Moranghurk,,3184,, +Woornyalook,,3891,, +Chepstowe,,2376,, +Bael Bael,,2038,, +Wensleydale,,3793,, +Boonah,,2187,, +Tittybong,,3600,, +Changue,,2369,, +Boorolite,,2194,, +Jallukar,,2778,, +Carlsruhe,,2348,, +Derril,,2515,, +Flowerdale,,2614,, +Kerrie,,2865,, +Macedon,,3027,, +Monbulk,,3146,, +Murrindal West,,3236,, +Beaufort,,2096,, +Mallacoota,,3044,, +Woranga,,3899,, +Yarram Yarram,,3963,, +Wingeel,,3836,, +Darlington,,2492,, +Buxton,,2312,, +Bendock,,2116,, +Cooramook,,2441,, +Steavenson,,3500,, +Framlingham West,,2617,, +Wickliffe North,,3814,, +Baawang,,2036,, +Enochs Point,,2593,, +Coradjil,,2449,, +Woodside,,3874,, +Naringhil North,,3268,, +Golton Golton,,2695,, +Warung,,3768,, +Connewirrecoo,,2426,, +Mooree,,3169,, +Korweinguboora,,2930,, +Wombat,,3857,, +Jung Jung,,2811,, +Kewell East,,2869,, +Castle Donnington,,2365,, +Boga,,2162,, +Ninnie,,3313,, +Malanganee,,3041,, +Marma,,3065,, +Roseneath,,3458,, +Hayanmi,,2748,, +Talambe,,3523,, +Bungal,,2275,, +Yaloak,,3939,, +Killara,,2875,, +Mocamboro,,3132,, +Bungeeltap,,2281,, +Kelfeera,,2858,, +Gre Gre,,2725,, +Dergholm,,2512,, +Youpayang,,3998,, +Tahara,,3522,, +Croxton East,,2469,, +Hexham East,,2754,, +Yarima,,3959,, +Cobboboonee,,2394,, +Darlington West,,2493,, +Minjah North,,3114,, +Mirnee,,3123,, +Colongulac,,2411,, +Lake Lake Wollard,,2956,, +Boodyarn,,2181,, +Toorongo,,3632,, +Garvoc,,2636,, +Nareeb Nareeb,,3265,, +Laang,,2952,, +Kongwak,,2901,, +Wonthaggi North,,3867,, +Glenelg,,2673,, +Wonthaggi,,3866,, +Irrewillipe,,2776,, +Barongarook,,2079,, +Tongaro,,3603,, +Wollonaby,,3856,, +Elingamite,,2583,, +Elliminyt,,2586,, +Koroit,,2925,, +Belfast,,2105,, +Wonyip,,3870,, +Glengower,,2674,, +Boorpool,,2198,, +Caramut South,,2337,, +Allambee East,,2011,, +Allambee,,2010,, +Korumburra,,2929,, +Koorooman,,2917,, +Pirron Yaloak,,3402,, +Borriyalloak,,2210,, +Newlingrook,,3305,, +Balliang,,2049,, +Lara,,2974,, +Batchica,,2090,, +Willenabrina,,3826,, +Carpendeit,,2354,, +Nullawarre,,3333,, +Karngun,,2843,, +Tutegong,,3664,, +Wanalta,,3719,, +Gobarup,,2692,, +Yeo,,3987,, +Fingal,,2612,, +Gerangamete,,2647,, +Wormbete,,3901,, +Wyelangta,,3919,, +Rochester,,3453,, +Rochester West,,3454,, +Brucknell,,2240,, +Buckland,,2247,, +Hilgay,,2757,, +Wurdi-Youang,,3910,, +Gnarkeet,,2688,, +Poliah North,,3403,, +Timboon,,3595,, +Phillip Island,,3389,, +Parwan,,3375,, +Bambra,,2059,, +Murroon,,3239,, +Carori,,2353,, +Byanga,,2315,, +Meeniyan,,3077,, +Bruthen,,2242,, +Turkeeth,,3660,, +Cooriejong,,2442,, +Wiridjil,,3847,, +Balloong,,2050,, +Glendale,,2670,, +Bootahpool,,2202,, +Mohican,,3137,, +Tarra Tarra,,3557,, +Galaquil,,2627,, +Concongella South,,2419,, +Ararat,,2020,, +Coongulla,,2435,, +Naringhil South,,3269,, +Jancourt,,2781,, +Mullungdung,,3217,, +Cornella,,2455,, +Yan Yan Gurt,,3954,, +Otway,,3357,, +Wallinduc,,3709,, +Wilgul North,,3816,, +Kulk,,2938,, +Dargalong,,2487,, +Noorilim,,3320,, +Wahring,,3699,, +Murndal,,3228,, +Tallang,,3528,, +Natte Murrang,,3286,, +Bogong South,,2165,, +Milmed,,3105,, +Tyamoonya,,3669,, +Yaapeet,,3926,, +Albacutya,,2006,, +Kurnbrunin,,2943,, +Chinaman Flat,,2383,, +Baangal,,2035,, +Dooen,,2534,, +Longerenong,,3009,, +Horsham,,2764,, +Drung Drung,,2553,, +Stewarton,,3501,, +Kimbolton,,2879,, +Lyell,,3023,, +Corop,,2456,, +Burramboot East,,2299,, +Changue East,,2370,, +Panmure,,3367,, +Carrajung,,2356,, +Bailieston,,2041,, +Tabilk,,3520,, +Mitchell,,3125,, +Taggerty,,3521,, +Codrington,,2402,, +Eumeralla,,2604,, +Jumbunna East,,2810,, +Strangways,,3503,, +Sandon,,3474,, +Towamba,,3639,, +Budgerum East,,2251,, +Budgerum West,,2252,, +Tchuterr,,3570,, +Carisbrook,,2347,, +Moolort,,3155,, +Kuark,,2937,, +Matong North,,3075,, +Tooborac,,3611,, +Caramut,,2336,, +Quamby North,,3435,, +Tanjil East,,3543,, +Windham,,3834,, +Kinglake,,2881,, +Bunyip,,2290,, +Glenormiston,,2683,, +Marida Yallock,,3062,, +Stawell,,3499,, +Loyola,,3019,, +Howqua West,,2769,, +Warrock,,3764,, +Nangeela,,3256,, +Mount Cole,,3198,, +Tarrawarra North,,3559,, +Howqua,,2768,, +Warrak,,3750,, +Mooradoranook,,3164,, +Yangardook,,3948,, +Mouyong,,3201,, +Bulban,,2254,, +Wataepoolan,,3769,, +Glenaulin,,2666,, +Bundalaguah,,2271,, +Wooundellah,,3896,, +Warracbarunah,,3745,, +Hazelwood,,2749,, +Yinnar,,3993,, +Jeeralang,,2786,, +Mirboo South,,3120,, +Dumbalk,,2559,, +Moorbanool,,3168,, +Barramunga,,2082,, +Olangolah,,3350,, +Kirkella,,2887,, +Glynwylln,,2687,, +Noojee,,3317,, +Noojee East,,3318,, +Granton,,2719,, +Warrong,,3765,, +Nullawil,,3334,, +Kalpienung,,2823,, +Whirily,,3805,, +Carapugna,,2341,, +Cooroopajerrup,,2445,, +Ninyeunook,,3314,, +Barrakee,,2081,, +Goorambat,,2704,, +Goomalibee,,2698,, +Berrimal,,2125,, +Benalla,,2113,, +Dueran,,2556,, +Barwite,,2086,, +Woodend,,3872,, +Trentham,,3649,, +Blackwood,,2160,, +Moorarbool East,,3166,, +Coimadai,,2404,, +Warrayure,,3757,, +Yuonga,,4003,, +Werribee,,3797,, +Tarrawarra,,3558,, +Toongabbie South,,3627,, +Gruyere,,2729,, +Rosedale,,3457,, +Loy Yang,,3020,, +Narracan South,,3274,, +Trewalla,,3650,, +Portland,,3414,, +Tylden,,3673,, +Holey Plains,,2762,, +Buttlejorrk,,2311,, +Bollinda,,2174,, +Morang,,3183,, +Stratford,,3504,, +Nuntin,,3341,, +Linton,,3000,, +Boho,,2166,, +Harrow,,2745,, +Elphinstone,,2589,, +Edgecombe,,2576,, +Wonga Wonga,,3862,, +Doomburrim,,2537,, +Wonga Wonga South,,3863,, +Waratah,,3736,, +Mullindolingong,,3215,, +Freeburgh,,2620,, +Kancobin,,2828,, +Keelbundora,,2856,, +Mitta Mitta,,3127,, +Cut-Paw-Paw,,2478,, +Kosciusko,,2931,, +Magorra,,3033,, +Moyangul,,3204,, +Amherst,,2012,, +Eglinton,,2579,, +Knockwood,,2891,, +Tarldarn,,3550,, +Lauraville,,2978,, +Goulburn,,2713,, +St. Clair,,3464,, +Merrimu,,3095,, +Mortchup,,3195,, +Korkuperrimul,,2922,, +Woori Yallock,,3888,, +Beenak,,2101,, +Paywit,,3380,, +Leongatha,,2987,, +Nerrena,,3300,, +Kialla,,2872,, +Boroondara,,2209,, +Toolamba,,3612,, +Yangerahwill,,3949,, +Lillirie,,2997,, +Prahran,,3416,, +Mulgrave,,3212,, +Greensborough,,2724,, +Sutton,,3513,, +Nillumbik,,3310,, +Warrandyte,,3753,, +Gembrook,,2645,, +Berwick,,2131,, +Glenrowen,,2685,, +Yonduk,,3994,, +Kaerwut,,2816,, +Darbalang,,2486,, +Macorna,,3028,, +Telangatuk,,3572,, +Loddon,,3007,, +Mincha West,,3108,, +Raglan West,,3440,, +Buangor,,2243,, +Eurambeen,,2605,, +Jarklan,,2785,, +Croxton West,,2470,, +Kobyboyn,,2894,, +Tarrawingee,,3560,, +Dorchap,,2539,, +Clarendon,,2387,, +Pendyk Pendyk,,3384,, +Maribyrnong,,3061,, +Drouin East,,2547,, +Drouin West,,2548,, +Carraragarmungee,,2358,, +Kinypanial,,2885,, +Trawalla,,3648,, +Janiember West,,2783,, +Dunolly,,2567,, +Eddington,,2574,, +Bet Bet,,2133,, +Tongio-Munjie West,,3607,, +Tongio-Munjie East,,3606,, +Enfield,,2592,, +Brewster,,2224,, +Towanway,,3642,, +Wandin Yallock,,3721,, +Chatsworth,,2374,, +Mambourin,,3047,, +Cocoroc,,2401,, +Yalong,,3940,, +Lillicur,,2994,, +Melbourne North,,3083,, +Woolamai,,3878,, +Doutta Galla,,2541,, +Jika Jika,,2796,, +Pakenham,,3363,, +Melbourne South,,3084,, +Scoresby,,3478,, +Narree Worran,,3279,, +Hotham,,2765,, +Yertoo,,3989,, +Kybeyan,,2950,, +Graham,,2718,, +Cooma,,2433,, +Bulgaback,,2256,, +Buckenderra,,2245,, +Barroworn,,2084,, +Jeetho West,,2788,, +Jeetho,,2787,, +Tarneit,,3552,, +Truganina,,3651,, +Tangambalanga,,3541,, +Kergunyah North,,2864,, +Kergunyah,,2863,, +Gundowring,,2734,, +Porepunkah,,3413,, +Wandiligong,,3720,, +Whorouly,,3810,, +Lima,,2998,, +Terlite-Munjie,,3576,, +Kerrisdale,,2866,, +Broadford,,2235,, +Merbein,,3089,, +Yelta,,3985,, +Strathbogie,,3505,, +Chatsworth West,,2375,, +Too-Rour,,3633,, +Nirranda,,3315,, +Nar-Nar-Goon,,3272,, +Narrawaturk,,3277,, +Mullagong,,3213,, +Moolap,,3153,, +Barwon Downs,,2088,, +Yaugher,,3978,, +Corio,,2454,, +Conewarre,,2421,, +Puebla,,3421,, +Ruffy,,3460,, +Dropmore,,2546,, +Bulleen,,2264,, +Nunawading,,3337,, +Moorpanyal,,3179,, +Nepean,,3297,, +Giffard,,2653,, +Jan Juc,,2784,, +Angahook,,2015,, +Darriman,,2497,, +Krambruk,,2936,, +Goolengook,,2697,, +Winyar,,3844,, +Nungal,,3338,, +Will-Will-Rook,,3831,, +Bagshot,,2039,, +Goornong,,2706,, +Ellesmere,,2585,, +Bingo-Munjie North,,2151,, +Timbarra,,3593,, +Cobungra,,2398,, +Laanecoorie,,2951,, +Caramballuc North,,2334,, +Glenmaggie,,2679,, +Toongabbie North,,3626,, +El Dorado,,2582,, +Woorragee,,3893,, +Beechworth,,2099,, +Benjeroop,,2120,, +Cranbourne,,2462,, +Djerriwarrh,,2528,, +Tara,,3546,, +Langi-Kal-Kal,,2965,, +Raglan,,3439,, +Meredith,,3090,, +Moreep,,3188,, +Connewarren,,2425,, +Yeth-Youang,,3990,, +Ellerslie,,2584,, +Dartagook,,2499,, +Moonip,,3159,, +Bindi,,2148,, +Wermatong,,3795,, +Kororoit,,2927,, +Streatham,,3508,, +Deutgam,,2518,, +Waanyarra,,3689,, +Bingo-Munjie,,2150,, +Omeo,,3352,, +Bulla Bulla,,2258,, +Holden,,2761,, +Birregurra,,2156,, +Whoorel,,3809,, +Dederang,,2505,, +Tragowel,,3646,, +Murrungowar,,3240,, +Curlip,,2473,, +Tawanga,,3568,, +Cohuna,,2403,, +Doledrook,,2530,, +Licola,,2991,, +Bulart,,2253,, +Jerrywarook,,2794,, +Toolka,,3616,, +Bonegilla,,2178,, +Wodonga,,3854,, +Darlingford,,2491,, +Thornton,,3587,, +Banyarmbite,,2064,, +Lodge Park,,3008,, +Mellick-Munjie,,3085,, +Windarra,,3833,, +Orbost East,,3356,, +Chiltern,,2381,, +Maffra,,3029,, +Tinamba,,3597,, +Yarragon,,3962,, +Narrawong,,3278,, +Narracan,,3273,, +Bolwarra,,2175,, +Baranduda,,2068,, +Corryong,,2457,, +Indi,,2772,, +Enano,,2591,, +Numbie-Munjie,,3335,, +Angora,,2016,, +Eumana,,2602,, +Meerlieu,,3082,, +Bengworden South,,2119,, +Balmoral,,2053,, +Seacombe,,3479,, +Darraweit Guim,,2496,, +Merriang,,3093,, +Mickleham,,3100,, +Bungamero,,2277,, +Witchipool,,3852,, +Banyenong,,2066,, +Chiltern West,,2382,, +Lilliput,,2996,, +Fryers,,2622,, +Holcombe,,2760,, +Yalong South,,3941,, +Goongerah,,2701,, +Wat Wat,,3778,, +Moorabbin,,3163,, +Tong Bong,,3604,, +Callignee,,2322,, +Caralulup,,2333,, +Amphitheatre,,2013,, +Tyabb,,3666,, +Bittern,,2159,, +Lexton,,2989,, +Harrietville,,2744,, +Nanimia,,3257,, +Skipton,,3489,, +Balnarring,,2054,, +Mardan,,3059,, +Kallery,,2822,, +Beulah,,2137,, +Commeralghip,,2417,, +Kuruc-A-Ruc,,2947,, +Mindai,,3109,, +Dereel,,2511,, +Nayook,,3289,, +Barnoolut,,2078,, +Wando,,3722,, +Neerim,,3292,, +Jindivick,,2801,, +Ondit,,3353,, +Drajurk,,2543,, +St. Helens,,3465,, +Toora,,3630,, +Warburton,,3738,, +Ellinging,,2587,, +Eildon,,2580,, +Wilkin,,3819,, +Werrikoo,,3799,, +Myaring,,3246,, +Dartmoor,,2501,, +Warina,,3741,, +Kinkella,,2884,, +Drik Drik,,2545,, +Balrook,,2055,, +Watchegatcheca,,3770,, +Tarrayoukyan,,3561,, +Dewrang,,2521,, +Brim Brim,,2230,, +Turrumberry North,,3663,, +Wonwondah,,3868,, +Nurrabiel,,3345,, +Purdeet,,3423,, +Yatmerone,,3975,, +Wail,,3700,, +Myrtleford,,3249,, +Quantong,,3436,, +Natimuk,,3285,, +Gnarwarre,,2690,, +Murdeduke,,3224,, +Carrung-E-Murnong,,2360,, +Yalmy,,3938,, +Booran,,2190,, +Barwidgee,,2085,, +Bright,,2227,, +Yambulla,,3943,, +Langwarrin,,2972,, +Sherwood,,3487,, +Theddora,,3583,, +Chintin,,2385,, +Havelock,,2746,, +Buckeran Yarrack,,2246,, +Boola Boloke,,2182,, +Lochiel,,3005,, +Moyreisk,,3206,, +Bundara-Munjie,,2273,, +Bingo-Munjie South,,2152,, +Kolora,,2898,, +Glencoe,,2668,, +Whitfield South,,3808,, +Molesworth,,3142,, +Acheron,,2001,, +Buchan,,2244,, +Pinnak,,3398,, +Orbost,,3355,, +Glenaladale,,2663,, +Dulungalong,,2558,, +Napier,,3260,, +Yan Yean,,3955,, +Warrenheip,,3760,, +Kerrit Bareet,,2867,, +Jingallala,,2802,, +Toolome,,3618,, +Tubbut,,3652,, +Caramballuc South,,2335,, +Colquhoun North,,2414,, +Vite Vite,,3687,, +Deddick,,2504,, +Lynchfield,,3024,, +Beremboke,,2123,, +Wurrook,,3912,, +Tonimbuk East,,3609,, +Barrarbool,,2083,, +Koo-Wee-Rup East,,2921,, +Lauriston,,2979,, +Burke,,2293,, +Gellibrand,,2644,, +Grassdale,,2721,, +Vectis East,,3686,, +Bungalally,,2276,, +Darragan,,2495,, +Gooramadda,,2703,, +Barnawartha North,,2076,, +Beethang,,2103,, +Wangaratta North,,3725,, +Murramurrangbong,,3232,, +Wangaratta South,,3726,, +Queenstown,,3437,, +Currawa,,2475,, +Gowangardie,,2714,, +Upotipotpon,,3684,, +Merrijig,,3094,, +Gonzaga,,2696,, +Beolite,,2121,, +Purgagoolah,,3425,, +Hinno-Munjie,,2759,, +Jirrah,,2805,, +Jilwain,,2799,, +Tabbara,,3518,, +Woodstock,,3875,, +Nindoo,,3311,, +Coongulmerang,,2436,, +Bengworden,,2118,, +Avoca,,2032,, +Yuroke,,4005,, +Tullamarine,,3654,, +Ringwood,,3452,, +Digby,,2522,, +Nowa Nowa,,3325,, +Bete Bolong South,,2135,, +Enuc,,2595,, +Moolpah,,3156,, +Lal Lal,,2959,, +Coornburt,,2443,, +Boonderoot,,2189,, +Kanawalla,,2826,, +Shelford West,,3485,, +Ligar,,2993,, +Greenhills,,2723,, +Jellalabad,,2790,, +Tonimbuk,,3608,, +Cundare,,2472,, +Woolsthorpe,,3880,, +Moolerr,,3154,, +Winjallok,,3839,, +Nayook West,,3290,, +Whitfield,,3807,, +Walhalla East,,3703,, +Winnindoo,,3841,, +Traralgon,,3647,, +Alexandra,,2009,, +Clunes,,2391,, +Bullarook,,2261,, +Smeaton,,3490,, +Tourello,,3638,, +Spring Hill,,3495,, +Wulla Wullock,,3909,, +Worrowing,,3904,, +Moe,,3135,, +Narrobuk North,,3282,, +Yannathan,,3953,, +Narrobuk,,3281,, +Wharparilla,,3804,, +Joel Joel,,2806,, +Echuca North,,2571,, +Longwarry,,3011,, +Lang Lang East,,2969,, +Poowong,,3411,, +Knowsley East,,2893,, +Mirboo,,3119,, +Gunyah Gunyah,,2736,, +Cabanandra,,2319,, +Kirkenong,,2888,, +Switzerland,,3516,, +Budgeree,,2250,, +Ghin Ghin,,2651,, +Killingworth,,2877,, +Narbourac,,3264,, +Warrambat,,3751,, +Woorarra,,3885,, +Malakoff,,3040,, +Kevington,,2868,, +Woodbourne,,3871,, +Lalkaldarno,,2958,, +Stradbroke,,3502,, +Dalyenong,,2482,, +Archdale,,2023,, +Towaninny,,3641,, +Quambatook,,3433,, +Tatong,,3565,, +Billian,,2144,, +Jeparit,,2793,, +Monda,,3147,, +Willaura,,3825,, +Mellier,,3086,, +Stander,,3497,, +Myrniong,,3247,, +Gracedale,,2717,, +Darnum,,2494,, +Warragul,,3748,, +Tallangoork,,3531,, +Warrabkook,,3744,, +Winyayung,,3845,, +Byaduk,,2313,, +Hotspur,,2766,, +Bunguluke,,2285,, +Glenhope,,2675,, +Emberton,,2590,, +Mirimbah,,3121,, +Delatite,,2506,, +Yandoit,,3947,, +Franklin,,2618,, +Merrymbuela,,3097,, +Langi Logan,,2966,, +Helendoite,,2751,, +Yalla-Y-Poora,,3934,, +Burrah Burrah,,2297,, +Tatyoon,,3567,, +Bunnugal,,2288,, +Nungatta,,3339,, +Dunkeld,,2562,, +Maryvale,,3072,, +Crowlands,,2468,, +Moomowroong,,3157,, +Weeaproinah,,3783,, +Pomponderoo,,3409,, +Duchembegarra,,2554,, +Cowa,,2459,, +Tyrendarra,,3677,, +Kowat,,2934,, +Coopracambra,,2440,, +Bullumwaal,,2267,, +Tambo,,3534,, +Sarsfield,,3476,, +Gillum,,2655,, +Yangoura,,3951,, +Whanregarwen,,3803,, +Denison,,2508,, +Tanjil,,3542,, +Yambuk,,3942,, +Mildura,,3102,, +Ballarat,,2046,, +Bullarto,,2262,, +Cardigan,,2344,, +Murmungee,,3227,, +Willung,,3830,, +Budgee Budgee,,2249,, +Cobbannah,,2393,, +Moornapa,,3173,, +Jeruk,,2795,, +Marlooh,,3064,, +Wycheproof,,3916,, +Glenloth,,2677,, +Rothesay,,3459,, +Rodborough,,3456,, +Toombullup North,,3624,, +Niagaroon,,3308,, +Moorngag,,3174,, +Kiora,,2886,, +Numbruk,,3336,, +Toombullup,,3623,, +Clonleigh,,2390,, +Boola Boola,,2183,, +Adzar,,2004,, +Pywheitjorrk,,3431,, +Corinella,,2453,, +Jumbunna,,2809,, +Maintongoon,,3038,, +Yea,,3979,, +Murrindindi,,3237,, +Bemboka,,2111,, +Wonnangatta,,3865,, +Waygara,,3781,, +Newmerella,,3306,, +Miowera,,3117,, +Broadlands,,2236,, +Tildesley East,,3591,, +Briagolong,,2225,, +Wa-De-Lock,,3695,, +Burrumbeep,,2304,, +Gritjurk,,2728,, +Toolang,,3614,, +Quamby,,3434,, +Kangertong,,2832,, +Willatook,,3824,, +Condah,,2420,, +Dunmore,,2563,, +Homerton,,2763,, +Eumemmerring,,2603,, +Kangerong,,2831,, +Nillahcootie,,3309,, +Kout Narin,,2933,, +Maindample,,3037,, +Wytwallan,,3922,, +Dandenong,,2483,, +Noonga,,3319,, +Wau Wauka West,,3780,, +Maramingo,,3058,, +Yangery,,3950,, +Wangoom,,3729,, +Livingstone,,3004,, +Tullyvea,,3656,, +Tarranyurk,,3556,, +Banu Bonyit,,2063,, +Katyil,,2853,, +Kingower,,2882,, +Mudgeegonga,,3210,, +Kangderaar,,2830,, +Kirrak,,2889,, +Drumdlemara,,2551,, +Burrum Burrum,,2306,, +Gowar,,2715,, +Maharatta,,3034,, +Gorong,,2709,, +Tintaldra,,3599,, +Gorrockburkghap,,2711,, \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-parish.jsonld b/cadastre/CSD-Header/vic-parish.jsonld new file mode 100644 index 0000000..da24c4d --- /dev/null +++ b/cadastre/CSD-Header/vic-parish.jsonld @@ -0,0 +1,20072 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-parish/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-parish", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Parishes", + "class": "termtype:AdminUnit", + "concepts": [ + { + "preflabel": "Boorongie", + "definition": null, + "notation": "2196", + "altlabel": null, + "related": null, + "@id": "2196", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tiega", + "definition": null, + "notation": "3590", + "altlabel": null, + "related": null, + "@id": "3590", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kattyoong", + "definition": null, + "notation": "2851", + "altlabel": null, + "related": null, + "@id": "2851", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walpa", + "definition": null, + "notation": "3714", + "altlabel": null, + "related": null, + "@id": "3714", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koonda", + "definition": null, + "notation": "2908", + "altlabel": null, + "related": null, + "@id": "2908", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Purnya", + "definition": null, + "notation": "3427", + "altlabel": null, + "related": null, + "@id": "3427", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eureka", + "definition": null, + "notation": "2607", + "altlabel": null, + "related": null, + "@id": "2607", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boulka", + "definition": null, + "notation": "2212", + "altlabel": null, + "related": null, + "@id": "2212", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Underbool", + "definition": null, + "notation": "3682", + "altlabel": null, + "related": null, + "@id": "3682", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Duddo", + "definition": null, + "notation": "2555", + "altlabel": null, + "related": null, + "@id": "2555", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tyalla", + "definition": null, + "notation": "3668", + "altlabel": null, + "related": null, + "@id": "3668", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boinka", + "definition": null, + "notation": "2169", + "altlabel": null, + "related": null, + "@id": "2169", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nurnurnemal", + "definition": null, + "notation": "3343", + "altlabel": null, + "related": null, + "@id": "3343", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mittyan", + "definition": null, + "notation": "3129", + "altlabel": null, + "related": null, + "@id": "3129", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goonegul", + "definition": null, + "notation": "2699", + "altlabel": null, + "related": null, + "@id": "2699", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Minook", + "definition": null, + "notation": "3115", + "altlabel": null, + "related": null, + "@id": "3115", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Copi Plains", + "definition": null, + "notation": "2446", + "altlabel": null, + "related": null, + "@id": "2446", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Galpunga", + "definition": null, + "notation": "2630", + "altlabel": null, + "related": null, + "@id": "2630", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tyagook", + "definition": null, + "notation": "3667", + "altlabel": null, + "related": null, + "@id": "3667", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bumbang", + "definition": null, + "notation": "2269", + "altlabel": null, + "related": null, + "@id": "2269", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kulkyne", + "definition": null, + "notation": "2939", + "altlabel": null, + "related": null, + "@id": "2939", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yelwell", + "definition": null, + "notation": "3986", + "altlabel": null, + "related": null, + "@id": "3986", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Konardin", + "definition": null, + "notation": "2899", + "altlabel": null, + "related": null, + "@id": "2899", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gimpa", + "definition": null, + "notation": "2656", + "altlabel": null, + "related": null, + "@id": "2656", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nenandie", + "definition": null, + "notation": "3296", + "altlabel": null, + "related": null, + "@id": "3296", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yungera", + "definition": null, + "notation": "4002", + "altlabel": null, + "related": null, + "@id": "4002", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narrung", + "definition": null, + "notation": "3283", + "altlabel": null, + "related": null, + "@id": "3283", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brockie", + "definition": null, + "notation": "2238", + "altlabel": null, + "related": null, + "@id": "2238", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Annuello", + "definition": null, + "notation": "2017", + "altlabel": null, + "related": null, + "@id": "2017", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wemen", + "definition": null, + "notation": "3792", + "altlabel": null, + "related": null, + "@id": "3792", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sunset", + "definition": null, + "notation": "3512", + "altlabel": null, + "related": null, + "@id": "3512", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kia", + "definition": null, + "notation": "2871", + "altlabel": null, + "related": null, + "@id": "2871", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nulkwyne", + "definition": null, + "notation": "3331", + "altlabel": null, + "related": null, + "@id": "3331", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gingimrick", + "definition": null, + "notation": "2658", + "altlabel": null, + "related": null, + "@id": "2658", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burra", + "definition": null, + "notation": "2296", + "altlabel": null, + "related": null, + "@id": "2296", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barchan", + "definition": null, + "notation": "2069", + "altlabel": null, + "related": null, + "@id": "2069", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murlong", + "definition": null, + "notation": "3226", + "altlabel": null, + "related": null, + "@id": "3226", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Liparoo", + "definition": null, + "notation": "3001", + "altlabel": null, + "related": null, + "@id": "3001", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Piambie", + "definition": null, + "notation": "3390", + "altlabel": null, + "related": null, + "@id": "3390", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koimbo", + "definition": null, + "notation": "2896", + "altlabel": null, + "related": null, + "@id": "2896", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boolungal", + "definition": null, + "notation": "2185", + "altlabel": null, + "related": null, + "@id": "2185", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burnell", + "definition": null, + "notation": "2294", + "altlabel": null, + "related": null, + "@id": "2294", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carool", + "definition": null, + "notation": "2352", + "altlabel": null, + "related": null, + "@id": "2352", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nowingi", + "definition": null, + "notation": "3328", + "altlabel": null, + "related": null, + "@id": "3328", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toltol", + "definition": null, + "notation": "3601", + "altlabel": null, + "related": null, + "@id": "3601", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bitterang", + "definition": null, + "notation": "2158", + "altlabel": null, + "related": null, + "@id": "2158", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walpamunda", + "definition": null, + "notation": "3715", + "altlabel": null, + "related": null, + "@id": "3715", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mournpoul", + "definition": null, + "notation": "3199", + "altlabel": null, + "related": null, + "@id": "3199", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Margooya", + "definition": null, + "notation": "3060", + "altlabel": null, + "related": null, + "@id": "3060", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Galick", + "definition": null, + "notation": "2628", + "altlabel": null, + "related": null, + "@id": "2628", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gayfield", + "definition": null, + "notation": "2638", + "altlabel": null, + "related": null, + "@id": "2638", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wandown", + "definition": null, + "notation": "3723", + "altlabel": null, + "related": null, + "@id": "3723", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koorkab", + "definition": null, + "notation": "2914", + "altlabel": null, + "related": null, + "@id": "2914", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Geera", + "definition": null, + "notation": "2640", + "altlabel": null, + "related": null, + "@id": "2640", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mirkoo", + "definition": null, + "notation": "3122", + "altlabel": null, + "related": null, + "@id": "3122", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Olney", + "definition": null, + "notation": "3351", + "altlabel": null, + "related": null, + "@id": "3351", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woolwoola", + "definition": null, + "notation": "3881", + "altlabel": null, + "related": null, + "@id": "3881", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tulillah", + "definition": null, + "notation": "3653", + "altlabel": null, + "related": null, + "@id": "3653", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wallpolla", + "definition": null, + "notation": "3711", + "altlabel": null, + "related": null, + "@id": "3711", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mullroo", + "definition": null, + "notation": "3216", + "altlabel": null, + "related": null, + "@id": "3216", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wargan", + "definition": null, + "notation": "3740", + "altlabel": null, + "related": null, + "@id": "3740", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Taparoo", + "definition": null, + "notation": "3544", + "altlabel": null, + "related": null, + "@id": "3544", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Morkalla", + "definition": null, + "notation": "3190", + "altlabel": null, + "related": null, + "@id": "3190", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karween", + "definition": null, + "notation": "2847", + "altlabel": null, + "related": null, + "@id": "2847", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meringur", + "definition": null, + "notation": "3091", + "altlabel": null, + "related": null, + "@id": "3091", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merrinee", + "definition": null, + "notation": "3096", + "altlabel": null, + "related": null, + "@id": "3096", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karadoc", + "definition": null, + "notation": "2837", + "altlabel": null, + "related": null, + "@id": "2837", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yatpool", + "definition": null, + "notation": "3977", + "altlabel": null, + "related": null, + "@id": "3977", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tunart", + "definition": null, + "notation": "3657", + "altlabel": null, + "related": null, + "@id": "3657", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yaramba", + "definition": null, + "notation": "3957", + "altlabel": null, + "related": null, + "@id": "3957", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carwarp", + "definition": null, + "notation": "2362", + "altlabel": null, + "related": null, + "@id": "2362", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Raak", + "definition": null, + "notation": "3438", + "altlabel": null, + "related": null, + "@id": "3438", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wymlet", + "definition": null, + "notation": "3920", + "altlabel": null, + "related": null, + "@id": "3920", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Winnambool", + "definition": null, + "notation": "3840", + "altlabel": null, + "related": null, + "@id": "3840", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarrara", + "definition": null, + "notation": "3966", + "altlabel": null, + "related": null, + "@id": "3966", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Werrimull", + "definition": null, + "notation": "3800", + "altlabel": null, + "related": null, + "@id": "3800", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Benetook", + "definition": null, + "notation": "2117", + "altlabel": null, + "related": null, + "@id": "2117", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ginquam", + "definition": null, + "notation": "2659", + "altlabel": null, + "related": null, + "@id": "2659", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boorlee", + "definition": null, + "notation": "2193", + "altlabel": null, + "related": null, + "@id": "2193", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Malloren", + "definition": null, + "notation": "3046", + "altlabel": null, + "related": null, + "@id": "3046", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mallanbool", + "definition": null, + "notation": "3045", + "altlabel": null, + "related": null, + "@id": "3045", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrimoo", + "definition": null, + "notation": "3762", + "altlabel": null, + "related": null, + "@id": "3762", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koleya", + "definition": null, + "notation": "2897", + "altlabel": null, + "related": null, + "@id": "2897", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarrango", + "definition": null, + "notation": "3555", + "altlabel": null, + "related": null, + "@id": "3555", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Willah", + "definition": null, + "notation": "3821", + "altlabel": null, + "related": null, + "@id": "3821", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kurnwill", + "definition": null, + "notation": "2944", + "altlabel": null, + "related": null, + "@id": "2944", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carwarp West", + "definition": null, + "notation": "2363", + "altlabel": null, + "related": null, + "@id": "2363", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nerick", + "definition": null, + "notation": "3298", + "altlabel": null, + "related": null, + "@id": "3298", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Colignan", + "definition": null, + "notation": "2410", + "altlabel": null, + "related": null, + "@id": "2410", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Myall", + "definition": null, + "notation": "3244", + "altlabel": null, + "related": null, + "@id": "3244", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Piangil West", + "definition": null, + "notation": "3392", + "altlabel": null, + "related": null, + "@id": "3392", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Piangil", + "definition": null, + "notation": "3391", + "altlabel": null, + "related": null, + "@id": "3391", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ouyen", + "definition": null, + "notation": "3358", + "altlabel": null, + "related": null, + "@id": "3358", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Big Desert", + "definition": null, + "notation": "2141", + "altlabel": null, + "related": null, + "@id": "2141", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dennying", + "definition": null, + "notation": "2509", + "altlabel": null, + "related": null, + "@id": "2509", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boorong", + "definition": null, + "notation": "2195", + "altlabel": null, + "related": null, + "@id": "2195", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kooem", + "definition": null, + "notation": "2904", + "altlabel": null, + "related": null, + "@id": "2904", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ginap", + "definition": null, + "notation": "2657", + "altlabel": null, + "related": null, + "@id": "2657", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yallum", + "definition": null, + "notation": "3937", + "altlabel": null, + "related": null, + "@id": "3937", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dattuck", + "definition": null, + "notation": "2502", + "altlabel": null, + "related": null, + "@id": "2502", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bitchigal", + "definition": null, + "notation": "2157", + "altlabel": null, + "related": null, + "@id": "2157", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wathe", + "definition": null, + "notation": "3776", + "altlabel": null, + "related": null, + "@id": "3776", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Berriwillock", + "definition": null, + "notation": "2128", + "altlabel": null, + "related": null, + "@id": "2128", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hensley", + "definition": null, + "notation": "2752", + "altlabel": null, + "related": null, + "@id": "2752", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Perrit Perrit", + "definition": null, + "notation": "3388", + "altlabel": null, + "related": null, + "@id": "3388", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murrabit", + "definition": null, + "notation": "3230", + "altlabel": null, + "related": null, + "@id": "3230", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Daalko", + "definition": null, + "notation": "2480", + "altlabel": null, + "related": null, + "@id": "2480", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Danyo", + "definition": null, + "notation": "2485", + "altlabel": null, + "related": null, + "@id": "2485", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Patchewollock North", + "definition": null, + "notation": "3377", + "altlabel": null, + "related": null, + "@id": "3377", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bimbourie", + "definition": null, + "notation": "2147", + "altlabel": null, + "related": null, + "@id": "2147", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baring North", + "definition": null, + "notation": "2072", + "altlabel": null, + "related": null, + "@id": "2072", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chillingollah", + "definition": null, + "notation": "2379", + "altlabel": null, + "related": null, + "@id": "2379", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woorinen", + "definition": null, + "notation": "3886", + "altlabel": null, + "related": null, + "@id": "3886", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Manya", + "definition": null, + "notation": "3057", + "altlabel": null, + "related": null, + "@id": "3057", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kulwin", + "definition": null, + "notation": "2940", + "altlabel": null, + "related": null, + "@id": "2940", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Paignie", + "definition": null, + "notation": "3361", + "altlabel": null, + "related": null, + "@id": "3361", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Larundel", + "definition": null, + "notation": "2976", + "altlabel": null, + "related": null, + "@id": "2976", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wagant", + "definition": null, + "notation": "3696", + "altlabel": null, + "related": null, + "@id": "3696", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Manangatang", + "definition": null, + "notation": "3049", + "altlabel": null, + "related": null, + "@id": "3049", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cocamba", + "definition": null, + "notation": "2399", + "altlabel": null, + "related": null, + "@id": "2399", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pallarang", + "definition": null, + "notation": "3364", + "altlabel": null, + "related": null, + "@id": "3364", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goongee", + "definition": null, + "notation": "2700", + "altlabel": null, + "related": null, + "@id": "2700", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woatwoara", + "definition": null, + "notation": "3853", + "altlabel": null, + "related": null, + "@id": "3853", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pirro", + "definition": null, + "notation": "3401", + "altlabel": null, + "related": null, + "@id": "3401", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pier-Millan", + "definition": null, + "notation": "3394", + "altlabel": null, + "related": null, + "@id": "3394", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nyang", + "definition": null, + "notation": "3347", + "altlabel": null, + "related": null, + "@id": "3347", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tyntynder West", + "definition": null, + "notation": "3676", + "altlabel": null, + "related": null, + "@id": "3676", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nyrraby", + "definition": null, + "notation": "3349", + "altlabel": null, + "related": null, + "@id": "3349", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tyntynder", + "definition": null, + "notation": "3674", + "altlabel": null, + "related": null, + "@id": "3674", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Conga Wonga", + "definition": null, + "notation": "2422", + "altlabel": null, + "related": null, + "@id": "2422", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Majorlock", + "definition": null, + "notation": "3039", + "altlabel": null, + "related": null, + "@id": "3039", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moortworra", + "definition": null, + "notation": "3180", + "altlabel": null, + "related": null, + "@id": "3180", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wewin", + "definition": null, + "notation": "3802", + "altlabel": null, + "related": null, + "@id": "3802", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waitchie", + "definition": null, + "notation": "3701", + "altlabel": null, + "related": null, + "@id": "3701", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koro-Ganeit", + "definition": null, + "notation": "2924", + "altlabel": null, + "related": null, + "@id": "2924", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tyntynder North", + "definition": null, + "notation": "3675", + "altlabel": null, + "related": null, + "@id": "3675", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Timberoo", + "definition": null, + "notation": "3594", + "altlabel": null, + "related": null, + "@id": "3594", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Berrook", + "definition": null, + "notation": "2130", + "altlabel": null, + "related": null, + "@id": "2130", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Willangie", + "definition": null, + "notation": "3823", + "altlabel": null, + "related": null, + "@id": "3823", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tungie", + "definition": null, + "notation": "3658", + "altlabel": null, + "related": null, + "@id": "3658", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nypo", + "definition": null, + "notation": "3348", + "altlabel": null, + "related": null, + "@id": "3348", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koorangie", + "definition": null, + "notation": "2912", + "altlabel": null, + "related": null, + "@id": "2912", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cronomby", + "definition": null, + "notation": "2465", + "altlabel": null, + "related": null, + "@id": "2465", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nyallo", + "definition": null, + "notation": "3346", + "altlabel": null, + "related": null, + "@id": "3346", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wiall", + "definition": null, + "notation": "3812", + "altlabel": null, + "related": null, + "@id": "3812", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gama", + "definition": null, + "notation": "2631", + "altlabel": null, + "related": null, + "@id": "2631", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chinangin", + "definition": null, + "notation": "2384", + "altlabel": null, + "related": null, + "@id": "2384", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Big Billy", + "definition": null, + "notation": "2140", + "altlabel": null, + "related": null, + "@id": "2140", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wortongie", + "definition": null, + "notation": "3905", + "altlabel": null, + "related": null, + "@id": "3905", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wyperfeld", + "definition": null, + "notation": "3921", + "altlabel": null, + "related": null, + "@id": "3921", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wangie", + "definition": null, + "notation": "3728", + "altlabel": null, + "related": null, + "@id": "3728", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pines", + "definition": null, + "notation": "3397", + "altlabel": null, + "related": null, + "@id": "3397", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coonimur", + "definition": null, + "notation": "2437", + "altlabel": null, + "related": null, + "@id": "2437", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Prooinga", + "definition": null, + "notation": "3418", + "altlabel": null, + "related": null, + "@id": "3418", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Worooa", + "definition": null, + "notation": "3902", + "altlabel": null, + "related": null, + "@id": "3902", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carina", + "definition": null, + "notation": "2346", + "altlabel": null, + "related": null, + "@id": "2346", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Little Billy", + "definition": null, + "notation": "3003", + "altlabel": null, + "related": null, + "@id": "3003", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moah", + "definition": null, + "notation": "3130", + "altlabel": null, + "related": null, + "@id": "3130", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ultima", + "definition": null, + "notation": "3679", + "altlabel": null, + "related": null, + "@id": "3679", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gorya", + "definition": null, + "notation": "2712", + "altlabel": null, + "related": null, + "@id": "2712", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bourka", + "definition": null, + "notation": "2213", + "altlabel": null, + "related": null, + "@id": "2213", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meatian", + "definition": null, + "notation": "3076", + "altlabel": null, + "related": null, + "@id": "3076", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mumbel", + "definition": null, + "notation": "3219", + "altlabel": null, + "related": null, + "@id": "3219", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tyrrell", + "definition": null, + "notation": "3678", + "altlabel": null, + "related": null, + "@id": "3678", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burupga", + "definition": null, + "notation": "2309", + "altlabel": null, + "related": null, + "@id": "2309", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boigbeat", + "definition": null, + "notation": "2167", + "altlabel": null, + "related": null, + "@id": "2167", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gunamalary", + "definition": null, + "notation": "2731", + "altlabel": null, + "related": null, + "@id": "2731", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ngallo", + "definition": null, + "notation": "3307", + "altlabel": null, + "related": null, + "@id": "3307", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dering", + "definition": null, + "notation": "2513", + "altlabel": null, + "related": null, + "@id": "2513", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tyenna", + "definition": null, + "notation": "3671", + "altlabel": null, + "related": null, + "@id": "3671", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baring", + "definition": null, + "notation": "2071", + "altlabel": null, + "related": null, + "@id": "2071", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Patchewollock", + "definition": null, + "notation": "3376", + "altlabel": null, + "related": null, + "@id": "3376", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Joop", + "definition": null, + "notation": "2807", + "altlabel": null, + "related": null, + "@id": "2807", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Naringaningalook", + "definition": null, + "notation": "3267", + "altlabel": null, + "related": null, + "@id": "3267", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarroweyah", + "definition": null, + "notation": "3972", + "altlabel": null, + "related": null, + "@id": "3972", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cocomah", + "definition": null, + "notation": "2400", + "altlabel": null, + "related": null, + "@id": "2400", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yielima", + "definition": null, + "notation": "3992", + "altlabel": null, + "related": null, + "@id": "3992", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ulupna", + "definition": null, + "notation": "3680", + "altlabel": null, + "related": null, + "@id": "3680", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yalca", + "definition": null, + "notation": "3930", + "altlabel": null, + "related": null, + "@id": "3930", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meering West", + "definition": null, + "notation": "3081", + "altlabel": null, + "related": null, + "@id": "3081", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Towma", + "definition": null, + "notation": "3643", + "altlabel": null, + "related": null, + "@id": "3643", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pigick", + "definition": null, + "notation": "3395", + "altlabel": null, + "related": null, + "@id": "3395", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Willoby", + "definition": null, + "notation": "3827", + "altlabel": null, + "related": null, + "@id": "3827", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Werrap", + "definition": null, + "notation": "3796", + "altlabel": null, + "related": null, + "@id": "3796", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kinabulla", + "definition": null, + "notation": "2880", + "altlabel": null, + "related": null, + "@id": "2880", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wallowa", + "definition": null, + "notation": "3710", + "altlabel": null, + "related": null, + "@id": "3710", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pullut", + "definition": null, + "notation": "3422", + "altlabel": null, + "related": null, + "@id": "3422", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kurdgweechee", + "definition": null, + "notation": "2942", + "altlabel": null, + "related": null, + "@id": "2942", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cobram", + "definition": null, + "notation": "2397", + "altlabel": null, + "related": null, + "@id": "2397", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wirmbirchip", + "definition": null, + "notation": "3848", + "altlabel": null, + "related": null, + "@id": "3848", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barmah", + "definition": null, + "notation": "2075", + "altlabel": null, + "related": null, + "@id": "2075", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Leaghur", + "definition": null, + "notation": "2983", + "altlabel": null, + "related": null, + "@id": "2983", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karyrie", + "definition": null, + "notation": "2848", + "altlabel": null, + "related": null, + "@id": "2848", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nanowie", + "definition": null, + "notation": "3259", + "altlabel": null, + "related": null, + "@id": "3259", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ballapur", + "definition": null, + "notation": "2045", + "altlabel": null, + "related": null, + "@id": "2045", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gnarwee", + "definition": null, + "notation": "2691", + "altlabel": null, + "related": null, + "@id": "2691", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Korrak Korrak", + "definition": null, + "notation": "2928", + "altlabel": null, + "related": null, + "@id": "2928", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lalbert", + "definition": null, + "notation": "2957", + "altlabel": null, + "related": null, + "@id": "2957", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murnungin", + "definition": null, + "notation": "3229", + "altlabel": null, + "related": null, + "@id": "3229", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Minapre", + "definition": null, + "notation": "3106", + "altlabel": null, + "related": null, + "@id": "3106", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wilhelmina", + "definition": null, + "notation": "3818", + "altlabel": null, + "related": null, + "@id": "3818", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chiprick", + "definition": null, + "notation": "2386", + "altlabel": null, + "related": null, + "@id": "2386", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wirrbibial", + "definition": null, + "notation": "3851", + "altlabel": null, + "related": null, + "@id": "3851", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yanac-A-Yanac", + "definition": null, + "notation": "3944", + "altlabel": null, + "related": null, + "@id": "3944", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walpeup", + "definition": null, + "notation": "3716", + "altlabel": null, + "related": null, + "@id": "3716", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Towan", + "definition": null, + "notation": "3640", + "altlabel": null, + "related": null, + "@id": "3640", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mittyack", + "definition": null, + "notation": "3128", + "altlabel": null, + "related": null, + "@id": "3128", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woornack", + "definition": null, + "notation": "3889", + "altlabel": null, + "related": null, + "@id": "3889", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Turoar", + "definition": null, + "notation": "3661", + "altlabel": null, + "related": null, + "@id": "3661", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gerahmin", + "definition": null, + "notation": "2646", + "altlabel": null, + "related": null, + "@id": "2646", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mulcra", + "definition": null, + "notation": "3211", + "altlabel": null, + "related": null, + "@id": "3211", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barnawartha South", + "definition": null, + "notation": "2077", + "altlabel": null, + "related": null, + "@id": "2077", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boomahnoomoonah", + "definition": null, + "notation": "2186", + "altlabel": null, + "related": null, + "@id": "2186", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barwo", + "definition": null, + "notation": "2087", + "altlabel": null, + "related": null, + "@id": "2087", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Katunga", + "definition": null, + "notation": "2852", + "altlabel": null, + "related": null, + "@id": "2852", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moira", + "definition": null, + "notation": "3138", + "altlabel": null, + "related": null, + "@id": "3138", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baulkamaugh", + "definition": null, + "notation": "2092", + "altlabel": null, + "related": null, + "@id": "2092", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waaia", + "definition": null, + "notation": "3688", + "altlabel": null, + "related": null, + "@id": "3688", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Thalia", + "definition": null, + "notation": "3581", + "altlabel": null, + "related": null, + "@id": "3581", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boort", + "definition": null, + "notation": "2200", + "altlabel": null, + "related": null, + "@id": "2200", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brimin", + "definition": null, + "notation": "2231", + "altlabel": null, + "related": null, + "@id": "2231", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kaarimba", + "definition": null, + "notation": "2814", + "altlabel": null, + "related": null, + "@id": "2814", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mundoona", + "definition": null, + "notation": "3220", + "altlabel": null, + "related": null, + "@id": "3220", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dunbulbalane", + "definition": null, + "notation": "2560", + "altlabel": null, + "related": null, + "@id": "2560", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Youarang", + "definition": null, + "notation": "3996", + "altlabel": null, + "related": null, + "@id": "3996", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Terrappee", + "definition": null, + "notation": "3577", + "altlabel": null, + "related": null, + "@id": "3577", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Watchem", + "definition": null, + "notation": "3771", + "altlabel": null, + "related": null, + "@id": "3771", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Peechember", + "definition": null, + "notation": "3382", + "altlabel": null, + "related": null, + "@id": "3382", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wyuna", + "definition": null, + "notation": "3924", + "altlabel": null, + "related": null, + "@id": "3924", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Teddywaddy", + "definition": null, + "notation": "3571", + "altlabel": null, + "related": null, + "@id": "3571", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Peechelba", + "definition": null, + "notation": "3381", + "altlabel": null, + "related": null, + "@id": "3381", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Talgitcha", + "definition": null, + "notation": "3525", + "altlabel": null, + "related": null, + "@id": "3525", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gannawarra", + "definition": null, + "notation": "2633", + "altlabel": null, + "related": null, + "@id": "2633", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cannie", + "definition": null, + "notation": "2329", + "altlabel": null, + "related": null, + "@id": "2329", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goyura", + "definition": null, + "notation": "2716", + "altlabel": null, + "related": null, + "@id": "2716", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Watchupga", + "definition": null, + "notation": "3772", + "altlabel": null, + "related": null, + "@id": "3772", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gutchu", + "definition": null, + "notation": "2737", + "altlabel": null, + "related": null, + "@id": "2737", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gaalanungah", + "definition": null, + "notation": "2625", + "altlabel": null, + "related": null, + "@id": "2625", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moonlight", + "definition": null, + "notation": "3161", + "altlabel": null, + "related": null, + "@id": "3161", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Red Bluff", + "definition": null, + "notation": "3444", + "altlabel": null, + "related": null, + "@id": "3444", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marlbed", + "definition": null, + "notation": "3063", + "altlabel": null, + "related": null, + "@id": "3063", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gnarr", + "definition": null, + "notation": "2689", + "altlabel": null, + "related": null, + "@id": "2689", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mamengoroock", + "definition": null, + "notation": "3048", + "altlabel": null, + "related": null, + "@id": "3048", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Manpy", + "definition": null, + "notation": "3055", + "altlabel": null, + "related": null, + "@id": "3055", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tutye", + "definition": null, + "notation": "3665", + "altlabel": null, + "related": null, + "@id": "3665", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lianiduck", + "definition": null, + "notation": "2990", + "altlabel": null, + "related": null, + "@id": "2990", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Polisbet", + "definition": null, + "notation": "3405", + "altlabel": null, + "related": null, + "@id": "3405", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nowie", + "definition": null, + "notation": "3327", + "altlabel": null, + "related": null, + "@id": "3327", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bunurouk", + "definition": null, + "notation": "2289", + "altlabel": null, + "related": null, + "@id": "2289", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wirmbool", + "definition": null, + "notation": "3849", + "altlabel": null, + "related": null, + "@id": "3849", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kenmare", + "definition": null, + "notation": "2860", + "altlabel": null, + "related": null, + "@id": "2860", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Picola", + "definition": null, + "notation": "3393", + "altlabel": null, + "related": null, + "@id": "3393", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gredgwin", + "definition": null, + "notation": "2722", + "altlabel": null, + "related": null, + "@id": "2722", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walwa", + "definition": null, + "notation": "3717", + "altlabel": null, + "related": null, + "@id": "3717", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burrowye", + "definition": null, + "notation": "2303", + "altlabel": null, + "related": null, + "@id": "2303", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hindmarsh", + "definition": null, + "notation": "2758", + "altlabel": null, + "related": null, + "@id": "2758", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burramine", + "definition": null, + "notation": "2300", + "altlabel": null, + "related": null, + "@id": "2300", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarrawonga", + "definition": null, + "notation": "3967", + "altlabel": null, + "related": null, + "@id": "3967", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marmal", + "definition": null, + "notation": "3066", + "altlabel": null, + "related": null, + "@id": "3066", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narraport", + "definition": null, + "notation": "3276", + "altlabel": null, + "related": null, + "@id": "3276", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mahrong", + "definition": null, + "notation": "3036", + "altlabel": null, + "related": null, + "@id": "3036", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warmur", + "definition": null, + "notation": "3742", + "altlabel": null, + "related": null, + "@id": "3742", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Talgarno", + "definition": null, + "notation": "3524", + "altlabel": null, + "related": null, + "@id": "3524", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bundalong", + "definition": null, + "notation": "2272", + "altlabel": null, + "related": null, + "@id": "2272", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dahwedarre", + "definition": null, + "notation": "2481", + "altlabel": null, + "related": null, + "@id": "2481", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warraquil", + "definition": null, + "notation": "3755", + "altlabel": null, + "related": null, + "@id": "3755", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beyal", + "definition": null, + "notation": "2138", + "altlabel": null, + "related": null, + "@id": "2138", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narioka", + "definition": null, + "notation": "3270", + "altlabel": null, + "related": null, + "@id": "3270", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pelluebla", + "definition": null, + "notation": "3383", + "altlabel": null, + "related": null, + "@id": "3383", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Drumanure", + "definition": null, + "notation": "2549", + "altlabel": null, + "related": null, + "@id": "2549", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pannoobamawm", + "definition": null, + "notation": "3368", + "altlabel": null, + "related": null, + "@id": "3368", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wanurp", + "definition": null, + "notation": "3731", + "altlabel": null, + "related": null, + "@id": "3731", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karrabumet", + "definition": null, + "notation": "2844", + "altlabel": null, + "related": null, + "@id": "2844", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tallygaroopna", + "definition": null, + "notation": "3533", + "altlabel": null, + "related": null, + "@id": "3533", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waggarandall", + "definition": null, + "notation": "3697", + "altlabel": null, + "related": null, + "@id": "3697", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yabba Yabba", + "definition": null, + "notation": "3928", + "altlabel": null, + "related": null, + "@id": "3928", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "St. James", + "definition": null, + "notation": "3466", + "altlabel": null, + "related": null, + "@id": "3466", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Charlton East", + "definition": null, + "notation": "2372", + "altlabel": null, + "related": null, + "@id": "2372", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bolga", + "definition": null, + "notation": "2173", + "altlabel": null, + "related": null, + "@id": "2173", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yackandandah", + "definition": null, + "notation": "3929", + "altlabel": null, + "related": null, + "@id": "3929", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carron", + "definition": null, + "notation": "2359", + "altlabel": null, + "related": null, + "@id": "2359", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Thowgla", + "definition": null, + "notation": "3588", + "altlabel": null, + "related": null, + "@id": "3588", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yearinga", + "definition": null, + "notation": "3980", + "altlabel": null, + "related": null, + "@id": "3980", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jeffcott", + "definition": null, + "notation": "2789", + "altlabel": null, + "related": null, + "@id": "2789", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Taripta", + "definition": null, + "notation": "3548", + "altlabel": null, + "related": null, + "@id": "3548", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bullioh", + "definition": null, + "notation": "2266", + "altlabel": null, + "related": null, + "@id": "2266", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Katamatite", + "definition": null, + "notation": "2849", + "altlabel": null, + "related": null, + "@id": "2849", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bungil", + "definition": null, + "notation": "2283", + "altlabel": null, + "related": null, + "@id": "2283", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Norong", + "definition": null, + "notation": "3323", + "altlabel": null, + "related": null, + "@id": "3323", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lorquon", + "definition": null, + "notation": "3016", + "altlabel": null, + "related": null, + "@id": "3016", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Belvoir West", + "definition": null, + "notation": "2110", + "altlabel": null, + "related": null, + "@id": "2110", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kanyapella", + "definition": null, + "notation": "2834", + "altlabel": null, + "related": null, + "@id": "2834", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Berringa", + "definition": null, + "notation": "2126", + "altlabel": null, + "related": null, + "@id": "2126", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarrowalla", + "definition": null, + "notation": "3970", + "altlabel": null, + "related": null, + "@id": "3970", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boorhaman", + "definition": null, + "notation": "2192", + "altlabel": null, + "related": null, + "@id": "2192", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Youanmite", + "definition": null, + "notation": "3995", + "altlabel": null, + "related": null, + "@id": "3995", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tharanbegga", + "definition": null, + "notation": "3582", + "altlabel": null, + "related": null, + "@id": "3582", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Corack East", + "definition": null, + "notation": "2448", + "altlabel": null, + "related": null, + "@id": "2448", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yellangip", + "definition": null, + "notation": "3984", + "altlabel": null, + "related": null, + "@id": "3984", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Corack", + "definition": null, + "notation": "2447", + "altlabel": null, + "related": null, + "@id": "2447", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tatonga", + "definition": null, + "notation": "3566", + "altlabel": null, + "related": null, + "@id": "3566", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Propodollah", + "definition": null, + "notation": "3419", + "altlabel": null, + "related": null, + "@id": "3419", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Batyik", + "definition": null, + "notation": "2091", + "altlabel": null, + "related": null, + "@id": "2091", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Borung", + "definition": null, + "notation": "2211", + "altlabel": null, + "related": null, + "@id": "2211", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woosang", + "definition": null, + "notation": "3895", + "altlabel": null, + "related": null, + "@id": "3895", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balrootan", + "definition": null, + "notation": "2056", + "altlabel": null, + "related": null, + "@id": "2056", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kellalac", + "definition": null, + "notation": "2859", + "altlabel": null, + "related": null, + "@id": "2859", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Noorongong", + "definition": null, + "notation": "3322", + "altlabel": null, + "related": null, + "@id": "3322", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nullan", + "definition": null, + "notation": "3332", + "altlabel": null, + "related": null, + "@id": "3332", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kiata", + "definition": null, + "notation": "2874", + "altlabel": null, + "related": null, + "@id": "2874", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nanneella", + "definition": null, + "notation": "3258", + "altlabel": null, + "related": null, + "@id": "3258", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Milloo", + "definition": null, + "notation": "3104", + "altlabel": null, + "related": null, + "@id": "3104", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Diggorra", + "definition": null, + "notation": "2523", + "altlabel": null, + "related": null, + "@id": "2523", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pannoomilloo", + "definition": null, + "notation": "3369", + "altlabel": null, + "related": null, + "@id": "3369", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kaniva", + "definition": null, + "notation": "2833", + "altlabel": null, + "related": null, + "@id": "2833", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yanipy", + "definition": null, + "notation": "3952", + "altlabel": null, + "related": null, + "@id": "3952", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bungil East", + "definition": null, + "notation": "2284", + "altlabel": null, + "related": null, + "@id": "2284", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cudgewa", + "definition": null, + "notation": "2471", + "altlabel": null, + "related": null, + "@id": "2471", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Towong", + "definition": null, + "notation": "3644", + "altlabel": null, + "related": null, + "@id": "3644", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Babatchio", + "definition": null, + "notation": "2037", + "altlabel": null, + "related": null, + "@id": "2037", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warracknabeal", + "definition": null, + "notation": "3746", + "altlabel": null, + "related": null, + "@id": "3746", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bangerang", + "definition": null, + "notation": "2062", + "altlabel": null, + "related": null, + "@id": "2062", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kotupna", + "definition": null, + "notation": "2932", + "altlabel": null, + "related": null, + "@id": "2932", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarrock", + "definition": null, + "notation": "3969", + "altlabel": null, + "related": null, + "@id": "3969", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Killawarra", + "definition": null, + "notation": "2876", + "altlabel": null, + "related": null, + "@id": "2876", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Charlton West", + "definition": null, + "notation": "2373", + "altlabel": null, + "related": null, + "@id": "2373", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Calivil", + "definition": null, + "notation": "2320", + "altlabel": null, + "related": null, + "@id": "2320", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meering", + "definition": null, + "notation": "3080", + "altlabel": null, + "related": null, + "@id": "3080", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nandemarriman", + "definition": null, + "notation": "3254", + "altlabel": null, + "related": null, + "@id": "3254", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Curyo", + "definition": null, + "notation": "2477", + "altlabel": null, + "related": null, + "@id": "2477", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gunbower", + "definition": null, + "notation": "2732", + "altlabel": null, + "related": null, + "@id": "2732", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Strathmerton", + "definition": null, + "notation": "3507", + "altlabel": null, + "related": null, + "@id": "3507", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cambacanya", + "definition": null, + "notation": "2323", + "altlabel": null, + "related": null, + "@id": "2323", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Thologolong", + "definition": null, + "notation": "3584", + "altlabel": null, + "related": null, + "@id": "3584", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Berontha", + "definition": null, + "notation": "2124", + "altlabel": null, + "related": null, + "@id": "2124", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarrangook", + "definition": null, + "notation": "3965", + "altlabel": null, + "related": null, + "@id": "3965", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bambadin", + "definition": null, + "notation": "2058", + "altlabel": null, + "related": null, + "@id": "2058", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Perenna", + "definition": null, + "notation": "3387", + "altlabel": null, + "related": null, + "@id": "3387", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wilkur", + "definition": null, + "notation": "3820", + "altlabel": null, + "related": null, + "@id": "3820", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Areegra", + "definition": null, + "notation": "2026", + "altlabel": null, + "related": null, + "@id": "2026", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Byawatha", + "definition": null, + "notation": "2316", + "altlabel": null, + "related": null, + "@id": "2316", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dinyarrak", + "definition": null, + "notation": "2527", + "altlabel": null, + "related": null, + "@id": "2527", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Catiabrim", + "definition": null, + "notation": "2367", + "altlabel": null, + "related": null, + "@id": "2367", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moray", + "definition": null, + "notation": "3185", + "altlabel": null, + "related": null, + "@id": "3185", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whirrakee", + "definition": null, + "notation": "3806", + "altlabel": null, + "related": null, + "@id": "3806", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Neilborough", + "definition": null, + "notation": "3294", + "altlabel": null, + "related": null, + "@id": "3294", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beewar", + "definition": null, + "notation": "2104", + "altlabel": null, + "related": null, + "@id": "2104", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karramomus", + "definition": null, + "notation": "2845", + "altlabel": null, + "related": null, + "@id": "2845", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kinimakatka", + "definition": null, + "notation": "2883", + "altlabel": null, + "related": null, + "@id": "2883", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Winiam", + "definition": null, + "notation": "3838", + "altlabel": null, + "related": null, + "@id": "3838", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coonooer East", + "definition": null, + "notation": "2438", + "altlabel": null, + "related": null, + "@id": "2438", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woraigworm", + "definition": null, + "notation": "3898", + "altlabel": null, + "related": null, + "@id": "3898", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carag Carag", + "definition": null, + "notation": "2332", + "altlabel": null, + "related": null, + "@id": "2332", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lillimur", + "definition": null, + "notation": "2995", + "altlabel": null, + "related": null, + "@id": "2995", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Powlett", + "definition": null, + "notation": "3415", + "altlabel": null, + "related": null, + "@id": "3415", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warragamba", + "definition": null, + "notation": "3747", + "altlabel": null, + "related": null, + "@id": "3747", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Devenish", + "definition": null, + "notation": "2519", + "altlabel": null, + "related": null, + "@id": "2519", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mokoan", + "definition": null, + "notation": "3141", + "altlabel": null, + "related": null, + "@id": "3141", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wyeeboo", + "definition": null, + "notation": "3918", + "altlabel": null, + "related": null, + "@id": "3918", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Adjie", + "definition": null, + "notation": "2003", + "altlabel": null, + "related": null, + "@id": "2003", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dingee", + "definition": null, + "notation": "2526", + "altlabel": null, + "related": null, + "@id": "2526", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Taminick", + "definition": null, + "notation": "3537", + "altlabel": null, + "related": null, + "@id": "3537", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dunmunkle", + "definition": null, + "notation": "2564", + "altlabel": null, + "related": null, + "@id": "2564", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pompapiel", + "definition": null, + "notation": "3407", + "altlabel": null, + "related": null, + "@id": "3407", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kyabram", + "definition": null, + "notation": "2948", + "altlabel": null, + "related": null, + "@id": "2948", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kyabram East", + "definition": null, + "notation": "2949", + "altlabel": null, + "related": null, + "@id": "2949", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Timmering", + "definition": null, + "notation": "3596", + "altlabel": null, + "related": null, + "@id": "3596", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mooroopna", + "definition": null, + "notation": "3177", + "altlabel": null, + "related": null, + "@id": "3177", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nariel", + "definition": null, + "notation": "3266", + "altlabel": null, + "related": null, + "@id": "3266", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wallup", + "definition": null, + "notation": "3712", + "altlabel": null, + "related": null, + "@id": "3712", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Janiember East", + "definition": null, + "notation": "2782", + "altlabel": null, + "related": null, + "@id": "2782", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yabba", + "definition": null, + "notation": "3927", + "altlabel": null, + "related": null, + "@id": "3927", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kewell West", + "definition": null, + "notation": "2870", + "altlabel": null, + "related": null, + "@id": "2870", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tallandoon", + "definition": null, + "notation": "3527", + "altlabel": null, + "related": null, + "@id": "3527", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Girgarre East", + "definition": null, + "notation": "2661", + "altlabel": null, + "related": null, + "@id": "2661", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bamawm", + "definition": null, + "notation": "2057", + "altlabel": null, + "related": null, + "@id": "2057", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Echuca South", + "definition": null, + "notation": "2572", + "altlabel": null, + "related": null, + "@id": "2572", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boweya", + "definition": null, + "notation": "2214", + "altlabel": null, + "related": null, + "@id": "2214", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Katandra", + "definition": null, + "notation": "2850", + "altlabel": null, + "related": null, + "@id": "2850", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Congupna", + "definition": null, + "notation": "2423", + "altlabel": null, + "related": null, + "@id": "2423", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buckrabanyule", + "definition": null, + "notation": "2248", + "altlabel": null, + "related": null, + "@id": "2248", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Estcourt", + "definition": null, + "notation": "2599", + "altlabel": null, + "related": null, + "@id": "2599", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarranginnie", + "definition": null, + "notation": "3554", + "altlabel": null, + "related": null, + "@id": "3554", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ballendella", + "definition": null, + "notation": "2048", + "altlabel": null, + "related": null, + "@id": "2048", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greta", + "definition": null, + "notation": "2726", + "altlabel": null, + "related": null, + "@id": "2726", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koyuga", + "definition": null, + "notation": "2935", + "altlabel": null, + "related": null, + "@id": "2935", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tongala", + "definition": null, + "notation": "3602", + "altlabel": null, + "related": null, + "@id": "3602", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Myrrhee", + "definition": null, + "notation": "3248", + "altlabel": null, + "related": null, + "@id": "3248", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Canabore", + "definition": null, + "notation": "2327", + "altlabel": null, + "related": null, + "@id": "2327", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wooronook", + "definition": null, + "notation": "3892", + "altlabel": null, + "related": null, + "@id": "3892", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jemba", + "definition": null, + "notation": "2791", + "altlabel": null, + "related": null, + "@id": "2791", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koetong", + "definition": null, + "notation": "2895", + "altlabel": null, + "related": null, + "@id": "2895", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jinjellic", + "definition": null, + "notation": "2803", + "altlabel": null, + "related": null, + "@id": "2803", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Berringama", + "definition": null, + "notation": "2127", + "altlabel": null, + "related": null, + "@id": "2127", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rich Avon East", + "definition": null, + "notation": "3450", + "altlabel": null, + "related": null, + "@id": "3450", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rich Avon West", + "definition": null, + "notation": "3451", + "altlabel": null, + "related": null, + "@id": "3451", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mockinya", + "definition": null, + "notation": "3133", + "altlabel": null, + "related": null, + "@id": "3133", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Turrumberry", + "definition": null, + "notation": "3662", + "altlabel": null, + "related": null, + "@id": "3662", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mysia", + "definition": null, + "notation": "3250", + "altlabel": null, + "related": null, + "@id": "3250", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woorak", + "definition": null, + "notation": "3884", + "altlabel": null, + "related": null, + "@id": "3884", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wabba", + "definition": null, + "notation": "3691", + "altlabel": null, + "related": null, + "@id": "3691", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ni Ni", + "definition": null, + "notation": "3312", + "altlabel": null, + "related": null, + "@id": "3312", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toonambool", + "definition": null, + "notation": "3625", + "altlabel": null, + "related": null, + "@id": "3625", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Colac Colac", + "definition": null, + "notation": "2406", + "altlabel": null, + "related": null, + "@id": "2406", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Durndal", + "definition": null, + "notation": "2569", + "altlabel": null, + "related": null, + "@id": "2569", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coomboona", + "definition": null, + "notation": "2434", + "altlabel": null, + "related": null, + "@id": "2434", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murrawong", + "definition": null, + "notation": "3234", + "altlabel": null, + "related": null, + "@id": "3234", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wagra", + "definition": null, + "notation": "3698", + "altlabel": null, + "related": null, + "@id": "3698", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cannum", + "definition": null, + "notation": "2330", + "altlabel": null, + "related": null, + "@id": "2330", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mirampiram", + "definition": null, + "notation": "3118", + "altlabel": null, + "related": null, + "@id": "3118", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Werrigar", + "definition": null, + "notation": "3798", + "altlabel": null, + "related": null, + "@id": "3798", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mitiamo", + "definition": null, + "notation": "3126", + "altlabel": null, + "related": null, + "@id": "3126", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wychitella", + "definition": null, + "notation": "3917", + "altlabel": null, + "related": null, + "@id": "3917", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bontherambo", + "definition": null, + "notation": "2180", + "altlabel": null, + "related": null, + "@id": "2180", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narrewillock", + "definition": null, + "notation": "3280", + "altlabel": null, + "related": null, + "@id": "3280", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Granya", + "definition": null, + "notation": "2720", + "altlabel": null, + "related": null, + "@id": "2720", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woorragee North", + "definition": null, + "notation": "3894", + "altlabel": null, + "related": null, + "@id": "3894", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Undera", + "definition": null, + "notation": "3681", + "altlabel": null, + "related": null, + "@id": "3681", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Millewa", + "definition": null, + "notation": "3103", + "altlabel": null, + "related": null, + "@id": "3103", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barambogie", + "definition": null, + "notation": "2067", + "altlabel": null, + "related": null, + "@id": "2067", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wallaloo", + "definition": null, + "notation": "3706", + "altlabel": null, + "related": null, + "@id": "3706", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warngar", + "definition": null, + "notation": "3743", + "altlabel": null, + "related": null, + "@id": "3743", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wirchilleba", + "definition": null, + "notation": "3846", + "altlabel": null, + "related": null, + "@id": "3846", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wirrate", + "definition": null, + "notation": "3850", + "altlabel": null, + "related": null, + "@id": "3850", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yallook", + "definition": null, + "notation": "3936", + "altlabel": null, + "related": null, + "@id": "3936", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wedderburne", + "definition": null, + "notation": "3782", + "altlabel": null, + "related": null, + "@id": "3782", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bonn", + "definition": null, + "notation": "2179", + "altlabel": null, + "related": null, + "@id": "2179", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coonooer West", + "definition": null, + "notation": "2439", + "altlabel": null, + "related": null, + "@id": "2439", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Korong", + "definition": null, + "notation": "2926", + "altlabel": null, + "related": null, + "@id": "2926", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burnewang", + "definition": null, + "notation": "2295", + "altlabel": null, + "related": null, + "@id": "2295", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tamleugh", + "definition": null, + "notation": "3538", + "altlabel": null, + "related": null, + "@id": "3538", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dartella", + "definition": null, + "notation": "2500", + "altlabel": null, + "related": null, + "@id": "2500", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bridgewater", + "definition": null, + "notation": "2226", + "altlabel": null, + "related": null, + "@id": "2226", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Colbinabbin", + "definition": null, + "notation": "2407", + "altlabel": null, + "related": null, + "@id": "2407", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kamarooka", + "definition": null, + "notation": "2825", + "altlabel": null, + "related": null, + "@id": "2825", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bungeet", + "definition": null, + "notation": "2282", + "altlabel": null, + "related": null, + "@id": "2282", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mooroopna West", + "definition": null, + "notation": "3178", + "altlabel": null, + "related": null, + "@id": "3178", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tandarra", + "definition": null, + "notation": "3540", + "altlabel": null, + "related": null, + "@id": "3540", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dookie", + "definition": null, + "notation": "2535", + "altlabel": null, + "related": null, + "@id": "2535", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yeungroon", + "definition": null, + "notation": "3991", + "altlabel": null, + "related": null, + "@id": "3991", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stanley", + "definition": null, + "notation": "3498", + "altlabel": null, + "related": null, + "@id": "3498", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Laen", + "definition": null, + "notation": "2954", + "altlabel": null, + "related": null, + "@id": "2954", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Leeor", + "definition": null, + "notation": "2985", + "altlabel": null, + "related": null, + "@id": "2985", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burramboot", + "definition": null, + "notation": "2298", + "altlabel": null, + "related": null, + "@id": "2298", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenalbyn", + "definition": null, + "notation": "2664", + "altlabel": null, + "related": null, + "@id": "2664", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brenanah", + "definition": null, + "notation": "2223", + "altlabel": null, + "related": null, + "@id": "2223", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jungkum", + "definition": null, + "notation": "2812", + "altlabel": null, + "related": null, + "@id": "2812", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cooack", + "definition": null, + "notation": "2427", + "altlabel": null, + "related": null, + "@id": "2427", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Malkara", + "definition": null, + "notation": "3043", + "altlabel": null, + "related": null, + "@id": "3043", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toolleen", + "definition": null, + "notation": "3617", + "altlabel": null, + "related": null, + "@id": "3617", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarnagulla", + "definition": null, + "notation": "3551", + "altlabel": null, + "related": null, + "@id": "3551", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moliagul", + "definition": null, + "notation": "3143", + "altlabel": null, + "related": null, + "@id": "3143", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wellsford", + "definition": null, + "notation": "3789", + "altlabel": null, + "related": null, + "@id": "3789", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goroke", + "definition": null, + "notation": "2708", + "altlabel": null, + "related": null, + "@id": "2708", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Neuarpur", + "definition": null, + "notation": "3303", + "altlabel": null, + "related": null, + "@id": "3303", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nerring", + "definition": null, + "notation": "3301", + "altlabel": null, + "related": null, + "@id": "3301", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Minimay", + "definition": null, + "notation": "3111", + "altlabel": null, + "related": null, + "@id": "3111", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gungarlan", + "definition": null, + "notation": "2735", + "altlabel": null, + "related": null, + "@id": "2735", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nurcoung", + "definition": null, + "notation": "3342", + "altlabel": null, + "related": null, + "@id": "3342", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cobon", + "definition": null, + "notation": "2395", + "altlabel": null, + "related": null, + "@id": "2395", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mortat", + "definition": null, + "notation": "3194", + "altlabel": null, + "related": null, + "@id": "3194", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balmattum", + "definition": null, + "notation": "2052", + "altlabel": null, + "related": null, + "@id": "2052", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Keelangie", + "definition": null, + "notation": "2855", + "altlabel": null, + "related": null, + "@id": "2855", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bruarong", + "definition": null, + "notation": "2239", + "altlabel": null, + "related": null, + "@id": "2239", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lawloit", + "definition": null, + "notation": "2981", + "altlabel": null, + "related": null, + "@id": "2981", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Welumla", + "definition": null, + "notation": "3791", + "altlabel": null, + "related": null, + "@id": "3791", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Donald", + "definition": null, + "notation": "2532", + "altlabel": null, + "related": null, + "@id": "2532", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Doboobetic", + "definition": null, + "notation": "2529", + "altlabel": null, + "related": null, + "@id": "2529", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lurg", + "definition": null, + "notation": "3022", + "altlabel": null, + "related": null, + "@id": "3022", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarraberb", + "definition": null, + "notation": "3961", + "altlabel": null, + "related": null, + "@id": "3961", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pinnibar", + "definition": null, + "notation": "3399", + "altlabel": null, + "related": null, + "@id": "3399", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wallaby", + "definition": null, + "notation": "3704", + "altlabel": null, + "related": null, + "@id": "3704", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Spinifex", + "definition": null, + "notation": "3493", + "altlabel": null, + "related": null, + "@id": "3493", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wehla", + "definition": null, + "notation": "3788", + "altlabel": null, + "related": null, + "@id": "3788", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kalkee", + "definition": null, + "notation": "2820", + "altlabel": null, + "related": null, + "@id": "2820", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Curtayne", + "definition": null, + "notation": "2476", + "altlabel": null, + "related": null, + "@id": "2476", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lallat", + "definition": null, + "notation": "2960", + "altlabel": null, + "related": null, + "@id": "2960", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waranga", + "definition": null, + "notation": "3735", + "altlabel": null, + "related": null, + "@id": "3735", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Girgarre", + "definition": null, + "notation": "2660", + "altlabel": null, + "related": null, + "@id": "2660", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toolamba West", + "definition": null, + "notation": "3613", + "altlabel": null, + "related": null, + "@id": "3613", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Salisbury", + "definition": null, + "notation": "3469", + "altlabel": null, + "related": null, + "@id": "3469", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gibbo", + "definition": null, + "notation": "2652", + "altlabel": null, + "related": null, + "@id": "2652", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Swanwater", + "definition": null, + "notation": "3515", + "altlabel": null, + "related": null, + "@id": "3515", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burrungabugge", + "definition": null, + "notation": "2307", + "altlabel": null, + "related": null, + "@id": "2307", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Minto", + "definition": null, + "notation": "3116", + "altlabel": null, + "related": null, + "@id": "3116", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kurting", + "definition": null, + "notation": "2946", + "altlabel": null, + "related": null, + "@id": "2946", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Salisbury West", + "definition": null, + "notation": "3470", + "altlabel": null, + "related": null, + "@id": "3470", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coynallan", + "definition": null, + "notation": "2460", + "altlabel": null, + "related": null, + "@id": "2460", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nateyip", + "definition": null, + "notation": "3284", + "altlabel": null, + "related": null, + "@id": "3284", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarrayne", + "definition": null, + "notation": "3968", + "altlabel": null, + "related": null, + "@id": "3968", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Benambra", + "definition": null, + "notation": "2114", + "altlabel": null, + "related": null, + "@id": "2114", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Winton", + "definition": null, + "notation": "3843", + "altlabel": null, + "related": null, + "@id": "3843", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carapooee", + "definition": null, + "notation": "2338", + "altlabel": null, + "related": null, + "@id": "2338", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sandhurst", + "definition": null, + "notation": "3473", + "altlabel": null, + "related": null, + "@id": "3473", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Euroa", + "definition": null, + "notation": "2608", + "altlabel": null, + "related": null, + "@id": "2608", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gymbowen", + "definition": null, + "notation": "2739", + "altlabel": null, + "related": null, + "@id": "2739", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moormbool West", + "definition": null, + "notation": "3171", + "altlabel": null, + "related": null, + "@id": "3171", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bunganail", + "definition": null, + "notation": "2278", + "altlabel": null, + "related": null, + "@id": "2278", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pranjip", + "definition": null, + "notation": "3417", + "altlabel": null, + "related": null, + "@id": "3417", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Inglewood", + "definition": null, + "notation": "2774", + "altlabel": null, + "related": null, + "@id": "2774", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boorgunyah", + "definition": null, + "notation": "2191", + "altlabel": null, + "related": null, + "@id": "2191", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "St. Arnaud", + "definition": null, + "notation": "3463", + "altlabel": null, + "related": null, + "@id": "3463", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shadforth", + "definition": null, + "notation": "3482", + "altlabel": null, + "related": null, + "@id": "3482", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nolan", + "definition": null, + "notation": "3316", + "altlabel": null, + "related": null, + "@id": "3316", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kooreh", + "definition": null, + "notation": "2913", + "altlabel": null, + "related": null, + "@id": "2913", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wills", + "definition": null, + "notation": "3829", + "altlabel": null, + "related": null, + "@id": "3829", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Leichardt", + "definition": null, + "notation": "2986", + "altlabel": null, + "related": null, + "@id": "2986", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Samaria", + "definition": null, + "notation": "3471", + "altlabel": null, + "related": null, + "@id": "3471", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Huntly", + "definition": null, + "notation": "2770", + "altlabel": null, + "related": null, + "@id": "2770", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Campaspe", + "definition": null, + "notation": "2325", + "altlabel": null, + "related": null, + "@id": "2325", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murchison", + "definition": null, + "notation": "3222", + "altlabel": null, + "related": null, + "@id": "3222", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Miepoll", + "definition": null, + "notation": "3101", + "altlabel": null, + "related": null, + "@id": "3101", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ding-A-Ding", + "definition": null, + "notation": "2525", + "altlabel": null, + "related": null, + "@id": "2525", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koonik Koonik", + "definition": null, + "notation": "2910", + "altlabel": null, + "related": null, + "@id": "2910", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrenbayne", + "definition": null, + "notation": "3759", + "altlabel": null, + "related": null, + "@id": "3759", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Arcadia", + "definition": null, + "notation": "2022", + "altlabel": null, + "related": null, + "@id": "2022", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mandurang", + "definition": null, + "notation": "3051", + "altlabel": null, + "related": null, + "@id": "3051", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moormbool East", + "definition": null, + "notation": "3170", + "altlabel": null, + "related": null, + "@id": "3170", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eppalock", + "definition": null, + "notation": "2596", + "altlabel": null, + "related": null, + "@id": "2596", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Guttamurra", + "definition": null, + "notation": "2738", + "altlabel": null, + "related": null, + "@id": "2738", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Costerfield", + "definition": null, + "notation": "2458", + "altlabel": null, + "related": null, + "@id": "2458", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gooram Gooram Gong", + "definition": null, + "notation": "2705", + "altlabel": null, + "related": null, + "@id": "2705", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Monea South", + "definition": null, + "notation": "3149", + "altlabel": null, + "related": null, + "@id": "3149", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wondoomarook", + "definition": null, + "notation": "3859", + "altlabel": null, + "related": null, + "@id": "3859", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Morrl Morrl", + "definition": null, + "notation": "3193", + "altlabel": null, + "related": null, + "@id": "3193", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Monea North", + "definition": null, + "notation": "3148", + "altlabel": null, + "related": null, + "@id": "3148", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Longwood", + "definition": null, + "notation": "3012", + "altlabel": null, + "related": null, + "@id": "3012", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karnak", + "definition": null, + "notation": "2842", + "altlabel": null, + "related": null, + "@id": "2842", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shelbourne", + "definition": null, + "notation": "3483", + "altlabel": null, + "related": null, + "@id": "3483", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lockwood", + "definition": null, + "notation": "3006", + "altlabel": null, + "related": null, + "@id": "3006", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carchap", + "definition": null, + "notation": "2343", + "altlabel": null, + "related": null, + "@id": "2343", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Redbank", + "definition": null, + "notation": "3443", + "altlabel": null, + "related": null, + "@id": "3443", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bradford", + "definition": null, + "notation": "2216", + "altlabel": null, + "related": null, + "@id": "2216", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kaneira", + "definition": null, + "notation": "2829", + "altlabel": null, + "related": null, + "@id": "2829", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toort", + "definition": null, + "notation": "3635", + "altlabel": null, + "related": null, + "@id": "3635", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murchison North", + "definition": null, + "notation": "3223", + "altlabel": null, + "related": null, + "@id": "3223", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moora", + "definition": null, + "notation": "3162", + "altlabel": null, + "related": null, + "@id": "3162", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Knaawing", + "definition": null, + "notation": "2890", + "altlabel": null, + "related": null, + "@id": "2890", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Runnymede", + "definition": null, + "notation": "3461", + "altlabel": null, + "related": null, + "@id": "3461", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Branjee", + "definition": null, + "notation": "2220", + "altlabel": null, + "related": null, + "@id": "2220", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Arapiles", + "definition": null, + "notation": "2019", + "altlabel": null, + "related": null, + "@id": "2019", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wing Wing", + "definition": null, + "notation": "3837", + "altlabel": null, + "related": null, + "@id": "3837", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Daahl", + "definition": null, + "notation": "2479", + "altlabel": null, + "related": null, + "@id": "2479", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bepcha", + "definition": null, + "notation": "2122", + "altlabel": null, + "related": null, + "@id": "2122", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Molka", + "definition": null, + "notation": "3144", + "altlabel": null, + "related": null, + "@id": "3144", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whroo", + "definition": null, + "notation": "3811", + "altlabel": null, + "related": null, + "@id": "3811", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bogong North", + "definition": null, + "notation": "2164", + "altlabel": null, + "related": null, + "@id": "2164", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wannaeue", + "definition": null, + "notation": "3730", + "altlabel": null, + "related": null, + "@id": "3730", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Muskerry", + "definition": null, + "notation": "3243", + "altlabel": null, + "related": null, + "@id": "3243", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Flinders", + "definition": null, + "notation": "2613", + "altlabel": null, + "related": null, + "@id": "2613", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Undowah", + "definition": null, + "notation": "3683", + "altlabel": null, + "related": null, + "@id": "3683", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mowamba", + "definition": null, + "notation": "3203", + "altlabel": null, + "related": null, + "@id": "3203", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moglonemby", + "definition": null, + "notation": "3136", + "altlabel": null, + "related": null, + "@id": "3136", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Derby", + "definition": null, + "notation": "2510", + "altlabel": null, + "related": null, + "@id": "2510", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Garratanbunell", + "definition": null, + "notation": "2635", + "altlabel": null, + "related": null, + "@id": "2635", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lowry", + "definition": null, + "notation": "3018", + "altlabel": null, + "related": null, + "@id": "3018", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Traawool", + "definition": null, + "notation": "3645", + "altlabel": null, + "related": null, + "@id": "3645", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Everton", + "definition": null, + "notation": "2610", + "altlabel": null, + "related": null, + "@id": "2610", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Durdidwarrah", + "definition": null, + "notation": "2568", + "altlabel": null, + "related": null, + "@id": "2568", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coolebarghurk", + "definition": null, + "notation": "2429", + "altlabel": null, + "related": null, + "@id": "2429", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mologa", + "definition": null, + "notation": "3145", + "altlabel": null, + "related": null, + "@id": "3145", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darkbonee", + "definition": null, + "notation": "2490", + "altlabel": null, + "related": null, + "@id": "2490", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bungywarr", + "definition": null, + "notation": "2286", + "altlabel": null, + "related": null, + "@id": "2286", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Combienbar", + "definition": null, + "notation": "2416", + "altlabel": null, + "related": null, + "@id": "2416", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carapook", + "definition": null, + "notation": "2340", + "altlabel": null, + "related": null, + "@id": "2340", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Muntham", + "definition": null, + "notation": "3221", + "altlabel": null, + "related": null, + "@id": "3221", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shepparton", + "definition": null, + "notation": "3486", + "altlabel": null, + "related": null, + "@id": "3486", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yat Nat", + "definition": null, + "notation": "3976", + "altlabel": null, + "related": null, + "@id": "3976", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarramyljup", + "definition": null, + "notation": "3964", + "altlabel": null, + "related": null, + "@id": "3964", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bessiebelle", + "definition": null, + "notation": "2132", + "altlabel": null, + "related": null, + "@id": "2132", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dandongadale", + "definition": null, + "notation": "2484", + "altlabel": null, + "related": null, + "@id": "2484", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Langwornor", + "definition": null, + "notation": "2973", + "altlabel": null, + "related": null, + "@id": "2973", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Heathcote", + "definition": null, + "notation": "2750", + "altlabel": null, + "related": null, + "@id": "2750", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarkeeth", + "definition": null, + "notation": "3549", + "altlabel": null, + "related": null, + "@id": "3549", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Birregun", + "definition": null, + "notation": "2155", + "altlabel": null, + "related": null, + "@id": "2155", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bairnsdale", + "definition": null, + "notation": "2042", + "altlabel": null, + "related": null, + "@id": "2042", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boole Poole", + "definition": null, + "notation": "2184", + "altlabel": null, + "related": null, + "@id": "2184", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sale", + "definition": null, + "notation": "3468", + "altlabel": null, + "related": null, + "@id": "3468", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wurruk Wurruk", + "definition": null, + "notation": "3913", + "altlabel": null, + "related": null, + "@id": "3913", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wuk Wuk", + "definition": null, + "notation": "3908", + "altlabel": null, + "related": null, + "@id": "3908", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tallangatta", + "definition": null, + "notation": "3530", + "altlabel": null, + "related": null, + "@id": "3530", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mepunga", + "definition": null, + "notation": "3087", + "altlabel": null, + "related": null, + "@id": "3087", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Derrimut", + "definition": null, + "notation": "2516", + "altlabel": null, + "related": null, + "@id": "2516", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Binginwarri", + "definition": null, + "notation": "2149", + "altlabel": null, + "related": null, + "@id": "2149", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Devon", + "definition": null, + "notation": "2520", + "altlabel": null, + "related": null, + "@id": "2520", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Booroopki", + "definition": null, + "notation": "2197", + "altlabel": null, + "related": null, + "@id": "2197", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Redcastle", + "definition": null, + "notation": "3445", + "altlabel": null, + "related": null, + "@id": "3445", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cherrington", + "definition": null, + "notation": "2377", + "altlabel": null, + "related": null, + "@id": "2377", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Painswick", + "definition": null, + "notation": "3362", + "altlabel": null, + "related": null, + "@id": "3362", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Strathfieldsaye", + "definition": null, + "notation": "3506", + "altlabel": null, + "related": null, + "@id": "3506", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kalingur", + "definition": null, + "notation": "2818", + "altlabel": null, + "related": null, + "@id": "2818", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Knowsley", + "definition": null, + "notation": "2892", + "altlabel": null, + "related": null, + "@id": "2892", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nowyeo", + "definition": null, + "notation": "3329", + "altlabel": null, + "related": null, + "@id": "3329", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dargile", + "definition": null, + "notation": "2488", + "altlabel": null, + "related": null, + "@id": "2488", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bolangum", + "definition": null, + "notation": "2171", + "altlabel": null, + "related": null, + "@id": "2171", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burrong North", + "definition": null, + "notation": "2301", + "altlabel": null, + "related": null, + "@id": "2301", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Durong", + "definition": null, + "notation": "2570", + "altlabel": null, + "related": null, + "@id": "2570", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chewton", + "definition": null, + "notation": "2378", + "altlabel": null, + "related": null, + "@id": "2378", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Turandurey", + "definition": null, + "notation": "3659", + "altlabel": null, + "related": null, + "@id": "3659", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Neereman", + "definition": null, + "notation": "3291", + "altlabel": null, + "related": null, + "@id": "3291", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarcombe", + "definition": null, + "notation": "3547", + "altlabel": null, + "related": null, + "@id": "3547", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Morockdong", + "definition": null, + "notation": "3191", + "altlabel": null, + "related": null, + "@id": "3191", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bringalbart", + "definition": null, + "notation": "2233", + "altlabel": null, + "related": null, + "@id": "2233", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Awonga", + "definition": null, + "notation": "2033", + "altlabel": null, + "related": null, + "@id": "2033", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lah-Arum", + "definition": null, + "notation": "2955", + "altlabel": null, + "related": null, + "@id": "2955", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sedgwick", + "definition": null, + "notation": "3480", + "altlabel": null, + "related": null, + "@id": "3480", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Charam", + "definition": null, + "notation": "2371", + "altlabel": null, + "related": null, + "@id": "2371", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Youpella", + "definition": null, + "notation": "3999", + "altlabel": null, + "related": null, + "@id": "3999", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tchirree", + "definition": null, + "notation": "3569", + "altlabel": null, + "related": null, + "@id": "3569", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenaroua", + "definition": null, + "notation": "2665", + "altlabel": null, + "related": null, + "@id": "2665", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woongulmerang West", + "definition": null, + "notation": "3883", + "altlabel": null, + "related": null, + "@id": "3883", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glendhu", + "definition": null, + "notation": "2672", + "altlabel": null, + "related": null, + "@id": "2672", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bolaira", + "definition": null, + "notation": "2170", + "altlabel": null, + "related": null, + "@id": "2170", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wappan", + "definition": null, + "notation": "3734", + "altlabel": null, + "related": null, + "@id": "3734", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coolumbooka", + "definition": null, + "notation": "2430", + "altlabel": null, + "related": null, + "@id": "2430", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Northwood", + "definition": null, + "notation": "3324", + "altlabel": null, + "related": null, + "@id": "3324", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mangalore", + "definition": null, + "notation": "3053", + "altlabel": null, + "related": null, + "@id": "3053", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eucambene", + "definition": null, + "notation": "2601", + "altlabel": null, + "related": null, + "@id": "2601", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Thorkidaan", + "definition": null, + "notation": "3585", + "altlabel": null, + "related": null, + "@id": "3585", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Panbulla", + "definition": null, + "notation": "3366", + "altlabel": null, + "related": null, + "@id": "3366", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jilpanger", + "definition": null, + "notation": "2798", + "altlabel": null, + "related": null, + "@id": "2798", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bramby", + "definition": null, + "notation": "2219", + "altlabel": null, + "related": null, + "@id": "2219", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barp", + "definition": null, + "notation": "2080", + "altlabel": null, + "related": null, + "@id": "2080", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jinderboine", + "definition": null, + "notation": "2800", + "altlabel": null, + "related": null, + "@id": "2800", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Benayeo", + "definition": null, + "notation": "2115", + "altlabel": null, + "related": null, + "@id": "2115", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Avenel", + "definition": null, + "notation": "2031", + "altlabel": null, + "related": null, + "@id": "2031", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jallakin", + "definition": null, + "notation": "2777", + "altlabel": null, + "related": null, + "@id": "2777", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nangana", + "definition": null, + "notation": "3255", + "altlabel": null, + "related": null, + "@id": "3255", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jil Jil", + "definition": null, + "notation": "2797", + "altlabel": null, + "related": null, + "@id": "2797", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marraweeny", + "definition": null, + "notation": "3069", + "altlabel": null, + "related": null, + "@id": "3069", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Riachella", + "definition": null, + "notation": "3449", + "altlabel": null, + "related": null, + "@id": "3449", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Callawadda", + "definition": null, + "notation": "2321", + "altlabel": null, + "related": null, + "@id": "2321", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tooan", + "definition": null, + "notation": "3610", + "altlabel": null, + "related": null, + "@id": "3610", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Navarre", + "definition": null, + "notation": "3288", + "altlabel": null, + "related": null, + "@id": "3288", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ravenswood", + "definition": null, + "notation": "3442", + "altlabel": null, + "related": null, + "@id": "3442", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Natteyallock", + "definition": null, + "notation": "3287", + "altlabel": null, + "related": null, + "@id": "3287", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrowitue", + "definition": null, + "notation": "3766", + "altlabel": null, + "related": null, + "@id": "3766", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Puckapunyal", + "definition": null, + "notation": "3420", + "altlabel": null, + "related": null, + "@id": "3420", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yehrip", + "definition": null, + "notation": "3983", + "altlabel": null, + "related": null, + "@id": "3983", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barkly", + "definition": null, + "notation": "2074", + "altlabel": null, + "related": null, + "@id": "2074", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Edenhope", + "definition": null, + "notation": "2575", + "altlabel": null, + "related": null, + "@id": "2575", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gobur", + "definition": null, + "notation": "2693", + "altlabel": null, + "related": null, + "@id": "2693", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Worrough", + "definition": null, + "notation": "3903", + "altlabel": null, + "related": null, + "@id": "3903", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tallarook", + "definition": null, + "notation": "3532", + "altlabel": null, + "related": null, + "@id": "3532", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Panyule", + "definition": null, + "notation": "3370", + "altlabel": null, + "related": null, + "@id": "3370", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brankeet", + "definition": null, + "notation": "2221", + "altlabel": null, + "related": null, + "@id": "2221", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pental Island", + "definition": null, + "notation": "3386", + "altlabel": null, + "related": null, + "@id": "3386", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrenmang", + "definition": null, + "notation": "3761", + "altlabel": null, + "related": null, + "@id": "3761", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coolungubra", + "definition": null, + "notation": "2432", + "altlabel": null, + "related": null, + "@id": "2432", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Seymour", + "definition": null, + "notation": "3481", + "altlabel": null, + "related": null, + "@id": "3481", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bolerch", + "definition": null, + "notation": "2172", + "altlabel": null, + "related": null, + "@id": "2172", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Berrmarr", + "definition": null, + "notation": "2129", + "altlabel": null, + "related": null, + "@id": "2129", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maryborough", + "definition": null, + "notation": "3071", + "altlabel": null, + "related": null, + "@id": "3071", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chilpin", + "definition": null, + "notation": "2380", + "altlabel": null, + "related": null, + "@id": "2380", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yallakar", + "definition": null, + "notation": "3933", + "altlabel": null, + "related": null, + "@id": "3933", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wombelano", + "definition": null, + "notation": "3858", + "altlabel": null, + "related": null, + "@id": "3858", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bellaura", + "definition": null, + "notation": "2107", + "altlabel": null, + "related": null, + "@id": "2107", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wytwarrone", + "definition": null, + "notation": "3923", + "altlabel": null, + "related": null, + "@id": "3923", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Illawarra", + "definition": null, + "notation": "2771", + "altlabel": null, + "related": null, + "@id": "2771", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Watta Wella", + "definition": null, + "notation": "3777", + "altlabel": null, + "related": null, + "@id": "3777", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boroka", + "definition": null, + "notation": "2208", + "altlabel": null, + "related": null, + "@id": "2208", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koonika", + "definition": null, + "notation": "2909", + "altlabel": null, + "related": null, + "@id": "2909", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wallagoot", + "definition": null, + "notation": "3705", + "altlabel": null, + "related": null, + "@id": "3705", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murrandarra", + "definition": null, + "notation": "3233", + "altlabel": null, + "related": null, + "@id": "3233", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moranding", + "definition": null, + "notation": "3182", + "altlabel": null, + "related": null, + "@id": "3182", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dean", + "definition": null, + "notation": "2503", + "altlabel": null, + "related": null, + "@id": "2503", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bungaree", + "definition": null, + "notation": "2279", + "altlabel": null, + "related": null, + "@id": "2279", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moorarbool West", + "definition": null, + "notation": "3167", + "altlabel": null, + "related": null, + "@id": "3167", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gunbower West", + "definition": null, + "notation": "2733", + "altlabel": null, + "related": null, + "@id": "2733", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mincha", + "definition": null, + "notation": "3107", + "altlabel": null, + "related": null, + "@id": "3107", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Patho", + "definition": null, + "notation": "3378", + "altlabel": null, + "related": null, + "@id": "3378", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murrabit West", + "definition": null, + "notation": "3231", + "altlabel": null, + "related": null, + "@id": "3231", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kerang", + "definition": null, + "notation": "2862", + "altlabel": null, + "related": null, + "@id": "2862", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tottington", + "definition": null, + "notation": "3637", + "altlabel": null, + "related": null, + "@id": "3637", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gerang Gerung", + "definition": null, + "notation": "2648", + "altlabel": null, + "related": null, + "@id": "2648", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dimboola", + "definition": null, + "notation": "2524", + "altlabel": null, + "related": null, + "@id": "2524", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jirnkee", + "definition": null, + "notation": "2804", + "altlabel": null, + "related": null, + "@id": "2804", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carapooee West", + "definition": null, + "notation": "2339", + "altlabel": null, + "related": null, + "@id": "2339", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nunniong", + "definition": null, + "notation": "3340", + "altlabel": null, + "related": null, + "@id": "3340", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Noyong", + "definition": null, + "notation": "3330", + "altlabel": null, + "related": null, + "@id": "3330", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Oxley", + "definition": null, + "notation": "3359", + "altlabel": null, + "related": null, + "@id": "3359", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mooroolbark", + "definition": null, + "notation": "3176", + "altlabel": null, + "related": null, + "@id": "3176", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Laceby", + "definition": null, + "notation": "2953", + "altlabel": null, + "related": null, + "@id": "2953", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Longford", + "definition": null, + "notation": "3010", + "altlabel": null, + "related": null, + "@id": "3010", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carneek", + "definition": null, + "notation": "2350", + "altlabel": null, + "related": null, + "@id": "2350", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Drummond", + "definition": null, + "notation": "2552", + "altlabel": null, + "related": null, + "@id": "2552", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kalk Kalk", + "definition": null, + "notation": "2821", + "altlabel": null, + "related": null, + "@id": "2821", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Willam", + "definition": null, + "notation": "3822", + "altlabel": null, + "related": null, + "@id": "3822", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Muryrtym", + "definition": null, + "notation": "3242", + "altlabel": null, + "related": null, + "@id": "3242", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Thornley", + "definition": null, + "notation": "3586", + "altlabel": null, + "related": null, + "@id": "3586", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baynton", + "definition": null, + "notation": "2094", + "altlabel": null, + "related": null, + "@id": "2094", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mageppa", + "definition": null, + "notation": "3032", + "altlabel": null, + "related": null, + "@id": "3032", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gelantipy West", + "definition": null, + "notation": "2643", + "altlabel": null, + "related": null, + "@id": "2643", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Howitt Plains", + "definition": null, + "notation": "2767", + "altlabel": null, + "related": null, + "@id": "2767", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Concongella", + "definition": null, + "notation": "2418", + "altlabel": null, + "related": null, + "@id": "2418", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coliban", + "definition": null, + "notation": "2409", + "altlabel": null, + "related": null, + "@id": "2409", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cavendish", + "definition": null, + "notation": "2368", + "altlabel": null, + "related": null, + "@id": "2368", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bahgallah", + "definition": null, + "notation": "2040", + "altlabel": null, + "related": null, + "@id": "2040", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Redruth", + "definition": null, + "notation": "3447", + "altlabel": null, + "related": null, + "@id": "3447", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lorne", + "definition": null, + "notation": "3015", + "altlabel": null, + "related": null, + "@id": "3015", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarwin", + "definition": null, + "notation": "3563", + "altlabel": null, + "related": null, + "@id": "3563", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coolungoolun", + "definition": null, + "notation": "2431", + "altlabel": null, + "related": null, + "@id": "2431", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boikerbert", + "definition": null, + "notation": "2168", + "altlabel": null, + "related": null, + "@id": "2168", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sutton Grange", + "definition": null, + "notation": "3514", + "altlabel": null, + "related": null, + "@id": "3514", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karawah", + "definition": null, + "notation": "2838", + "altlabel": null, + "related": null, + "@id": "2838", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hawkestone", + "definition": null, + "notation": "2747", + "altlabel": null, + "related": null, + "@id": "2747", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Connangorach", + "definition": null, + "notation": "2424", + "altlabel": null, + "related": null, + "@id": "2424", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Konnepra", + "definition": null, + "notation": "2902", + "altlabel": null, + "related": null, + "@id": "2902", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rathscar", + "definition": null, + "notation": "3441", + "altlabel": null, + "related": null, + "@id": "3441", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lexington", + "definition": null, + "notation": "2988", + "altlabel": null, + "related": null, + "@id": "2988", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Billabong", + "definition": null, + "notation": "2143", + "altlabel": null, + "related": null, + "@id": "2143", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koo-Wee-Rup", + "definition": null, + "notation": "2920", + "altlabel": null, + "related": null, + "@id": "2920", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yallock", + "definition": null, + "notation": "3935", + "altlabel": null, + "related": null, + "@id": "3935", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kongbool", + "definition": null, + "notation": "2900", + "altlabel": null, + "related": null, + "@id": "2900", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moorwinstowe", + "definition": null, + "notation": "3181", + "altlabel": null, + "related": null, + "@id": "3181", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wongungarra", + "definition": null, + "notation": "3864", + "altlabel": null, + "related": null, + "@id": "3864", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lancefield", + "definition": null, + "notation": "2962", + "altlabel": null, + "related": null, + "@id": "2962", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cobaw", + "definition": null, + "notation": "2392", + "altlabel": null, + "related": null, + "@id": "2392", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Purnim", + "definition": null, + "notation": "3426", + "altlabel": null, + "related": null, + "@id": "3426", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Clonbinane", + "definition": null, + "notation": "2389", + "altlabel": null, + "related": null, + "@id": "2389", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dellicknora", + "definition": null, + "notation": "2507", + "altlabel": null, + "related": null, + "@id": "2507", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koola", + "definition": null, + "notation": "2905", + "altlabel": null, + "related": null, + "@id": "2905", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Newham", + "definition": null, + "notation": "3304", + "altlabel": null, + "related": null, + "@id": "3304", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Reynard", + "definition": null, + "notation": "3448", + "altlabel": null, + "related": null, + "@id": "3448", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mokepilly", + "definition": null, + "notation": "3140", + "altlabel": null, + "related": null, + "@id": "3140", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pyalong", + "definition": null, + "notation": "3430", + "altlabel": null, + "related": null, + "@id": "3430", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Craigie", + "definition": null, + "notation": "2461", + "altlabel": null, + "related": null, + "@id": "2461", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kooroc", + "definition": null, + "notation": "2915", + "altlabel": null, + "related": null, + "@id": "2915", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Guildford", + "definition": null, + "notation": "2730", + "altlabel": null, + "related": null, + "@id": "2730", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bealiba", + "definition": null, + "notation": "2095", + "altlabel": null, + "related": null, + "@id": "2095", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mansfield", + "definition": null, + "notation": "3056", + "altlabel": null, + "related": null, + "@id": "3056", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ludrik-Munjie", + "definition": null, + "notation": "3021", + "altlabel": null, + "related": null, + "@id": "3021", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beloka", + "definition": null, + "notation": "2109", + "altlabel": null, + "related": null, + "@id": "2109", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tallageira", + "definition": null, + "notation": "3526", + "altlabel": null, + "related": null, + "@id": "3526", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lowan", + "definition": null, + "notation": "3017", + "altlabel": null, + "related": null, + "@id": "3017", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carruno", + "definition": null, + "notation": "2361", + "altlabel": null, + "related": null, + "@id": "2361", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wormangal", + "definition": null, + "notation": "3900", + "altlabel": null, + "related": null, + "@id": "3900", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Axedale", + "definition": null, + "notation": "2034", + "altlabel": null, + "related": null, + "@id": "2034", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Morea", + "definition": null, + "notation": "3187", + "altlabel": null, + "related": null, + "@id": "3187", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marong", + "definition": null, + "notation": "3068", + "altlabel": null, + "related": null, + "@id": "3068", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Crosbie", + "definition": null, + "notation": "2467", + "altlabel": null, + "related": null, + "@id": "2467", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Weston", + "definition": null, + "notation": "3801", + "altlabel": null, + "related": null, + "@id": "3801", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dopewora", + "definition": null, + "notation": "2538", + "altlabel": null, + "related": null, + "@id": "2538", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Casterton", + "definition": null, + "notation": "2364", + "altlabel": null, + "related": null, + "@id": "2364", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sandford", + "definition": null, + "notation": "3472", + "altlabel": null, + "related": null, + "@id": "3472", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merino", + "definition": null, + "notation": "3092", + "altlabel": null, + "related": null, + "@id": "3092", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wrixon", + "definition": null, + "notation": "3907", + "altlabel": null, + "related": null, + "@id": "3907", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Borhoneyghurk", + "definition": null, + "notation": "2206", + "altlabel": null, + "related": null, + "@id": "2206", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Monomak", + "definition": null, + "notation": "3152", + "altlabel": null, + "related": null, + "@id": "3152", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ballark", + "definition": null, + "notation": "2047", + "altlabel": null, + "related": null, + "@id": "2047", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narrang", + "definition": null, + "notation": "3275", + "altlabel": null, + "related": null, + "@id": "3275", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yeerung", + "definition": null, + "notation": "3982", + "altlabel": null, + "related": null, + "@id": "3982", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Langley", + "definition": null, + "notation": "2970", + "altlabel": null, + "related": null, + "@id": "2970", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goldie", + "definition": null, + "notation": "2694", + "altlabel": null, + "related": null, + "@id": "2694", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moonkan", + "definition": null, + "notation": "3160", + "altlabel": null, + "related": null, + "@id": "3160", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ganoo Ganoo", + "definition": null, + "notation": "2634", + "altlabel": null, + "related": null, + "@id": "2634", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nappa", + "definition": null, + "notation": "3262", + "altlabel": null, + "related": null, + "@id": "3262", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lambruk", + "definition": null, + "notation": "2961", + "altlabel": null, + "related": null, + "@id": "2961", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bochara", + "definition": null, + "notation": "2161", + "altlabel": null, + "related": null, + "@id": "2161", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hamilton North", + "definition": null, + "notation": "2741", + "altlabel": null, + "related": null, + "@id": "2741", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kanawinka", + "definition": null, + "notation": "2827", + "altlabel": null, + "related": null, + "@id": "2827", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karup Karup", + "definition": null, + "notation": "2846", + "altlabel": null, + "related": null, + "@id": "2846", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenburnie", + "definition": null, + "notation": "2667", + "altlabel": null, + "related": null, + "@id": "2667", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beckworth", + "definition": null, + "notation": "2097", + "altlabel": null, + "related": null, + "@id": "2097", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gorrinn", + "definition": null, + "notation": "2710", + "altlabel": null, + "related": null, + "@id": "2710", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Neerim East", + "definition": null, + "notation": "3293", + "altlabel": null, + "related": null, + "@id": "3293", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wookurkook", + "definition": null, + "notation": "3877", + "altlabel": null, + "related": null, + "@id": "3877", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Addington", + "definition": null, + "notation": "2002", + "altlabel": null, + "related": null, + "@id": "2002", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Arbuckle", + "definition": null, + "notation": "2021", + "altlabel": null, + "related": null, + "@id": "2021", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pomborneit", + "definition": null, + "notation": "3406", + "altlabel": null, + "related": null, + "@id": "3406", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tabberabbera", + "definition": null, + "notation": "3519", + "altlabel": null, + "related": null, + "@id": "3519", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koolomert", + "definition": null, + "notation": "2906", + "altlabel": null, + "related": null, + "@id": "2906", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pawbymbyr", + "definition": null, + "notation": "3379", + "altlabel": null, + "related": null, + "@id": "3379", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bullamalk", + "definition": null, + "notation": "2259", + "altlabel": null, + "related": null, + "@id": "2259", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dunneworthy", + "definition": null, + "notation": "2566", + "altlabel": null, + "related": null, + "@id": "2566", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bulgana", + "definition": null, + "notation": "2257", + "altlabel": null, + "related": null, + "@id": "2257", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Muckleford", + "definition": null, + "notation": "3209", + "altlabel": null, + "related": null, + "@id": "3209", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Castlemaine", + "definition": null, + "notation": "2366", + "altlabel": null, + "related": null, + "@id": "2366", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Faraday", + "definition": null, + "notation": "2611", + "altlabel": null, + "related": null, + "@id": "2611", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mullawye", + "definition": null, + "notation": "3214", + "altlabel": null, + "related": null, + "@id": "3214", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarck", + "definition": null, + "notation": "3958", + "altlabel": null, + "related": null, + "@id": "3958", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarrengower", + "definition": null, + "notation": "3562", + "altlabel": null, + "related": null, + "@id": "3562", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenmona", + "definition": null, + "notation": "2680", + "altlabel": null, + "related": null, + "@id": "2680", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bung Bong", + "definition": null, + "notation": "2280", + "altlabel": null, + "related": null, + "@id": "2280", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Metcalfe", + "definition": null, + "notation": "3099", + "altlabel": null, + "related": null, + "@id": "3099", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woongulmerang East", + "definition": null, + "notation": "3882", + "altlabel": null, + "related": null, + "@id": "3882", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meereek", + "definition": null, + "notation": "3079", + "altlabel": null, + "related": null, + "@id": "3079", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenmore", + "definition": null, + "notation": "2681", + "altlabel": null, + "related": null, + "@id": "2681", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Campbelltown", + "definition": null, + "notation": "2326", + "altlabel": null, + "related": null, + "@id": "2326", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Errinundra", + "definition": null, + "notation": "2598", + "altlabel": null, + "related": null, + "@id": "2598", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nalangil", + "definition": null, + "notation": "3252", + "altlabel": null, + "related": null, + "@id": "3252", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Monegeetta", + "definition": null, + "notation": "3150", + "altlabel": null, + "related": null, + "@id": "3150", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ascot", + "definition": null, + "notation": "2028", + "altlabel": null, + "related": null, + "@id": "2028", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Creswick", + "definition": null, + "notation": "2464", + "altlabel": null, + "related": null, + "@id": "2464", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warranook", + "definition": null, + "notation": "3754", + "altlabel": null, + "related": null, + "@id": "3754", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ballyrogan", + "definition": null, + "notation": "2051", + "altlabel": null, + "related": null, + "@id": "2051", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warra Warra", + "definition": null, + "notation": "3756", + "altlabel": null, + "related": null, + "@id": "3756", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koomberar", + "definition": null, + "notation": "2907", + "altlabel": null, + "related": null, + "@id": "2907", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tamboritha", + "definition": null, + "notation": "3536", + "altlabel": null, + "related": null, + "@id": "3536", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cooaggalah", + "definition": null, + "notation": "2428", + "altlabel": null, + "related": null, + "@id": "2428", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Geerak", + "definition": null, + "notation": "2641", + "altlabel": null, + "related": null, + "@id": "2641", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ledcourt", + "definition": null, + "notation": "2984", + "altlabel": null, + "related": null, + "@id": "2984", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenorchy", + "definition": null, + "notation": "2682", + "altlabel": null, + "related": null, + "@id": "2682", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gampola", + "definition": null, + "notation": "2632", + "altlabel": null, + "related": null, + "@id": "2632", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Licola North", + "definition": null, + "notation": "2992", + "altlabel": null, + "related": null, + "@id": "2992", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jamieson", + "definition": null, + "notation": "2780", + "altlabel": null, + "related": null, + "@id": "2780", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gatum Gatum", + "definition": null, + "notation": "2637", + "altlabel": null, + "related": null, + "@id": "2637", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ercildoun", + "definition": null, + "notation": "2597", + "altlabel": null, + "related": null, + "@id": "2597", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glendaruel", + "definition": null, + "notation": "2671", + "altlabel": null, + "related": null, + "@id": "2671", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kalymna", + "definition": null, + "notation": "2824", + "altlabel": null, + "related": null, + "@id": "2824", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pine Lodge", + "definition": null, + "notation": "3396", + "altlabel": null, + "related": null, + "@id": "3396", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Torbreck", + "definition": null, + "notation": "3636", + "altlabel": null, + "related": null, + "@id": "3636", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Caniambo", + "definition": null, + "notation": "2328", + "altlabel": null, + "related": null, + "@id": "2328", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tooloy", + "definition": null, + "notation": "3621", + "altlabel": null, + "related": null, + "@id": "3621", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Weeragua", + "definition": null, + "notation": "3785", + "altlabel": null, + "related": null, + "@id": "3785", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Loomat", + "definition": null, + "notation": "3013", + "altlabel": null, + "related": null, + "@id": "3013", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bralak", + "definition": null, + "notation": "2217", + "altlabel": null, + "related": null, + "@id": "2217", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kooroon", + "definition": null, + "notation": "2918", + "altlabel": null, + "related": null, + "@id": "2918", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karlo", + "definition": null, + "notation": "2841", + "altlabel": null, + "related": null, + "@id": "2841", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Onyim", + "definition": null, + "notation": "3354", + "altlabel": null, + "related": null, + "@id": "3354", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Langi-Ghiran", + "definition": null, + "notation": "2964", + "altlabel": null, + "related": null, + "@id": "2964", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kianeek", + "definition": null, + "notation": "2873", + "altlabel": null, + "related": null, + "@id": "2873", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woohlpooer", + "definition": null, + "notation": "3876", + "altlabel": null, + "related": null, + "@id": "3876", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Larneebunyah", + "definition": null, + "notation": "2975", + "altlabel": null, + "related": null, + "@id": "2975", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jalur", + "definition": null, + "notation": "2779", + "altlabel": null, + "related": null, + "@id": "2779", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rochford", + "definition": null, + "notation": "3455", + "altlabel": null, + "related": null, + "@id": "3455", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Willowmavin", + "definition": null, + "notation": "3828", + "altlabel": null, + "related": null, + "@id": "3828", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boreang East", + "definition": null, + "notation": "2204", + "altlabel": null, + "related": null, + "@id": "2204", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toolongrook", + "definition": null, + "notation": "3620", + "altlabel": null, + "related": null, + "@id": "3620", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wareek", + "definition": null, + "notation": "3739", + "altlabel": null, + "related": null, + "@id": "3739", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toolondo", + "definition": null, + "notation": "3619", + "altlabel": null, + "related": null, + "@id": "3619", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baringhup", + "definition": null, + "notation": "2073", + "altlabel": null, + "related": null, + "@id": "2073", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dollin", + "definition": null, + "notation": "2531", + "altlabel": null, + "related": null, + "@id": "2531", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wartook", + "definition": null, + "notation": "3767", + "altlabel": null, + "related": null, + "@id": "3767", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maldon", + "definition": null, + "notation": "3042", + "altlabel": null, + "related": null, + "@id": "3042", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boorpuk", + "definition": null, + "notation": "2199", + "altlabel": null, + "related": null, + "@id": "2199", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Landsborough", + "definition": null, + "notation": "2963", + "altlabel": null, + "related": null, + "@id": "2963", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merton", + "definition": null, + "notation": "3098", + "altlabel": null, + "related": null, + "@id": "3098", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walmer", + "definition": null, + "notation": "3713", + "altlabel": null, + "related": null, + "@id": "3713", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Harcourt", + "definition": null, + "notation": "2743", + "altlabel": null, + "related": null, + "@id": "2743", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bellellen", + "definition": null, + "notation": "2108", + "altlabel": null, + "related": null, + "@id": "2108", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burrong South", + "definition": null, + "notation": "2302", + "altlabel": null, + "related": null, + "@id": "2302", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Langkoop", + "definition": null, + "notation": "2967", + "altlabel": null, + "related": null, + "@id": "2967", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kurraca", + "definition": null, + "notation": "2945", + "altlabel": null, + "related": null, + "@id": "2945", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Magdala", + "definition": null, + "notation": "3030", + "altlabel": null, + "related": null, + "@id": "3030", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tyar", + "definition": null, + "notation": "3670", + "altlabel": null, + "related": null, + "@id": "3670", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bondi", + "definition": null, + "notation": "2177", + "altlabel": null, + "related": null, + "@id": "2177", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shirley", + "definition": null, + "notation": "3488", + "altlabel": null, + "related": null, + "@id": "3488", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nerran", + "definition": null, + "notation": "3299", + "altlabel": null, + "related": null, + "@id": "3299", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Binnican", + "definition": null, + "notation": "2153", + "altlabel": null, + "related": null, + "@id": "2153", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Watgania", + "definition": null, + "notation": "3774", + "altlabel": null, + "related": null, + "@id": "3774", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gringegalgona", + "definition": null, + "notation": "2727", + "altlabel": null, + "related": null, + "@id": "2727", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mooralla", + "definition": null, + "notation": "3165", + "altlabel": null, + "related": null, + "@id": "3165", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bullawin", + "definition": null, + "notation": "2263", + "altlabel": null, + "related": null, + "@id": "2263", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buragwonduc", + "definition": null, + "notation": "2291", + "altlabel": null, + "related": null, + "@id": "2291", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Byjuke", + "definition": null, + "notation": "2317", + "altlabel": null, + "related": null, + "@id": "2317", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Alberton West", + "definition": null, + "notation": "2008", + "altlabel": null, + "related": null, + "@id": "2008", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Alberton East", + "definition": null, + "notation": "2007", + "altlabel": null, + "related": null, + "@id": "2007", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kooragan", + "definition": null, + "notation": "2911", + "altlabel": null, + "related": null, + "@id": "2911", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nurong", + "definition": null, + "notation": "3344", + "altlabel": null, + "related": null, + "@id": "3344", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nagwarry", + "definition": null, + "notation": "3251", + "altlabel": null, + "related": null, + "@id": "3251", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nar-Be-Thong", + "definition": null, + "notation": "3263", + "altlabel": null, + "related": null, + "@id": "3263", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mininera", + "definition": null, + "notation": "3112", + "altlabel": null, + "related": null, + "@id": "3112", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moondarra", + "definition": null, + "notation": "3158", + "altlabel": null, + "related": null, + "@id": "3158", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarpturk", + "definition": null, + "notation": "3960", + "altlabel": null, + "related": null, + "@id": "3960", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wallan Wallan", + "definition": null, + "notation": "3707", + "altlabel": null, + "related": null, + "@id": "3707", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Watgania West", + "definition": null, + "notation": "3775", + "altlabel": null, + "related": null, + "@id": "3775", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woodnaggerak", + "definition": null, + "notation": "3873", + "altlabel": null, + "related": null, + "@id": "3873", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wategat", + "definition": null, + "notation": "3773", + "altlabel": null, + "related": null, + "@id": "3773", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mirranatwa", + "definition": null, + "notation": "3124", + "altlabel": null, + "related": null, + "@id": "3124", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Colvinsby", + "definition": null, + "notation": "2415", + "altlabel": null, + "related": null, + "@id": "2415", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bramburra", + "definition": null, + "notation": "2218", + "altlabel": null, + "related": null, + "@id": "2218", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yeerik", + "definition": null, + "notation": "3981", + "altlabel": null, + "related": null, + "@id": "3981", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Telbit", + "definition": null, + "notation": "3573", + "altlabel": null, + "related": null, + "@id": "3573", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wilgul South", + "definition": null, + "notation": "3817", + "altlabel": null, + "related": null, + "@id": "3817", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murgheboluc", + "definition": null, + "notation": "3225", + "altlabel": null, + "related": null, + "@id": "3225", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Taaraak", + "definition": null, + "notation": "3517", + "altlabel": null, + "related": null, + "@id": "3517", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brindat", + "definition": null, + "notation": "2232", + "altlabel": null, + "related": null, + "@id": "2232", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Heywood", + "definition": null, + "notation": "2756", + "altlabel": null, + "related": null, + "@id": "2756", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bemm", + "definition": null, + "notation": "2112", + "altlabel": null, + "related": null, + "@id": "2112", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarak", + "definition": null, + "notation": "3956", + "altlabel": null, + "related": null, + "@id": "3956", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yuppeckiar", + "definition": null, + "notation": "4004", + "altlabel": null, + "related": null, + "@id": "4004", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Parupa", + "definition": null, + "notation": "3374", + "altlabel": null, + "related": null, + "@id": "3374", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Morekana", + "definition": null, + "notation": "3189", + "altlabel": null, + "related": null, + "@id": "3189", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gorae", + "definition": null, + "notation": "2707", + "altlabel": null, + "related": null, + "@id": "2707", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Anakie", + "definition": null, + "notation": "2014", + "altlabel": null, + "related": null, + "@id": "2014", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Colquhoun", + "definition": null, + "notation": "2412", + "altlabel": null, + "related": null, + "@id": "2412", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Struan", + "definition": null, + "notation": "3509", + "altlabel": null, + "related": null, + "@id": "3509", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Minhamite", + "definition": null, + "notation": "3110", + "altlabel": null, + "related": null, + "@id": "3110", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrion", + "definition": null, + "notation": "3763", + "altlabel": null, + "related": null, + "@id": "3763", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lang Lang", + "definition": null, + "notation": "2968", + "altlabel": null, + "related": null, + "@id": "2968", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nanapundah", + "definition": null, + "notation": "3253", + "altlabel": null, + "related": null, + "@id": "3253", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boramboram", + "definition": null, + "notation": "2203", + "altlabel": null, + "related": null, + "@id": "2203", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Galla", + "definition": null, + "notation": "2629", + "altlabel": null, + "related": null, + "@id": "2629", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Forbes", + "definition": null, + "notation": "2615", + "altlabel": null, + "related": null, + "@id": "2615", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wentworth", + "definition": null, + "notation": "3794", + "altlabel": null, + "related": null, + "@id": "3794", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beear", + "definition": null, + "notation": "2098", + "altlabel": null, + "related": null, + "@id": "2098", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Springfield", + "definition": null, + "notation": "3494", + "altlabel": null, + "related": null, + "@id": "3494", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nekeeya", + "definition": null, + "notation": "3295", + "altlabel": null, + "related": null, + "@id": "3295", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bylands", + "definition": null, + "notation": "2318", + "altlabel": null, + "related": null, + "@id": "2318", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Konong Wootong", + "definition": null, + "notation": "2903", + "altlabel": null, + "related": null, + "@id": "2903", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Youarrabuk", + "definition": null, + "notation": "3997", + "altlabel": null, + "related": null, + "@id": "3997", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coleraine", + "definition": null, + "notation": "2408", + "altlabel": null, + "related": null, + "@id": "2408", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Binnuc", + "definition": null, + "notation": "2154", + "altlabel": null, + "related": null, + "@id": "2154", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toombon", + "definition": null, + "notation": "3622", + "altlabel": null, + "related": null, + "@id": "3622", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Butgulla", + "definition": null, + "notation": "2310", + "altlabel": null, + "related": null, + "@id": "2310", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wurutwun", + "definition": null, + "notation": "3914", + "altlabel": null, + "related": null, + "@id": "3914", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Scarsdale", + "definition": null, + "notation": "3477", + "altlabel": null, + "related": null, + "@id": "3477", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eilyar", + "definition": null, + "notation": "2581", + "altlabel": null, + "related": null, + "@id": "2581", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yalimba", + "definition": null, + "notation": "3931", + "altlabel": null, + "related": null, + "@id": "3931", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tingaringy", + "definition": null, + "notation": "3598", + "altlabel": null, + "related": null, + "@id": "3598", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Billiminah", + "definition": null, + "notation": "2145", + "altlabel": null, + "related": null, + "@id": "2145", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boreang West", + "definition": null, + "notation": "2205", + "altlabel": null, + "related": null, + "@id": "2205", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ensay", + "definition": null, + "notation": "2594", + "altlabel": null, + "related": null, + "@id": "2594", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Crookayan", + "definition": null, + "notation": "2466", + "altlabel": null, + "related": null, + "@id": "2466", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bruk Bruk", + "definition": null, + "notation": "2241", + "altlabel": null, + "related": null, + "@id": "2241", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dowling Forest", + "definition": null, + "notation": "2542", + "altlabel": null, + "related": null, + "@id": "2542", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gisborne", + "definition": null, + "notation": "2662", + "altlabel": null, + "related": null, + "@id": "2662", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coornmill", + "definition": null, + "notation": "2444", + "altlabel": null, + "related": null, + "@id": "2444", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carrak", + "definition": null, + "notation": "2357", + "altlabel": null, + "related": null, + "@id": "2357", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gillingall", + "definition": null, + "notation": "2654", + "altlabel": null, + "related": null, + "@id": "2654", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toorourrong", + "definition": null, + "notation": "3634", + "altlabel": null, + "related": null, + "@id": "3634", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Parrie Yalloak", + "definition": null, + "notation": "3373", + "altlabel": null, + "related": null, + "@id": "3373", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gabo", + "definition": null, + "notation": "2626", + "altlabel": null, + "related": null, + "@id": "2626", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Purrumbete North", + "definition": null, + "notation": "3428", + "altlabel": null, + "related": null, + "@id": "3428", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wanwandyra", + "definition": null, + "notation": "3732", + "altlabel": null, + "related": null, + "@id": "3732", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bil-Bil-Wyt", + "definition": null, + "notation": "2142", + "altlabel": null, + "related": null, + "@id": "2142", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Edi", + "definition": null, + "notation": "2577", + "altlabel": null, + "related": null, + "@id": "2577", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Winteriga", + "definition": null, + "notation": "3842", + "altlabel": null, + "related": null, + "@id": "3842", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tallangallook", + "definition": null, + "notation": "3529", + "altlabel": null, + "related": null, + "@id": "3529", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Doolam", + "definition": null, + "notation": "2536", + "altlabel": null, + "related": null, + "@id": "2536", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bonang", + "definition": null, + "notation": "2176", + "altlabel": null, + "related": null, + "@id": "2176", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bidwell", + "definition": null, + "notation": "2139", + "altlabel": null, + "related": null, + "@id": "2139", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wibenduck", + "definition": null, + "notation": "3813", + "altlabel": null, + "related": null, + "@id": "3813", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baw Baw", + "definition": null, + "notation": "2093", + "altlabel": null, + "related": null, + "@id": "2093", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wy-Yung", + "definition": null, + "notation": "3925", + "altlabel": null, + "related": null, + "@id": "3925", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bilpah", + "definition": null, + "notation": "2146", + "altlabel": null, + "related": null, + "@id": "2146", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Redesdale", + "definition": null, + "notation": "3446", + "altlabel": null, + "related": null, + "@id": "3446", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Spring Plains", + "definition": null, + "notation": "3496", + "altlabel": null, + "related": null, + "@id": "3496", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Terrinallum", + "definition": null, + "notation": "3580", + "altlabel": null, + "related": null, + "@id": "3580", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Doodwuk", + "definition": null, + "notation": "2533", + "altlabel": null, + "related": null, + "@id": "2533", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Branxholme", + "definition": null, + "notation": "2222", + "altlabel": null, + "related": null, + "@id": "2222", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cobra Killuc", + "definition": null, + "notation": "2396", + "altlabel": null, + "related": null, + "@id": "2396", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mostyn", + "definition": null, + "notation": "3197", + "altlabel": null, + "related": null, + "@id": "3197", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Minjah", + "definition": null, + "notation": "3113", + "altlabel": null, + "related": null, + "@id": "3113", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wangarabell", + "definition": null, + "notation": "3724", + "altlabel": null, + "related": null, + "@id": "3724", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Irrewarra", + "definition": null, + "notation": "2775", + "altlabel": null, + "related": null, + "@id": "2775", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ecklin", + "definition": null, + "notation": "2573", + "altlabel": null, + "related": null, + "@id": "2573", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Purrumbete South", + "definition": null, + "notation": "3429", + "altlabel": null, + "related": null, + "@id": "3429", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Derndang", + "definition": null, + "notation": "2514", + "altlabel": null, + "related": null, + "@id": "2514", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moormurng", + "definition": null, + "notation": "3172", + "altlabel": null, + "related": null, + "@id": "3172", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yatchaw West", + "definition": null, + "notation": "3974", + "altlabel": null, + "related": null, + "@id": "3974", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yatchaw East", + "definition": null, + "notation": "3973", + "altlabel": null, + "related": null, + "@id": "3973", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pom Pom", + "definition": null, + "notation": "3408", + "altlabel": null, + "related": null, + "@id": "3408", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Audley", + "definition": null, + "notation": "2030", + "altlabel": null, + "related": null, + "@id": "2030", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Poliah South", + "definition": null, + "notation": "3404", + "altlabel": null, + "related": null, + "@id": "3404", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cressy", + "definition": null, + "notation": "2463", + "altlabel": null, + "related": null, + "@id": "2463", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrain", + "definition": null, + "notation": "3749", + "altlabel": null, + "related": null, + "@id": "3749", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maneroo", + "definition": null, + "notation": "3052", + "altlabel": null, + "related": null, + "@id": "3052", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wonwron", + "definition": null, + "notation": "3869", + "altlabel": null, + "related": null, + "@id": "3869", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yalimba East", + "definition": null, + "notation": "3932", + "altlabel": null, + "related": null, + "@id": "3932", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrambine", + "definition": null, + "notation": "3752", + "altlabel": null, + "related": null, + "@id": "3752", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mumbannar", + "definition": null, + "notation": "3218", + "altlabel": null, + "related": null, + "@id": "3218", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Betka", + "definition": null, + "notation": "2136", + "altlabel": null, + "related": null, + "@id": "2136", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Matong", + "definition": null, + "notation": "3074", + "altlabel": null, + "related": null, + "@id": "3074", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mortlake", + "definition": null, + "notation": "3196", + "altlabel": null, + "related": null, + "@id": "3196", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wabonga South", + "definition": null, + "notation": "3694", + "altlabel": null, + "related": null, + "@id": "3694", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Weering", + "definition": null, + "notation": "3787", + "altlabel": null, + "related": null, + "@id": "3787", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Corangamite", + "definition": null, + "notation": "2450", + "altlabel": null, + "related": null, + "@id": "2450", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hesse", + "definition": null, + "notation": "2753", + "altlabel": null, + "related": null, + "@id": "2753", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koort-Koort-Nong", + "definition": null, + "notation": "2919", + "altlabel": null, + "related": null, + "@id": "2919", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gherineghap", + "definition": null, + "notation": "2650", + "altlabel": null, + "related": null, + "@id": "2650", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarragal", + "definition": null, + "notation": "3553", + "altlabel": null, + "related": null, + "@id": "3553", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wrathung", + "definition": null, + "notation": "3906", + "altlabel": null, + "related": null, + "@id": "3906", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walla Walla", + "definition": null, + "notation": "3708", + "altlabel": null, + "related": null, + "@id": "3708", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Magdala South", + "definition": null, + "notation": "3031", + "altlabel": null, + "related": null, + "@id": "3031", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mokanger", + "definition": null, + "notation": "3139", + "altlabel": null, + "related": null, + "@id": "3139", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tullich", + "definition": null, + "notation": "3655", + "altlabel": null, + "related": null, + "@id": "3655", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sargood", + "definition": null, + "notation": "3475", + "altlabel": null, + "related": null, + "@id": "3475", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burgoyne", + "definition": null, + "notation": "2292", + "altlabel": null, + "related": null, + "@id": "2292", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wongan", + "definition": null, + "notation": "3860", + "altlabel": null, + "related": null, + "@id": "3860", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beerik", + "definition": null, + "notation": "2102", + "altlabel": null, + "related": null, + "@id": "2102", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Noorinbee", + "definition": null, + "notation": "3321", + "altlabel": null, + "related": null, + "@id": "3321", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mahkwallok", + "definition": null, + "notation": "3035", + "altlabel": null, + "related": null, + "@id": "3035", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Panyyabyr", + "definition": null, + "notation": "3371", + "altlabel": null, + "related": null, + "@id": "3371", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lazarini", + "definition": null, + "notation": "2982", + "altlabel": null, + "related": null, + "@id": "2982", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kalkallo", + "definition": null, + "notation": "2819", + "altlabel": null, + "related": null, + "@id": "2819", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nap-Nap-Marra", + "definition": null, + "notation": "3261", + "altlabel": null, + "related": null, + "@id": "3261", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wollert", + "definition": null, + "notation": "3855", + "altlabel": null, + "related": null, + "@id": "3855", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bullung", + "definition": null, + "notation": "2268", + "altlabel": null, + "related": null, + "@id": "2268", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koorool", + "definition": null, + "notation": "2916", + "altlabel": null, + "related": null, + "@id": "2916", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brit Brit", + "definition": null, + "notation": "2234", + "altlabel": null, + "related": null, + "@id": "2234", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bullengarook", + "definition": null, + "notation": "2265", + "altlabel": null, + "related": null, + "@id": "2265", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moroka", + "definition": null, + "notation": "3192", + "altlabel": null, + "related": null, + "@id": "3192", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wau Wauka", + "definition": null, + "notation": "3779", + "altlabel": null, + "related": null, + "@id": "3779", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Taponga", + "definition": null, + "notation": "3545", + "altlabel": null, + "related": null, + "@id": "3545", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Telbit West", + "definition": null, + "notation": "3574", + "altlabel": null, + "related": null, + "@id": "3574", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Fumina", + "definition": null, + "notation": "2623", + "altlabel": null, + "related": null, + "@id": "2623", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bundowra", + "definition": null, + "notation": "2274", + "altlabel": null, + "related": null, + "@id": "2274", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kentbruck", + "definition": null, + "notation": "2861", + "altlabel": null, + "related": null, + "@id": "2861", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mouzie", + "definition": null, + "notation": "3202", + "altlabel": null, + "related": null, + "@id": "3202", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yering", + "definition": null, + "notation": "3988", + "altlabel": null, + "related": null, + "@id": "3988", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Macarthur", + "definition": null, + "notation": "3026", + "altlabel": null, + "related": null, + "@id": "3026", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Banangal", + "definition": null, + "notation": "2061", + "altlabel": null, + "related": null, + "@id": "2061", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kapong", + "definition": null, + "notation": "2835", + "altlabel": null, + "related": null, + "@id": "2835", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Broadwater", + "definition": null, + "notation": "2237", + "altlabel": null, + "related": null, + "@id": "2237", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woolenook", + "definition": null, + "notation": "3879", + "altlabel": null, + "related": null, + "@id": "3879", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Terrick Terrick West", + "definition": null, + "notation": "3579", + "altlabel": null, + "related": null, + "@id": "3579", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yulecart", + "definition": null, + "notation": "4001", + "altlabel": null, + "related": null, + "@id": "4001", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hamilton South", + "definition": null, + "notation": "2742", + "altlabel": null, + "related": null, + "@id": "2742", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Terrick Terrick East", + "definition": null, + "notation": "3578", + "altlabel": null, + "related": null, + "@id": "3578", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Monivae", + "definition": null, + "notation": "3151", + "altlabel": null, + "related": null, + "@id": "3151", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenlogie", + "definition": null, + "notation": "2676", + "altlabel": null, + "related": null, + "@id": "2676", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moyhu", + "definition": null, + "notation": "3205", + "altlabel": null, + "related": null, + "@id": "3205", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carboor", + "definition": null, + "notation": "2342", + "altlabel": null, + "related": null, + "@id": "2342", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moallaack", + "definition": null, + "notation": "3131", + "altlabel": null, + "related": null, + "@id": "3131", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Keilambete", + "definition": null, + "notation": "2857", + "altlabel": null, + "related": null, + "@id": "2857", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Modewarre", + "definition": null, + "notation": "3134", + "altlabel": null, + "related": null, + "@id": "3134", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Duneed", + "definition": null, + "notation": "2561", + "altlabel": null, + "related": null, + "@id": "2561", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Terang", + "definition": null, + "notation": "3575", + "altlabel": null, + "related": null, + "@id": "3575", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Paraparap", + "definition": null, + "notation": "3372", + "altlabel": null, + "related": null, + "@id": "3372", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gherang Gherang", + "definition": null, + "notation": "2649", + "altlabel": null, + "related": null, + "@id": "2649", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bullanbul", + "definition": null, + "notation": "2260", + "altlabel": null, + "related": null, + "@id": "2260", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Framlingham East", + "definition": null, + "notation": "2616", + "altlabel": null, + "related": null, + "@id": "2616", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moorooduc", + "definition": null, + "notation": "3175", + "altlabel": null, + "related": null, + "@id": "3175", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ballan", + "definition": null, + "notation": "2043", + "altlabel": null, + "related": null, + "@id": "2043", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narmbool", + "definition": null, + "notation": "3271", + "altlabel": null, + "related": null, + "@id": "3271", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mordialloc", + "definition": null, + "notation": "3186", + "altlabel": null, + "related": null, + "@id": "3186", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carrah", + "definition": null, + "notation": "2355", + "altlabel": null, + "related": null, + "@id": "2355", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hexham West", + "definition": null, + "notation": "2755", + "altlabel": null, + "related": null, + "@id": "2755", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darriwil", + "definition": null, + "notation": "2498", + "altlabel": null, + "related": null, + "@id": "2498", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burtwarrah", + "definition": null, + "notation": "2308", + "altlabel": null, + "related": null, + "@id": "2308", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Langulac", + "definition": null, + "notation": "2971", + "altlabel": null, + "related": null, + "@id": "2971", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goon Nure", + "definition": null, + "notation": "2702", + "altlabel": null, + "related": null, + "@id": "2702", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wabdallah", + "definition": null, + "notation": "3692", + "altlabel": null, + "related": null, + "@id": "3692", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yowang", + "definition": null, + "notation": "4000", + "altlabel": null, + "related": null, + "@id": "4000", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tandarook", + "definition": null, + "notation": "3539", + "altlabel": null, + "related": null, + "@id": "3539", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Argyle", + "definition": null, + "notation": "2027", + "altlabel": null, + "related": null, + "@id": "2027", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wickliffe South", + "definition": null, + "notation": "3815", + "altlabel": null, + "related": null, + "@id": "3815", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shelford", + "definition": null, + "notation": "3484", + "altlabel": null, + "related": null, + "@id": "3484", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Banyena", + "definition": null, + "notation": "2065", + "altlabel": null, + "related": null, + "@id": "2065", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lismore", + "definition": null, + "notation": "3002", + "altlabel": null, + "related": null, + "@id": "3002", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wanwin", + "definition": null, + "notation": "3733", + "altlabel": null, + "related": null, + "@id": "3733", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marnoo", + "definition": null, + "notation": "3067", + "altlabel": null, + "related": null, + "@id": "3067", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eversley", + "definition": null, + "notation": "2609", + "altlabel": null, + "related": null, + "@id": "2609", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenpatrick", + "definition": null, + "notation": "2684", + "altlabel": null, + "related": null, + "@id": "2684", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kilnoorat", + "definition": null, + "notation": "2878", + "altlabel": null, + "related": null, + "@id": "2878", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Frankston", + "definition": null, + "notation": "2619", + "altlabel": null, + "related": null, + "@id": "2619", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moyston West", + "definition": null, + "notation": "3208", + "altlabel": null, + "related": null, + "@id": "3208", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boonahwah", + "definition": null, + "notation": "2188", + "altlabel": null, + "related": null, + "@id": "2188", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Clarkesdale", + "definition": null, + "notation": "2388", + "altlabel": null, + "related": null, + "@id": "2388", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barga", + "definition": null, + "notation": "2070", + "altlabel": null, + "related": null, + "@id": "2070", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nerrin Nerrin", + "definition": null, + "notation": "3302", + "altlabel": null, + "related": null, + "@id": "3302", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buninyong", + "definition": null, + "notation": "2287", + "altlabel": null, + "related": null, + "@id": "2287", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Thurra", + "definition": null, + "notation": "3589", + "altlabel": null, + "related": null, + "@id": "3589", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wingan", + "definition": null, + "notation": "3835", + "altlabel": null, + "related": null, + "@id": "3835", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woorndoo", + "definition": null, + "notation": "3890", + "altlabel": null, + "related": null, + "@id": "3890", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Weecurra", + "definition": null, + "notation": "3784", + "altlabel": null, + "related": null, + "@id": "3784", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ardonachie", + "definition": null, + "notation": "2025", + "altlabel": null, + "related": null, + "@id": "2025", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Quag-Munjie", + "definition": null, + "notation": "3432", + "altlabel": null, + "related": null, + "@id": "3432", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dargo", + "definition": null, + "notation": "2489", + "altlabel": null, + "related": null, + "@id": "2489", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Urangara", + "definition": null, + "notation": "3685", + "altlabel": null, + "related": null, + "@id": "3685", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tyirra", + "definition": null, + "notation": "3672", + "altlabel": null, + "related": null, + "@id": "3672", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kay", + "definition": null, + "notation": "2854", + "altlabel": null, + "related": null, + "@id": "2854", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toonyarak", + "definition": null, + "notation": "3629", + "altlabel": null, + "related": null, + "@id": "3629", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Fumina North", + "definition": null, + "notation": "2624", + "altlabel": null, + "related": null, + "@id": "2624", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Drumborg", + "definition": null, + "notation": "2550", + "altlabel": null, + "related": null, + "@id": "2550", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ettrick", + "definition": null, + "notation": "2600", + "altlabel": null, + "related": null, + "@id": "2600", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karabeal", + "definition": null, + "notation": "2836", + "altlabel": null, + "related": null, + "@id": "2836", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenwatts", + "definition": null, + "notation": "2686", + "altlabel": null, + "related": null, + "@id": "2686", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kaladbro", + "definition": null, + "notation": "2817", + "altlabel": null, + "related": null, + "@id": "2817", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bumberrah", + "definition": null, + "notation": "2270", + "altlabel": null, + "related": null, + "@id": "2270", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Linlithgow", + "definition": null, + "notation": "2999", + "altlabel": null, + "related": null, + "@id": "2999", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bow-Worrung", + "definition": null, + "notation": "2215", + "altlabel": null, + "related": null, + "@id": "2215", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Corea", + "definition": null, + "notation": "2451", + "altlabel": null, + "related": null, + "@id": "2451", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moyston", + "definition": null, + "notation": "3207", + "altlabel": null, + "related": null, + "@id": "3207", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mannibadar", + "definition": null, + "notation": "3054", + "altlabel": null, + "related": null, + "@id": "3054", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Purdeet East", + "definition": null, + "notation": "3424", + "altlabel": null, + "related": null, + "@id": "3424", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Manango", + "definition": null, + "notation": "3050", + "altlabel": null, + "related": null, + "@id": "3050", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "French Island", + "definition": null, + "notation": "2621", + "altlabel": null, + "related": null, + "@id": "2621", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Colac", + "definition": null, + "notation": "2405", + "altlabel": null, + "related": null, + "@id": "2405", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brimbonga", + "definition": null, + "notation": "2229", + "altlabel": null, + "related": null, + "@id": "2229", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wamba", + "definition": null, + "notation": "3718", + "altlabel": null, + "related": null, + "@id": "3718", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glencoe South", + "definition": null, + "notation": "2669", + "altlabel": null, + "related": null, + "@id": "2669", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kariah", + "definition": null, + "notation": "2840", + "altlabel": null, + "related": null, + "@id": "2840", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tonghi", + "definition": null, + "notation": "3605", + "altlabel": null, + "related": null, + "@id": "3605", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moutajup", + "definition": null, + "notation": "3200", + "altlabel": null, + "related": null, + "@id": "3200", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Matlock", + "definition": null, + "notation": "3073", + "altlabel": null, + "related": null, + "@id": "3073", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wooyoot", + "definition": null, + "notation": "3897", + "altlabel": null, + "related": null, + "@id": "3897", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murrnroong", + "definition": null, + "notation": "3238", + "altlabel": null, + "related": null, + "@id": "3238", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karawinna", + "definition": null, + "notation": "2839", + "altlabel": null, + "related": null, + "@id": "2839", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tamboon", + "definition": null, + "notation": "3535", + "altlabel": null, + "related": null, + "@id": "3535", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meran", + "definition": null, + "notation": "3088", + "altlabel": null, + "related": null, + "@id": "3088", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Corindhap", + "definition": null, + "notation": "2452", + "altlabel": null, + "related": null, + "@id": "2452", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Palpara", + "definition": null, + "notation": "3365", + "altlabel": null, + "related": null, + "@id": "3365", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Byambynee", + "definition": null, + "notation": "2314", + "altlabel": null, + "related": null, + "@id": "2314", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cargerie", + "definition": null, + "notation": "2345", + "altlabel": null, + "related": null, + "@id": "2345", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walhalla", + "definition": null, + "notation": "3702", + "altlabel": null, + "related": null, + "@id": "3702", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wooriwyrite", + "definition": null, + "notation": "3887", + "altlabel": null, + "related": null, + "@id": "3887", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lawaluk", + "definition": null, + "notation": "2980", + "altlabel": null, + "related": null, + "@id": "2980", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Poowong East", + "definition": null, + "notation": "3412", + "altlabel": null, + "related": null, + "@id": "3412", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bamganie", + "definition": null, + "notation": "2060", + "altlabel": null, + "related": null, + "@id": "2060", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jennawarra", + "definition": null, + "notation": "2792", + "altlabel": null, + "related": null, + "@id": "2792", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ardno", + "definition": null, + "notation": "2024", + "altlabel": null, + "related": null, + "@id": "2024", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wurrin", + "definition": null, + "notation": "3911", + "altlabel": null, + "related": null, + "@id": "3911", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eurandelong", + "definition": null, + "notation": "2606", + "altlabel": null, + "related": null, + "@id": "2606", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Loongelaat", + "definition": null, + "notation": "3014", + "altlabel": null, + "related": null, + "@id": "3014", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bete Bolong North", + "definition": null, + "notation": "2134", + "altlabel": null, + "related": null, + "@id": "2134", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elmore", + "definition": null, + "notation": "2588", + "altlabel": null, + "related": null, + "@id": "2588", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Egerton", + "definition": null, + "notation": "2578", + "altlabel": null, + "related": null, + "@id": "2578", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wabonga", + "definition": null, + "notation": "3693", + "altlabel": null, + "related": null, + "@id": "3693", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cambatong", + "definition": null, + "notation": "2324", + "altlabel": null, + "related": null, + "@id": "2324", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Detarka", + "definition": null, + "notation": "2517", + "altlabel": null, + "related": null, + "@id": "2517", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murrindal East", + "definition": null, + "notation": "3235", + "altlabel": null, + "related": null, + "@id": "3235", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ingeegoodbee", + "definition": null, + "notation": "2773", + "altlabel": null, + "related": null, + "@id": "2773", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toonginbooka", + "definition": null, + "notation": "3628", + "altlabel": null, + "related": null, + "@id": "3628", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Borodomanin", + "definition": null, + "notation": "2207", + "altlabel": null, + "related": null, + "@id": "2207", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wyangil", + "definition": null, + "notation": "3915", + "altlabel": null, + "related": null, + "@id": "3915", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Suggan Buggan", + "definition": null, + "notation": "3510", + "altlabel": null, + "related": null, + "@id": "3510", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dueran East", + "definition": null, + "notation": "2557", + "altlabel": null, + "related": null, + "@id": "2557", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gelantipy East", + "definition": null, + "notation": "2642", + "altlabel": null, + "related": null, + "@id": "2642", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marroo", + "definition": null, + "notation": "3070", + "altlabel": null, + "related": null, + "@id": "3070", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dunnawalla", + "definition": null, + "notation": "2565", + "altlabel": null, + "related": null, + "@id": "2565", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tooliorook", + "definition": null, + "notation": "3615", + "altlabel": null, + "related": null, + "@id": "3615", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Doroq", + "definition": null, + "notation": "2540", + "altlabel": null, + "related": null, + "@id": "2540", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pircarra", + "definition": null, + "notation": "3400", + "altlabel": null, + "related": null, + "@id": "3400", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jumbuk", + "definition": null, + "notation": "2808", + "altlabel": null, + "related": null, + "@id": "2808", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lyndhurst", + "definition": null, + "notation": "3025", + "altlabel": null, + "related": null, + "@id": "3025", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wongarra", + "definition": null, + "notation": "3861", + "altlabel": null, + "related": null, + "@id": "3861", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Poorneet", + "definition": null, + "notation": "3410", + "altlabel": null, + "related": null, + "@id": "3410", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bellarine", + "definition": null, + "notation": "2106", + "altlabel": null, + "related": null, + "@id": "2106", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bulga", + "definition": null, + "notation": "2255", + "altlabel": null, + "related": null, + "@id": "2255", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kaanglang", + "definition": null, + "notation": "2813", + "altlabel": null, + "related": null, + "@id": "2813", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Curracurt", + "definition": null, + "notation": "2474", + "altlabel": null, + "related": null, + "@id": "2474", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Annya", + "definition": null, + "notation": "2018", + "altlabel": null, + "related": null, + "@id": "2018", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murtcaim", + "definition": null, + "notation": "3241", + "altlabel": null, + "related": null, + "@id": "3241", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toorak", + "definition": null, + "notation": "3631", + "altlabel": null, + "related": null, + "@id": "3631", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dreeite", + "definition": null, + "notation": "2544", + "altlabel": null, + "related": null, + "@id": "2544", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meerai", + "definition": null, + "notation": "3078", + "altlabel": null, + "related": null, + "@id": "3078", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carngham", + "definition": null, + "notation": "2351", + "altlabel": null, + "related": null, + "@id": "2351", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kornong", + "definition": null, + "notation": "2923", + "altlabel": null, + "related": null, + "@id": "2923", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brimboal", + "definition": null, + "notation": "2228", + "altlabel": null, + "related": null, + "@id": "2228", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burrumbeet", + "definition": null, + "notation": "2305", + "altlabel": null, + "related": null, + "@id": "2305", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Windermere", + "definition": null, + "notation": "3832", + "altlabel": null, + "related": null, + "@id": "3832", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Haddon", + "definition": null, + "notation": "2740", + "altlabel": null, + "related": null, + "@id": "2740", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Smythesdale", + "definition": null, + "notation": "3491", + "altlabel": null, + "related": null, + "@id": "3491", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarrowee", + "definition": null, + "notation": "3971", + "altlabel": null, + "related": null, + "@id": "3971", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kadnook", + "definition": null, + "notation": "2815", + "altlabel": null, + "related": null, + "@id": "2815", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bogalara", + "definition": null, + "notation": "2163", + "altlabel": null, + "related": null, + "@id": "2163", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Geelengla", + "definition": null, + "notation": "2639", + "altlabel": null, + "related": null, + "@id": "2639", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Weerangourt", + "definition": null, + "notation": "3786", + "altlabel": null, + "related": null, + "@id": "3786", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Myamyn", + "definition": null, + "notation": "3245", + "altlabel": null, + "related": null, + "@id": "3245", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ballangeich", + "definition": null, + "notation": "2044", + "altlabel": null, + "related": null, + "@id": "2044", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Paaratte", + "definition": null, + "notation": "3360", + "altlabel": null, + "related": null, + "@id": "3360", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tildesley West", + "definition": null, + "notation": "3592", + "altlabel": null, + "related": null, + "@id": "3592", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Colquhoun East", + "definition": null, + "notation": "2413", + "altlabel": null, + "related": null, + "@id": "2413", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kunat Kunat", + "definition": null, + "notation": "2941", + "altlabel": null, + "related": null, + "@id": "2941", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nowa Nowa South", + "definition": null, + "notation": "3326", + "altlabel": null, + "related": null, + "@id": "3326", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boosey", + "definition": null, + "notation": "2201", + "altlabel": null, + "related": null, + "@id": "2201", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carlyle", + "definition": null, + "notation": "2349", + "altlabel": null, + "related": null, + "@id": "2349", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waarre", + "definition": null, + "notation": "3690", + "altlabel": null, + "related": null, + "@id": "3690", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "La Trobe", + "definition": null, + "notation": "2977", + "altlabel": null, + "related": null, + "@id": "2977", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "St. Margaret", + "definition": null, + "notation": "3467", + "altlabel": null, + "related": null, + "@id": "3467", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barwongemoong", + "definition": null, + "notation": "2089", + "altlabel": null, + "related": null, + "@id": "2089", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sunday Island", + "definition": null, + "notation": "3511", + "altlabel": null, + "related": null, + "@id": "3511", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wangerrip", + "definition": null, + "notation": "3727", + "altlabel": null, + "related": null, + "@id": "3727", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Snake Island", + "definition": null, + "notation": "3492", + "altlabel": null, + "related": null, + "@id": "3492", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Aire", + "definition": null, + "notation": "2005", + "altlabel": null, + "related": null, + "@id": "2005", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cantala", + "definition": null, + "notation": "2331", + "altlabel": null, + "related": null, + "@id": "2331", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Welshpool", + "definition": null, + "notation": "3790", + "altlabel": null, + "related": null, + "@id": "3790", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarwin South", + "definition": null, + "notation": "3564", + "altlabel": null, + "related": null, + "@id": "3564", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waratah North", + "definition": null, + "notation": "3737", + "altlabel": null, + "related": null, + "@id": "3737", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yanakie", + "definition": null, + "notation": "3945", + "altlabel": null, + "related": null, + "@id": "3945", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yanakie South", + "definition": null, + "notation": "3946", + "altlabel": null, + "related": null, + "@id": "3946", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beek Beek", + "definition": null, + "notation": "2100", + "altlabel": null, + "related": null, + "@id": "2100", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warreen", + "definition": null, + "notation": "3758", + "altlabel": null, + "related": null, + "@id": "3758", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenlyon", + "definition": null, + "notation": "2678", + "altlabel": null, + "related": null, + "@id": "2678", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rupanyup", + "definition": null, + "notation": "3462", + "altlabel": null, + "related": null, + "@id": "3462", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ashens", + "definition": null, + "notation": "2029", + "altlabel": null, + "related": null, + "@id": "2029", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moranghurk", + "definition": null, + "notation": "3184", + "altlabel": null, + "related": null, + "@id": "3184", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woornyalook", + "definition": null, + "notation": "3891", + "altlabel": null, + "related": null, + "@id": "3891", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chepstowe", + "definition": null, + "notation": "2376", + "altlabel": null, + "related": null, + "@id": "2376", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bael Bael", + "definition": null, + "notation": "2038", + "altlabel": null, + "related": null, + "@id": "2038", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wensleydale", + "definition": null, + "notation": "3793", + "altlabel": null, + "related": null, + "@id": "3793", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boonah", + "definition": null, + "notation": "2187", + "altlabel": null, + "related": null, + "@id": "2187", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tittybong", + "definition": null, + "notation": "3600", + "altlabel": null, + "related": null, + "@id": "3600", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Changue", + "definition": null, + "notation": "2369", + "altlabel": null, + "related": null, + "@id": "2369", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boorolite", + "definition": null, + "notation": "2194", + "altlabel": null, + "related": null, + "@id": "2194", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jallukar", + "definition": null, + "notation": "2778", + "altlabel": null, + "related": null, + "@id": "2778", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carlsruhe", + "definition": null, + "notation": "2348", + "altlabel": null, + "related": null, + "@id": "2348", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Derril", + "definition": null, + "notation": "2515", + "altlabel": null, + "related": null, + "@id": "2515", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Flowerdale", + "definition": null, + "notation": "2614", + "altlabel": null, + "related": null, + "@id": "2614", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kerrie", + "definition": null, + "notation": "2865", + "altlabel": null, + "related": null, + "@id": "2865", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Macedon", + "definition": null, + "notation": "3027", + "altlabel": null, + "related": null, + "@id": "3027", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Monbulk", + "definition": null, + "notation": "3146", + "altlabel": null, + "related": null, + "@id": "3146", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murrindal West", + "definition": null, + "notation": "3236", + "altlabel": null, + "related": null, + "@id": "3236", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beaufort", + "definition": null, + "notation": "2096", + "altlabel": null, + "related": null, + "@id": "2096", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mallacoota", + "definition": null, + "notation": "3044", + "altlabel": null, + "related": null, + "@id": "3044", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woranga", + "definition": null, + "notation": "3899", + "altlabel": null, + "related": null, + "@id": "3899", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarram Yarram", + "definition": null, + "notation": "3963", + "altlabel": null, + "related": null, + "@id": "3963", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wingeel", + "definition": null, + "notation": "3836", + "altlabel": null, + "related": null, + "@id": "3836", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darlington", + "definition": null, + "notation": "2492", + "altlabel": null, + "related": null, + "@id": "2492", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buxton", + "definition": null, + "notation": "2312", + "altlabel": null, + "related": null, + "@id": "2312", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bendock", + "definition": null, + "notation": "2116", + "altlabel": null, + "related": null, + "@id": "2116", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cooramook", + "definition": null, + "notation": "2441", + "altlabel": null, + "related": null, + "@id": "2441", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Steavenson", + "definition": null, + "notation": "3500", + "altlabel": null, + "related": null, + "@id": "3500", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Framlingham West", + "definition": null, + "notation": "2617", + "altlabel": null, + "related": null, + "@id": "2617", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wickliffe North", + "definition": null, + "notation": "3814", + "altlabel": null, + "related": null, + "@id": "3814", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baawang", + "definition": null, + "notation": "2036", + "altlabel": null, + "related": null, + "@id": "2036", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Enochs Point", + "definition": null, + "notation": "2593", + "altlabel": null, + "related": null, + "@id": "2593", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coradjil", + "definition": null, + "notation": "2449", + "altlabel": null, + "related": null, + "@id": "2449", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woodside", + "definition": null, + "notation": "3874", + "altlabel": null, + "related": null, + "@id": "3874", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Naringhil North", + "definition": null, + "notation": "3268", + "altlabel": null, + "related": null, + "@id": "3268", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Golton Golton", + "definition": null, + "notation": "2695", + "altlabel": null, + "related": null, + "@id": "2695", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warung", + "definition": null, + "notation": "3768", + "altlabel": null, + "related": null, + "@id": "3768", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Connewirrecoo", + "definition": null, + "notation": "2426", + "altlabel": null, + "related": null, + "@id": "2426", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mooree", + "definition": null, + "notation": "3169", + "altlabel": null, + "related": null, + "@id": "3169", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Korweinguboora", + "definition": null, + "notation": "2930", + "altlabel": null, + "related": null, + "@id": "2930", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wombat", + "definition": null, + "notation": "3857", + "altlabel": null, + "related": null, + "@id": "3857", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jung Jung", + "definition": null, + "notation": "2811", + "altlabel": null, + "related": null, + "@id": "2811", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kewell East", + "definition": null, + "notation": "2869", + "altlabel": null, + "related": null, + "@id": "2869", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Castle Donnington", + "definition": null, + "notation": "2365", + "altlabel": null, + "related": null, + "@id": "2365", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boga", + "definition": null, + "notation": "2162", + "altlabel": null, + "related": null, + "@id": "2162", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ninnie", + "definition": null, + "notation": "3313", + "altlabel": null, + "related": null, + "@id": "3313", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Malanganee", + "definition": null, + "notation": "3041", + "altlabel": null, + "related": null, + "@id": "3041", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marma", + "definition": null, + "notation": "3065", + "altlabel": null, + "related": null, + "@id": "3065", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Roseneath", + "definition": null, + "notation": "3458", + "altlabel": null, + "related": null, + "@id": "3458", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hayanmi", + "definition": null, + "notation": "2748", + "altlabel": null, + "related": null, + "@id": "2748", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Talambe", + "definition": null, + "notation": "3523", + "altlabel": null, + "related": null, + "@id": "3523", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bungal", + "definition": null, + "notation": "2275", + "altlabel": null, + "related": null, + "@id": "2275", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yaloak", + "definition": null, + "notation": "3939", + "altlabel": null, + "related": null, + "@id": "3939", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Killara", + "definition": null, + "notation": "2875", + "altlabel": null, + "related": null, + "@id": "2875", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mocamboro", + "definition": null, + "notation": "3132", + "altlabel": null, + "related": null, + "@id": "3132", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bungeeltap", + "definition": null, + "notation": "2281", + "altlabel": null, + "related": null, + "@id": "2281", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kelfeera", + "definition": null, + "notation": "2858", + "altlabel": null, + "related": null, + "@id": "2858", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gre Gre", + "definition": null, + "notation": "2725", + "altlabel": null, + "related": null, + "@id": "2725", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dergholm", + "definition": null, + "notation": "2512", + "altlabel": null, + "related": null, + "@id": "2512", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Youpayang", + "definition": null, + "notation": "3998", + "altlabel": null, + "related": null, + "@id": "3998", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tahara", + "definition": null, + "notation": "3522", + "altlabel": null, + "related": null, + "@id": "3522", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Croxton East", + "definition": null, + "notation": "2469", + "altlabel": null, + "related": null, + "@id": "2469", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hexham East", + "definition": null, + "notation": "2754", + "altlabel": null, + "related": null, + "@id": "2754", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarima", + "definition": null, + "notation": "3959", + "altlabel": null, + "related": null, + "@id": "3959", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cobboboonee", + "definition": null, + "notation": "2394", + "altlabel": null, + "related": null, + "@id": "2394", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darlington West", + "definition": null, + "notation": "2493", + "altlabel": null, + "related": null, + "@id": "2493", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Minjah North", + "definition": null, + "notation": "3114", + "altlabel": null, + "related": null, + "@id": "3114", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mirnee", + "definition": null, + "notation": "3123", + "altlabel": null, + "related": null, + "@id": "3123", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Colongulac", + "definition": null, + "notation": "2411", + "altlabel": null, + "related": null, + "@id": "2411", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Lake Wollard", + "definition": null, + "notation": "2956", + "altlabel": null, + "related": null, + "@id": "2956", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boodyarn", + "definition": null, + "notation": "2181", + "altlabel": null, + "related": null, + "@id": "2181", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toorongo", + "definition": null, + "notation": "3632", + "altlabel": null, + "related": null, + "@id": "3632", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Garvoc", + "definition": null, + "notation": "2636", + "altlabel": null, + "related": null, + "@id": "2636", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nareeb Nareeb", + "definition": null, + "notation": "3265", + "altlabel": null, + "related": null, + "@id": "3265", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Laang", + "definition": null, + "notation": "2952", + "altlabel": null, + "related": null, + "@id": "2952", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kongwak", + "definition": null, + "notation": "2901", + "altlabel": null, + "related": null, + "@id": "2901", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wonthaggi North", + "definition": null, + "notation": "3867", + "altlabel": null, + "related": null, + "@id": "3867", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenelg", + "definition": null, + "notation": "2673", + "altlabel": null, + "related": null, + "@id": "2673", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wonthaggi", + "definition": null, + "notation": "3866", + "altlabel": null, + "related": null, + "@id": "3866", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Irrewillipe", + "definition": null, + "notation": "2776", + "altlabel": null, + "related": null, + "@id": "2776", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barongarook", + "definition": null, + "notation": "2079", + "altlabel": null, + "related": null, + "@id": "2079", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tongaro", + "definition": null, + "notation": "3603", + "altlabel": null, + "related": null, + "@id": "3603", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wollonaby", + "definition": null, + "notation": "3856", + "altlabel": null, + "related": null, + "@id": "3856", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elingamite", + "definition": null, + "notation": "2583", + "altlabel": null, + "related": null, + "@id": "2583", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elliminyt", + "definition": null, + "notation": "2586", + "altlabel": null, + "related": null, + "@id": "2586", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koroit", + "definition": null, + "notation": "2925", + "altlabel": null, + "related": null, + "@id": "2925", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Belfast", + "definition": null, + "notation": "2105", + "altlabel": null, + "related": null, + "@id": "2105", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wonyip", + "definition": null, + "notation": "3870", + "altlabel": null, + "related": null, + "@id": "3870", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glengower", + "definition": null, + "notation": "2674", + "altlabel": null, + "related": null, + "@id": "2674", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boorpool", + "definition": null, + "notation": "2198", + "altlabel": null, + "related": null, + "@id": "2198", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Caramut South", + "definition": null, + "notation": "2337", + "altlabel": null, + "related": null, + "@id": "2337", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Allambee East", + "definition": null, + "notation": "2011", + "altlabel": null, + "related": null, + "@id": "2011", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Allambee", + "definition": null, + "notation": "2010", + "altlabel": null, + "related": null, + "@id": "2010", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Korumburra", + "definition": null, + "notation": "2929", + "altlabel": null, + "related": null, + "@id": "2929", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koorooman", + "definition": null, + "notation": "2917", + "altlabel": null, + "related": null, + "@id": "2917", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pirron Yaloak", + "definition": null, + "notation": "3402", + "altlabel": null, + "related": null, + "@id": "3402", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Borriyalloak", + "definition": null, + "notation": "2210", + "altlabel": null, + "related": null, + "@id": "2210", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Newlingrook", + "definition": null, + "notation": "3305", + "altlabel": null, + "related": null, + "@id": "3305", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balliang", + "definition": null, + "notation": "2049", + "altlabel": null, + "related": null, + "@id": "2049", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lara", + "definition": null, + "notation": "2974", + "altlabel": null, + "related": null, + "@id": "2974", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Batchica", + "definition": null, + "notation": "2090", + "altlabel": null, + "related": null, + "@id": "2090", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Willenabrina", + "definition": null, + "notation": "3826", + "altlabel": null, + "related": null, + "@id": "3826", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carpendeit", + "definition": null, + "notation": "2354", + "altlabel": null, + "related": null, + "@id": "2354", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nullawarre", + "definition": null, + "notation": "3333", + "altlabel": null, + "related": null, + "@id": "3333", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karngun", + "definition": null, + "notation": "2843", + "altlabel": null, + "related": null, + "@id": "2843", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tutegong", + "definition": null, + "notation": "3664", + "altlabel": null, + "related": null, + "@id": "3664", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wanalta", + "definition": null, + "notation": "3719", + "altlabel": null, + "related": null, + "@id": "3719", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gobarup", + "definition": null, + "notation": "2692", + "altlabel": null, + "related": null, + "@id": "2692", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yeo", + "definition": null, + "notation": "3987", + "altlabel": null, + "related": null, + "@id": "3987", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Fingal", + "definition": null, + "notation": "2612", + "altlabel": null, + "related": null, + "@id": "2612", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gerangamete", + "definition": null, + "notation": "2647", + "altlabel": null, + "related": null, + "@id": "2647", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wormbete", + "definition": null, + "notation": "3901", + "altlabel": null, + "related": null, + "@id": "3901", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wyelangta", + "definition": null, + "notation": "3919", + "altlabel": null, + "related": null, + "@id": "3919", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rochester", + "definition": null, + "notation": "3453", + "altlabel": null, + "related": null, + "@id": "3453", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rochester West", + "definition": null, + "notation": "3454", + "altlabel": null, + "related": null, + "@id": "3454", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brucknell", + "definition": null, + "notation": "2240", + "altlabel": null, + "related": null, + "@id": "2240", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buckland", + "definition": null, + "notation": "2247", + "altlabel": null, + "related": null, + "@id": "2247", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hilgay", + "definition": null, + "notation": "2757", + "altlabel": null, + "related": null, + "@id": "2757", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wurdi-Youang", + "definition": null, + "notation": "3910", + "altlabel": null, + "related": null, + "@id": "3910", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gnarkeet", + "definition": null, + "notation": "2688", + "altlabel": null, + "related": null, + "@id": "2688", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Poliah North", + "definition": null, + "notation": "3403", + "altlabel": null, + "related": null, + "@id": "3403", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Timboon", + "definition": null, + "notation": "3595", + "altlabel": null, + "related": null, + "@id": "3595", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Phillip Island", + "definition": null, + "notation": "3389", + "altlabel": null, + "related": null, + "@id": "3389", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Parwan", + "definition": null, + "notation": "3375", + "altlabel": null, + "related": null, + "@id": "3375", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bambra", + "definition": null, + "notation": "2059", + "altlabel": null, + "related": null, + "@id": "2059", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murroon", + "definition": null, + "notation": "3239", + "altlabel": null, + "related": null, + "@id": "3239", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carori", + "definition": null, + "notation": "2353", + "altlabel": null, + "related": null, + "@id": "2353", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Byanga", + "definition": null, + "notation": "2315", + "altlabel": null, + "related": null, + "@id": "2315", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meeniyan", + "definition": null, + "notation": "3077", + "altlabel": null, + "related": null, + "@id": "3077", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bruthen", + "definition": null, + "notation": "2242", + "altlabel": null, + "related": null, + "@id": "2242", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Turkeeth", + "definition": null, + "notation": "3660", + "altlabel": null, + "related": null, + "@id": "3660", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cooriejong", + "definition": null, + "notation": "2442", + "altlabel": null, + "related": null, + "@id": "2442", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wiridjil", + "definition": null, + "notation": "3847", + "altlabel": null, + "related": null, + "@id": "3847", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balloong", + "definition": null, + "notation": "2050", + "altlabel": null, + "related": null, + "@id": "2050", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glendale", + "definition": null, + "notation": "2670", + "altlabel": null, + "related": null, + "@id": "2670", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bootahpool", + "definition": null, + "notation": "2202", + "altlabel": null, + "related": null, + "@id": "2202", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mohican", + "definition": null, + "notation": "3137", + "altlabel": null, + "related": null, + "@id": "3137", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarra Tarra", + "definition": null, + "notation": "3557", + "altlabel": null, + "related": null, + "@id": "3557", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Galaquil", + "definition": null, + "notation": "2627", + "altlabel": null, + "related": null, + "@id": "2627", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Concongella South", + "definition": null, + "notation": "2419", + "altlabel": null, + "related": null, + "@id": "2419", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ararat", + "definition": null, + "notation": "2020", + "altlabel": null, + "related": null, + "@id": "2020", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coongulla", + "definition": null, + "notation": "2435", + "altlabel": null, + "related": null, + "@id": "2435", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Naringhil South", + "definition": null, + "notation": "3269", + "altlabel": null, + "related": null, + "@id": "3269", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jancourt", + "definition": null, + "notation": "2781", + "altlabel": null, + "related": null, + "@id": "2781", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mullungdung", + "definition": null, + "notation": "3217", + "altlabel": null, + "related": null, + "@id": "3217", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cornella", + "definition": null, + "notation": "2455", + "altlabel": null, + "related": null, + "@id": "2455", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yan Yan Gurt", + "definition": null, + "notation": "3954", + "altlabel": null, + "related": null, + "@id": "3954", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Otway", + "definition": null, + "notation": "3357", + "altlabel": null, + "related": null, + "@id": "3357", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wallinduc", + "definition": null, + "notation": "3709", + "altlabel": null, + "related": null, + "@id": "3709", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wilgul North", + "definition": null, + "notation": "3816", + "altlabel": null, + "related": null, + "@id": "3816", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kulk", + "definition": null, + "notation": "2938", + "altlabel": null, + "related": null, + "@id": "2938", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dargalong", + "definition": null, + "notation": "2487", + "altlabel": null, + "related": null, + "@id": "2487", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Noorilim", + "definition": null, + "notation": "3320", + "altlabel": null, + "related": null, + "@id": "3320", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wahring", + "definition": null, + "notation": "3699", + "altlabel": null, + "related": null, + "@id": "3699", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murndal", + "definition": null, + "notation": "3228", + "altlabel": null, + "related": null, + "@id": "3228", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tallang", + "definition": null, + "notation": "3528", + "altlabel": null, + "related": null, + "@id": "3528", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Natte Murrang", + "definition": null, + "notation": "3286", + "altlabel": null, + "related": null, + "@id": "3286", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bogong South", + "definition": null, + "notation": "2165", + "altlabel": null, + "related": null, + "@id": "2165", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Milmed", + "definition": null, + "notation": "3105", + "altlabel": null, + "related": null, + "@id": "3105", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tyamoonya", + "definition": null, + "notation": "3669", + "altlabel": null, + "related": null, + "@id": "3669", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yaapeet", + "definition": null, + "notation": "3926", + "altlabel": null, + "related": null, + "@id": "3926", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Albacutya", + "definition": null, + "notation": "2006", + "altlabel": null, + "related": null, + "@id": "2006", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kurnbrunin", + "definition": null, + "notation": "2943", + "altlabel": null, + "related": null, + "@id": "2943", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chinaman Flat", + "definition": null, + "notation": "2383", + "altlabel": null, + "related": null, + "@id": "2383", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baangal", + "definition": null, + "notation": "2035", + "altlabel": null, + "related": null, + "@id": "2035", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dooen", + "definition": null, + "notation": "2534", + "altlabel": null, + "related": null, + "@id": "2534", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Longerenong", + "definition": null, + "notation": "3009", + "altlabel": null, + "related": null, + "@id": "3009", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Horsham", + "definition": null, + "notation": "2764", + "altlabel": null, + "related": null, + "@id": "2764", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Drung Drung", + "definition": null, + "notation": "2553", + "altlabel": null, + "related": null, + "@id": "2553", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stewarton", + "definition": null, + "notation": "3501", + "altlabel": null, + "related": null, + "@id": "3501", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kimbolton", + "definition": null, + "notation": "2879", + "altlabel": null, + "related": null, + "@id": "2879", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lyell", + "definition": null, + "notation": "3023", + "altlabel": null, + "related": null, + "@id": "3023", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Corop", + "definition": null, + "notation": "2456", + "altlabel": null, + "related": null, + "@id": "2456", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burramboot East", + "definition": null, + "notation": "2299", + "altlabel": null, + "related": null, + "@id": "2299", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Changue East", + "definition": null, + "notation": "2370", + "altlabel": null, + "related": null, + "@id": "2370", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Panmure", + "definition": null, + "notation": "3367", + "altlabel": null, + "related": null, + "@id": "3367", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carrajung", + "definition": null, + "notation": "2356", + "altlabel": null, + "related": null, + "@id": "2356", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bailieston", + "definition": null, + "notation": "2041", + "altlabel": null, + "related": null, + "@id": "2041", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tabilk", + "definition": null, + "notation": "3520", + "altlabel": null, + "related": null, + "@id": "3520", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mitchell", + "definition": null, + "notation": "3125", + "altlabel": null, + "related": null, + "@id": "3125", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Taggerty", + "definition": null, + "notation": "3521", + "altlabel": null, + "related": null, + "@id": "3521", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Codrington", + "definition": null, + "notation": "2402", + "altlabel": null, + "related": null, + "@id": "2402", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eumeralla", + "definition": null, + "notation": "2604", + "altlabel": null, + "related": null, + "@id": "2604", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jumbunna East", + "definition": null, + "notation": "2810", + "altlabel": null, + "related": null, + "@id": "2810", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Strangways", + "definition": null, + "notation": "3503", + "altlabel": null, + "related": null, + "@id": "3503", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sandon", + "definition": null, + "notation": "3474", + "altlabel": null, + "related": null, + "@id": "3474", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Towamba", + "definition": null, + "notation": "3639", + "altlabel": null, + "related": null, + "@id": "3639", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Budgerum East", + "definition": null, + "notation": "2251", + "altlabel": null, + "related": null, + "@id": "2251", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Budgerum West", + "definition": null, + "notation": "2252", + "altlabel": null, + "related": null, + "@id": "2252", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tchuterr", + "definition": null, + "notation": "3570", + "altlabel": null, + "related": null, + "@id": "3570", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carisbrook", + "definition": null, + "notation": "2347", + "altlabel": null, + "related": null, + "@id": "2347", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moolort", + "definition": null, + "notation": "3155", + "altlabel": null, + "related": null, + "@id": "3155", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kuark", + "definition": null, + "notation": "2937", + "altlabel": null, + "related": null, + "@id": "2937", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Matong North", + "definition": null, + "notation": "3075", + "altlabel": null, + "related": null, + "@id": "3075", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tooborac", + "definition": null, + "notation": "3611", + "altlabel": null, + "related": null, + "@id": "3611", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Caramut", + "definition": null, + "notation": "2336", + "altlabel": null, + "related": null, + "@id": "2336", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Quamby North", + "definition": null, + "notation": "3435", + "altlabel": null, + "related": null, + "@id": "3435", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tanjil East", + "definition": null, + "notation": "3543", + "altlabel": null, + "related": null, + "@id": "3543", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Windham", + "definition": null, + "notation": "3834", + "altlabel": null, + "related": null, + "@id": "3834", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kinglake", + "definition": null, + "notation": "2881", + "altlabel": null, + "related": null, + "@id": "2881", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bunyip", + "definition": null, + "notation": "2290", + "altlabel": null, + "related": null, + "@id": "2290", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenormiston", + "definition": null, + "notation": "2683", + "altlabel": null, + "related": null, + "@id": "2683", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marida Yallock", + "definition": null, + "notation": "3062", + "altlabel": null, + "related": null, + "@id": "3062", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stawell", + "definition": null, + "notation": "3499", + "altlabel": null, + "related": null, + "@id": "3499", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Loyola", + "definition": null, + "notation": "3019", + "altlabel": null, + "related": null, + "@id": "3019", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Howqua West", + "definition": null, + "notation": "2769", + "altlabel": null, + "related": null, + "@id": "2769", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrock", + "definition": null, + "notation": "3764", + "altlabel": null, + "related": null, + "@id": "3764", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nangeela", + "definition": null, + "notation": "3256", + "altlabel": null, + "related": null, + "@id": "3256", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Cole", + "definition": null, + "notation": "3198", + "altlabel": null, + "related": null, + "@id": "3198", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarrawarra North", + "definition": null, + "notation": "3559", + "altlabel": null, + "related": null, + "@id": "3559", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Howqua", + "definition": null, + "notation": "2768", + "altlabel": null, + "related": null, + "@id": "2768", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrak", + "definition": null, + "notation": "3750", + "altlabel": null, + "related": null, + "@id": "3750", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mooradoranook", + "definition": null, + "notation": "3164", + "altlabel": null, + "related": null, + "@id": "3164", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yangardook", + "definition": null, + "notation": "3948", + "altlabel": null, + "related": null, + "@id": "3948", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mouyong", + "definition": null, + "notation": "3201", + "altlabel": null, + "related": null, + "@id": "3201", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bulban", + "definition": null, + "notation": "2254", + "altlabel": null, + "related": null, + "@id": "2254", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wataepoolan", + "definition": null, + "notation": "3769", + "altlabel": null, + "related": null, + "@id": "3769", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenaulin", + "definition": null, + "notation": "2666", + "altlabel": null, + "related": null, + "@id": "2666", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bundalaguah", + "definition": null, + "notation": "2271", + "altlabel": null, + "related": null, + "@id": "2271", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wooundellah", + "definition": null, + "notation": "3896", + "altlabel": null, + "related": null, + "@id": "3896", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warracbarunah", + "definition": null, + "notation": "3745", + "altlabel": null, + "related": null, + "@id": "3745", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hazelwood", + "definition": null, + "notation": "2749", + "altlabel": null, + "related": null, + "@id": "2749", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yinnar", + "definition": null, + "notation": "3993", + "altlabel": null, + "related": null, + "@id": "3993", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jeeralang", + "definition": null, + "notation": "2786", + "altlabel": null, + "related": null, + "@id": "2786", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mirboo South", + "definition": null, + "notation": "3120", + "altlabel": null, + "related": null, + "@id": "3120", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dumbalk", + "definition": null, + "notation": "2559", + "altlabel": null, + "related": null, + "@id": "2559", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moorbanool", + "definition": null, + "notation": "3168", + "altlabel": null, + "related": null, + "@id": "3168", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barramunga", + "definition": null, + "notation": "2082", + "altlabel": null, + "related": null, + "@id": "2082", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Olangolah", + "definition": null, + "notation": "3350", + "altlabel": null, + "related": null, + "@id": "3350", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kirkella", + "definition": null, + "notation": "2887", + "altlabel": null, + "related": null, + "@id": "2887", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glynwylln", + "definition": null, + "notation": "2687", + "altlabel": null, + "related": null, + "@id": "2687", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Noojee", + "definition": null, + "notation": "3317", + "altlabel": null, + "related": null, + "@id": "3317", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Noojee East", + "definition": null, + "notation": "3318", + "altlabel": null, + "related": null, + "@id": "3318", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Granton", + "definition": null, + "notation": "2719", + "altlabel": null, + "related": null, + "@id": "2719", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrong", + "definition": null, + "notation": "3765", + "altlabel": null, + "related": null, + "@id": "3765", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nullawil", + "definition": null, + "notation": "3334", + "altlabel": null, + "related": null, + "@id": "3334", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kalpienung", + "definition": null, + "notation": "2823", + "altlabel": null, + "related": null, + "@id": "2823", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whirily", + "definition": null, + "notation": "3805", + "altlabel": null, + "related": null, + "@id": "3805", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carapugna", + "definition": null, + "notation": "2341", + "altlabel": null, + "related": null, + "@id": "2341", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cooroopajerrup", + "definition": null, + "notation": "2445", + "altlabel": null, + "related": null, + "@id": "2445", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ninyeunook", + "definition": null, + "notation": "3314", + "altlabel": null, + "related": null, + "@id": "3314", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barrakee", + "definition": null, + "notation": "2081", + "altlabel": null, + "related": null, + "@id": "2081", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goorambat", + "definition": null, + "notation": "2704", + "altlabel": null, + "related": null, + "@id": "2704", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goomalibee", + "definition": null, + "notation": "2698", + "altlabel": null, + "related": null, + "@id": "2698", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Berrimal", + "definition": null, + "notation": "2125", + "altlabel": null, + "related": null, + "@id": "2125", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Benalla", + "definition": null, + "notation": "2113", + "altlabel": null, + "related": null, + "@id": "2113", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dueran", + "definition": null, + "notation": "2556", + "altlabel": null, + "related": null, + "@id": "2556", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barwite", + "definition": null, + "notation": "2086", + "altlabel": null, + "related": null, + "@id": "2086", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woodend", + "definition": null, + "notation": "3872", + "altlabel": null, + "related": null, + "@id": "3872", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Trentham", + "definition": null, + "notation": "3649", + "altlabel": null, + "related": null, + "@id": "3649", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Blackwood", + "definition": null, + "notation": "2160", + "altlabel": null, + "related": null, + "@id": "2160", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moorarbool East", + "definition": null, + "notation": "3166", + "altlabel": null, + "related": null, + "@id": "3166", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coimadai", + "definition": null, + "notation": "2404", + "altlabel": null, + "related": null, + "@id": "2404", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrayure", + "definition": null, + "notation": "3757", + "altlabel": null, + "related": null, + "@id": "3757", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yuonga", + "definition": null, + "notation": "4003", + "altlabel": null, + "related": null, + "@id": "4003", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Werribee", + "definition": null, + "notation": "3797", + "altlabel": null, + "related": null, + "@id": "3797", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarrawarra", + "definition": null, + "notation": "3558", + "altlabel": null, + "related": null, + "@id": "3558", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toongabbie South", + "definition": null, + "notation": "3627", + "altlabel": null, + "related": null, + "@id": "3627", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gruyere", + "definition": null, + "notation": "2729", + "altlabel": null, + "related": null, + "@id": "2729", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rosedale", + "definition": null, + "notation": "3457", + "altlabel": null, + "related": null, + "@id": "3457", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Loy Yang", + "definition": null, + "notation": "3020", + "altlabel": null, + "related": null, + "@id": "3020", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narracan South", + "definition": null, + "notation": "3274", + "altlabel": null, + "related": null, + "@id": "3274", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Trewalla", + "definition": null, + "notation": "3650", + "altlabel": null, + "related": null, + "@id": "3650", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Portland", + "definition": null, + "notation": "3414", + "altlabel": null, + "related": null, + "@id": "3414", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tylden", + "definition": null, + "notation": "3673", + "altlabel": null, + "related": null, + "@id": "3673", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Holey Plains", + "definition": null, + "notation": "2762", + "altlabel": null, + "related": null, + "@id": "2762", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buttlejorrk", + "definition": null, + "notation": "2311", + "altlabel": null, + "related": null, + "@id": "2311", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bollinda", + "definition": null, + "notation": "2174", + "altlabel": null, + "related": null, + "@id": "2174", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Morang", + "definition": null, + "notation": "3183", + "altlabel": null, + "related": null, + "@id": "3183", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stratford", + "definition": null, + "notation": "3504", + "altlabel": null, + "related": null, + "@id": "3504", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nuntin", + "definition": null, + "notation": "3341", + "altlabel": null, + "related": null, + "@id": "3341", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Linton", + "definition": null, + "notation": "3000", + "altlabel": null, + "related": null, + "@id": "3000", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boho", + "definition": null, + "notation": "2166", + "altlabel": null, + "related": null, + "@id": "2166", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Harrow", + "definition": null, + "notation": "2745", + "altlabel": null, + "related": null, + "@id": "2745", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elphinstone", + "definition": null, + "notation": "2589", + "altlabel": null, + "related": null, + "@id": "2589", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Edgecombe", + "definition": null, + "notation": "2576", + "altlabel": null, + "related": null, + "@id": "2576", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wonga Wonga", + "definition": null, + "notation": "3862", + "altlabel": null, + "related": null, + "@id": "3862", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Doomburrim", + "definition": null, + "notation": "2537", + "altlabel": null, + "related": null, + "@id": "2537", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wonga Wonga South", + "definition": null, + "notation": "3863", + "altlabel": null, + "related": null, + "@id": "3863", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waratah", + "definition": null, + "notation": "3736", + "altlabel": null, + "related": null, + "@id": "3736", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mullindolingong", + "definition": null, + "notation": "3215", + "altlabel": null, + "related": null, + "@id": "3215", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Freeburgh", + "definition": null, + "notation": "2620", + "altlabel": null, + "related": null, + "@id": "2620", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kancobin", + "definition": null, + "notation": "2828", + "altlabel": null, + "related": null, + "@id": "2828", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Keelbundora", + "definition": null, + "notation": "2856", + "altlabel": null, + "related": null, + "@id": "2856", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mitta Mitta", + "definition": null, + "notation": "3127", + "altlabel": null, + "related": null, + "@id": "3127", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cut-Paw-Paw", + "definition": null, + "notation": "2478", + "altlabel": null, + "related": null, + "@id": "2478", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kosciusko", + "definition": null, + "notation": "2931", + "altlabel": null, + "related": null, + "@id": "2931", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Magorra", + "definition": null, + "notation": "3033", + "altlabel": null, + "related": null, + "@id": "3033", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moyangul", + "definition": null, + "notation": "3204", + "altlabel": null, + "related": null, + "@id": "3204", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Amherst", + "definition": null, + "notation": "2012", + "altlabel": null, + "related": null, + "@id": "2012", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eglinton", + "definition": null, + "notation": "2579", + "altlabel": null, + "related": null, + "@id": "2579", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Knockwood", + "definition": null, + "notation": "2891", + "altlabel": null, + "related": null, + "@id": "2891", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarldarn", + "definition": null, + "notation": "3550", + "altlabel": null, + "related": null, + "@id": "3550", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lauraville", + "definition": null, + "notation": "2978", + "altlabel": null, + "related": null, + "@id": "2978", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goulburn", + "definition": null, + "notation": "2713", + "altlabel": null, + "related": null, + "@id": "2713", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "St. Clair", + "definition": null, + "notation": "3464", + "altlabel": null, + "related": null, + "@id": "3464", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merrimu", + "definition": null, + "notation": "3095", + "altlabel": null, + "related": null, + "@id": "3095", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mortchup", + "definition": null, + "notation": "3195", + "altlabel": null, + "related": null, + "@id": "3195", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Korkuperrimul", + "definition": null, + "notation": "2922", + "altlabel": null, + "related": null, + "@id": "2922", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woori Yallock", + "definition": null, + "notation": "3888", + "altlabel": null, + "related": null, + "@id": "3888", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beenak", + "definition": null, + "notation": "2101", + "altlabel": null, + "related": null, + "@id": "2101", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Paywit", + "definition": null, + "notation": "3380", + "altlabel": null, + "related": null, + "@id": "3380", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Leongatha", + "definition": null, + "notation": "2987", + "altlabel": null, + "related": null, + "@id": "2987", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nerrena", + "definition": null, + "notation": "3300", + "altlabel": null, + "related": null, + "@id": "3300", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kialla", + "definition": null, + "notation": "2872", + "altlabel": null, + "related": null, + "@id": "2872", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boroondara", + "definition": null, + "notation": "2209", + "altlabel": null, + "related": null, + "@id": "2209", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toolamba", + "definition": null, + "notation": "3612", + "altlabel": null, + "related": null, + "@id": "3612", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yangerahwill", + "definition": null, + "notation": "3949", + "altlabel": null, + "related": null, + "@id": "3949", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lillirie", + "definition": null, + "notation": "2997", + "altlabel": null, + "related": null, + "@id": "2997", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Prahran", + "definition": null, + "notation": "3416", + "altlabel": null, + "related": null, + "@id": "3416", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mulgrave", + "definition": null, + "notation": "3212", + "altlabel": null, + "related": null, + "@id": "3212", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greensborough", + "definition": null, + "notation": "2724", + "altlabel": null, + "related": null, + "@id": "2724", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sutton", + "definition": null, + "notation": "3513", + "altlabel": null, + "related": null, + "@id": "3513", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nillumbik", + "definition": null, + "notation": "3310", + "altlabel": null, + "related": null, + "@id": "3310", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrandyte", + "definition": null, + "notation": "3753", + "altlabel": null, + "related": null, + "@id": "3753", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gembrook", + "definition": null, + "notation": "2645", + "altlabel": null, + "related": null, + "@id": "2645", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Berwick", + "definition": null, + "notation": "2131", + "altlabel": null, + "related": null, + "@id": "2131", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenrowen", + "definition": null, + "notation": "2685", + "altlabel": null, + "related": null, + "@id": "2685", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yonduk", + "definition": null, + "notation": "3994", + "altlabel": null, + "related": null, + "@id": "3994", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kaerwut", + "definition": null, + "notation": "2816", + "altlabel": null, + "related": null, + "@id": "2816", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darbalang", + "definition": null, + "notation": "2486", + "altlabel": null, + "related": null, + "@id": "2486", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Macorna", + "definition": null, + "notation": "3028", + "altlabel": null, + "related": null, + "@id": "3028", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Telangatuk", + "definition": null, + "notation": "3572", + "altlabel": null, + "related": null, + "@id": "3572", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Loddon", + "definition": null, + "notation": "3007", + "altlabel": null, + "related": null, + "@id": "3007", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mincha West", + "definition": null, + "notation": "3108", + "altlabel": null, + "related": null, + "@id": "3108", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Raglan West", + "definition": null, + "notation": "3440", + "altlabel": null, + "related": null, + "@id": "3440", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buangor", + "definition": null, + "notation": "2243", + "altlabel": null, + "related": null, + "@id": "2243", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eurambeen", + "definition": null, + "notation": "2605", + "altlabel": null, + "related": null, + "@id": "2605", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jarklan", + "definition": null, + "notation": "2785", + "altlabel": null, + "related": null, + "@id": "2785", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Croxton West", + "definition": null, + "notation": "2470", + "altlabel": null, + "related": null, + "@id": "2470", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kobyboyn", + "definition": null, + "notation": "2894", + "altlabel": null, + "related": null, + "@id": "2894", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarrawingee", + "definition": null, + "notation": "3560", + "altlabel": null, + "related": null, + "@id": "3560", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dorchap", + "definition": null, + "notation": "2539", + "altlabel": null, + "related": null, + "@id": "2539", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Clarendon", + "definition": null, + "notation": "2387", + "altlabel": null, + "related": null, + "@id": "2387", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pendyk Pendyk", + "definition": null, + "notation": "3384", + "altlabel": null, + "related": null, + "@id": "3384", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maribyrnong", + "definition": null, + "notation": "3061", + "altlabel": null, + "related": null, + "@id": "3061", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Drouin East", + "definition": null, + "notation": "2547", + "altlabel": null, + "related": null, + "@id": "2547", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Drouin West", + "definition": null, + "notation": "2548", + "altlabel": null, + "related": null, + "@id": "2548", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carraragarmungee", + "definition": null, + "notation": "2358", + "altlabel": null, + "related": null, + "@id": "2358", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kinypanial", + "definition": null, + "notation": "2885", + "altlabel": null, + "related": null, + "@id": "2885", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Trawalla", + "definition": null, + "notation": "3648", + "altlabel": null, + "related": null, + "@id": "3648", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Janiember West", + "definition": null, + "notation": "2783", + "altlabel": null, + "related": null, + "@id": "2783", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dunolly", + "definition": null, + "notation": "2567", + "altlabel": null, + "related": null, + "@id": "2567", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eddington", + "definition": null, + "notation": "2574", + "altlabel": null, + "related": null, + "@id": "2574", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bet Bet", + "definition": null, + "notation": "2133", + "altlabel": null, + "related": null, + "@id": "2133", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tongio-Munjie West", + "definition": null, + "notation": "3607", + "altlabel": null, + "related": null, + "@id": "3607", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tongio-Munjie East", + "definition": null, + "notation": "3606", + "altlabel": null, + "related": null, + "@id": "3606", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Enfield", + "definition": null, + "notation": "2592", + "altlabel": null, + "related": null, + "@id": "2592", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brewster", + "definition": null, + "notation": "2224", + "altlabel": null, + "related": null, + "@id": "2224", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Towanway", + "definition": null, + "notation": "3642", + "altlabel": null, + "related": null, + "@id": "3642", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wandin Yallock", + "definition": null, + "notation": "3721", + "altlabel": null, + "related": null, + "@id": "3721", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chatsworth", + "definition": null, + "notation": "2374", + "altlabel": null, + "related": null, + "@id": "2374", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mambourin", + "definition": null, + "notation": "3047", + "altlabel": null, + "related": null, + "@id": "3047", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cocoroc", + "definition": null, + "notation": "2401", + "altlabel": null, + "related": null, + "@id": "2401", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yalong", + "definition": null, + "notation": "3940", + "altlabel": null, + "related": null, + "@id": "3940", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lillicur", + "definition": null, + "notation": "2994", + "altlabel": null, + "related": null, + "@id": "2994", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Melbourne North", + "definition": null, + "notation": "3083", + "altlabel": null, + "related": null, + "@id": "3083", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woolamai", + "definition": null, + "notation": "3878", + "altlabel": null, + "related": null, + "@id": "3878", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Doutta Galla", + "definition": null, + "notation": "2541", + "altlabel": null, + "related": null, + "@id": "2541", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jika Jika", + "definition": null, + "notation": "2796", + "altlabel": null, + "related": null, + "@id": "2796", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pakenham", + "definition": null, + "notation": "3363", + "altlabel": null, + "related": null, + "@id": "3363", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Melbourne South", + "definition": null, + "notation": "3084", + "altlabel": null, + "related": null, + "@id": "3084", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Scoresby", + "definition": null, + "notation": "3478", + "altlabel": null, + "related": null, + "@id": "3478", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narree Worran", + "definition": null, + "notation": "3279", + "altlabel": null, + "related": null, + "@id": "3279", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hotham", + "definition": null, + "notation": "2765", + "altlabel": null, + "related": null, + "@id": "2765", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yertoo", + "definition": null, + "notation": "3989", + "altlabel": null, + "related": null, + "@id": "3989", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kybeyan", + "definition": null, + "notation": "2950", + "altlabel": null, + "related": null, + "@id": "2950", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Graham", + "definition": null, + "notation": "2718", + "altlabel": null, + "related": null, + "@id": "2718", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cooma", + "definition": null, + "notation": "2433", + "altlabel": null, + "related": null, + "@id": "2433", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bulgaback", + "definition": null, + "notation": "2256", + "altlabel": null, + "related": null, + "@id": "2256", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buckenderra", + "definition": null, + "notation": "2245", + "altlabel": null, + "related": null, + "@id": "2245", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barroworn", + "definition": null, + "notation": "2084", + "altlabel": null, + "related": null, + "@id": "2084", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jeetho West", + "definition": null, + "notation": "2788", + "altlabel": null, + "related": null, + "@id": "2788", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jeetho", + "definition": null, + "notation": "2787", + "altlabel": null, + "related": null, + "@id": "2787", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarneit", + "definition": null, + "notation": "3552", + "altlabel": null, + "related": null, + "@id": "3552", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Truganina", + "definition": null, + "notation": "3651", + "altlabel": null, + "related": null, + "@id": "3651", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tangambalanga", + "definition": null, + "notation": "3541", + "altlabel": null, + "related": null, + "@id": "3541", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kergunyah North", + "definition": null, + "notation": "2864", + "altlabel": null, + "related": null, + "@id": "2864", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kergunyah", + "definition": null, + "notation": "2863", + "altlabel": null, + "related": null, + "@id": "2863", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gundowring", + "definition": null, + "notation": "2734", + "altlabel": null, + "related": null, + "@id": "2734", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Porepunkah", + "definition": null, + "notation": "3413", + "altlabel": null, + "related": null, + "@id": "3413", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wandiligong", + "definition": null, + "notation": "3720", + "altlabel": null, + "related": null, + "@id": "3720", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whorouly", + "definition": null, + "notation": "3810", + "altlabel": null, + "related": null, + "@id": "3810", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lima", + "definition": null, + "notation": "2998", + "altlabel": null, + "related": null, + "@id": "2998", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Terlite-Munjie", + "definition": null, + "notation": "3576", + "altlabel": null, + "related": null, + "@id": "3576", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kerrisdale", + "definition": null, + "notation": "2866", + "altlabel": null, + "related": null, + "@id": "2866", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Broadford", + "definition": null, + "notation": "2235", + "altlabel": null, + "related": null, + "@id": "2235", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merbein", + "definition": null, + "notation": "3089", + "altlabel": null, + "related": null, + "@id": "3089", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yelta", + "definition": null, + "notation": "3985", + "altlabel": null, + "related": null, + "@id": "3985", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Strathbogie", + "definition": null, + "notation": "3505", + "altlabel": null, + "related": null, + "@id": "3505", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chatsworth West", + "definition": null, + "notation": "2375", + "altlabel": null, + "related": null, + "@id": "2375", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Too-Rour", + "definition": null, + "notation": "3633", + "altlabel": null, + "related": null, + "@id": "3633", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nirranda", + "definition": null, + "notation": "3315", + "altlabel": null, + "related": null, + "@id": "3315", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nar-Nar-Goon", + "definition": null, + "notation": "3272", + "altlabel": null, + "related": null, + "@id": "3272", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narrawaturk", + "definition": null, + "notation": "3277", + "altlabel": null, + "related": null, + "@id": "3277", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mullagong", + "definition": null, + "notation": "3213", + "altlabel": null, + "related": null, + "@id": "3213", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moolap", + "definition": null, + "notation": "3153", + "altlabel": null, + "related": null, + "@id": "3153", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barwon Downs", + "definition": null, + "notation": "2088", + "altlabel": null, + "related": null, + "@id": "2088", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yaugher", + "definition": null, + "notation": "3978", + "altlabel": null, + "related": null, + "@id": "3978", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Corio", + "definition": null, + "notation": "2454", + "altlabel": null, + "related": null, + "@id": "2454", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Conewarre", + "definition": null, + "notation": "2421", + "altlabel": null, + "related": null, + "@id": "2421", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Puebla", + "definition": null, + "notation": "3421", + "altlabel": null, + "related": null, + "@id": "3421", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ruffy", + "definition": null, + "notation": "3460", + "altlabel": null, + "related": null, + "@id": "3460", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dropmore", + "definition": null, + "notation": "2546", + "altlabel": null, + "related": null, + "@id": "2546", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bulleen", + "definition": null, + "notation": "2264", + "altlabel": null, + "related": null, + "@id": "2264", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nunawading", + "definition": null, + "notation": "3337", + "altlabel": null, + "related": null, + "@id": "3337", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moorpanyal", + "definition": null, + "notation": "3179", + "altlabel": null, + "related": null, + "@id": "3179", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nepean", + "definition": null, + "notation": "3297", + "altlabel": null, + "related": null, + "@id": "3297", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Giffard", + "definition": null, + "notation": "2653", + "altlabel": null, + "related": null, + "@id": "2653", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jan Juc", + "definition": null, + "notation": "2784", + "altlabel": null, + "related": null, + "@id": "2784", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Angahook", + "definition": null, + "notation": "2015", + "altlabel": null, + "related": null, + "@id": "2015", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darriman", + "definition": null, + "notation": "2497", + "altlabel": null, + "related": null, + "@id": "2497", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Krambruk", + "definition": null, + "notation": "2936", + "altlabel": null, + "related": null, + "@id": "2936", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goolengook", + "definition": null, + "notation": "2697", + "altlabel": null, + "related": null, + "@id": "2697", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Winyar", + "definition": null, + "notation": "3844", + "altlabel": null, + "related": null, + "@id": "3844", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nungal", + "definition": null, + "notation": "3338", + "altlabel": null, + "related": null, + "@id": "3338", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Will-Will-Rook", + "definition": null, + "notation": "3831", + "altlabel": null, + "related": null, + "@id": "3831", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bagshot", + "definition": null, + "notation": "2039", + "altlabel": null, + "related": null, + "@id": "2039", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goornong", + "definition": null, + "notation": "2706", + "altlabel": null, + "related": null, + "@id": "2706", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ellesmere", + "definition": null, + "notation": "2585", + "altlabel": null, + "related": null, + "@id": "2585", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bingo-Munjie North", + "definition": null, + "notation": "2151", + "altlabel": null, + "related": null, + "@id": "2151", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Timbarra", + "definition": null, + "notation": "3593", + "altlabel": null, + "related": null, + "@id": "3593", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cobungra", + "definition": null, + "notation": "2398", + "altlabel": null, + "related": null, + "@id": "2398", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Laanecoorie", + "definition": null, + "notation": "2951", + "altlabel": null, + "related": null, + "@id": "2951", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Caramballuc North", + "definition": null, + "notation": "2334", + "altlabel": null, + "related": null, + "@id": "2334", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenmaggie", + "definition": null, + "notation": "2679", + "altlabel": null, + "related": null, + "@id": "2679", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toongabbie North", + "definition": null, + "notation": "3626", + "altlabel": null, + "related": null, + "@id": "3626", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "El Dorado", + "definition": null, + "notation": "2582", + "altlabel": null, + "related": null, + "@id": "2582", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woorragee", + "definition": null, + "notation": "3893", + "altlabel": null, + "related": null, + "@id": "3893", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beechworth", + "definition": null, + "notation": "2099", + "altlabel": null, + "related": null, + "@id": "2099", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Benjeroop", + "definition": null, + "notation": "2120", + "altlabel": null, + "related": null, + "@id": "2120", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cranbourne", + "definition": null, + "notation": "2462", + "altlabel": null, + "related": null, + "@id": "2462", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Djerriwarrh", + "definition": null, + "notation": "2528", + "altlabel": null, + "related": null, + "@id": "2528", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tara", + "definition": null, + "notation": "3546", + "altlabel": null, + "related": null, + "@id": "3546", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Langi-Kal-Kal", + "definition": null, + "notation": "2965", + "altlabel": null, + "related": null, + "@id": "2965", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Raglan", + "definition": null, + "notation": "3439", + "altlabel": null, + "related": null, + "@id": "3439", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meredith", + "definition": null, + "notation": "3090", + "altlabel": null, + "related": null, + "@id": "3090", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moreep", + "definition": null, + "notation": "3188", + "altlabel": null, + "related": null, + "@id": "3188", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Connewarren", + "definition": null, + "notation": "2425", + "altlabel": null, + "related": null, + "@id": "2425", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yeth-Youang", + "definition": null, + "notation": "3990", + "altlabel": null, + "related": null, + "@id": "3990", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ellerslie", + "definition": null, + "notation": "2584", + "altlabel": null, + "related": null, + "@id": "2584", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dartagook", + "definition": null, + "notation": "2499", + "altlabel": null, + "related": null, + "@id": "2499", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moonip", + "definition": null, + "notation": "3159", + "altlabel": null, + "related": null, + "@id": "3159", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bindi", + "definition": null, + "notation": "2148", + "altlabel": null, + "related": null, + "@id": "2148", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wermatong", + "definition": null, + "notation": "3795", + "altlabel": null, + "related": null, + "@id": "3795", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kororoit", + "definition": null, + "notation": "2927", + "altlabel": null, + "related": null, + "@id": "2927", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Streatham", + "definition": null, + "notation": "3508", + "altlabel": null, + "related": null, + "@id": "3508", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Deutgam", + "definition": null, + "notation": "2518", + "altlabel": null, + "related": null, + "@id": "2518", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waanyarra", + "definition": null, + "notation": "3689", + "altlabel": null, + "related": null, + "@id": "3689", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bingo-Munjie", + "definition": null, + "notation": "2150", + "altlabel": null, + "related": null, + "@id": "2150", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Omeo", + "definition": null, + "notation": "3352", + "altlabel": null, + "related": null, + "@id": "3352", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bulla Bulla", + "definition": null, + "notation": "2258", + "altlabel": null, + "related": null, + "@id": "2258", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Holden", + "definition": null, + "notation": "2761", + "altlabel": null, + "related": null, + "@id": "2761", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Birregurra", + "definition": null, + "notation": "2156", + "altlabel": null, + "related": null, + "@id": "2156", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whoorel", + "definition": null, + "notation": "3809", + "altlabel": null, + "related": null, + "@id": "3809", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dederang", + "definition": null, + "notation": "2505", + "altlabel": null, + "related": null, + "@id": "2505", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tragowel", + "definition": null, + "notation": "3646", + "altlabel": null, + "related": null, + "@id": "3646", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murrungowar", + "definition": null, + "notation": "3240", + "altlabel": null, + "related": null, + "@id": "3240", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Curlip", + "definition": null, + "notation": "2473", + "altlabel": null, + "related": null, + "@id": "2473", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tawanga", + "definition": null, + "notation": "3568", + "altlabel": null, + "related": null, + "@id": "3568", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cohuna", + "definition": null, + "notation": "2403", + "altlabel": null, + "related": null, + "@id": "2403", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Doledrook", + "definition": null, + "notation": "2530", + "altlabel": null, + "related": null, + "@id": "2530", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Licola", + "definition": null, + "notation": "2991", + "altlabel": null, + "related": null, + "@id": "2991", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bulart", + "definition": null, + "notation": "2253", + "altlabel": null, + "related": null, + "@id": "2253", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jerrywarook", + "definition": null, + "notation": "2794", + "altlabel": null, + "related": null, + "@id": "2794", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toolka", + "definition": null, + "notation": "3616", + "altlabel": null, + "related": null, + "@id": "3616", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bonegilla", + "definition": null, + "notation": "2178", + "altlabel": null, + "related": null, + "@id": "2178", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wodonga", + "definition": null, + "notation": "3854", + "altlabel": null, + "related": null, + "@id": "3854", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darlingford", + "definition": null, + "notation": "2491", + "altlabel": null, + "related": null, + "@id": "2491", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Thornton", + "definition": null, + "notation": "3587", + "altlabel": null, + "related": null, + "@id": "3587", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Banyarmbite", + "definition": null, + "notation": "2064", + "altlabel": null, + "related": null, + "@id": "2064", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lodge Park", + "definition": null, + "notation": "3008", + "altlabel": null, + "related": null, + "@id": "3008", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mellick-Munjie", + "definition": null, + "notation": "3085", + "altlabel": null, + "related": null, + "@id": "3085", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Windarra", + "definition": null, + "notation": "3833", + "altlabel": null, + "related": null, + "@id": "3833", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Orbost East", + "definition": null, + "notation": "3356", + "altlabel": null, + "related": null, + "@id": "3356", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chiltern", + "definition": null, + "notation": "2381", + "altlabel": null, + "related": null, + "@id": "2381", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maffra", + "definition": null, + "notation": "3029", + "altlabel": null, + "related": null, + "@id": "3029", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tinamba", + "definition": null, + "notation": "3597", + "altlabel": null, + "related": null, + "@id": "3597", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarragon", + "definition": null, + "notation": "3962", + "altlabel": null, + "related": null, + "@id": "3962", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narrawong", + "definition": null, + "notation": "3278", + "altlabel": null, + "related": null, + "@id": "3278", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narracan", + "definition": null, + "notation": "3273", + "altlabel": null, + "related": null, + "@id": "3273", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bolwarra", + "definition": null, + "notation": "2175", + "altlabel": null, + "related": null, + "@id": "2175", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baranduda", + "definition": null, + "notation": "2068", + "altlabel": null, + "related": null, + "@id": "2068", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Corryong", + "definition": null, + "notation": "2457", + "altlabel": null, + "related": null, + "@id": "2457", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Indi", + "definition": null, + "notation": "2772", + "altlabel": null, + "related": null, + "@id": "2772", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Enano", + "definition": null, + "notation": "2591", + "altlabel": null, + "related": null, + "@id": "2591", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Numbie-Munjie", + "definition": null, + "notation": "3335", + "altlabel": null, + "related": null, + "@id": "3335", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Angora", + "definition": null, + "notation": "2016", + "altlabel": null, + "related": null, + "@id": "2016", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eumana", + "definition": null, + "notation": "2602", + "altlabel": null, + "related": null, + "@id": "2602", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meerlieu", + "definition": null, + "notation": "3082", + "altlabel": null, + "related": null, + "@id": "3082", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bengworden South", + "definition": null, + "notation": "2119", + "altlabel": null, + "related": null, + "@id": "2119", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balmoral", + "definition": null, + "notation": "2053", + "altlabel": null, + "related": null, + "@id": "2053", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Seacombe", + "definition": null, + "notation": "3479", + "altlabel": null, + "related": null, + "@id": "3479", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darraweit Guim", + "definition": null, + "notation": "2496", + "altlabel": null, + "related": null, + "@id": "2496", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merriang", + "definition": null, + "notation": "3093", + "altlabel": null, + "related": null, + "@id": "3093", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mickleham", + "definition": null, + "notation": "3100", + "altlabel": null, + "related": null, + "@id": "3100", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bungamero", + "definition": null, + "notation": "2277", + "altlabel": null, + "related": null, + "@id": "2277", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Witchipool", + "definition": null, + "notation": "3852", + "altlabel": null, + "related": null, + "@id": "3852", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Banyenong", + "definition": null, + "notation": "2066", + "altlabel": null, + "related": null, + "@id": "2066", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chiltern West", + "definition": null, + "notation": "2382", + "altlabel": null, + "related": null, + "@id": "2382", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lilliput", + "definition": null, + "notation": "2996", + "altlabel": null, + "related": null, + "@id": "2996", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Fryers", + "definition": null, + "notation": "2622", + "altlabel": null, + "related": null, + "@id": "2622", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Holcombe", + "definition": null, + "notation": "2760", + "altlabel": null, + "related": null, + "@id": "2760", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yalong South", + "definition": null, + "notation": "3941", + "altlabel": null, + "related": null, + "@id": "3941", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goongerah", + "definition": null, + "notation": "2701", + "altlabel": null, + "related": null, + "@id": "2701", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wat Wat", + "definition": null, + "notation": "3778", + "altlabel": null, + "related": null, + "@id": "3778", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moorabbin", + "definition": null, + "notation": "3163", + "altlabel": null, + "related": null, + "@id": "3163", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tong Bong", + "definition": null, + "notation": "3604", + "altlabel": null, + "related": null, + "@id": "3604", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Callignee", + "definition": null, + "notation": "2322", + "altlabel": null, + "related": null, + "@id": "2322", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Caralulup", + "definition": null, + "notation": "2333", + "altlabel": null, + "related": null, + "@id": "2333", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Amphitheatre", + "definition": null, + "notation": "2013", + "altlabel": null, + "related": null, + "@id": "2013", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tyabb", + "definition": null, + "notation": "3666", + "altlabel": null, + "related": null, + "@id": "3666", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bittern", + "definition": null, + "notation": "2159", + "altlabel": null, + "related": null, + "@id": "2159", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lexton", + "definition": null, + "notation": "2989", + "altlabel": null, + "related": null, + "@id": "2989", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Harrietville", + "definition": null, + "notation": "2744", + "altlabel": null, + "related": null, + "@id": "2744", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nanimia", + "definition": null, + "notation": "3257", + "altlabel": null, + "related": null, + "@id": "3257", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Skipton", + "definition": null, + "notation": "3489", + "altlabel": null, + "related": null, + "@id": "3489", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balnarring", + "definition": null, + "notation": "2054", + "altlabel": null, + "related": null, + "@id": "2054", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mardan", + "definition": null, + "notation": "3059", + "altlabel": null, + "related": null, + "@id": "3059", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kallery", + "definition": null, + "notation": "2822", + "altlabel": null, + "related": null, + "@id": "2822", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beulah", + "definition": null, + "notation": "2137", + "altlabel": null, + "related": null, + "@id": "2137", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Commeralghip", + "definition": null, + "notation": "2417", + "altlabel": null, + "related": null, + "@id": "2417", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kuruc-A-Ruc", + "definition": null, + "notation": "2947", + "altlabel": null, + "related": null, + "@id": "2947", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mindai", + "definition": null, + "notation": "3109", + "altlabel": null, + "related": null, + "@id": "3109", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dereel", + "definition": null, + "notation": "2511", + "altlabel": null, + "related": null, + "@id": "2511", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nayook", + "definition": null, + "notation": "3289", + "altlabel": null, + "related": null, + "@id": "3289", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barnoolut", + "definition": null, + "notation": "2078", + "altlabel": null, + "related": null, + "@id": "2078", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wando", + "definition": null, + "notation": "3722", + "altlabel": null, + "related": null, + "@id": "3722", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Neerim", + "definition": null, + "notation": "3292", + "altlabel": null, + "related": null, + "@id": "3292", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jindivick", + "definition": null, + "notation": "2801", + "altlabel": null, + "related": null, + "@id": "2801", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ondit", + "definition": null, + "notation": "3353", + "altlabel": null, + "related": null, + "@id": "3353", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Drajurk", + "definition": null, + "notation": "2543", + "altlabel": null, + "related": null, + "@id": "2543", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "St. Helens", + "definition": null, + "notation": "3465", + "altlabel": null, + "related": null, + "@id": "3465", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toora", + "definition": null, + "notation": "3630", + "altlabel": null, + "related": null, + "@id": "3630", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warburton", + "definition": null, + "notation": "3738", + "altlabel": null, + "related": null, + "@id": "3738", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ellinging", + "definition": null, + "notation": "2587", + "altlabel": null, + "related": null, + "@id": "2587", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eildon", + "definition": null, + "notation": "2580", + "altlabel": null, + "related": null, + "@id": "2580", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wilkin", + "definition": null, + "notation": "3819", + "altlabel": null, + "related": null, + "@id": "3819", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Werrikoo", + "definition": null, + "notation": "3799", + "altlabel": null, + "related": null, + "@id": "3799", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Myaring", + "definition": null, + "notation": "3246", + "altlabel": null, + "related": null, + "@id": "3246", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dartmoor", + "definition": null, + "notation": "2501", + "altlabel": null, + "related": null, + "@id": "2501", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warina", + "definition": null, + "notation": "3741", + "altlabel": null, + "related": null, + "@id": "3741", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kinkella", + "definition": null, + "notation": "2884", + "altlabel": null, + "related": null, + "@id": "2884", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Drik Drik", + "definition": null, + "notation": "2545", + "altlabel": null, + "related": null, + "@id": "2545", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balrook", + "definition": null, + "notation": "2055", + "altlabel": null, + "related": null, + "@id": "2055", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Watchegatcheca", + "definition": null, + "notation": "3770", + "altlabel": null, + "related": null, + "@id": "3770", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarrayoukyan", + "definition": null, + "notation": "3561", + "altlabel": null, + "related": null, + "@id": "3561", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dewrang", + "definition": null, + "notation": "2521", + "altlabel": null, + "related": null, + "@id": "2521", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brim Brim", + "definition": null, + "notation": "2230", + "altlabel": null, + "related": null, + "@id": "2230", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Turrumberry North", + "definition": null, + "notation": "3663", + "altlabel": null, + "related": null, + "@id": "3663", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wonwondah", + "definition": null, + "notation": "3868", + "altlabel": null, + "related": null, + "@id": "3868", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nurrabiel", + "definition": null, + "notation": "3345", + "altlabel": null, + "related": null, + "@id": "3345", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Purdeet", + "definition": null, + "notation": "3423", + "altlabel": null, + "related": null, + "@id": "3423", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yatmerone", + "definition": null, + "notation": "3975", + "altlabel": null, + "related": null, + "@id": "3975", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wail", + "definition": null, + "notation": "3700", + "altlabel": null, + "related": null, + "@id": "3700", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Myrtleford", + "definition": null, + "notation": "3249", + "altlabel": null, + "related": null, + "@id": "3249", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Quantong", + "definition": null, + "notation": "3436", + "altlabel": null, + "related": null, + "@id": "3436", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Natimuk", + "definition": null, + "notation": "3285", + "altlabel": null, + "related": null, + "@id": "3285", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gnarwarre", + "definition": null, + "notation": "2690", + "altlabel": null, + "related": null, + "@id": "2690", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murdeduke", + "definition": null, + "notation": "3224", + "altlabel": null, + "related": null, + "@id": "3224", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carrung-E-Murnong", + "definition": null, + "notation": "2360", + "altlabel": null, + "related": null, + "@id": "2360", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yalmy", + "definition": null, + "notation": "3938", + "altlabel": null, + "related": null, + "@id": "3938", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Booran", + "definition": null, + "notation": "2190", + "altlabel": null, + "related": null, + "@id": "2190", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barwidgee", + "definition": null, + "notation": "2085", + "altlabel": null, + "related": null, + "@id": "2085", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bright", + "definition": null, + "notation": "2227", + "altlabel": null, + "related": null, + "@id": "2227", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yambulla", + "definition": null, + "notation": "3943", + "altlabel": null, + "related": null, + "@id": "3943", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Langwarrin", + "definition": null, + "notation": "2972", + "altlabel": null, + "related": null, + "@id": "2972", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sherwood", + "definition": null, + "notation": "3487", + "altlabel": null, + "related": null, + "@id": "3487", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Theddora", + "definition": null, + "notation": "3583", + "altlabel": null, + "related": null, + "@id": "3583", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chintin", + "definition": null, + "notation": "2385", + "altlabel": null, + "related": null, + "@id": "2385", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Havelock", + "definition": null, + "notation": "2746", + "altlabel": null, + "related": null, + "@id": "2746", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buckeran Yarrack", + "definition": null, + "notation": "2246", + "altlabel": null, + "related": null, + "@id": "2246", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boola Boloke", + "definition": null, + "notation": "2182", + "altlabel": null, + "related": null, + "@id": "2182", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lochiel", + "definition": null, + "notation": "3005", + "altlabel": null, + "related": null, + "@id": "3005", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moyreisk", + "definition": null, + "notation": "3206", + "altlabel": null, + "related": null, + "@id": "3206", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bundara-Munjie", + "definition": null, + "notation": "2273", + "altlabel": null, + "related": null, + "@id": "2273", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bingo-Munjie South", + "definition": null, + "notation": "2152", + "altlabel": null, + "related": null, + "@id": "2152", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kolora", + "definition": null, + "notation": "2898", + "altlabel": null, + "related": null, + "@id": "2898", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glencoe", + "definition": null, + "notation": "2668", + "altlabel": null, + "related": null, + "@id": "2668", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whitfield South", + "definition": null, + "notation": "3808", + "altlabel": null, + "related": null, + "@id": "3808", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Molesworth", + "definition": null, + "notation": "3142", + "altlabel": null, + "related": null, + "@id": "3142", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Acheron", + "definition": null, + "notation": "2001", + "altlabel": null, + "related": null, + "@id": "2001", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buchan", + "definition": null, + "notation": "2244", + "altlabel": null, + "related": null, + "@id": "2244", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pinnak", + "definition": null, + "notation": "3398", + "altlabel": null, + "related": null, + "@id": "3398", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Orbost", + "definition": null, + "notation": "3355", + "altlabel": null, + "related": null, + "@id": "3355", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenaladale", + "definition": null, + "notation": "2663", + "altlabel": null, + "related": null, + "@id": "2663", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dulungalong", + "definition": null, + "notation": "2558", + "altlabel": null, + "related": null, + "@id": "2558", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Napier", + "definition": null, + "notation": "3260", + "altlabel": null, + "related": null, + "@id": "3260", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yan Yean", + "definition": null, + "notation": "3955", + "altlabel": null, + "related": null, + "@id": "3955", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrenheip", + "definition": null, + "notation": "3760", + "altlabel": null, + "related": null, + "@id": "3760", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kerrit Bareet", + "definition": null, + "notation": "2867", + "altlabel": null, + "related": null, + "@id": "2867", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jingallala", + "definition": null, + "notation": "2802", + "altlabel": null, + "related": null, + "@id": "2802", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toolome", + "definition": null, + "notation": "3618", + "altlabel": null, + "related": null, + "@id": "3618", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tubbut", + "definition": null, + "notation": "3652", + "altlabel": null, + "related": null, + "@id": "3652", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Caramballuc South", + "definition": null, + "notation": "2335", + "altlabel": null, + "related": null, + "@id": "2335", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Colquhoun North", + "definition": null, + "notation": "2414", + "altlabel": null, + "related": null, + "@id": "2414", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Vite Vite", + "definition": null, + "notation": "3687", + "altlabel": null, + "related": null, + "@id": "3687", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Deddick", + "definition": null, + "notation": "2504", + "altlabel": null, + "related": null, + "@id": "2504", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lynchfield", + "definition": null, + "notation": "3024", + "altlabel": null, + "related": null, + "@id": "3024", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beremboke", + "definition": null, + "notation": "2123", + "altlabel": null, + "related": null, + "@id": "2123", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wurrook", + "definition": null, + "notation": "3912", + "altlabel": null, + "related": null, + "@id": "3912", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tonimbuk East", + "definition": null, + "notation": "3609", + "altlabel": null, + "related": null, + "@id": "3609", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barrarbool", + "definition": null, + "notation": "2083", + "altlabel": null, + "related": null, + "@id": "2083", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koo-Wee-Rup East", + "definition": null, + "notation": "2921", + "altlabel": null, + "related": null, + "@id": "2921", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lauriston", + "definition": null, + "notation": "2979", + "altlabel": null, + "related": null, + "@id": "2979", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burke", + "definition": null, + "notation": "2293", + "altlabel": null, + "related": null, + "@id": "2293", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gellibrand", + "definition": null, + "notation": "2644", + "altlabel": null, + "related": null, + "@id": "2644", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Grassdale", + "definition": null, + "notation": "2721", + "altlabel": null, + "related": null, + "@id": "2721", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Vectis East", + "definition": null, + "notation": "3686", + "altlabel": null, + "related": null, + "@id": "3686", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bungalally", + "definition": null, + "notation": "2276", + "altlabel": null, + "related": null, + "@id": "2276", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darragan", + "definition": null, + "notation": "2495", + "altlabel": null, + "related": null, + "@id": "2495", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gooramadda", + "definition": null, + "notation": "2703", + "altlabel": null, + "related": null, + "@id": "2703", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barnawartha North", + "definition": null, + "notation": "2076", + "altlabel": null, + "related": null, + "@id": "2076", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beethang", + "definition": null, + "notation": "2103", + "altlabel": null, + "related": null, + "@id": "2103", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wangaratta North", + "definition": null, + "notation": "3725", + "altlabel": null, + "related": null, + "@id": "3725", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murramurrangbong", + "definition": null, + "notation": "3232", + "altlabel": null, + "related": null, + "@id": "3232", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wangaratta South", + "definition": null, + "notation": "3726", + "altlabel": null, + "related": null, + "@id": "3726", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Queenstown", + "definition": null, + "notation": "3437", + "altlabel": null, + "related": null, + "@id": "3437", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Currawa", + "definition": null, + "notation": "2475", + "altlabel": null, + "related": null, + "@id": "2475", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gowangardie", + "definition": null, + "notation": "2714", + "altlabel": null, + "related": null, + "@id": "2714", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Upotipotpon", + "definition": null, + "notation": "3684", + "altlabel": null, + "related": null, + "@id": "3684", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merrijig", + "definition": null, + "notation": "3094", + "altlabel": null, + "related": null, + "@id": "3094", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gonzaga", + "definition": null, + "notation": "2696", + "altlabel": null, + "related": null, + "@id": "2696", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beolite", + "definition": null, + "notation": "2121", + "altlabel": null, + "related": null, + "@id": "2121", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Purgagoolah", + "definition": null, + "notation": "3425", + "altlabel": null, + "related": null, + "@id": "3425", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hinno-Munjie", + "definition": null, + "notation": "2759", + "altlabel": null, + "related": null, + "@id": "2759", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jirrah", + "definition": null, + "notation": "2805", + "altlabel": null, + "related": null, + "@id": "2805", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jilwain", + "definition": null, + "notation": "2799", + "altlabel": null, + "related": null, + "@id": "2799", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tabbara", + "definition": null, + "notation": "3518", + "altlabel": null, + "related": null, + "@id": "3518", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woodstock", + "definition": null, + "notation": "3875", + "altlabel": null, + "related": null, + "@id": "3875", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nindoo", + "definition": null, + "notation": "3311", + "altlabel": null, + "related": null, + "@id": "3311", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coongulmerang", + "definition": null, + "notation": "2436", + "altlabel": null, + "related": null, + "@id": "2436", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bengworden", + "definition": null, + "notation": "2118", + "altlabel": null, + "related": null, + "@id": "2118", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Avoca", + "definition": null, + "notation": "2032", + "altlabel": null, + "related": null, + "@id": "2032", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yuroke", + "definition": null, + "notation": "4005", + "altlabel": null, + "related": null, + "@id": "4005", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tullamarine", + "definition": null, + "notation": "3654", + "altlabel": null, + "related": null, + "@id": "3654", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ringwood", + "definition": null, + "notation": "3452", + "altlabel": null, + "related": null, + "@id": "3452", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Digby", + "definition": null, + "notation": "2522", + "altlabel": null, + "related": null, + "@id": "2522", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nowa Nowa", + "definition": null, + "notation": "3325", + "altlabel": null, + "related": null, + "@id": "3325", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bete Bolong South", + "definition": null, + "notation": "2135", + "altlabel": null, + "related": null, + "@id": "2135", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Enuc", + "definition": null, + "notation": "2595", + "altlabel": null, + "related": null, + "@id": "2595", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moolpah", + "definition": null, + "notation": "3156", + "altlabel": null, + "related": null, + "@id": "3156", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lal Lal", + "definition": null, + "notation": "2959", + "altlabel": null, + "related": null, + "@id": "2959", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coornburt", + "definition": null, + "notation": "2443", + "altlabel": null, + "related": null, + "@id": "2443", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boonderoot", + "definition": null, + "notation": "2189", + "altlabel": null, + "related": null, + "@id": "2189", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kanawalla", + "definition": null, + "notation": "2826", + "altlabel": null, + "related": null, + "@id": "2826", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shelford West", + "definition": null, + "notation": "3485", + "altlabel": null, + "related": null, + "@id": "3485", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ligar", + "definition": null, + "notation": "2993", + "altlabel": null, + "related": null, + "@id": "2993", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greenhills", + "definition": null, + "notation": "2723", + "altlabel": null, + "related": null, + "@id": "2723", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jellalabad", + "definition": null, + "notation": "2790", + "altlabel": null, + "related": null, + "@id": "2790", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tonimbuk", + "definition": null, + "notation": "3608", + "altlabel": null, + "related": null, + "@id": "3608", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cundare", + "definition": null, + "notation": "2472", + "altlabel": null, + "related": null, + "@id": "2472", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woolsthorpe", + "definition": null, + "notation": "3880", + "altlabel": null, + "related": null, + "@id": "3880", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moolerr", + "definition": null, + "notation": "3154", + "altlabel": null, + "related": null, + "@id": "3154", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Winjallok", + "definition": null, + "notation": "3839", + "altlabel": null, + "related": null, + "@id": "3839", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nayook West", + "definition": null, + "notation": "3290", + "altlabel": null, + "related": null, + "@id": "3290", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whitfield", + "definition": null, + "notation": "3807", + "altlabel": null, + "related": null, + "@id": "3807", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walhalla East", + "definition": null, + "notation": "3703", + "altlabel": null, + "related": null, + "@id": "3703", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Winnindoo", + "definition": null, + "notation": "3841", + "altlabel": null, + "related": null, + "@id": "3841", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Traralgon", + "definition": null, + "notation": "3647", + "altlabel": null, + "related": null, + "@id": "3647", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Alexandra", + "definition": null, + "notation": "2009", + "altlabel": null, + "related": null, + "@id": "2009", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Clunes", + "definition": null, + "notation": "2391", + "altlabel": null, + "related": null, + "@id": "2391", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bullarook", + "definition": null, + "notation": "2261", + "altlabel": null, + "related": null, + "@id": "2261", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Smeaton", + "definition": null, + "notation": "3490", + "altlabel": null, + "related": null, + "@id": "3490", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tourello", + "definition": null, + "notation": "3638", + "altlabel": null, + "related": null, + "@id": "3638", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Spring Hill", + "definition": null, + "notation": "3495", + "altlabel": null, + "related": null, + "@id": "3495", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wulla Wullock", + "definition": null, + "notation": "3909", + "altlabel": null, + "related": null, + "@id": "3909", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Worrowing", + "definition": null, + "notation": "3904", + "altlabel": null, + "related": null, + "@id": "3904", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moe", + "definition": null, + "notation": "3135", + "altlabel": null, + "related": null, + "@id": "3135", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narrobuk North", + "definition": null, + "notation": "3282", + "altlabel": null, + "related": null, + "@id": "3282", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yannathan", + "definition": null, + "notation": "3953", + "altlabel": null, + "related": null, + "@id": "3953", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narrobuk", + "definition": null, + "notation": "3281", + "altlabel": null, + "related": null, + "@id": "3281", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wharparilla", + "definition": null, + "notation": "3804", + "altlabel": null, + "related": null, + "@id": "3804", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Joel Joel", + "definition": null, + "notation": "2806", + "altlabel": null, + "related": null, + "@id": "2806", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Echuca North", + "definition": null, + "notation": "2571", + "altlabel": null, + "related": null, + "@id": "2571", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Longwarry", + "definition": null, + "notation": "3011", + "altlabel": null, + "related": null, + "@id": "3011", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lang Lang East", + "definition": null, + "notation": "2969", + "altlabel": null, + "related": null, + "@id": "2969", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Poowong", + "definition": null, + "notation": "3411", + "altlabel": null, + "related": null, + "@id": "3411", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Knowsley East", + "definition": null, + "notation": "2893", + "altlabel": null, + "related": null, + "@id": "2893", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mirboo", + "definition": null, + "notation": "3119", + "altlabel": null, + "related": null, + "@id": "3119", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gunyah Gunyah", + "definition": null, + "notation": "2736", + "altlabel": null, + "related": null, + "@id": "2736", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cabanandra", + "definition": null, + "notation": "2319", + "altlabel": null, + "related": null, + "@id": "2319", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kirkenong", + "definition": null, + "notation": "2888", + "altlabel": null, + "related": null, + "@id": "2888", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Switzerland", + "definition": null, + "notation": "3516", + "altlabel": null, + "related": null, + "@id": "3516", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Budgeree", + "definition": null, + "notation": "2250", + "altlabel": null, + "related": null, + "@id": "2250", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ghin Ghin", + "definition": null, + "notation": "2651", + "altlabel": null, + "related": null, + "@id": "2651", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Killingworth", + "definition": null, + "notation": "2877", + "altlabel": null, + "related": null, + "@id": "2877", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narbourac", + "definition": null, + "notation": "3264", + "altlabel": null, + "related": null, + "@id": "3264", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrambat", + "definition": null, + "notation": "3751", + "altlabel": null, + "related": null, + "@id": "3751", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woorarra", + "definition": null, + "notation": "3885", + "altlabel": null, + "related": null, + "@id": "3885", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Malakoff", + "definition": null, + "notation": "3040", + "altlabel": null, + "related": null, + "@id": "3040", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kevington", + "definition": null, + "notation": "2868", + "altlabel": null, + "related": null, + "@id": "2868", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woodbourne", + "definition": null, + "notation": "3871", + "altlabel": null, + "related": null, + "@id": "3871", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lalkaldarno", + "definition": null, + "notation": "2958", + "altlabel": null, + "related": null, + "@id": "2958", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stradbroke", + "definition": null, + "notation": "3502", + "altlabel": null, + "related": null, + "@id": "3502", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dalyenong", + "definition": null, + "notation": "2482", + "altlabel": null, + "related": null, + "@id": "2482", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Archdale", + "definition": null, + "notation": "2023", + "altlabel": null, + "related": null, + "@id": "2023", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Towaninny", + "definition": null, + "notation": "3641", + "altlabel": null, + "related": null, + "@id": "3641", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Quambatook", + "definition": null, + "notation": "3433", + "altlabel": null, + "related": null, + "@id": "3433", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tatong", + "definition": null, + "notation": "3565", + "altlabel": null, + "related": null, + "@id": "3565", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Billian", + "definition": null, + "notation": "2144", + "altlabel": null, + "related": null, + "@id": "2144", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jeparit", + "definition": null, + "notation": "2793", + "altlabel": null, + "related": null, + "@id": "2793", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Monda", + "definition": null, + "notation": "3147", + "altlabel": null, + "related": null, + "@id": "3147", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Willaura", + "definition": null, + "notation": "3825", + "altlabel": null, + "related": null, + "@id": "3825", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mellier", + "definition": null, + "notation": "3086", + "altlabel": null, + "related": null, + "@id": "3086", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stander", + "definition": null, + "notation": "3497", + "altlabel": null, + "related": null, + "@id": "3497", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Myrniong", + "definition": null, + "notation": "3247", + "altlabel": null, + "related": null, + "@id": "3247", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gracedale", + "definition": null, + "notation": "2717", + "altlabel": null, + "related": null, + "@id": "2717", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darnum", + "definition": null, + "notation": "2494", + "altlabel": null, + "related": null, + "@id": "2494", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warragul", + "definition": null, + "notation": "3748", + "altlabel": null, + "related": null, + "@id": "3748", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tallangoork", + "definition": null, + "notation": "3531", + "altlabel": null, + "related": null, + "@id": "3531", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrabkook", + "definition": null, + "notation": "3744", + "altlabel": null, + "related": null, + "@id": "3744", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Winyayung", + "definition": null, + "notation": "3845", + "altlabel": null, + "related": null, + "@id": "3845", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Byaduk", + "definition": null, + "notation": "2313", + "altlabel": null, + "related": null, + "@id": "2313", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hotspur", + "definition": null, + "notation": "2766", + "altlabel": null, + "related": null, + "@id": "2766", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bunguluke", + "definition": null, + "notation": "2285", + "altlabel": null, + "related": null, + "@id": "2285", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenhope", + "definition": null, + "notation": "2675", + "altlabel": null, + "related": null, + "@id": "2675", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Emberton", + "definition": null, + "notation": "2590", + "altlabel": null, + "related": null, + "@id": "2590", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mirimbah", + "definition": null, + "notation": "3121", + "altlabel": null, + "related": null, + "@id": "3121", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Delatite", + "definition": null, + "notation": "2506", + "altlabel": null, + "related": null, + "@id": "2506", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yandoit", + "definition": null, + "notation": "3947", + "altlabel": null, + "related": null, + "@id": "3947", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Franklin", + "definition": null, + "notation": "2618", + "altlabel": null, + "related": null, + "@id": "2618", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merrymbuela", + "definition": null, + "notation": "3097", + "altlabel": null, + "related": null, + "@id": "3097", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Langi Logan", + "definition": null, + "notation": "2966", + "altlabel": null, + "related": null, + "@id": "2966", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Helendoite", + "definition": null, + "notation": "2751", + "altlabel": null, + "related": null, + "@id": "2751", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yalla-Y-Poora", + "definition": null, + "notation": "3934", + "altlabel": null, + "related": null, + "@id": "3934", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burrah Burrah", + "definition": null, + "notation": "2297", + "altlabel": null, + "related": null, + "@id": "2297", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tatyoon", + "definition": null, + "notation": "3567", + "altlabel": null, + "related": null, + "@id": "3567", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bunnugal", + "definition": null, + "notation": "2288", + "altlabel": null, + "related": null, + "@id": "2288", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nungatta", + "definition": null, + "notation": "3339", + "altlabel": null, + "related": null, + "@id": "3339", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dunkeld", + "definition": null, + "notation": "2562", + "altlabel": null, + "related": null, + "@id": "2562", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maryvale", + "definition": null, + "notation": "3072", + "altlabel": null, + "related": null, + "@id": "3072", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Crowlands", + "definition": null, + "notation": "2468", + "altlabel": null, + "related": null, + "@id": "2468", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moomowroong", + "definition": null, + "notation": "3157", + "altlabel": null, + "related": null, + "@id": "3157", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Weeaproinah", + "definition": null, + "notation": "3783", + "altlabel": null, + "related": null, + "@id": "3783", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pomponderoo", + "definition": null, + "notation": "3409", + "altlabel": null, + "related": null, + "@id": "3409", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Duchembegarra", + "definition": null, + "notation": "2554", + "altlabel": null, + "related": null, + "@id": "2554", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cowa", + "definition": null, + "notation": "2459", + "altlabel": null, + "related": null, + "@id": "2459", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tyrendarra", + "definition": null, + "notation": "3677", + "altlabel": null, + "related": null, + "@id": "3677", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kowat", + "definition": null, + "notation": "2934", + "altlabel": null, + "related": null, + "@id": "2934", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coopracambra", + "definition": null, + "notation": "2440", + "altlabel": null, + "related": null, + "@id": "2440", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bullumwaal", + "definition": null, + "notation": "2267", + "altlabel": null, + "related": null, + "@id": "2267", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tambo", + "definition": null, + "notation": "3534", + "altlabel": null, + "related": null, + "@id": "3534", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sarsfield", + "definition": null, + "notation": "3476", + "altlabel": null, + "related": null, + "@id": "3476", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gillum", + "definition": null, + "notation": "2655", + "altlabel": null, + "related": null, + "@id": "2655", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yangoura", + "definition": null, + "notation": "3951", + "altlabel": null, + "related": null, + "@id": "3951", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whanregarwen", + "definition": null, + "notation": "3803", + "altlabel": null, + "related": null, + "@id": "3803", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Denison", + "definition": null, + "notation": "2508", + "altlabel": null, + "related": null, + "@id": "2508", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tanjil", + "definition": null, + "notation": "3542", + "altlabel": null, + "related": null, + "@id": "3542", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yambuk", + "definition": null, + "notation": "3942", + "altlabel": null, + "related": null, + "@id": "3942", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mildura", + "definition": null, + "notation": "3102", + "altlabel": null, + "related": null, + "@id": "3102", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ballarat", + "definition": null, + "notation": "2046", + "altlabel": null, + "related": null, + "@id": "2046", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bullarto", + "definition": null, + "notation": "2262", + "altlabel": null, + "related": null, + "@id": "2262", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cardigan", + "definition": null, + "notation": "2344", + "altlabel": null, + "related": null, + "@id": "2344", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murmungee", + "definition": null, + "notation": "3227", + "altlabel": null, + "related": null, + "@id": "3227", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Willung", + "definition": null, + "notation": "3830", + "altlabel": null, + "related": null, + "@id": "3830", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Budgee Budgee", + "definition": null, + "notation": "2249", + "altlabel": null, + "related": null, + "@id": "2249", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cobbannah", + "definition": null, + "notation": "2393", + "altlabel": null, + "related": null, + "@id": "2393", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moornapa", + "definition": null, + "notation": "3173", + "altlabel": null, + "related": null, + "@id": "3173", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jeruk", + "definition": null, + "notation": "2795", + "altlabel": null, + "related": null, + "@id": "2795", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marlooh", + "definition": null, + "notation": "3064", + "altlabel": null, + "related": null, + "@id": "3064", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wycheproof", + "definition": null, + "notation": "3916", + "altlabel": null, + "related": null, + "@id": "3916", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenloth", + "definition": null, + "notation": "2677", + "altlabel": null, + "related": null, + "@id": "2677", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rothesay", + "definition": null, + "notation": "3459", + "altlabel": null, + "related": null, + "@id": "3459", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rodborough", + "definition": null, + "notation": "3456", + "altlabel": null, + "related": null, + "@id": "3456", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toombullup North", + "definition": null, + "notation": "3624", + "altlabel": null, + "related": null, + "@id": "3624", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Niagaroon", + "definition": null, + "notation": "3308", + "altlabel": null, + "related": null, + "@id": "3308", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moorngag", + "definition": null, + "notation": "3174", + "altlabel": null, + "related": null, + "@id": "3174", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kiora", + "definition": null, + "notation": "2886", + "altlabel": null, + "related": null, + "@id": "2886", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Numbruk", + "definition": null, + "notation": "3336", + "altlabel": null, + "related": null, + "@id": "3336", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toombullup", + "definition": null, + "notation": "3623", + "altlabel": null, + "related": null, + "@id": "3623", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Clonleigh", + "definition": null, + "notation": "2390", + "altlabel": null, + "related": null, + "@id": "2390", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boola Boola", + "definition": null, + "notation": "2183", + "altlabel": null, + "related": null, + "@id": "2183", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Adzar", + "definition": null, + "notation": "2004", + "altlabel": null, + "related": null, + "@id": "2004", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pywheitjorrk", + "definition": null, + "notation": "3431", + "altlabel": null, + "related": null, + "@id": "3431", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Corinella", + "definition": null, + "notation": "2453", + "altlabel": null, + "related": null, + "@id": "2453", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jumbunna", + "definition": null, + "notation": "2809", + "altlabel": null, + "related": null, + "@id": "2809", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maintongoon", + "definition": null, + "notation": "3038", + "altlabel": null, + "related": null, + "@id": "3038", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yea", + "definition": null, + "notation": "3979", + "altlabel": null, + "related": null, + "@id": "3979", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murrindindi", + "definition": null, + "notation": "3237", + "altlabel": null, + "related": null, + "@id": "3237", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bemboka", + "definition": null, + "notation": "2111", + "altlabel": null, + "related": null, + "@id": "2111", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wonnangatta", + "definition": null, + "notation": "3865", + "altlabel": null, + "related": null, + "@id": "3865", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waygara", + "definition": null, + "notation": "3781", + "altlabel": null, + "related": null, + "@id": "3781", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Newmerella", + "definition": null, + "notation": "3306", + "altlabel": null, + "related": null, + "@id": "3306", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Miowera", + "definition": null, + "notation": "3117", + "altlabel": null, + "related": null, + "@id": "3117", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Broadlands", + "definition": null, + "notation": "2236", + "altlabel": null, + "related": null, + "@id": "2236", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tildesley East", + "definition": null, + "notation": "3591", + "altlabel": null, + "related": null, + "@id": "3591", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Briagolong", + "definition": null, + "notation": "2225", + "altlabel": null, + "related": null, + "@id": "2225", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wa-De-Lock", + "definition": null, + "notation": "3695", + "altlabel": null, + "related": null, + "@id": "3695", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burrumbeep", + "definition": null, + "notation": "2304", + "altlabel": null, + "related": null, + "@id": "2304", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gritjurk", + "definition": null, + "notation": "2728", + "altlabel": null, + "related": null, + "@id": "2728", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toolang", + "definition": null, + "notation": "3614", + "altlabel": null, + "related": null, + "@id": "3614", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Quamby", + "definition": null, + "notation": "3434", + "altlabel": null, + "related": null, + "@id": "3434", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kangertong", + "definition": null, + "notation": "2832", + "altlabel": null, + "related": null, + "@id": "2832", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Willatook", + "definition": null, + "notation": "3824", + "altlabel": null, + "related": null, + "@id": "3824", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Condah", + "definition": null, + "notation": "2420", + "altlabel": null, + "related": null, + "@id": "2420", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dunmore", + "definition": null, + "notation": "2563", + "altlabel": null, + "related": null, + "@id": "2563", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Homerton", + "definition": null, + "notation": "2763", + "altlabel": null, + "related": null, + "@id": "2763", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eumemmerring", + "definition": null, + "notation": "2603", + "altlabel": null, + "related": null, + "@id": "2603", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kangerong", + "definition": null, + "notation": "2831", + "altlabel": null, + "related": null, + "@id": "2831", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nillahcootie", + "definition": null, + "notation": "3309", + "altlabel": null, + "related": null, + "@id": "3309", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kout Narin", + "definition": null, + "notation": "2933", + "altlabel": null, + "related": null, + "@id": "2933", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maindample", + "definition": null, + "notation": "3037", + "altlabel": null, + "related": null, + "@id": "3037", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wytwallan", + "definition": null, + "notation": "3922", + "altlabel": null, + "related": null, + "@id": "3922", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dandenong", + "definition": null, + "notation": "2483", + "altlabel": null, + "related": null, + "@id": "2483", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Noonga", + "definition": null, + "notation": "3319", + "altlabel": null, + "related": null, + "@id": "3319", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wau Wauka West", + "definition": null, + "notation": "3780", + "altlabel": null, + "related": null, + "@id": "3780", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maramingo", + "definition": null, + "notation": "3058", + "altlabel": null, + "related": null, + "@id": "3058", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yangery", + "definition": null, + "notation": "3950", + "altlabel": null, + "related": null, + "@id": "3950", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wangoom", + "definition": null, + "notation": "3729", + "altlabel": null, + "related": null, + "@id": "3729", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Livingstone", + "definition": null, + "notation": "3004", + "altlabel": null, + "related": null, + "@id": "3004", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tullyvea", + "definition": null, + "notation": "3656", + "altlabel": null, + "related": null, + "@id": "3656", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarranyurk", + "definition": null, + "notation": "3556", + "altlabel": null, + "related": null, + "@id": "3556", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Banu Bonyit", + "definition": null, + "notation": "2063", + "altlabel": null, + "related": null, + "@id": "2063", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Katyil", + "definition": null, + "notation": "2853", + "altlabel": null, + "related": null, + "@id": "2853", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kingower", + "definition": null, + "notation": "2882", + "altlabel": null, + "related": null, + "@id": "2882", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mudgeegonga", + "definition": null, + "notation": "3210", + "altlabel": null, + "related": null, + "@id": "3210", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kangderaar", + "definition": null, + "notation": "2830", + "altlabel": null, + "related": null, + "@id": "2830", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kirrak", + "definition": null, + "notation": "2889", + "altlabel": null, + "related": null, + "@id": "2889", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Drumdlemara", + "definition": null, + "notation": "2551", + "altlabel": null, + "related": null, + "@id": "2551", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burrum Burrum", + "definition": null, + "notation": "2306", + "altlabel": null, + "related": null, + "@id": "2306", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gowar", + "definition": null, + "notation": "2715", + "altlabel": null, + "related": null, + "@id": "2715", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maharatta", + "definition": null, + "notation": "3034", + "altlabel": null, + "related": null, + "@id": "3034", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gorong", + "definition": null, + "notation": "2709", + "altlabel": null, + "related": null, + "@id": "2709", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tintaldra", + "definition": null, + "notation": "3599", + "altlabel": null, + "related": null, + "@id": "3599", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gorrockburkghap", + "definition": null, + "notation": "2711", + "altlabel": null, + "related": null, + "@id": "2711", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-parish.ttl b/cadastre/CSD-Header/vic-parish.ttl new file mode 100644 index 0000000..b1ad0e7 --- /dev/null +++ b/cadastre/CSD-Header/vic-parish.ttl @@ -0,0 +1,12050 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2001" ; + skos:prefLabel "Acheron" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2002" ; + skos:prefLabel "Addington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2003" ; + skos:prefLabel "Adjie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2004" ; + skos:prefLabel "Adzar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2005" ; + skos:prefLabel "Aire" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2006" ; + skos:prefLabel "Albacutya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2007" ; + skos:prefLabel "Alberton East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2008" ; + skos:prefLabel "Alberton West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2009" ; + skos:prefLabel "Alexandra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2010" ; + skos:prefLabel "Allambee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2011" ; + skos:prefLabel "Allambee East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2012" ; + skos:prefLabel "Amherst" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2013" ; + skos:prefLabel "Amphitheatre" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2014" ; + skos:prefLabel "Anakie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2015" ; + skos:prefLabel "Angahook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2016" ; + skos:prefLabel "Angora" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2017" ; + skos:prefLabel "Annuello" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2018" ; + skos:prefLabel "Annya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2019" ; + skos:prefLabel "Arapiles" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2020" ; + skos:prefLabel "Ararat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2021" ; + skos:prefLabel "Arbuckle" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2022" ; + skos:prefLabel "Arcadia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2023" ; + skos:prefLabel "Archdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2024" ; + skos:prefLabel "Ardno" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2025" ; + skos:prefLabel "Ardonachie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2026" ; + skos:prefLabel "Areegra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2027" ; + skos:prefLabel "Argyle" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2028" ; + skos:prefLabel "Ascot" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2029" ; + skos:prefLabel "Ashens" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2030" ; + skos:prefLabel "Audley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2031" ; + skos:prefLabel "Avenel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2032" ; + skos:prefLabel "Avoca" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2033" ; + skos:prefLabel "Awonga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2034" ; + skos:prefLabel "Axedale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2035" ; + skos:prefLabel "Baangal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2036" ; + skos:prefLabel "Baawang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2037" ; + skos:prefLabel "Babatchio" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2038" ; + skos:prefLabel "Bael Bael" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2039" ; + skos:prefLabel "Bagshot" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2040" ; + skos:prefLabel "Bahgallah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2041" ; + skos:prefLabel "Bailieston" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2042" ; + skos:prefLabel "Bairnsdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2043" ; + skos:prefLabel "Ballan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2044" ; + skos:prefLabel "Ballangeich" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2045" ; + skos:prefLabel "Ballapur" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2046" ; + skos:prefLabel "Ballarat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2047" ; + skos:prefLabel "Ballark" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2048" ; + skos:prefLabel "Ballendella" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2049" ; + skos:prefLabel "Balliang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2050" ; + skos:prefLabel "Balloong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2051" ; + skos:prefLabel "Ballyrogan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2052" ; + skos:prefLabel "Balmattum" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2053" ; + skos:prefLabel "Balmoral" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2054" ; + skos:prefLabel "Balnarring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2055" ; + skos:prefLabel "Balrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2056" ; + skos:prefLabel "Balrootan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2057" ; + skos:prefLabel "Bamawm" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2058" ; + skos:prefLabel "Bambadin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2059" ; + skos:prefLabel "Bambra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2060" ; + skos:prefLabel "Bamganie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2061" ; + skos:prefLabel "Banangal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2062" ; + skos:prefLabel "Bangerang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2063" ; + skos:prefLabel "Banu Bonyit" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2064" ; + skos:prefLabel "Banyarmbite" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2065" ; + skos:prefLabel "Banyena" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2066" ; + skos:prefLabel "Banyenong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2067" ; + skos:prefLabel "Barambogie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2068" ; + skos:prefLabel "Baranduda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2069" ; + skos:prefLabel "Barchan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2070" ; + skos:prefLabel "Barga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2071" ; + skos:prefLabel "Baring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2072" ; + skos:prefLabel "Baring North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2073" ; + skos:prefLabel "Baringhup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2074" ; + skos:prefLabel "Barkly" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2075" ; + skos:prefLabel "Barmah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2076" ; + skos:prefLabel "Barnawartha North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2077" ; + skos:prefLabel "Barnawartha South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2078" ; + skos:prefLabel "Barnoolut" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2079" ; + skos:prefLabel "Barongarook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2080" ; + skos:prefLabel "Barp" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2081" ; + skos:prefLabel "Barrakee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2082" ; + skos:prefLabel "Barramunga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2083" ; + skos:prefLabel "Barrarbool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2084" ; + skos:prefLabel "Barroworn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2085" ; + skos:prefLabel "Barwidgee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2086" ; + skos:prefLabel "Barwite" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2087" ; + skos:prefLabel "Barwo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2088" ; + skos:prefLabel "Barwon Downs" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2089" ; + skos:prefLabel "Barwongemoong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2090" ; + skos:prefLabel "Batchica" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2091" ; + skos:prefLabel "Batyik" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2092" ; + skos:prefLabel "Baulkamaugh" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2093" ; + skos:prefLabel "Baw Baw" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2094" ; + skos:prefLabel "Baynton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2095" ; + skos:prefLabel "Bealiba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2096" ; + skos:prefLabel "Beaufort" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2097" ; + skos:prefLabel "Beckworth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2098" ; + skos:prefLabel "Beear" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2099" ; + skos:prefLabel "Beechworth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2100" ; + skos:prefLabel "Beek Beek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2101" ; + skos:prefLabel "Beenak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2102" ; + skos:prefLabel "Beerik" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2103" ; + skos:prefLabel "Beethang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2104" ; + skos:prefLabel "Beewar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2105" ; + skos:prefLabel "Belfast" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2106" ; + skos:prefLabel "Bellarine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2107" ; + skos:prefLabel "Bellaura" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2108" ; + skos:prefLabel "Bellellen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2109" ; + skos:prefLabel "Beloka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2110" ; + skos:prefLabel "Belvoir West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2111" ; + skos:prefLabel "Bemboka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2112" ; + skos:prefLabel "Bemm" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2113" ; + skos:prefLabel "Benalla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2114" ; + skos:prefLabel "Benambra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2115" ; + skos:prefLabel "Benayeo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2116" ; + skos:prefLabel "Bendock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2117" ; + skos:prefLabel "Benetook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2118" ; + skos:prefLabel "Bengworden" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2119" ; + skos:prefLabel "Bengworden South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2120" ; + skos:prefLabel "Benjeroop" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2121" ; + skos:prefLabel "Beolite" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2122" ; + skos:prefLabel "Bepcha" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2123" ; + skos:prefLabel "Beremboke" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2124" ; + skos:prefLabel "Berontha" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2125" ; + skos:prefLabel "Berrimal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2126" ; + skos:prefLabel "Berringa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2127" ; + skos:prefLabel "Berringama" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2128" ; + skos:prefLabel "Berriwillock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2129" ; + skos:prefLabel "Berrmarr" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2130" ; + skos:prefLabel "Berrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2131" ; + skos:prefLabel "Berwick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2132" ; + skos:prefLabel "Bessiebelle" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2133" ; + skos:prefLabel "Bet Bet" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2134" ; + skos:prefLabel "Bete Bolong North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2135" ; + skos:prefLabel "Bete Bolong South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2136" ; + skos:prefLabel "Betka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2137" ; + skos:prefLabel "Beulah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2138" ; + skos:prefLabel "Beyal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2139" ; + skos:prefLabel "Bidwell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2140" ; + skos:prefLabel "Big Billy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2141" ; + skos:prefLabel "Big Desert" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2142" ; + skos:prefLabel "Bil-Bil-Wyt" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2143" ; + skos:prefLabel "Billabong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2144" ; + skos:prefLabel "Billian" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2145" ; + skos:prefLabel "Billiminah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2146" ; + skos:prefLabel "Bilpah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2147" ; + skos:prefLabel "Bimbourie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2148" ; + skos:prefLabel "Bindi" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2149" ; + skos:prefLabel "Binginwarri" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2150" ; + skos:prefLabel "Bingo-Munjie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2151" ; + skos:prefLabel "Bingo-Munjie North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2152" ; + skos:prefLabel "Bingo-Munjie South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2153" ; + skos:prefLabel "Binnican" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2154" ; + skos:prefLabel "Binnuc" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2155" ; + skos:prefLabel "Birregun" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2156" ; + skos:prefLabel "Birregurra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2157" ; + skos:prefLabel "Bitchigal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2158" ; + skos:prefLabel "Bitterang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2159" ; + skos:prefLabel "Bittern" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2160" ; + skos:prefLabel "Blackwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2161" ; + skos:prefLabel "Bochara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2162" ; + skos:prefLabel "Boga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2163" ; + skos:prefLabel "Bogalara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2164" ; + skos:prefLabel "Bogong North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2165" ; + skos:prefLabel "Bogong South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2166" ; + skos:prefLabel "Boho" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2167" ; + skos:prefLabel "Boigbeat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2168" ; + skos:prefLabel "Boikerbert" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2169" ; + skos:prefLabel "Boinka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2170" ; + skos:prefLabel "Bolaira" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2171" ; + skos:prefLabel "Bolangum" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2172" ; + skos:prefLabel "Bolerch" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2173" ; + skos:prefLabel "Bolga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2174" ; + skos:prefLabel "Bollinda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2175" ; + skos:prefLabel "Bolwarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2176" ; + skos:prefLabel "Bonang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2177" ; + skos:prefLabel "Bondi" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2178" ; + skos:prefLabel "Bonegilla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2179" ; + skos:prefLabel "Bonn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2180" ; + skos:prefLabel "Bontherambo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2181" ; + skos:prefLabel "Boodyarn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2182" ; + skos:prefLabel "Boola Boloke" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2183" ; + skos:prefLabel "Boola Boola" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2184" ; + skos:prefLabel "Boole Poole" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2185" ; + skos:prefLabel "Boolungal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2186" ; + skos:prefLabel "Boomahnoomoonah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2187" ; + skos:prefLabel "Boonah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2188" ; + skos:prefLabel "Boonahwah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2189" ; + skos:prefLabel "Boonderoot" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2190" ; + skos:prefLabel "Booran" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2191" ; + skos:prefLabel "Boorgunyah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2192" ; + skos:prefLabel "Boorhaman" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2193" ; + skos:prefLabel "Boorlee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2194" ; + skos:prefLabel "Boorolite" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2195" ; + skos:prefLabel "Boorong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2196" ; + skos:prefLabel "Boorongie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2197" ; + skos:prefLabel "Booroopki" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2198" ; + skos:prefLabel "Boorpool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2199" ; + skos:prefLabel "Boorpuk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2200" ; + skos:prefLabel "Boort" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2201" ; + skos:prefLabel "Boosey" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2202" ; + skos:prefLabel "Bootahpool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2203" ; + skos:prefLabel "Boramboram" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2204" ; + skos:prefLabel "Boreang East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2205" ; + skos:prefLabel "Boreang West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2206" ; + skos:prefLabel "Borhoneyghurk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2207" ; + skos:prefLabel "Borodomanin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2208" ; + skos:prefLabel "Boroka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2209" ; + skos:prefLabel "Boroondara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2210" ; + skos:prefLabel "Borriyalloak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2211" ; + skos:prefLabel "Borung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2212" ; + skos:prefLabel "Boulka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2213" ; + skos:prefLabel "Bourka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2214" ; + skos:prefLabel "Boweya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2215" ; + skos:prefLabel "Bow-Worrung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2216" ; + skos:prefLabel "Bradford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2217" ; + skos:prefLabel "Bralak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2218" ; + skos:prefLabel "Bramburra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2219" ; + skos:prefLabel "Bramby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2220" ; + skos:prefLabel "Branjee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2221" ; + skos:prefLabel "Brankeet" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2222" ; + skos:prefLabel "Branxholme" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2223" ; + skos:prefLabel "Brenanah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2224" ; + skos:prefLabel "Brewster" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2225" ; + skos:prefLabel "Briagolong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2226" ; + skos:prefLabel "Bridgewater" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2227" ; + skos:prefLabel "Bright" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2228" ; + skos:prefLabel "Brimboal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2229" ; + skos:prefLabel "Brimbonga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2230" ; + skos:prefLabel "Brim Brim" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2231" ; + skos:prefLabel "Brimin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2232" ; + skos:prefLabel "Brindat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2233" ; + skos:prefLabel "Bringalbart" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2234" ; + skos:prefLabel "Brit Brit" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2235" ; + skos:prefLabel "Broadford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2236" ; + skos:prefLabel "Broadlands" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2237" ; + skos:prefLabel "Broadwater" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2238" ; + skos:prefLabel "Brockie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2239" ; + skos:prefLabel "Bruarong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2240" ; + skos:prefLabel "Brucknell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2241" ; + skos:prefLabel "Bruk Bruk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2242" ; + skos:prefLabel "Bruthen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2243" ; + skos:prefLabel "Buangor" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2244" ; + skos:prefLabel "Buchan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2245" ; + skos:prefLabel "Buckenderra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2246" ; + skos:prefLabel "Buckeran Yarrack" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2247" ; + skos:prefLabel "Buckland" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2248" ; + skos:prefLabel "Buckrabanyule" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2249" ; + skos:prefLabel "Budgee Budgee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2250" ; + skos:prefLabel "Budgeree" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2251" ; + skos:prefLabel "Budgerum East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2252" ; + skos:prefLabel "Budgerum West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2253" ; + skos:prefLabel "Bulart" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2254" ; + skos:prefLabel "Bulban" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2255" ; + skos:prefLabel "Bulga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2256" ; + skos:prefLabel "Bulgaback" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2257" ; + skos:prefLabel "Bulgana" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2258" ; + skos:prefLabel "Bulla Bulla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2259" ; + skos:prefLabel "Bullamalk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2260" ; + skos:prefLabel "Bullanbul" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2261" ; + skos:prefLabel "Bullarook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2262" ; + skos:prefLabel "Bullarto" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2263" ; + skos:prefLabel "Bullawin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2264" ; + skos:prefLabel "Bulleen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2265" ; + skos:prefLabel "Bullengarook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2266" ; + skos:prefLabel "Bullioh" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2267" ; + skos:prefLabel "Bullumwaal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2268" ; + skos:prefLabel "Bullung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2269" ; + skos:prefLabel "Bumbang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2270" ; + skos:prefLabel "Bumberrah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2271" ; + skos:prefLabel "Bundalaguah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2272" ; + skos:prefLabel "Bundalong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2273" ; + skos:prefLabel "Bundara-Munjie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2274" ; + skos:prefLabel "Bundowra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2275" ; + skos:prefLabel "Bungal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2276" ; + skos:prefLabel "Bungalally" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2277" ; + skos:prefLabel "Bungamero" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2278" ; + skos:prefLabel "Bunganail" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2279" ; + skos:prefLabel "Bungaree" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2280" ; + skos:prefLabel "Bung Bong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2281" ; + skos:prefLabel "Bungeeltap" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2282" ; + skos:prefLabel "Bungeet" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2283" ; + skos:prefLabel "Bungil" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2284" ; + skos:prefLabel "Bungil East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2285" ; + skos:prefLabel "Bunguluke" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2286" ; + skos:prefLabel "Bungywarr" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2287" ; + skos:prefLabel "Buninyong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2288" ; + skos:prefLabel "Bunnugal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2289" ; + skos:prefLabel "Bunurouk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2290" ; + skos:prefLabel "Bunyip" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2291" ; + skos:prefLabel "Buragwonduc" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2292" ; + skos:prefLabel "Burgoyne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2293" ; + skos:prefLabel "Burke" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2294" ; + skos:prefLabel "Burnell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2295" ; + skos:prefLabel "Burnewang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2296" ; + skos:prefLabel "Burra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2297" ; + skos:prefLabel "Burrah Burrah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2298" ; + skos:prefLabel "Burramboot" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2299" ; + skos:prefLabel "Burramboot East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2300" ; + skos:prefLabel "Burramine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2301" ; + skos:prefLabel "Burrong North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2302" ; + skos:prefLabel "Burrong South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2303" ; + skos:prefLabel "Burrowye" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2304" ; + skos:prefLabel "Burrumbeep" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2305" ; + skos:prefLabel "Burrumbeet" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2306" ; + skos:prefLabel "Burrum Burrum" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2307" ; + skos:prefLabel "Burrungabugge" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2308" ; + skos:prefLabel "Burtwarrah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2309" ; + skos:prefLabel "Burupga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2310" ; + skos:prefLabel "Butgulla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2311" ; + skos:prefLabel "Buttlejorrk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2312" ; + skos:prefLabel "Buxton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2313" ; + skos:prefLabel "Byaduk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2314" ; + skos:prefLabel "Byambynee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2315" ; + skos:prefLabel "Byanga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2316" ; + skos:prefLabel "Byawatha" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2317" ; + skos:prefLabel "Byjuke" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2318" ; + skos:prefLabel "Bylands" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2319" ; + skos:prefLabel "Cabanandra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2320" ; + skos:prefLabel "Calivil" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2321" ; + skos:prefLabel "Callawadda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2322" ; + skos:prefLabel "Callignee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2323" ; + skos:prefLabel "Cambacanya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2324" ; + skos:prefLabel "Cambatong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2325" ; + skos:prefLabel "Campaspe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2326" ; + skos:prefLabel "Campbelltown" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2327" ; + skos:prefLabel "Canabore" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2328" ; + skos:prefLabel "Caniambo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2329" ; + skos:prefLabel "Cannie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2330" ; + skos:prefLabel "Cannum" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2331" ; + skos:prefLabel "Cantala" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2332" ; + skos:prefLabel "Carag Carag" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2333" ; + skos:prefLabel "Caralulup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2334" ; + skos:prefLabel "Caramballuc North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2335" ; + skos:prefLabel "Caramballuc South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2336" ; + skos:prefLabel "Caramut" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2337" ; + skos:prefLabel "Caramut South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2338" ; + skos:prefLabel "Carapooee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2339" ; + skos:prefLabel "Carapooee West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2340" ; + skos:prefLabel "Carapook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2341" ; + skos:prefLabel "Carapugna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2342" ; + skos:prefLabel "Carboor" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2343" ; + skos:prefLabel "Carchap" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2344" ; + skos:prefLabel "Cardigan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2345" ; + skos:prefLabel "Cargerie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2346" ; + skos:prefLabel "Carina" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2347" ; + skos:prefLabel "Carisbrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2348" ; + skos:prefLabel "Carlsruhe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2349" ; + skos:prefLabel "Carlyle" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2350" ; + skos:prefLabel "Carneek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2351" ; + skos:prefLabel "Carngham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2352" ; + skos:prefLabel "Carool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2353" ; + skos:prefLabel "Carori" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2354" ; + skos:prefLabel "Carpendeit" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2355" ; + skos:prefLabel "Carrah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2356" ; + skos:prefLabel "Carrajung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2357" ; + skos:prefLabel "Carrak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2358" ; + skos:prefLabel "Carraragarmungee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2359" ; + skos:prefLabel "Carron" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2360" ; + skos:prefLabel "Carrung-E-Murnong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2361" ; + skos:prefLabel "Carruno" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2362" ; + skos:prefLabel "Carwarp" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2363" ; + skos:prefLabel "Carwarp West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2364" ; + skos:prefLabel "Casterton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2365" ; + skos:prefLabel "Castle Donnington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2366" ; + skos:prefLabel "Castlemaine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2367" ; + skos:prefLabel "Catiabrim" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2368" ; + skos:prefLabel "Cavendish" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2369" ; + skos:prefLabel "Changue" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2370" ; + skos:prefLabel "Changue East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2371" ; + skos:prefLabel "Charam" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2372" ; + skos:prefLabel "Charlton East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2373" ; + skos:prefLabel "Charlton West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2374" ; + skos:prefLabel "Chatsworth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2375" ; + skos:prefLabel "Chatsworth West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2376" ; + skos:prefLabel "Chepstowe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2377" ; + skos:prefLabel "Cherrington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2378" ; + skos:prefLabel "Chewton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2379" ; + skos:prefLabel "Chillingollah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2380" ; + skos:prefLabel "Chilpin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2381" ; + skos:prefLabel "Chiltern" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2382" ; + skos:prefLabel "Chiltern West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2383" ; + skos:prefLabel "Chinaman Flat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2384" ; + skos:prefLabel "Chinangin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2385" ; + skos:prefLabel "Chintin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2386" ; + skos:prefLabel "Chiprick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2387" ; + skos:prefLabel "Clarendon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2388" ; + skos:prefLabel "Clarkesdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2389" ; + skos:prefLabel "Clonbinane" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2390" ; + skos:prefLabel "Clonleigh" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2391" ; + skos:prefLabel "Clunes" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2392" ; + skos:prefLabel "Cobaw" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2393" ; + skos:prefLabel "Cobbannah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2394" ; + skos:prefLabel "Cobboboonee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2395" ; + skos:prefLabel "Cobon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2396" ; + skos:prefLabel "Cobra Killuc" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2397" ; + skos:prefLabel "Cobram" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2398" ; + skos:prefLabel "Cobungra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2399" ; + skos:prefLabel "Cocamba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2400" ; + skos:prefLabel "Cocomah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2401" ; + skos:prefLabel "Cocoroc" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2402" ; + skos:prefLabel "Codrington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2403" ; + skos:prefLabel "Cohuna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2404" ; + skos:prefLabel "Coimadai" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2405" ; + skos:prefLabel "Colac" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2406" ; + skos:prefLabel "Colac Colac" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2407" ; + skos:prefLabel "Colbinabbin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2408" ; + skos:prefLabel "Coleraine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2409" ; + skos:prefLabel "Coliban" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2410" ; + skos:prefLabel "Colignan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2411" ; + skos:prefLabel "Colongulac" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2412" ; + skos:prefLabel "Colquhoun" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2413" ; + skos:prefLabel "Colquhoun East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2414" ; + skos:prefLabel "Colquhoun North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2415" ; + skos:prefLabel "Colvinsby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2416" ; + skos:prefLabel "Combienbar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2417" ; + skos:prefLabel "Commeralghip" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2418" ; + skos:prefLabel "Concongella" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2419" ; + skos:prefLabel "Concongella South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2420" ; + skos:prefLabel "Condah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2421" ; + skos:prefLabel "Conewarre" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2422" ; + skos:prefLabel "Conga Wonga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2423" ; + skos:prefLabel "Congupna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2424" ; + skos:prefLabel "Connangorach" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2425" ; + skos:prefLabel "Connewarren" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2426" ; + skos:prefLabel "Connewirrecoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2427" ; + skos:prefLabel "Cooack" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2428" ; + skos:prefLabel "Cooaggalah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2429" ; + skos:prefLabel "Coolebarghurk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2430" ; + skos:prefLabel "Coolumbooka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2431" ; + skos:prefLabel "Coolungoolun" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2432" ; + skos:prefLabel "Coolungubra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2433" ; + skos:prefLabel "Cooma" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2434" ; + skos:prefLabel "Coomboona" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2435" ; + skos:prefLabel "Coongulla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2436" ; + skos:prefLabel "Coongulmerang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2437" ; + skos:prefLabel "Coonimur" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2438" ; + skos:prefLabel "Coonooer East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2439" ; + skos:prefLabel "Coonooer West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2440" ; + skos:prefLabel "Coopracambra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2441" ; + skos:prefLabel "Cooramook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2442" ; + skos:prefLabel "Cooriejong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2443" ; + skos:prefLabel "Coornburt" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2444" ; + skos:prefLabel "Coornmill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2445" ; + skos:prefLabel "Cooroopajerrup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2446" ; + skos:prefLabel "Copi Plains" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2447" ; + skos:prefLabel "Corack" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2448" ; + skos:prefLabel "Corack East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2449" ; + skos:prefLabel "Coradjil" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2450" ; + skos:prefLabel "Corangamite" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2451" ; + skos:prefLabel "Corea" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2452" ; + skos:prefLabel "Corindhap" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2453" ; + skos:prefLabel "Corinella" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2454" ; + skos:prefLabel "Corio" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2455" ; + skos:prefLabel "Cornella" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2456" ; + skos:prefLabel "Corop" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2457" ; + skos:prefLabel "Corryong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2458" ; + skos:prefLabel "Costerfield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2459" ; + skos:prefLabel "Cowa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2460" ; + skos:prefLabel "Coynallan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2461" ; + skos:prefLabel "Craigie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2462" ; + skos:prefLabel "Cranbourne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2463" ; + skos:prefLabel "Cressy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2464" ; + skos:prefLabel "Creswick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2465" ; + skos:prefLabel "Cronomby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2466" ; + skos:prefLabel "Crookayan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2467" ; + skos:prefLabel "Crosbie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2468" ; + skos:prefLabel "Crowlands" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2469" ; + skos:prefLabel "Croxton East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2470" ; + skos:prefLabel "Croxton West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2471" ; + skos:prefLabel "Cudgewa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2472" ; + skos:prefLabel "Cundare" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2473" ; + skos:prefLabel "Curlip" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2474" ; + skos:prefLabel "Curracurt" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2475" ; + skos:prefLabel "Currawa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2476" ; + skos:prefLabel "Curtayne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2477" ; + skos:prefLabel "Curyo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2478" ; + skos:prefLabel "Cut-Paw-Paw" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2479" ; + skos:prefLabel "Daahl" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2480" ; + skos:prefLabel "Daalko" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2481" ; + skos:prefLabel "Dahwedarre" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2482" ; + skos:prefLabel "Dalyenong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2483" ; + skos:prefLabel "Dandenong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2484" ; + skos:prefLabel "Dandongadale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2485" ; + skos:prefLabel "Danyo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2486" ; + skos:prefLabel "Darbalang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2487" ; + skos:prefLabel "Dargalong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2488" ; + skos:prefLabel "Dargile" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2489" ; + skos:prefLabel "Dargo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2490" ; + skos:prefLabel "Darkbonee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2491" ; + skos:prefLabel "Darlingford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2492" ; + skos:prefLabel "Darlington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2493" ; + skos:prefLabel "Darlington West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2494" ; + skos:prefLabel "Darnum" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2495" ; + skos:prefLabel "Darragan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2496" ; + skos:prefLabel "Darraweit Guim" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2497" ; + skos:prefLabel "Darriman" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2498" ; + skos:prefLabel "Darriwil" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2499" ; + skos:prefLabel "Dartagook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2500" ; + skos:prefLabel "Dartella" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2501" ; + skos:prefLabel "Dartmoor" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2502" ; + skos:prefLabel "Dattuck" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2503" ; + skos:prefLabel "Dean" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2504" ; + skos:prefLabel "Deddick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2505" ; + skos:prefLabel "Dederang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2506" ; + skos:prefLabel "Delatite" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2507" ; + skos:prefLabel "Dellicknora" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2508" ; + skos:prefLabel "Denison" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2509" ; + skos:prefLabel "Dennying" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2510" ; + skos:prefLabel "Derby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2511" ; + skos:prefLabel "Dereel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2512" ; + skos:prefLabel "Dergholm" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2513" ; + skos:prefLabel "Dering" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2514" ; + skos:prefLabel "Derndang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2515" ; + skos:prefLabel "Derril" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2516" ; + skos:prefLabel "Derrimut" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2517" ; + skos:prefLabel "Detarka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2518" ; + skos:prefLabel "Deutgam" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2519" ; + skos:prefLabel "Devenish" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2520" ; + skos:prefLabel "Devon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2521" ; + skos:prefLabel "Dewrang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2522" ; + skos:prefLabel "Digby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2523" ; + skos:prefLabel "Diggorra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2524" ; + skos:prefLabel "Dimboola" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2525" ; + skos:prefLabel "Ding-A-Ding" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2526" ; + skos:prefLabel "Dingee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2527" ; + skos:prefLabel "Dinyarrak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2528" ; + skos:prefLabel "Djerriwarrh" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2529" ; + skos:prefLabel "Doboobetic" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2530" ; + skos:prefLabel "Doledrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2531" ; + skos:prefLabel "Dollin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2532" ; + skos:prefLabel "Donald" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2533" ; + skos:prefLabel "Doodwuk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2534" ; + skos:prefLabel "Dooen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2535" ; + skos:prefLabel "Dookie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2536" ; + skos:prefLabel "Doolam" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2537" ; + skos:prefLabel "Doomburrim" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2538" ; + skos:prefLabel "Dopewora" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2539" ; + skos:prefLabel "Dorchap" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2540" ; + skos:prefLabel "Doroq" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2541" ; + skos:prefLabel "Doutta Galla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2542" ; + skos:prefLabel "Dowling Forest" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2543" ; + skos:prefLabel "Drajurk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2544" ; + skos:prefLabel "Dreeite" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2545" ; + skos:prefLabel "Drik Drik" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2546" ; + skos:prefLabel "Dropmore" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2547" ; + skos:prefLabel "Drouin East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2548" ; + skos:prefLabel "Drouin West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2549" ; + skos:prefLabel "Drumanure" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2550" ; + skos:prefLabel "Drumborg" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2551" ; + skos:prefLabel "Drumdlemara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2552" ; + skos:prefLabel "Drummond" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2553" ; + skos:prefLabel "Drung Drung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2554" ; + skos:prefLabel "Duchembegarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2555" ; + skos:prefLabel "Duddo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2556" ; + skos:prefLabel "Dueran" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2557" ; + skos:prefLabel "Dueran East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2558" ; + skos:prefLabel "Dulungalong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2559" ; + skos:prefLabel "Dumbalk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2560" ; + skos:prefLabel "Dunbulbalane" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2561" ; + skos:prefLabel "Duneed" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2562" ; + skos:prefLabel "Dunkeld" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2563" ; + skos:prefLabel "Dunmore" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2564" ; + skos:prefLabel "Dunmunkle" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2565" ; + skos:prefLabel "Dunnawalla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2566" ; + skos:prefLabel "Dunneworthy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2567" ; + skos:prefLabel "Dunolly" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2568" ; + skos:prefLabel "Durdidwarrah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2569" ; + skos:prefLabel "Durndal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2570" ; + skos:prefLabel "Durong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2571" ; + skos:prefLabel "Echuca North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2572" ; + skos:prefLabel "Echuca South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2573" ; + skos:prefLabel "Ecklin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2574" ; + skos:prefLabel "Eddington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2575" ; + skos:prefLabel "Edenhope" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2576" ; + skos:prefLabel "Edgecombe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2577" ; + skos:prefLabel "Edi" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2578" ; + skos:prefLabel "Egerton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2579" ; + skos:prefLabel "Eglinton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2580" ; + skos:prefLabel "Eildon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2581" ; + skos:prefLabel "Eilyar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2582" ; + skos:prefLabel "El Dorado" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2583" ; + skos:prefLabel "Elingamite" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2584" ; + skos:prefLabel "Ellerslie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2585" ; + skos:prefLabel "Ellesmere" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2586" ; + skos:prefLabel "Elliminyt" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2587" ; + skos:prefLabel "Ellinging" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2588" ; + skos:prefLabel "Elmore" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2589" ; + skos:prefLabel "Elphinstone" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2590" ; + skos:prefLabel "Emberton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2591" ; + skos:prefLabel "Enano" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2592" ; + skos:prefLabel "Enfield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2593" ; + skos:prefLabel "Enochs Point" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2594" ; + skos:prefLabel "Ensay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2595" ; + skos:prefLabel "Enuc" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2596" ; + skos:prefLabel "Eppalock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2597" ; + skos:prefLabel "Ercildoun" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2598" ; + skos:prefLabel "Errinundra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2599" ; + skos:prefLabel "Estcourt" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2600" ; + skos:prefLabel "Ettrick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2601" ; + skos:prefLabel "Eucambene" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2602" ; + skos:prefLabel "Eumana" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2603" ; + skos:prefLabel "Eumemmerring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2604" ; + skos:prefLabel "Eumeralla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2605" ; + skos:prefLabel "Eurambeen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2606" ; + skos:prefLabel "Eurandelong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2607" ; + skos:prefLabel "Eureka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2608" ; + skos:prefLabel "Euroa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2609" ; + skos:prefLabel "Eversley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2610" ; + skos:prefLabel "Everton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2611" ; + skos:prefLabel "Faraday" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2612" ; + skos:prefLabel "Fingal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2613" ; + skos:prefLabel "Flinders" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2614" ; + skos:prefLabel "Flowerdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2615" ; + skos:prefLabel "Forbes" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2616" ; + skos:prefLabel "Framlingham East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2617" ; + skos:prefLabel "Framlingham West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2618" ; + skos:prefLabel "Franklin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2619" ; + skos:prefLabel "Frankston" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2620" ; + skos:prefLabel "Freeburgh" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2621" ; + skos:prefLabel "French Island" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2622" ; + skos:prefLabel "Fryers" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2623" ; + skos:prefLabel "Fumina" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2624" ; + skos:prefLabel "Fumina North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2625" ; + skos:prefLabel "Gaalanungah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2626" ; + skos:prefLabel "Gabo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2627" ; + skos:prefLabel "Galaquil" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2628" ; + skos:prefLabel "Galick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2629" ; + skos:prefLabel "Galla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2630" ; + skos:prefLabel "Galpunga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2631" ; + skos:prefLabel "Gama" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2632" ; + skos:prefLabel "Gampola" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2633" ; + skos:prefLabel "Gannawarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2634" ; + skos:prefLabel "Ganoo Ganoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2635" ; + skos:prefLabel "Garratanbunell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2636" ; + skos:prefLabel "Garvoc" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2637" ; + skos:prefLabel "Gatum Gatum" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2638" ; + skos:prefLabel "Gayfield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2639" ; + skos:prefLabel "Geelengla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2640" ; + skos:prefLabel "Geera" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2641" ; + skos:prefLabel "Geerak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2642" ; + skos:prefLabel "Gelantipy East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2643" ; + skos:prefLabel "Gelantipy West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2644" ; + skos:prefLabel "Gellibrand" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2645" ; + skos:prefLabel "Gembrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2646" ; + skos:prefLabel "Gerahmin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2647" ; + skos:prefLabel "Gerangamete" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2648" ; + skos:prefLabel "Gerang Gerung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2649" ; + skos:prefLabel "Gherang Gherang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2650" ; + skos:prefLabel "Gherineghap" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2651" ; + skos:prefLabel "Ghin Ghin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2652" ; + skos:prefLabel "Gibbo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2653" ; + skos:prefLabel "Giffard" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2654" ; + skos:prefLabel "Gillingall" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2655" ; + skos:prefLabel "Gillum" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2656" ; + skos:prefLabel "Gimpa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2657" ; + skos:prefLabel "Ginap" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2658" ; + skos:prefLabel "Gingimrick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2659" ; + skos:prefLabel "Ginquam" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2660" ; + skos:prefLabel "Girgarre" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2661" ; + skos:prefLabel "Girgarre East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2662" ; + skos:prefLabel "Gisborne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2663" ; + skos:prefLabel "Glenaladale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2664" ; + skos:prefLabel "Glenalbyn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2665" ; + skos:prefLabel "Glenaroua" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2666" ; + skos:prefLabel "Glenaulin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2667" ; + skos:prefLabel "Glenburnie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2668" ; + skos:prefLabel "Glencoe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2669" ; + skos:prefLabel "Glencoe South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2670" ; + skos:prefLabel "Glendale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2671" ; + skos:prefLabel "Glendaruel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2672" ; + skos:prefLabel "Glendhu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2673" ; + skos:prefLabel "Glenelg" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2674" ; + skos:prefLabel "Glengower" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2675" ; + skos:prefLabel "Glenhope" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2676" ; + skos:prefLabel "Glenlogie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2677" ; + skos:prefLabel "Glenloth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2678" ; + skos:prefLabel "Glenlyon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2679" ; + skos:prefLabel "Glenmaggie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2680" ; + skos:prefLabel "Glenmona" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2681" ; + skos:prefLabel "Glenmore" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2682" ; + skos:prefLabel "Glenorchy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2683" ; + skos:prefLabel "Glenormiston" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2684" ; + skos:prefLabel "Glenpatrick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2685" ; + skos:prefLabel "Glenrowen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2686" ; + skos:prefLabel "Glenwatts" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2687" ; + skos:prefLabel "Glynwylln" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2688" ; + skos:prefLabel "Gnarkeet" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2689" ; + skos:prefLabel "Gnarr" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2690" ; + skos:prefLabel "Gnarwarre" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2691" ; + skos:prefLabel "Gnarwee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2692" ; + skos:prefLabel "Gobarup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2693" ; + skos:prefLabel "Gobur" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2694" ; + skos:prefLabel "Goldie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2695" ; + skos:prefLabel "Golton Golton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2696" ; + skos:prefLabel "Gonzaga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2697" ; + skos:prefLabel "Goolengook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2698" ; + skos:prefLabel "Goomalibee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2699" ; + skos:prefLabel "Goonegul" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2700" ; + skos:prefLabel "Goongee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2701" ; + skos:prefLabel "Goongerah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2702" ; + skos:prefLabel "Goon Nure" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2703" ; + skos:prefLabel "Gooramadda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2704" ; + skos:prefLabel "Goorambat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2705" ; + skos:prefLabel "Gooram Gooram Gong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2706" ; + skos:prefLabel "Goornong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2707" ; + skos:prefLabel "Gorae" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2708" ; + skos:prefLabel "Goroke" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2709" ; + skos:prefLabel "Gorong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2710" ; + skos:prefLabel "Gorrinn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2711" ; + skos:prefLabel "Gorrockburkghap" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2712" ; + skos:prefLabel "Gorya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2713" ; + skos:prefLabel "Goulburn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2714" ; + skos:prefLabel "Gowangardie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2715" ; + skos:prefLabel "Gowar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2716" ; + skos:prefLabel "Goyura" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2717" ; + skos:prefLabel "Gracedale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2718" ; + skos:prefLabel "Graham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2719" ; + skos:prefLabel "Granton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2720" ; + skos:prefLabel "Granya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2721" ; + skos:prefLabel "Grassdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2722" ; + skos:prefLabel "Gredgwin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2723" ; + skos:prefLabel "Greenhills" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2724" ; + skos:prefLabel "Greensborough" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2725" ; + skos:prefLabel "Gre Gre" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2726" ; + skos:prefLabel "Greta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2727" ; + skos:prefLabel "Gringegalgona" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2728" ; + skos:prefLabel "Gritjurk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2729" ; + skos:prefLabel "Gruyere" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2730" ; + skos:prefLabel "Guildford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2731" ; + skos:prefLabel "Gunamalary" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2732" ; + skos:prefLabel "Gunbower" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2733" ; + skos:prefLabel "Gunbower West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2734" ; + skos:prefLabel "Gundowring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2735" ; + skos:prefLabel "Gungarlan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2736" ; + skos:prefLabel "Gunyah Gunyah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2737" ; + skos:prefLabel "Gutchu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2738" ; + skos:prefLabel "Guttamurra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2739" ; + skos:prefLabel "Gymbowen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2740" ; + skos:prefLabel "Haddon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2741" ; + skos:prefLabel "Hamilton North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2742" ; + skos:prefLabel "Hamilton South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2743" ; + skos:prefLabel "Harcourt" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2744" ; + skos:prefLabel "Harrietville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2745" ; + skos:prefLabel "Harrow" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2746" ; + skos:prefLabel "Havelock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2747" ; + skos:prefLabel "Hawkestone" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2748" ; + skos:prefLabel "Hayanmi" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2749" ; + skos:prefLabel "Hazelwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2750" ; + skos:prefLabel "Heathcote" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2751" ; + skos:prefLabel "Helendoite" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2752" ; + skos:prefLabel "Hensley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2753" ; + skos:prefLabel "Hesse" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2754" ; + skos:prefLabel "Hexham East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2755" ; + skos:prefLabel "Hexham West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2756" ; + skos:prefLabel "Heywood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2757" ; + skos:prefLabel "Hilgay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2758" ; + skos:prefLabel "Hindmarsh" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2759" ; + skos:prefLabel "Hinno-Munjie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2760" ; + skos:prefLabel "Holcombe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2761" ; + skos:prefLabel "Holden" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2762" ; + skos:prefLabel "Holey Plains" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2763" ; + skos:prefLabel "Homerton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2764" ; + skos:prefLabel "Horsham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2765" ; + skos:prefLabel "Hotham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2766" ; + skos:prefLabel "Hotspur" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2767" ; + skos:prefLabel "Howitt Plains" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2768" ; + skos:prefLabel "Howqua" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2769" ; + skos:prefLabel "Howqua West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2770" ; + skos:prefLabel "Huntly" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2771" ; + skos:prefLabel "Illawarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2772" ; + skos:prefLabel "Indi" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2773" ; + skos:prefLabel "Ingeegoodbee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2774" ; + skos:prefLabel "Inglewood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2775" ; + skos:prefLabel "Irrewarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2776" ; + skos:prefLabel "Irrewillipe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2777" ; + skos:prefLabel "Jallakin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2778" ; + skos:prefLabel "Jallukar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2779" ; + skos:prefLabel "Jalur" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2780" ; + skos:prefLabel "Jamieson" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2781" ; + skos:prefLabel "Jancourt" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2782" ; + skos:prefLabel "Janiember East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2783" ; + skos:prefLabel "Janiember West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2784" ; + skos:prefLabel "Jan Juc" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2785" ; + skos:prefLabel "Jarklan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2786" ; + skos:prefLabel "Jeeralang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2787" ; + skos:prefLabel "Jeetho" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2788" ; + skos:prefLabel "Jeetho West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2789" ; + skos:prefLabel "Jeffcott" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2790" ; + skos:prefLabel "Jellalabad" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2791" ; + skos:prefLabel "Jemba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2792" ; + skos:prefLabel "Jennawarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2793" ; + skos:prefLabel "Jeparit" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2794" ; + skos:prefLabel "Jerrywarook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2795" ; + skos:prefLabel "Jeruk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2796" ; + skos:prefLabel "Jika Jika" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2797" ; + skos:prefLabel "Jil Jil" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2798" ; + skos:prefLabel "Jilpanger" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2799" ; + skos:prefLabel "Jilwain" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2800" ; + skos:prefLabel "Jinderboine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2801" ; + skos:prefLabel "Jindivick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2802" ; + skos:prefLabel "Jingallala" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2803" ; + skos:prefLabel "Jinjellic" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2804" ; + skos:prefLabel "Jirnkee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2805" ; + skos:prefLabel "Jirrah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2806" ; + skos:prefLabel "Joel Joel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2807" ; + skos:prefLabel "Joop" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2808" ; + skos:prefLabel "Jumbuk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2809" ; + skos:prefLabel "Jumbunna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2810" ; + skos:prefLabel "Jumbunna East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2811" ; + skos:prefLabel "Jung Jung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2812" ; + skos:prefLabel "Jungkum" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2813" ; + skos:prefLabel "Kaanglang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2814" ; + skos:prefLabel "Kaarimba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2815" ; + skos:prefLabel "Kadnook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2816" ; + skos:prefLabel "Kaerwut" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2817" ; + skos:prefLabel "Kaladbro" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2818" ; + skos:prefLabel "Kalingur" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2819" ; + skos:prefLabel "Kalkallo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2820" ; + skos:prefLabel "Kalkee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2821" ; + skos:prefLabel "Kalk Kalk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2822" ; + skos:prefLabel "Kallery" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2823" ; + skos:prefLabel "Kalpienung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2824" ; + skos:prefLabel "Kalymna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2825" ; + skos:prefLabel "Kamarooka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2826" ; + skos:prefLabel "Kanawalla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2827" ; + skos:prefLabel "Kanawinka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2828" ; + skos:prefLabel "Kancobin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2829" ; + skos:prefLabel "Kaneira" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2830" ; + skos:prefLabel "Kangderaar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2831" ; + skos:prefLabel "Kangerong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2832" ; + skos:prefLabel "Kangertong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2833" ; + skos:prefLabel "Kaniva" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2834" ; + skos:prefLabel "Kanyapella" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2835" ; + skos:prefLabel "Kapong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2836" ; + skos:prefLabel "Karabeal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2837" ; + skos:prefLabel "Karadoc" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2838" ; + skos:prefLabel "Karawah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2839" ; + skos:prefLabel "Karawinna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2840" ; + skos:prefLabel "Kariah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2841" ; + skos:prefLabel "Karlo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2842" ; + skos:prefLabel "Karnak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2843" ; + skos:prefLabel "Karngun" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2844" ; + skos:prefLabel "Karrabumet" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2845" ; + skos:prefLabel "Karramomus" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2846" ; + skos:prefLabel "Karup Karup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2847" ; + skos:prefLabel "Karween" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2848" ; + skos:prefLabel "Karyrie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2849" ; + skos:prefLabel "Katamatite" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2850" ; + skos:prefLabel "Katandra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2851" ; + skos:prefLabel "Kattyoong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2852" ; + skos:prefLabel "Katunga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2853" ; + skos:prefLabel "Katyil" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2854" ; + skos:prefLabel "Kay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2855" ; + skos:prefLabel "Keelangie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2856" ; + skos:prefLabel "Keelbundora" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2857" ; + skos:prefLabel "Keilambete" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2858" ; + skos:prefLabel "Kelfeera" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2859" ; + skos:prefLabel "Kellalac" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2860" ; + skos:prefLabel "Kenmare" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2861" ; + skos:prefLabel "Kentbruck" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2862" ; + skos:prefLabel "Kerang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2863" ; + skos:prefLabel "Kergunyah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2864" ; + skos:prefLabel "Kergunyah North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2865" ; + skos:prefLabel "Kerrie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2866" ; + skos:prefLabel "Kerrisdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2867" ; + skos:prefLabel "Kerrit Bareet" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2868" ; + skos:prefLabel "Kevington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2869" ; + skos:prefLabel "Kewell East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2870" ; + skos:prefLabel "Kewell West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2871" ; + skos:prefLabel "Kia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2872" ; + skos:prefLabel "Kialla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2873" ; + skos:prefLabel "Kianeek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2874" ; + skos:prefLabel "Kiata" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2875" ; + skos:prefLabel "Killara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2876" ; + skos:prefLabel "Killawarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2877" ; + skos:prefLabel "Killingworth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2878" ; + skos:prefLabel "Kilnoorat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2879" ; + skos:prefLabel "Kimbolton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2880" ; + skos:prefLabel "Kinabulla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2881" ; + skos:prefLabel "Kinglake" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2882" ; + skos:prefLabel "Kingower" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2883" ; + skos:prefLabel "Kinimakatka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2884" ; + skos:prefLabel "Kinkella" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2885" ; + skos:prefLabel "Kinypanial" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2886" ; + skos:prefLabel "Kiora" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2887" ; + skos:prefLabel "Kirkella" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2888" ; + skos:prefLabel "Kirkenong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2889" ; + skos:prefLabel "Kirrak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2890" ; + skos:prefLabel "Knaawing" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2891" ; + skos:prefLabel "Knockwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2892" ; + skos:prefLabel "Knowsley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2893" ; + skos:prefLabel "Knowsley East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2894" ; + skos:prefLabel "Kobyboyn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2895" ; + skos:prefLabel "Koetong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2896" ; + skos:prefLabel "Koimbo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2897" ; + skos:prefLabel "Koleya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2898" ; + skos:prefLabel "Kolora" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2899" ; + skos:prefLabel "Konardin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2900" ; + skos:prefLabel "Kongbool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2901" ; + skos:prefLabel "Kongwak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2902" ; + skos:prefLabel "Konnepra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2903" ; + skos:prefLabel "Konong Wootong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2904" ; + skos:prefLabel "Kooem" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2905" ; + skos:prefLabel "Koola" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2906" ; + skos:prefLabel "Koolomert" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2907" ; + skos:prefLabel "Koomberar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2908" ; + skos:prefLabel "Koonda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2909" ; + skos:prefLabel "Koonika" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2910" ; + skos:prefLabel "Koonik Koonik" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2911" ; + skos:prefLabel "Kooragan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2912" ; + skos:prefLabel "Koorangie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2913" ; + skos:prefLabel "Kooreh" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2914" ; + skos:prefLabel "Koorkab" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2915" ; + skos:prefLabel "Kooroc" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2916" ; + skos:prefLabel "Koorool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2917" ; + skos:prefLabel "Koorooman" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2918" ; + skos:prefLabel "Kooroon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2919" ; + skos:prefLabel "Koort-Koort-Nong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2920" ; + skos:prefLabel "Koo-Wee-Rup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2921" ; + skos:prefLabel "Koo-Wee-Rup East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2922" ; + skos:prefLabel "Korkuperrimul" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2923" ; + skos:prefLabel "Kornong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2924" ; + skos:prefLabel "Koro-Ganeit" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2925" ; + skos:prefLabel "Koroit" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2926" ; + skos:prefLabel "Korong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2927" ; + skos:prefLabel "Kororoit" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2928" ; + skos:prefLabel "Korrak Korrak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2929" ; + skos:prefLabel "Korumburra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2930" ; + skos:prefLabel "Korweinguboora" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2931" ; + skos:prefLabel "Kosciusko" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2932" ; + skos:prefLabel "Kotupna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2933" ; + skos:prefLabel "Kout Narin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2934" ; + skos:prefLabel "Kowat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2935" ; + skos:prefLabel "Koyuga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2936" ; + skos:prefLabel "Krambruk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2937" ; + skos:prefLabel "Kuark" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2938" ; + skos:prefLabel "Kulk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2939" ; + skos:prefLabel "Kulkyne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2940" ; + skos:prefLabel "Kulwin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2941" ; + skos:prefLabel "Kunat Kunat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2942" ; + skos:prefLabel "Kurdgweechee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2943" ; + skos:prefLabel "Kurnbrunin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2944" ; + skos:prefLabel "Kurnwill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2945" ; + skos:prefLabel "Kurraca" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2946" ; + skos:prefLabel "Kurting" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2947" ; + skos:prefLabel "Kuruc-A-Ruc" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2948" ; + skos:prefLabel "Kyabram" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2949" ; + skos:prefLabel "Kyabram East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2950" ; + skos:prefLabel "Kybeyan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2951" ; + skos:prefLabel "Laanecoorie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2952" ; + skos:prefLabel "Laang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2953" ; + skos:prefLabel "Laceby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2954" ; + skos:prefLabel "Laen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2955" ; + skos:prefLabel "Lah-Arum" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2956" ; + skos:prefLabel "Lake Lake Wollard" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2957" ; + skos:prefLabel "Lalbert" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2958" ; + skos:prefLabel "Lalkaldarno" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2959" ; + skos:prefLabel "Lal Lal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2960" ; + skos:prefLabel "Lallat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2961" ; + skos:prefLabel "Lambruk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2962" ; + skos:prefLabel "Lancefield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2963" ; + skos:prefLabel "Landsborough" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2964" ; + skos:prefLabel "Langi-Ghiran" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2965" ; + skos:prefLabel "Langi-Kal-Kal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2966" ; + skos:prefLabel "Langi Logan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2967" ; + skos:prefLabel "Langkoop" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2968" ; + skos:prefLabel "Lang Lang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2969" ; + skos:prefLabel "Lang Lang East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2970" ; + skos:prefLabel "Langley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2971" ; + skos:prefLabel "Langulac" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2972" ; + skos:prefLabel "Langwarrin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2973" ; + skos:prefLabel "Langwornor" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2974" ; + skos:prefLabel "Lara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2975" ; + skos:prefLabel "Larneebunyah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2976" ; + skos:prefLabel "Larundel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2977" ; + skos:prefLabel "La Trobe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2978" ; + skos:prefLabel "Lauraville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2979" ; + skos:prefLabel "Lauriston" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2980" ; + skos:prefLabel "Lawaluk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2981" ; + skos:prefLabel "Lawloit" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2982" ; + skos:prefLabel "Lazarini" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2983" ; + skos:prefLabel "Leaghur" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2984" ; + skos:prefLabel "Ledcourt" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2985" ; + skos:prefLabel "Leeor" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2986" ; + skos:prefLabel "Leichardt" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2987" ; + skos:prefLabel "Leongatha" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2988" ; + skos:prefLabel "Lexington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2989" ; + skos:prefLabel "Lexton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2990" ; + skos:prefLabel "Lianiduck" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2991" ; + skos:prefLabel "Licola" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2992" ; + skos:prefLabel "Licola North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2993" ; + skos:prefLabel "Ligar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2994" ; + skos:prefLabel "Lillicur" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2995" ; + skos:prefLabel "Lillimur" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2996" ; + skos:prefLabel "Lilliput" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2997" ; + skos:prefLabel "Lillirie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2998" ; + skos:prefLabel "Lima" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2999" ; + skos:prefLabel "Linlithgow" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3000" ; + skos:prefLabel "Linton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3001" ; + skos:prefLabel "Liparoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3002" ; + skos:prefLabel "Lismore" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3003" ; + skos:prefLabel "Little Billy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3004" ; + skos:prefLabel "Livingstone" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3005" ; + skos:prefLabel "Lochiel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3006" ; + skos:prefLabel "Lockwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3007" ; + skos:prefLabel "Loddon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3008" ; + skos:prefLabel "Lodge Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3009" ; + skos:prefLabel "Longerenong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3010" ; + skos:prefLabel "Longford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3011" ; + skos:prefLabel "Longwarry" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3012" ; + skos:prefLabel "Longwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3013" ; + skos:prefLabel "Loomat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3014" ; + skos:prefLabel "Loongelaat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3015" ; + skos:prefLabel "Lorne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3016" ; + skos:prefLabel "Lorquon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3017" ; + skos:prefLabel "Lowan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3018" ; + skos:prefLabel "Lowry" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3019" ; + skos:prefLabel "Loyola" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3020" ; + skos:prefLabel "Loy Yang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3021" ; + skos:prefLabel "Ludrik-Munjie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3022" ; + skos:prefLabel "Lurg" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3023" ; + skos:prefLabel "Lyell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3024" ; + skos:prefLabel "Lynchfield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3025" ; + skos:prefLabel "Lyndhurst" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3026" ; + skos:prefLabel "Macarthur" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3027" ; + skos:prefLabel "Macedon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3028" ; + skos:prefLabel "Macorna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3029" ; + skos:prefLabel "Maffra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3030" ; + skos:prefLabel "Magdala" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3031" ; + skos:prefLabel "Magdala South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3032" ; + skos:prefLabel "Mageppa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3033" ; + skos:prefLabel "Magorra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3034" ; + skos:prefLabel "Maharatta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3035" ; + skos:prefLabel "Mahkwallok" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3036" ; + skos:prefLabel "Mahrong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3037" ; + skos:prefLabel "Maindample" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3038" ; + skos:prefLabel "Maintongoon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3039" ; + skos:prefLabel "Majorlock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3040" ; + skos:prefLabel "Malakoff" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3041" ; + skos:prefLabel "Malanganee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3042" ; + skos:prefLabel "Maldon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3043" ; + skos:prefLabel "Malkara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3044" ; + skos:prefLabel "Mallacoota" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3045" ; + skos:prefLabel "Mallanbool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3046" ; + skos:prefLabel "Malloren" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3047" ; + skos:prefLabel "Mambourin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3048" ; + skos:prefLabel "Mamengoroock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3049" ; + skos:prefLabel "Manangatang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3050" ; + skos:prefLabel "Manango" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3051" ; + skos:prefLabel "Mandurang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3052" ; + skos:prefLabel "Maneroo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3053" ; + skos:prefLabel "Mangalore" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3054" ; + skos:prefLabel "Mannibadar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3055" ; + skos:prefLabel "Manpy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3056" ; + skos:prefLabel "Mansfield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3057" ; + skos:prefLabel "Manya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3058" ; + skos:prefLabel "Maramingo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3059" ; + skos:prefLabel "Mardan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3060" ; + skos:prefLabel "Margooya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3061" ; + skos:prefLabel "Maribyrnong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3062" ; + skos:prefLabel "Marida Yallock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3063" ; + skos:prefLabel "Marlbed" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3064" ; + skos:prefLabel "Marlooh" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3065" ; + skos:prefLabel "Marma" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3066" ; + skos:prefLabel "Marmal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3067" ; + skos:prefLabel "Marnoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3068" ; + skos:prefLabel "Marong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3069" ; + skos:prefLabel "Marraweeny" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3070" ; + skos:prefLabel "Marroo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3071" ; + skos:prefLabel "Maryborough" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3072" ; + skos:prefLabel "Maryvale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3073" ; + skos:prefLabel "Matlock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3074" ; + skos:prefLabel "Matong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3075" ; + skos:prefLabel "Matong North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3076" ; + skos:prefLabel "Meatian" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3077" ; + skos:prefLabel "Meeniyan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3078" ; + skos:prefLabel "Meerai" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3079" ; + skos:prefLabel "Meereek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3080" ; + skos:prefLabel "Meering" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3081" ; + skos:prefLabel "Meering West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3082" ; + skos:prefLabel "Meerlieu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3083" ; + skos:prefLabel "Melbourne North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3084" ; + skos:prefLabel "Melbourne South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3085" ; + skos:prefLabel "Mellick-Munjie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3086" ; + skos:prefLabel "Mellier" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3087" ; + skos:prefLabel "Mepunga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3088" ; + skos:prefLabel "Meran" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3089" ; + skos:prefLabel "Merbein" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3090" ; + skos:prefLabel "Meredith" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3091" ; + skos:prefLabel "Meringur" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3092" ; + skos:prefLabel "Merino" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3093" ; + skos:prefLabel "Merriang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3094" ; + skos:prefLabel "Merrijig" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3095" ; + skos:prefLabel "Merrimu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3096" ; + skos:prefLabel "Merrinee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3097" ; + skos:prefLabel "Merrymbuela" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3098" ; + skos:prefLabel "Merton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3099" ; + skos:prefLabel "Metcalfe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3100" ; + skos:prefLabel "Mickleham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3101" ; + skos:prefLabel "Miepoll" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3102" ; + skos:prefLabel "Mildura" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3103" ; + skos:prefLabel "Millewa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3104" ; + skos:prefLabel "Milloo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3105" ; + skos:prefLabel "Milmed" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3106" ; + skos:prefLabel "Minapre" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3107" ; + skos:prefLabel "Mincha" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3108" ; + skos:prefLabel "Mincha West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3109" ; + skos:prefLabel "Mindai" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3110" ; + skos:prefLabel "Minhamite" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3111" ; + skos:prefLabel "Minimay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3112" ; + skos:prefLabel "Mininera" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3113" ; + skos:prefLabel "Minjah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3114" ; + skos:prefLabel "Minjah North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3115" ; + skos:prefLabel "Minook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3116" ; + skos:prefLabel "Minto" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3117" ; + skos:prefLabel "Miowera" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3118" ; + skos:prefLabel "Mirampiram" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3119" ; + skos:prefLabel "Mirboo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3120" ; + skos:prefLabel "Mirboo South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3121" ; + skos:prefLabel "Mirimbah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3122" ; + skos:prefLabel "Mirkoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3123" ; + skos:prefLabel "Mirnee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3124" ; + skos:prefLabel "Mirranatwa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3125" ; + skos:prefLabel "Mitchell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3126" ; + skos:prefLabel "Mitiamo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3127" ; + skos:prefLabel "Mitta Mitta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3128" ; + skos:prefLabel "Mittyack" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3129" ; + skos:prefLabel "Mittyan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3130" ; + skos:prefLabel "Moah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3131" ; + skos:prefLabel "Moallaack" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3132" ; + skos:prefLabel "Mocamboro" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3133" ; + skos:prefLabel "Mockinya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3134" ; + skos:prefLabel "Modewarre" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3135" ; + skos:prefLabel "Moe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3136" ; + skos:prefLabel "Moglonemby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3137" ; + skos:prefLabel "Mohican" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3138" ; + skos:prefLabel "Moira" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3139" ; + skos:prefLabel "Mokanger" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3140" ; + skos:prefLabel "Mokepilly" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3141" ; + skos:prefLabel "Mokoan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3142" ; + skos:prefLabel "Molesworth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3143" ; + skos:prefLabel "Moliagul" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3144" ; + skos:prefLabel "Molka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3145" ; + skos:prefLabel "Mologa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3146" ; + skos:prefLabel "Monbulk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3147" ; + skos:prefLabel "Monda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3148" ; + skos:prefLabel "Monea North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3149" ; + skos:prefLabel "Monea South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3150" ; + skos:prefLabel "Monegeetta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3151" ; + skos:prefLabel "Monivae" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3152" ; + skos:prefLabel "Monomak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3153" ; + skos:prefLabel "Moolap" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3154" ; + skos:prefLabel "Moolerr" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3155" ; + skos:prefLabel "Moolort" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3156" ; + skos:prefLabel "Moolpah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3157" ; + skos:prefLabel "Moomowroong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3158" ; + skos:prefLabel "Moondarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3159" ; + skos:prefLabel "Moonip" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3160" ; + skos:prefLabel "Moonkan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3161" ; + skos:prefLabel "Moonlight" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3162" ; + skos:prefLabel "Moora" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3163" ; + skos:prefLabel "Moorabbin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3164" ; + skos:prefLabel "Mooradoranook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3165" ; + skos:prefLabel "Mooralla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3166" ; + skos:prefLabel "Moorarbool East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3167" ; + skos:prefLabel "Moorarbool West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3168" ; + skos:prefLabel "Moorbanool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3169" ; + skos:prefLabel "Mooree" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3170" ; + skos:prefLabel "Moormbool East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3171" ; + skos:prefLabel "Moormbool West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3172" ; + skos:prefLabel "Moormurng" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3173" ; + skos:prefLabel "Moornapa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3174" ; + skos:prefLabel "Moorngag" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3175" ; + skos:prefLabel "Moorooduc" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3176" ; + skos:prefLabel "Mooroolbark" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3177" ; + skos:prefLabel "Mooroopna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3178" ; + skos:prefLabel "Mooroopna West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3179" ; + skos:prefLabel "Moorpanyal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3180" ; + skos:prefLabel "Moortworra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3181" ; + skos:prefLabel "Moorwinstowe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3182" ; + skos:prefLabel "Moranding" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3183" ; + skos:prefLabel "Morang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3184" ; + skos:prefLabel "Moranghurk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3185" ; + skos:prefLabel "Moray" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3186" ; + skos:prefLabel "Mordialloc" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3187" ; + skos:prefLabel "Morea" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3188" ; + skos:prefLabel "Moreep" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3189" ; + skos:prefLabel "Morekana" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3190" ; + skos:prefLabel "Morkalla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3191" ; + skos:prefLabel "Morockdong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3192" ; + skos:prefLabel "Moroka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3193" ; + skos:prefLabel "Morrl Morrl" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3194" ; + skos:prefLabel "Mortat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3195" ; + skos:prefLabel "Mortchup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3196" ; + skos:prefLabel "Mortlake" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3197" ; + skos:prefLabel "Mostyn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3198" ; + skos:prefLabel "Mount Cole" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3199" ; + skos:prefLabel "Mournpoul" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3200" ; + skos:prefLabel "Moutajup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3201" ; + skos:prefLabel "Mouyong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3202" ; + skos:prefLabel "Mouzie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3203" ; + skos:prefLabel "Mowamba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3204" ; + skos:prefLabel "Moyangul" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3205" ; + skos:prefLabel "Moyhu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3206" ; + skos:prefLabel "Moyreisk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3207" ; + skos:prefLabel "Moyston" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3208" ; + skos:prefLabel "Moyston West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3209" ; + skos:prefLabel "Muckleford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3210" ; + skos:prefLabel "Mudgeegonga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3211" ; + skos:prefLabel "Mulcra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3212" ; + skos:prefLabel "Mulgrave" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3213" ; + skos:prefLabel "Mullagong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3214" ; + skos:prefLabel "Mullawye" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3215" ; + skos:prefLabel "Mullindolingong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3216" ; + skos:prefLabel "Mullroo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3217" ; + skos:prefLabel "Mullungdung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3218" ; + skos:prefLabel "Mumbannar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3219" ; + skos:prefLabel "Mumbel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3220" ; + skos:prefLabel "Mundoona" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3221" ; + skos:prefLabel "Muntham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3222" ; + skos:prefLabel "Murchison" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3223" ; + skos:prefLabel "Murchison North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3224" ; + skos:prefLabel "Murdeduke" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3225" ; + skos:prefLabel "Murgheboluc" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3226" ; + skos:prefLabel "Murlong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3227" ; + skos:prefLabel "Murmungee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3228" ; + skos:prefLabel "Murndal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3229" ; + skos:prefLabel "Murnungin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3230" ; + skos:prefLabel "Murrabit" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3231" ; + skos:prefLabel "Murrabit West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3232" ; + skos:prefLabel "Murramurrangbong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3233" ; + skos:prefLabel "Murrandarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3234" ; + skos:prefLabel "Murrawong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3235" ; + skos:prefLabel "Murrindal East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3236" ; + skos:prefLabel "Murrindal West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3237" ; + skos:prefLabel "Murrindindi" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3238" ; + skos:prefLabel "Murrnroong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3239" ; + skos:prefLabel "Murroon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3240" ; + skos:prefLabel "Murrungowar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3241" ; + skos:prefLabel "Murtcaim" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3242" ; + skos:prefLabel "Muryrtym" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3243" ; + skos:prefLabel "Muskerry" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3244" ; + skos:prefLabel "Myall" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3245" ; + skos:prefLabel "Myamyn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3246" ; + skos:prefLabel "Myaring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3247" ; + skos:prefLabel "Myrniong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3248" ; + skos:prefLabel "Myrrhee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3249" ; + skos:prefLabel "Myrtleford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3250" ; + skos:prefLabel "Mysia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3251" ; + skos:prefLabel "Nagwarry" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3252" ; + skos:prefLabel "Nalangil" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3253" ; + skos:prefLabel "Nanapundah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3254" ; + skos:prefLabel "Nandemarriman" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3255" ; + skos:prefLabel "Nangana" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3256" ; + skos:prefLabel "Nangeela" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3257" ; + skos:prefLabel "Nanimia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3258" ; + skos:prefLabel "Nanneella" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3259" ; + skos:prefLabel "Nanowie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3260" ; + skos:prefLabel "Napier" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3261" ; + skos:prefLabel "Nap-Nap-Marra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3262" ; + skos:prefLabel "Nappa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3263" ; + skos:prefLabel "Nar-Be-Thong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3264" ; + skos:prefLabel "Narbourac" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3265" ; + skos:prefLabel "Nareeb Nareeb" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3266" ; + skos:prefLabel "Nariel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3267" ; + skos:prefLabel "Naringaningalook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3268" ; + skos:prefLabel "Naringhil North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3269" ; + skos:prefLabel "Naringhil South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3270" ; + skos:prefLabel "Narioka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3271" ; + skos:prefLabel "Narmbool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3272" ; + skos:prefLabel "Nar-Nar-Goon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3273" ; + skos:prefLabel "Narracan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3274" ; + skos:prefLabel "Narracan South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3275" ; + skos:prefLabel "Narrang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3276" ; + skos:prefLabel "Narraport" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3277" ; + skos:prefLabel "Narrawaturk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3278" ; + skos:prefLabel "Narrawong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3279" ; + skos:prefLabel "Narree Worran" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3280" ; + skos:prefLabel "Narrewillock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3281" ; + skos:prefLabel "Narrobuk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3282" ; + skos:prefLabel "Narrobuk North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3283" ; + skos:prefLabel "Narrung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3284" ; + skos:prefLabel "Nateyip" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3285" ; + skos:prefLabel "Natimuk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3286" ; + skos:prefLabel "Natte Murrang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3287" ; + skos:prefLabel "Natteyallock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3288" ; + skos:prefLabel "Navarre" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3289" ; + skos:prefLabel "Nayook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3290" ; + skos:prefLabel "Nayook West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3291" ; + skos:prefLabel "Neereman" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3292" ; + skos:prefLabel "Neerim" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3293" ; + skos:prefLabel "Neerim East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3294" ; + skos:prefLabel "Neilborough" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3295" ; + skos:prefLabel "Nekeeya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3296" ; + skos:prefLabel "Nenandie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3297" ; + skos:prefLabel "Nepean" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3298" ; + skos:prefLabel "Nerick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3299" ; + skos:prefLabel "Nerran" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3300" ; + skos:prefLabel "Nerrena" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3301" ; + skos:prefLabel "Nerring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3302" ; + skos:prefLabel "Nerrin Nerrin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3303" ; + skos:prefLabel "Neuarpur" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3304" ; + skos:prefLabel "Newham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3305" ; + skos:prefLabel "Newlingrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3306" ; + skos:prefLabel "Newmerella" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3307" ; + skos:prefLabel "Ngallo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3308" ; + skos:prefLabel "Niagaroon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3309" ; + skos:prefLabel "Nillahcootie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3310" ; + skos:prefLabel "Nillumbik" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3311" ; + skos:prefLabel "Nindoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3312" ; + skos:prefLabel "Ni Ni" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3313" ; + skos:prefLabel "Ninnie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3314" ; + skos:prefLabel "Ninyeunook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3315" ; + skos:prefLabel "Nirranda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3316" ; + skos:prefLabel "Nolan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3317" ; + skos:prefLabel "Noojee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3318" ; + skos:prefLabel "Noojee East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3319" ; + skos:prefLabel "Noonga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3320" ; + skos:prefLabel "Noorilim" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3321" ; + skos:prefLabel "Noorinbee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3322" ; + skos:prefLabel "Noorongong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3323" ; + skos:prefLabel "Norong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3324" ; + skos:prefLabel "Northwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3325" ; + skos:prefLabel "Nowa Nowa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3326" ; + skos:prefLabel "Nowa Nowa South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3327" ; + skos:prefLabel "Nowie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3328" ; + skos:prefLabel "Nowingi" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3329" ; + skos:prefLabel "Nowyeo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3330" ; + skos:prefLabel "Noyong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3331" ; + skos:prefLabel "Nulkwyne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3332" ; + skos:prefLabel "Nullan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3333" ; + skos:prefLabel "Nullawarre" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3334" ; + skos:prefLabel "Nullawil" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3335" ; + skos:prefLabel "Numbie-Munjie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3336" ; + skos:prefLabel "Numbruk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3337" ; + skos:prefLabel "Nunawading" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3338" ; + skos:prefLabel "Nungal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3339" ; + skos:prefLabel "Nungatta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3340" ; + skos:prefLabel "Nunniong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3341" ; + skos:prefLabel "Nuntin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3342" ; + skos:prefLabel "Nurcoung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3343" ; + skos:prefLabel "Nurnurnemal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3344" ; + skos:prefLabel "Nurong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3345" ; + skos:prefLabel "Nurrabiel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3346" ; + skos:prefLabel "Nyallo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3347" ; + skos:prefLabel "Nyang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3348" ; + skos:prefLabel "Nypo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3349" ; + skos:prefLabel "Nyrraby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3350" ; + skos:prefLabel "Olangolah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3351" ; + skos:prefLabel "Olney" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3352" ; + skos:prefLabel "Omeo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3353" ; + skos:prefLabel "Ondit" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3354" ; + skos:prefLabel "Onyim" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3355" ; + skos:prefLabel "Orbost" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3356" ; + skos:prefLabel "Orbost East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3357" ; + skos:prefLabel "Otway" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3358" ; + skos:prefLabel "Ouyen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3359" ; + skos:prefLabel "Oxley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3360" ; + skos:prefLabel "Paaratte" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3361" ; + skos:prefLabel "Paignie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3362" ; + skos:prefLabel "Painswick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3363" ; + skos:prefLabel "Pakenham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3364" ; + skos:prefLabel "Pallarang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3365" ; + skos:prefLabel "Palpara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3366" ; + skos:prefLabel "Panbulla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3367" ; + skos:prefLabel "Panmure" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3368" ; + skos:prefLabel "Pannoobamawm" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3369" ; + skos:prefLabel "Pannoomilloo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3370" ; + skos:prefLabel "Panyule" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3371" ; + skos:prefLabel "Panyyabyr" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3372" ; + skos:prefLabel "Paraparap" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3373" ; + skos:prefLabel "Parrie Yalloak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3374" ; + skos:prefLabel "Parupa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3375" ; + skos:prefLabel "Parwan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3376" ; + skos:prefLabel "Patchewollock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3377" ; + skos:prefLabel "Patchewollock North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3378" ; + skos:prefLabel "Patho" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3379" ; + skos:prefLabel "Pawbymbyr" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3380" ; + skos:prefLabel "Paywit" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3381" ; + skos:prefLabel "Peechelba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3382" ; + skos:prefLabel "Peechember" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3383" ; + skos:prefLabel "Pelluebla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3384" ; + skos:prefLabel "Pendyk Pendyk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3386" ; + skos:prefLabel "Pental Island" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3387" ; + skos:prefLabel "Perenna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3388" ; + skos:prefLabel "Perrit Perrit" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3389" ; + skos:prefLabel "Phillip Island" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3390" ; + skos:prefLabel "Piambie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3391" ; + skos:prefLabel "Piangil" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3392" ; + skos:prefLabel "Piangil West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3393" ; + skos:prefLabel "Picola" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3394" ; + skos:prefLabel "Pier-Millan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3395" ; + skos:prefLabel "Pigick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3396" ; + skos:prefLabel "Pine Lodge" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3397" ; + skos:prefLabel "Pines" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3398" ; + skos:prefLabel "Pinnak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3399" ; + skos:prefLabel "Pinnibar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3400" ; + skos:prefLabel "Pircarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3401" ; + skos:prefLabel "Pirro" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3402" ; + skos:prefLabel "Pirron Yaloak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3403" ; + skos:prefLabel "Poliah North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3404" ; + skos:prefLabel "Poliah South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3405" ; + skos:prefLabel "Polisbet" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3406" ; + skos:prefLabel "Pomborneit" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3407" ; + skos:prefLabel "Pompapiel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3408" ; + skos:prefLabel "Pom Pom" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3409" ; + skos:prefLabel "Pomponderoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3410" ; + skos:prefLabel "Poorneet" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3411" ; + skos:prefLabel "Poowong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3412" ; + skos:prefLabel "Poowong East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3413" ; + skos:prefLabel "Porepunkah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3414" ; + skos:prefLabel "Portland" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3415" ; + skos:prefLabel "Powlett" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3416" ; + skos:prefLabel "Prahran" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3417" ; + skos:prefLabel "Pranjip" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3418" ; + skos:prefLabel "Prooinga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3419" ; + skos:prefLabel "Propodollah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3420" ; + skos:prefLabel "Puckapunyal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3421" ; + skos:prefLabel "Puebla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3422" ; + skos:prefLabel "Pullut" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3423" ; + skos:prefLabel "Purdeet" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3424" ; + skos:prefLabel "Purdeet East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3425" ; + skos:prefLabel "Purgagoolah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3426" ; + skos:prefLabel "Purnim" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3427" ; + skos:prefLabel "Purnya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3428" ; + skos:prefLabel "Purrumbete North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3429" ; + skos:prefLabel "Purrumbete South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3430" ; + skos:prefLabel "Pyalong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3431" ; + skos:prefLabel "Pywheitjorrk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3432" ; + skos:prefLabel "Quag-Munjie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3433" ; + skos:prefLabel "Quambatook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3434" ; + skos:prefLabel "Quamby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3435" ; + skos:prefLabel "Quamby North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3436" ; + skos:prefLabel "Quantong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3437" ; + skos:prefLabel "Queenstown" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3438" ; + skos:prefLabel "Raak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3439" ; + skos:prefLabel "Raglan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3440" ; + skos:prefLabel "Raglan West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3441" ; + skos:prefLabel "Rathscar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3442" ; + skos:prefLabel "Ravenswood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3443" ; + skos:prefLabel "Redbank" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3444" ; + skos:prefLabel "Red Bluff" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3445" ; + skos:prefLabel "Redcastle" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3446" ; + skos:prefLabel "Redesdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3447" ; + skos:prefLabel "Redruth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3448" ; + skos:prefLabel "Reynard" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3449" ; + skos:prefLabel "Riachella" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3450" ; + skos:prefLabel "Rich Avon East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3451" ; + skos:prefLabel "Rich Avon West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3452" ; + skos:prefLabel "Ringwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3453" ; + skos:prefLabel "Rochester" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3454" ; + skos:prefLabel "Rochester West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3455" ; + skos:prefLabel "Rochford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3456" ; + skos:prefLabel "Rodborough" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3457" ; + skos:prefLabel "Rosedale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3458" ; + skos:prefLabel "Roseneath" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3459" ; + skos:prefLabel "Rothesay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3460" ; + skos:prefLabel "Ruffy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3461" ; + skos:prefLabel "Runnymede" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3462" ; + skos:prefLabel "Rupanyup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3463" ; + skos:prefLabel "St. Arnaud" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3464" ; + skos:prefLabel "St. Clair" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3465" ; + skos:prefLabel "St. Helens" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3466" ; + skos:prefLabel "St. James" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3467" ; + skos:prefLabel "St. Margaret" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3468" ; + skos:prefLabel "Sale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3469" ; + skos:prefLabel "Salisbury" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3470" ; + skos:prefLabel "Salisbury West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3471" ; + skos:prefLabel "Samaria" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3472" ; + skos:prefLabel "Sandford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3473" ; + skos:prefLabel "Sandhurst" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3474" ; + skos:prefLabel "Sandon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3475" ; + skos:prefLabel "Sargood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3476" ; + skos:prefLabel "Sarsfield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3477" ; + skos:prefLabel "Scarsdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3478" ; + skos:prefLabel "Scoresby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3479" ; + skos:prefLabel "Seacombe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3480" ; + skos:prefLabel "Sedgwick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3481" ; + skos:prefLabel "Seymour" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3482" ; + skos:prefLabel "Shadforth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3483" ; + skos:prefLabel "Shelbourne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3484" ; + skos:prefLabel "Shelford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3485" ; + skos:prefLabel "Shelford West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3486" ; + skos:prefLabel "Shepparton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3487" ; + skos:prefLabel "Sherwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3488" ; + skos:prefLabel "Shirley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3489" ; + skos:prefLabel "Skipton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3490" ; + skos:prefLabel "Smeaton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3491" ; + skos:prefLabel "Smythesdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3492" ; + skos:prefLabel "Snake Island" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3493" ; + skos:prefLabel "Spinifex" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3494" ; + skos:prefLabel "Springfield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3495" ; + skos:prefLabel "Spring Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3496" ; + skos:prefLabel "Spring Plains" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3497" ; + skos:prefLabel "Stander" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3498" ; + skos:prefLabel "Stanley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3499" ; + skos:prefLabel "Stawell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3500" ; + skos:prefLabel "Steavenson" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3501" ; + skos:prefLabel "Stewarton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3502" ; + skos:prefLabel "Stradbroke" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3503" ; + skos:prefLabel "Strangways" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3504" ; + skos:prefLabel "Stratford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3505" ; + skos:prefLabel "Strathbogie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3506" ; + skos:prefLabel "Strathfieldsaye" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3507" ; + skos:prefLabel "Strathmerton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3508" ; + skos:prefLabel "Streatham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3509" ; + skos:prefLabel "Struan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3510" ; + skos:prefLabel "Suggan Buggan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3511" ; + skos:prefLabel "Sunday Island" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3512" ; + skos:prefLabel "Sunset" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3513" ; + skos:prefLabel "Sutton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3514" ; + skos:prefLabel "Sutton Grange" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3515" ; + skos:prefLabel "Swanwater" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3516" ; + skos:prefLabel "Switzerland" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3517" ; + skos:prefLabel "Taaraak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3518" ; + skos:prefLabel "Tabbara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3519" ; + skos:prefLabel "Tabberabbera" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3520" ; + skos:prefLabel "Tabilk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3521" ; + skos:prefLabel "Taggerty" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3522" ; + skos:prefLabel "Tahara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3523" ; + skos:prefLabel "Talambe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3524" ; + skos:prefLabel "Talgarno" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3525" ; + skos:prefLabel "Talgitcha" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3526" ; + skos:prefLabel "Tallageira" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3527" ; + skos:prefLabel "Tallandoon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3528" ; + skos:prefLabel "Tallang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3529" ; + skos:prefLabel "Tallangallook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3530" ; + skos:prefLabel "Tallangatta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3531" ; + skos:prefLabel "Tallangoork" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3532" ; + skos:prefLabel "Tallarook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3533" ; + skos:prefLabel "Tallygaroopna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3534" ; + skos:prefLabel "Tambo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3535" ; + skos:prefLabel "Tamboon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3536" ; + skos:prefLabel "Tamboritha" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3537" ; + skos:prefLabel "Taminick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3538" ; + skos:prefLabel "Tamleugh" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3539" ; + skos:prefLabel "Tandarook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3540" ; + skos:prefLabel "Tandarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3541" ; + skos:prefLabel "Tangambalanga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3542" ; + skos:prefLabel "Tanjil" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3543" ; + skos:prefLabel "Tanjil East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3544" ; + skos:prefLabel "Taparoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3545" ; + skos:prefLabel "Taponga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3546" ; + skos:prefLabel "Tara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3547" ; + skos:prefLabel "Tarcombe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3548" ; + skos:prefLabel "Taripta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3549" ; + skos:prefLabel "Tarkeeth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3550" ; + skos:prefLabel "Tarldarn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3551" ; + skos:prefLabel "Tarnagulla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3552" ; + skos:prefLabel "Tarneit" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3553" ; + skos:prefLabel "Tarragal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3554" ; + skos:prefLabel "Tarranginnie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3555" ; + skos:prefLabel "Tarrango" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3556" ; + skos:prefLabel "Tarranyurk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3557" ; + skos:prefLabel "Tarra Tarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3558" ; + skos:prefLabel "Tarrawarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3559" ; + skos:prefLabel "Tarrawarra North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3560" ; + skos:prefLabel "Tarrawingee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3561" ; + skos:prefLabel "Tarrayoukyan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3562" ; + skos:prefLabel "Tarrengower" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3563" ; + skos:prefLabel "Tarwin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3564" ; + skos:prefLabel "Tarwin South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3565" ; + skos:prefLabel "Tatong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3566" ; + skos:prefLabel "Tatonga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3567" ; + skos:prefLabel "Tatyoon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3568" ; + skos:prefLabel "Tawanga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3569" ; + skos:prefLabel "Tchirree" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3570" ; + skos:prefLabel "Tchuterr" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3571" ; + skos:prefLabel "Teddywaddy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3572" ; + skos:prefLabel "Telangatuk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3573" ; + skos:prefLabel "Telbit" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3574" ; + skos:prefLabel "Telbit West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3575" ; + skos:prefLabel "Terang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3576" ; + skos:prefLabel "Terlite-Munjie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3577" ; + skos:prefLabel "Terrappee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3578" ; + skos:prefLabel "Terrick Terrick East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3579" ; + skos:prefLabel "Terrick Terrick West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3580" ; + skos:prefLabel "Terrinallum" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3581" ; + skos:prefLabel "Thalia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3582" ; + skos:prefLabel "Tharanbegga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3583" ; + skos:prefLabel "Theddora" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3584" ; + skos:prefLabel "Thologolong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3585" ; + skos:prefLabel "Thorkidaan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3586" ; + skos:prefLabel "Thornley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3587" ; + skos:prefLabel "Thornton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3588" ; + skos:prefLabel "Thowgla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3589" ; + skos:prefLabel "Thurra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3590" ; + skos:prefLabel "Tiega" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3591" ; + skos:prefLabel "Tildesley East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3592" ; + skos:prefLabel "Tildesley West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3593" ; + skos:prefLabel "Timbarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3594" ; + skos:prefLabel "Timberoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3595" ; + skos:prefLabel "Timboon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3596" ; + skos:prefLabel "Timmering" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3597" ; + skos:prefLabel "Tinamba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3598" ; + skos:prefLabel "Tingaringy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3599" ; + skos:prefLabel "Tintaldra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3600" ; + skos:prefLabel "Tittybong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3601" ; + skos:prefLabel "Toltol" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3602" ; + skos:prefLabel "Tongala" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3603" ; + skos:prefLabel "Tongaro" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3604" ; + skos:prefLabel "Tong Bong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3605" ; + skos:prefLabel "Tonghi" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3606" ; + skos:prefLabel "Tongio-Munjie East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3607" ; + skos:prefLabel "Tongio-Munjie West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3608" ; + skos:prefLabel "Tonimbuk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3609" ; + skos:prefLabel "Tonimbuk East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3610" ; + skos:prefLabel "Tooan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3611" ; + skos:prefLabel "Tooborac" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3612" ; + skos:prefLabel "Toolamba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3613" ; + skos:prefLabel "Toolamba West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3614" ; + skos:prefLabel "Toolang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3615" ; + skos:prefLabel "Tooliorook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3616" ; + skos:prefLabel "Toolka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3617" ; + skos:prefLabel "Toolleen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3618" ; + skos:prefLabel "Toolome" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3619" ; + skos:prefLabel "Toolondo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3620" ; + skos:prefLabel "Toolongrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3621" ; + skos:prefLabel "Tooloy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3622" ; + skos:prefLabel "Toombon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3623" ; + skos:prefLabel "Toombullup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3624" ; + skos:prefLabel "Toombullup North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3625" ; + skos:prefLabel "Toonambool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3626" ; + skos:prefLabel "Toongabbie North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3627" ; + skos:prefLabel "Toongabbie South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3628" ; + skos:prefLabel "Toonginbooka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3629" ; + skos:prefLabel "Toonyarak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3630" ; + skos:prefLabel "Toora" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3631" ; + skos:prefLabel "Toorak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3632" ; + skos:prefLabel "Toorongo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3633" ; + skos:prefLabel "Too-Rour" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3634" ; + skos:prefLabel "Toorourrong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3635" ; + skos:prefLabel "Toort" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3636" ; + skos:prefLabel "Torbreck" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3637" ; + skos:prefLabel "Tottington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3638" ; + skos:prefLabel "Tourello" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3639" ; + skos:prefLabel "Towamba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3640" ; + skos:prefLabel "Towan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3641" ; + skos:prefLabel "Towaninny" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3642" ; + skos:prefLabel "Towanway" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3643" ; + skos:prefLabel "Towma" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3644" ; + skos:prefLabel "Towong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3645" ; + skos:prefLabel "Traawool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3646" ; + skos:prefLabel "Tragowel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3647" ; + skos:prefLabel "Traralgon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3648" ; + skos:prefLabel "Trawalla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3649" ; + skos:prefLabel "Trentham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3650" ; + skos:prefLabel "Trewalla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3651" ; + skos:prefLabel "Truganina" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3652" ; + skos:prefLabel "Tubbut" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3653" ; + skos:prefLabel "Tulillah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3654" ; + skos:prefLabel "Tullamarine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3655" ; + skos:prefLabel "Tullich" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3656" ; + skos:prefLabel "Tullyvea" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3657" ; + skos:prefLabel "Tunart" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3658" ; + skos:prefLabel "Tungie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3659" ; + skos:prefLabel "Turandurey" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3660" ; + skos:prefLabel "Turkeeth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3661" ; + skos:prefLabel "Turoar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3662" ; + skos:prefLabel "Turrumberry" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3663" ; + skos:prefLabel "Turrumberry North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3664" ; + skos:prefLabel "Tutegong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3665" ; + skos:prefLabel "Tutye" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3666" ; + skos:prefLabel "Tyabb" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3667" ; + skos:prefLabel "Tyagook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3668" ; + skos:prefLabel "Tyalla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3669" ; + skos:prefLabel "Tyamoonya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3670" ; + skos:prefLabel "Tyar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3671" ; + skos:prefLabel "Tyenna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3672" ; + skos:prefLabel "Tyirra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3673" ; + skos:prefLabel "Tylden" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3674" ; + skos:prefLabel "Tyntynder" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3675" ; + skos:prefLabel "Tyntynder North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3676" ; + skos:prefLabel "Tyntynder West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3677" ; + skos:prefLabel "Tyrendarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3678" ; + skos:prefLabel "Tyrrell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3679" ; + skos:prefLabel "Ultima" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3680" ; + skos:prefLabel "Ulupna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3681" ; + skos:prefLabel "Undera" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3682" ; + skos:prefLabel "Underbool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3683" ; + skos:prefLabel "Undowah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3684" ; + skos:prefLabel "Upotipotpon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3685" ; + skos:prefLabel "Urangara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3686" ; + skos:prefLabel "Vectis East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3687" ; + skos:prefLabel "Vite Vite" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3688" ; + skos:prefLabel "Waaia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3689" ; + skos:prefLabel "Waanyarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3690" ; + skos:prefLabel "Waarre" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3691" ; + skos:prefLabel "Wabba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3692" ; + skos:prefLabel "Wabdallah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3693" ; + skos:prefLabel "Wabonga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3694" ; + skos:prefLabel "Wabonga South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3695" ; + skos:prefLabel "Wa-De-Lock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3696" ; + skos:prefLabel "Wagant" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3697" ; + skos:prefLabel "Waggarandall" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3698" ; + skos:prefLabel "Wagra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3699" ; + skos:prefLabel "Wahring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3700" ; + skos:prefLabel "Wail" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3701" ; + skos:prefLabel "Waitchie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3702" ; + skos:prefLabel "Walhalla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3703" ; + skos:prefLabel "Walhalla East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3704" ; + skos:prefLabel "Wallaby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3705" ; + skos:prefLabel "Wallagoot" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3706" ; + skos:prefLabel "Wallaloo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3707" ; + skos:prefLabel "Wallan Wallan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3708" ; + skos:prefLabel "Walla Walla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3709" ; + skos:prefLabel "Wallinduc" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3710" ; + skos:prefLabel "Wallowa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3711" ; + skos:prefLabel "Wallpolla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3712" ; + skos:prefLabel "Wallup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3713" ; + skos:prefLabel "Walmer" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3714" ; + skos:prefLabel "Walpa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3715" ; + skos:prefLabel "Walpamunda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3716" ; + skos:prefLabel "Walpeup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3717" ; + skos:prefLabel "Walwa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3718" ; + skos:prefLabel "Wamba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3719" ; + skos:prefLabel "Wanalta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3720" ; + skos:prefLabel "Wandiligong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3721" ; + skos:prefLabel "Wandin Yallock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3722" ; + skos:prefLabel "Wando" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3723" ; + skos:prefLabel "Wandown" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3724" ; + skos:prefLabel "Wangarabell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3725" ; + skos:prefLabel "Wangaratta North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3726" ; + skos:prefLabel "Wangaratta South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3727" ; + skos:prefLabel "Wangerrip" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3728" ; + skos:prefLabel "Wangie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3729" ; + skos:prefLabel "Wangoom" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3730" ; + skos:prefLabel "Wannaeue" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3731" ; + skos:prefLabel "Wanurp" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3732" ; + skos:prefLabel "Wanwandyra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3733" ; + skos:prefLabel "Wanwin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3734" ; + skos:prefLabel "Wappan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3735" ; + skos:prefLabel "Waranga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3736" ; + skos:prefLabel "Waratah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3737" ; + skos:prefLabel "Waratah North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3738" ; + skos:prefLabel "Warburton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3739" ; + skos:prefLabel "Wareek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3740" ; + skos:prefLabel "Wargan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3741" ; + skos:prefLabel "Warina" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3742" ; + skos:prefLabel "Warmur" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3743" ; + skos:prefLabel "Warngar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3744" ; + skos:prefLabel "Warrabkook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3745" ; + skos:prefLabel "Warracbarunah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3746" ; + skos:prefLabel "Warracknabeal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3747" ; + skos:prefLabel "Warragamba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3748" ; + skos:prefLabel "Warragul" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3749" ; + skos:prefLabel "Warrain" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3750" ; + skos:prefLabel "Warrak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3751" ; + skos:prefLabel "Warrambat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3752" ; + skos:prefLabel "Warrambine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3753" ; + skos:prefLabel "Warrandyte" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3754" ; + skos:prefLabel "Warranook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3755" ; + skos:prefLabel "Warraquil" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3756" ; + skos:prefLabel "Warra Warra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3757" ; + skos:prefLabel "Warrayure" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3758" ; + skos:prefLabel "Warreen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3759" ; + skos:prefLabel "Warrenbayne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3760" ; + skos:prefLabel "Warrenheip" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3761" ; + skos:prefLabel "Warrenmang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3762" ; + skos:prefLabel "Warrimoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3763" ; + skos:prefLabel "Warrion" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3764" ; + skos:prefLabel "Warrock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3765" ; + skos:prefLabel "Warrong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3766" ; + skos:prefLabel "Warrowitue" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3767" ; + skos:prefLabel "Wartook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3768" ; + skos:prefLabel "Warung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3769" ; + skos:prefLabel "Wataepoolan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3770" ; + skos:prefLabel "Watchegatcheca" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3771" ; + skos:prefLabel "Watchem" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3772" ; + skos:prefLabel "Watchupga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3773" ; + skos:prefLabel "Wategat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3774" ; + skos:prefLabel "Watgania" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3775" ; + skos:prefLabel "Watgania West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3776" ; + skos:prefLabel "Wathe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3777" ; + skos:prefLabel "Watta Wella" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3778" ; + skos:prefLabel "Wat Wat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3779" ; + skos:prefLabel "Wau Wauka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3780" ; + skos:prefLabel "Wau Wauka West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3781" ; + skos:prefLabel "Waygara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3782" ; + skos:prefLabel "Wedderburne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3783" ; + skos:prefLabel "Weeaproinah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3784" ; + skos:prefLabel "Weecurra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3785" ; + skos:prefLabel "Weeragua" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3786" ; + skos:prefLabel "Weerangourt" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3787" ; + skos:prefLabel "Weering" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3788" ; + skos:prefLabel "Wehla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3789" ; + skos:prefLabel "Wellsford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3790" ; + skos:prefLabel "Welshpool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3791" ; + skos:prefLabel "Welumla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3792" ; + skos:prefLabel "Wemen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3793" ; + skos:prefLabel "Wensleydale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3794" ; + skos:prefLabel "Wentworth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3795" ; + skos:prefLabel "Wermatong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3796" ; + skos:prefLabel "Werrap" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3797" ; + skos:prefLabel "Werribee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3798" ; + skos:prefLabel "Werrigar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3799" ; + skos:prefLabel "Werrikoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3800" ; + skos:prefLabel "Werrimull" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3801" ; + skos:prefLabel "Weston" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3802" ; + skos:prefLabel "Wewin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3803" ; + skos:prefLabel "Whanregarwen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3804" ; + skos:prefLabel "Wharparilla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3805" ; + skos:prefLabel "Whirily" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3806" ; + skos:prefLabel "Whirrakee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3807" ; + skos:prefLabel "Whitfield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3808" ; + skos:prefLabel "Whitfield South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3809" ; + skos:prefLabel "Whoorel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3810" ; + skos:prefLabel "Whorouly" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3811" ; + skos:prefLabel "Whroo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3812" ; + skos:prefLabel "Wiall" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3813" ; + skos:prefLabel "Wibenduck" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3814" ; + skos:prefLabel "Wickliffe North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3815" ; + skos:prefLabel "Wickliffe South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3816" ; + skos:prefLabel "Wilgul North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3817" ; + skos:prefLabel "Wilgul South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3818" ; + skos:prefLabel "Wilhelmina" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3819" ; + skos:prefLabel "Wilkin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3820" ; + skos:prefLabel "Wilkur" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3821" ; + skos:prefLabel "Willah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3822" ; + skos:prefLabel "Willam" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3823" ; + skos:prefLabel "Willangie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3824" ; + skos:prefLabel "Willatook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3825" ; + skos:prefLabel "Willaura" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3826" ; + skos:prefLabel "Willenabrina" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3827" ; + skos:prefLabel "Willoby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3828" ; + skos:prefLabel "Willowmavin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3829" ; + skos:prefLabel "Wills" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3830" ; + skos:prefLabel "Willung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3831" ; + skos:prefLabel "Will-Will-Rook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3832" ; + skos:prefLabel "Windermere" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3833" ; + skos:prefLabel "Windarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3834" ; + skos:prefLabel "Windham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3835" ; + skos:prefLabel "Wingan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3836" ; + skos:prefLabel "Wingeel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3837" ; + skos:prefLabel "Wing Wing" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3838" ; + skos:prefLabel "Winiam" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3839" ; + skos:prefLabel "Winjallok" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3840" ; + skos:prefLabel "Winnambool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3841" ; + skos:prefLabel "Winnindoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3842" ; + skos:prefLabel "Winteriga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3843" ; + skos:prefLabel "Winton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3844" ; + skos:prefLabel "Winyar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3845" ; + skos:prefLabel "Winyayung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3846" ; + skos:prefLabel "Wirchilleba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3847" ; + skos:prefLabel "Wiridjil" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3848" ; + skos:prefLabel "Wirmbirchip" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3849" ; + skos:prefLabel "Wirmbool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3850" ; + skos:prefLabel "Wirrate" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3851" ; + skos:prefLabel "Wirrbibial" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3852" ; + skos:prefLabel "Witchipool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3853" ; + skos:prefLabel "Woatwoara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3854" ; + skos:prefLabel "Wodonga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3855" ; + skos:prefLabel "Wollert" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3856" ; + skos:prefLabel "Wollonaby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3857" ; + skos:prefLabel "Wombat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3858" ; + skos:prefLabel "Wombelano" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3859" ; + skos:prefLabel "Wondoomarook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3860" ; + skos:prefLabel "Wongan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3861" ; + skos:prefLabel "Wongarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3862" ; + skos:prefLabel "Wonga Wonga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3863" ; + skos:prefLabel "Wonga Wonga South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3864" ; + skos:prefLabel "Wongungarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3865" ; + skos:prefLabel "Wonnangatta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3866" ; + skos:prefLabel "Wonthaggi" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3867" ; + skos:prefLabel "Wonthaggi North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3868" ; + skos:prefLabel "Wonwondah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3869" ; + skos:prefLabel "Wonwron" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3870" ; + skos:prefLabel "Wonyip" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3871" ; + skos:prefLabel "Woodbourne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3872" ; + skos:prefLabel "Woodend" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3873" ; + skos:prefLabel "Woodnaggerak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3874" ; + skos:prefLabel "Woodside" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3875" ; + skos:prefLabel "Woodstock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3876" ; + skos:prefLabel "Woohlpooer" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3877" ; + skos:prefLabel "Wookurkook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3878" ; + skos:prefLabel "Woolamai" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3879" ; + skos:prefLabel "Woolenook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3880" ; + skos:prefLabel "Woolsthorpe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3881" ; + skos:prefLabel "Woolwoola" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3882" ; + skos:prefLabel "Woongulmerang East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3883" ; + skos:prefLabel "Woongulmerang West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3884" ; + skos:prefLabel "Woorak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3885" ; + skos:prefLabel "Woorarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3886" ; + skos:prefLabel "Woorinen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3887" ; + skos:prefLabel "Wooriwyrite" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3888" ; + skos:prefLabel "Woori Yallock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3889" ; + skos:prefLabel "Woornack" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3890" ; + skos:prefLabel "Woorndoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3891" ; + skos:prefLabel "Woornyalook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3892" ; + skos:prefLabel "Wooronook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3893" ; + skos:prefLabel "Woorragee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3894" ; + skos:prefLabel "Woorragee North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3895" ; + skos:prefLabel "Woosang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3896" ; + skos:prefLabel "Wooundellah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3897" ; + skos:prefLabel "Wooyoot" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3898" ; + skos:prefLabel "Woraigworm" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3899" ; + skos:prefLabel "Woranga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3900" ; + skos:prefLabel "Wormangal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3901" ; + skos:prefLabel "Wormbete" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3902" ; + skos:prefLabel "Worooa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3903" ; + skos:prefLabel "Worrough" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3904" ; + skos:prefLabel "Worrowing" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3905" ; + skos:prefLabel "Wortongie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3906" ; + skos:prefLabel "Wrathung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3907" ; + skos:prefLabel "Wrixon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3908" ; + skos:prefLabel "Wuk Wuk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3909" ; + skos:prefLabel "Wulla Wullock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3910" ; + skos:prefLabel "Wurdi-Youang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3911" ; + skos:prefLabel "Wurrin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3912" ; + skos:prefLabel "Wurrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3913" ; + skos:prefLabel "Wurruk Wurruk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3914" ; + skos:prefLabel "Wurutwun" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3915" ; + skos:prefLabel "Wyangil" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3916" ; + skos:prefLabel "Wycheproof" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3917" ; + skos:prefLabel "Wychitella" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3918" ; + skos:prefLabel "Wyeeboo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3919" ; + skos:prefLabel "Wyelangta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3920" ; + skos:prefLabel "Wymlet" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3921" ; + skos:prefLabel "Wyperfeld" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3922" ; + skos:prefLabel "Wytwallan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3923" ; + skos:prefLabel "Wytwarrone" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3924" ; + skos:prefLabel "Wyuna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3925" ; + skos:prefLabel "Wy-Yung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3926" ; + skos:prefLabel "Yaapeet" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3927" ; + skos:prefLabel "Yabba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3928" ; + skos:prefLabel "Yabba Yabba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3929" ; + skos:prefLabel "Yackandandah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3930" ; + skos:prefLabel "Yalca" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3931" ; + skos:prefLabel "Yalimba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3932" ; + skos:prefLabel "Yalimba East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3933" ; + skos:prefLabel "Yallakar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3934" ; + skos:prefLabel "Yalla-Y-Poora" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3935" ; + skos:prefLabel "Yallock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3936" ; + skos:prefLabel "Yallook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3937" ; + skos:prefLabel "Yallum" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3938" ; + skos:prefLabel "Yalmy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3939" ; + skos:prefLabel "Yaloak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3940" ; + skos:prefLabel "Yalong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3941" ; + skos:prefLabel "Yalong South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3942" ; + skos:prefLabel "Yambuk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3943" ; + skos:prefLabel "Yambulla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3944" ; + skos:prefLabel "Yanac-A-Yanac" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3945" ; + skos:prefLabel "Yanakie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3946" ; + skos:prefLabel "Yanakie South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3947" ; + skos:prefLabel "Yandoit" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3948" ; + skos:prefLabel "Yangardook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3949" ; + skos:prefLabel "Yangerahwill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3950" ; + skos:prefLabel "Yangery" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3951" ; + skos:prefLabel "Yangoura" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3952" ; + skos:prefLabel "Yanipy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3953" ; + skos:prefLabel "Yannathan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3954" ; + skos:prefLabel "Yan Yan Gurt" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3955" ; + skos:prefLabel "Yan Yean" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3956" ; + skos:prefLabel "Yarak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3957" ; + skos:prefLabel "Yaramba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3958" ; + skos:prefLabel "Yarck" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3959" ; + skos:prefLabel "Yarima" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3960" ; + skos:prefLabel "Yarpturk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3961" ; + skos:prefLabel "Yarraberb" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3962" ; + skos:prefLabel "Yarragon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3963" ; + skos:prefLabel "Yarram Yarram" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3964" ; + skos:prefLabel "Yarramyljup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3965" ; + skos:prefLabel "Yarrangook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3966" ; + skos:prefLabel "Yarrara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3967" ; + skos:prefLabel "Yarrawonga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3968" ; + skos:prefLabel "Yarrayne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3969" ; + skos:prefLabel "Yarrock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3970" ; + skos:prefLabel "Yarrowalla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3971" ; + skos:prefLabel "Yarrowee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3972" ; + skos:prefLabel "Yarroweyah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3973" ; + skos:prefLabel "Yatchaw East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3974" ; + skos:prefLabel "Yatchaw West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3975" ; + skos:prefLabel "Yatmerone" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3976" ; + skos:prefLabel "Yat Nat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3977" ; + skos:prefLabel "Yatpool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3978" ; + skos:prefLabel "Yaugher" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3979" ; + skos:prefLabel "Yea" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3980" ; + skos:prefLabel "Yearinga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3981" ; + skos:prefLabel "Yeerik" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3982" ; + skos:prefLabel "Yeerung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3983" ; + skos:prefLabel "Yehrip" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3984" ; + skos:prefLabel "Yellangip" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3985" ; + skos:prefLabel "Yelta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3986" ; + skos:prefLabel "Yelwell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3987" ; + skos:prefLabel "Yeo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3988" ; + skos:prefLabel "Yering" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3989" ; + skos:prefLabel "Yertoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3990" ; + skos:prefLabel "Yeth-Youang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3991" ; + skos:prefLabel "Yeungroon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3992" ; + skos:prefLabel "Yielima" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3993" ; + skos:prefLabel "Yinnar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3994" ; + skos:prefLabel "Yonduk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3995" ; + skos:prefLabel "Youanmite" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3996" ; + skos:prefLabel "Youarang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3997" ; + skos:prefLabel "Youarrabuk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3998" ; + skos:prefLabel "Youpayang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3999" ; + skos:prefLabel "Youpella" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "4000" ; + skos:prefLabel "Yowang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "4001" ; + skos:prefLabel "Yulecart" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "4002" ; + skos:prefLabel "Yungera" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "4003" ; + skos:prefLabel "Yuonga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "4004" ; + skos:prefLabel "Yuppeckiar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "4005" ; + skos:prefLabel "Yuroke" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Parishes" ; + skos:scopeNote "termtype:AdminUnit" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:40.198788"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:37.858934"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/vic-survey-documentation-type.csv b/cadastre/CSD-Header/vic-survey-documentation-type.csv new file mode 100644 index 0000000..eea09f4 --- /dev/null +++ b/cadastre/CSD-Header/vic-survey-documentation-type.csv @@ -0,0 +1,50 @@ +preflabel,definition,notation,altlabel,related +Abstract of Field Records,,afr,, +Application Document,,ad,, +Application to Amend Certified Plan (Form 8),,form-8,, +Application To Amend Planning Permit,,aapp,, +Arborist report,,ar,, +c.56 Residential subdivision assessment,,c-56,, +Compiled ePlan,,cep,, +Compiled ePlan Validation Report,,cep-vr,, +Compiled Plan Sheets,,cps,, +Copy of Planning Permit,,cpp,, +Copy of Title,,ct,, +Covenant Document,,cd,, +Covering Letter,,cl,, +Digital Survey Geometry,,dsg,, +Engineering Plan,,ep,, +Enhanced Diagram File,,edf,, +Enhanced Diagram File (Compiled ePlan),,edf-cep,, +ePlan,,eplan,, +ePlan Validation Report,,eplan-vr,, +Form 1 / Owners Consent,,form-1,, +Form 13 and SAFR Declaration,,form-13,, +Landscape or vegetation plan,,lvp,, +Neighbourhood and Site Description,,n-sd,, +NICO/Encumbrance Overlay Diagram,,nico-e-od,, +Other Document Type,,odt,, +Owners Consent to Amend Certified Plan,,ocacp,, +Owners Corporation Details,,ocd,, +Photos,,photo,, +Plan for Endorsement,,pe,, +Plan of Subdivision or Consolidation,,psc,, +Pre-approved RA Consent,,p-ara-c,, +Release for Lodgement,,rl,, +Request for Extension of Time for a Planning Permit,,ret-pp,, +Request for Secondary Consent,,rsc,, +Response to Request for Further Information,,r-rfi,, +Response to Request for Further Information - Referral Authority,,r-rfi-ra,, +RFI Extension of Time Request,,rfi-eot-r,, +Road Name History Form,,rnhf,, +Site context and design response (Subdivision),,scdr-s,, +Statutory Declaration for Advertising,,sda,, +Supplementary Abstract of Field Records (SAFR),,safr,, +Supplementary Surveyors Report,,ssr,, +Survey plan,,sp,, +Surveyors Report,,sr,, +Telecommunications Advice,,ta,, +Unanimous Resolution of Owners Corporation Members,,ur-ocm,, +Unanimous Resolution or VCAT Order added,,ur-vcat,, +VCAT Order Under section 34D,,vcat-34d,, +VicSmart Supporting Document,,vsd,, \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-survey-documentation-type.jsonld b/cadastre/CSD-Header/vic-survey-documentation-type.jsonld new file mode 100644 index 0000000..a65ee01 --- /dev/null +++ b/cadastre/CSD-Header/vic-survey-documentation-type.jsonld @@ -0,0 +1,522 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-survey-documentation-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-survey-documentation-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC types of Survey Documentation", + "class": "termtype:DocType", + "concepts": [ + { + "preflabel": "Abstract of Field Records", + "definition": null, + "notation": "afr", + "altlabel": null, + "related": null, + "@id": "afr", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Application Document", + "definition": null, + "notation": "ad", + "altlabel": null, + "related": null, + "@id": "ad", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Application to Amend Certified Plan (Form 8)", + "definition": null, + "notation": "form-8", + "altlabel": null, + "related": null, + "@id": "form-8", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Application To Amend Planning Permit", + "definition": null, + "notation": "aapp", + "altlabel": null, + "related": null, + "@id": "aapp", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Arborist report", + "definition": null, + "notation": "ar", + "altlabel": null, + "related": null, + "@id": "ar", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "c.56 Residential subdivision assessment", + "definition": null, + "notation": "c-56", + "altlabel": null, + "related": null, + "@id": "c-56", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Compiled ePlan", + "definition": null, + "notation": "cep", + "altlabel": null, + "related": null, + "@id": "cep", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Compiled ePlan Validation Report", + "definition": null, + "notation": "cep-vr", + "altlabel": null, + "related": null, + "@id": "cep-vr", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Compiled Plan Sheets", + "definition": null, + "notation": "cps", + "altlabel": null, + "related": null, + "@id": "cps", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Copy of Planning Permit", + "definition": null, + "notation": "cpp", + "altlabel": null, + "related": null, + "@id": "cpp", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Copy of Title", + "definition": null, + "notation": "ct", + "altlabel": null, + "related": null, + "@id": "ct", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Covenant Document", + "definition": null, + "notation": "cd", + "altlabel": null, + "related": null, + "@id": "cd", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Covering Letter", + "definition": null, + "notation": "cl", + "altlabel": null, + "related": null, + "@id": "cl", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Digital Survey Geometry", + "definition": null, + "notation": "dsg", + "altlabel": null, + "related": null, + "@id": "dsg", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Engineering Plan", + "definition": null, + "notation": "ep", + "altlabel": null, + "related": null, + "@id": "ep", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Enhanced Diagram File", + "definition": null, + "notation": "edf", + "altlabel": null, + "related": null, + "@id": "edf", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Enhanced Diagram File (Compiled ePlan)", + "definition": null, + "notation": "edf-cep", + "altlabel": null, + "related": null, + "@id": "edf-cep", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "ePlan", + "definition": null, + "notation": "eplan", + "altlabel": null, + "related": null, + "@id": "eplan", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "ePlan Validation Report", + "definition": null, + "notation": "eplan-vr", + "altlabel": null, + "related": null, + "@id": "eplan-vr", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Form 1 / Owners Consent", + "definition": null, + "notation": "form-1", + "altlabel": null, + "related": null, + "@id": "form-1", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Form 13 and SAFR Declaration", + "definition": null, + "notation": "form-13", + "altlabel": null, + "related": null, + "@id": "form-13", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Landscape or vegetation plan", + "definition": null, + "notation": "lvp", + "altlabel": null, + "related": null, + "@id": "lvp", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Neighbourhood and Site Description", + "definition": null, + "notation": "n-sd", + "altlabel": null, + "related": null, + "@id": "n-sd", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "NICO/Encumbrance Overlay Diagram", + "definition": null, + "notation": "nico-e-od", + "altlabel": null, + "related": null, + "@id": "nico-e-od", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Other Document Type", + "definition": null, + "notation": "odt", + "altlabel": null, + "related": null, + "@id": "odt", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Owners Consent to Amend Certified Plan", + "definition": null, + "notation": "ocacp", + "altlabel": null, + "related": null, + "@id": "ocacp", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Owners Corporation Details", + "definition": null, + "notation": "ocd", + "altlabel": null, + "related": null, + "@id": "ocd", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Photos", + "definition": null, + "notation": "photo", + "altlabel": null, + "related": null, + "@id": "photo", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Plan for Endorsement", + "definition": null, + "notation": "pe", + "altlabel": null, + "related": null, + "@id": "pe", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Plan of Subdivision or Consolidation", + "definition": null, + "notation": "psc", + "altlabel": null, + "related": null, + "@id": "psc", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Pre-approved RA Consent", + "definition": null, + "notation": "p-ara-c", + "altlabel": null, + "related": null, + "@id": "p-ara-c", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Release for Lodgement", + "definition": null, + "notation": "rl", + "altlabel": null, + "related": null, + "@id": "rl", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Request for Extension of Time for a Planning Permit", + "definition": null, + "notation": "ret-pp", + "altlabel": null, + "related": null, + "@id": "ret-pp", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Request for Secondary Consent", + "definition": null, + "notation": "rsc", + "altlabel": null, + "related": null, + "@id": "rsc", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Response to Request for Further Information", + "definition": null, + "notation": "r-rfi", + "altlabel": null, + "related": null, + "@id": "r-rfi", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Response to Request for Further Information - Referral Authority", + "definition": null, + "notation": "r-rfi-ra", + "altlabel": null, + "related": null, + "@id": "r-rfi-ra", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "RFI Extension of Time Request", + "definition": null, + "notation": "rfi-eot-r", + "altlabel": null, + "related": null, + "@id": "rfi-eot-r", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Road Name History Form", + "definition": null, + "notation": "rnhf", + "altlabel": null, + "related": null, + "@id": "rnhf", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Site context and design response (Subdivision)", + "definition": null, + "notation": "scdr-s", + "altlabel": null, + "related": null, + "@id": "scdr-s", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Statutory Declaration for Advertising", + "definition": null, + "notation": "sda", + "altlabel": null, + "related": null, + "@id": "sda", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Supplementary Abstract of Field Records (SAFR)", + "definition": null, + "notation": "safr", + "altlabel": null, + "related": null, + "@id": "safr", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Supplementary Surveyors Report", + "definition": null, + "notation": "ssr", + "altlabel": null, + "related": null, + "@id": "ssr", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Survey plan", + "definition": null, + "notation": "sp", + "altlabel": null, + "related": null, + "@id": "sp", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Surveyors Report", + "definition": null, + "notation": "sr", + "altlabel": null, + "related": null, + "@id": "sr", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Telecommunications Advice", + "definition": null, + "notation": "ta", + "altlabel": null, + "related": null, + "@id": "ta", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Unanimous Resolution of Owners Corporation Members", + "definition": null, + "notation": "ur-ocm", + "altlabel": null, + "related": null, + "@id": "ur-ocm", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Unanimous Resolution or VCAT Order added", + "definition": null, + "notation": "ur-vcat", + "altlabel": null, + "related": null, + "@id": "ur-vcat", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "VCAT Order Under section 34D", + "definition": null, + "notation": "vcat-34d", + "altlabel": null, + "related": null, + "@id": "vcat-34d", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "VicSmart Supporting Document", + "definition": null, + "notation": "vsd", + "altlabel": null, + "related": null, + "@id": "vsd", + "type": "termtype:DocType", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-survey-documentation-type.ttl b/cadastre/CSD-Header/vic-survey-documentation-type.ttl new file mode 100644 index 0000000..8e4db69 --- /dev/null +++ b/cadastre/CSD-Header/vic-survey-documentation-type.ttl @@ -0,0 +1,320 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "aapp" ; + skos:prefLabel "Application To Amend Planning Permit" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "ad" ; + skos:prefLabel "Application Document" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "afr" ; + skos:prefLabel "Abstract of Field Records" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "ar" ; + skos:prefLabel "Arborist report" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "c-56" ; + skos:prefLabel "c.56 Residential subdivision assessment" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "cd" ; + skos:prefLabel "Covenant Document" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "cep" ; + skos:prefLabel "Compiled ePlan" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "cep-vr" ; + skos:prefLabel "Compiled ePlan Validation Report" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "cl" ; + skos:prefLabel "Covering Letter" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "cpp" ; + skos:prefLabel "Copy of Planning Permit" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "cps" ; + skos:prefLabel "Compiled Plan Sheets" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "ct" ; + skos:prefLabel "Copy of Title" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "dsg" ; + skos:prefLabel "Digital Survey Geometry" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "edf" ; + skos:prefLabel "Enhanced Diagram File" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "edf-cep" ; + skos:prefLabel "Enhanced Diagram File (Compiled ePlan)" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "ep" ; + skos:prefLabel "Engineering Plan" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "eplan" ; + skos:prefLabel "ePlan" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "eplan-vr" ; + skos:prefLabel "ePlan Validation Report" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "form-1" ; + skos:prefLabel "Form 1 / Owners Consent" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "form-13" ; + skos:prefLabel "Form 13 and SAFR Declaration" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "form-8" ; + skos:prefLabel "Application to Amend Certified Plan (Form 8)" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "lvp" ; + skos:prefLabel "Landscape or vegetation plan" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "n-sd" ; + skos:prefLabel "Neighbourhood and Site Description" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "nico-e-od" ; + skos:prefLabel "NICO/Encumbrance Overlay Diagram" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "ocacp" ; + skos:prefLabel "Owners Consent to Amend Certified Plan" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "ocd" ; + skos:prefLabel "Owners Corporation Details" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "odt" ; + skos:prefLabel "Other Document Type" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "p-ara-c" ; + skos:prefLabel "Pre-approved RA Consent" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "pe" ; + skos:prefLabel "Plan for Endorsement" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "photo" ; + skos:prefLabel "Photos" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "psc" ; + skos:prefLabel "Plan of Subdivision or Consolidation" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "r-rfi" ; + skos:prefLabel "Response to Request for Further Information" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "r-rfi-ra" ; + skos:prefLabel "Response to Request for Further Information - Referral Authority" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "ret-pp" ; + skos:prefLabel "Request for Extension of Time for a Planning Permit" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "rfi-eot-r" ; + skos:prefLabel "RFI Extension of Time Request" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "rl" ; + skos:prefLabel "Release for Lodgement" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "rnhf" ; + skos:prefLabel "Road Name History Form" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "rsc" ; + skos:prefLabel "Request for Secondary Consent" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "safr" ; + skos:prefLabel "Supplementary Abstract of Field Records (SAFR)" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "scdr-s" ; + skos:prefLabel "Site context and design response (Subdivision)" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "sda" ; + skos:prefLabel "Statutory Declaration for Advertising" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "sp" ; + skos:prefLabel "Survey plan" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "sr" ; + skos:prefLabel "Surveyors Report" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "ssr" ; + skos:prefLabel "Supplementary Surveyors Report" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "ta" ; + skos:prefLabel "Telecommunications Advice" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "ur-ocm" ; + skos:prefLabel "Unanimous Resolution of Owners Corporation Members" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "ur-vcat" ; + skos:prefLabel "Unanimous Resolution or VCAT Order added" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "vcat-34d" ; + skos:prefLabel "VCAT Order Under section 34D" . + + a skos:Concept, + termtype:DocType ; + skos:inScheme ; + skos:notation "vsd" ; + skos:prefLabel "VicSmart Supporting Document" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC types of Survey Documentation" ; + skos:scopeNote "termtype:DocType" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:45.193988"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:45.058032"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/vic-survey-purpose.csv b/cadastre/CSD-Header/vic-survey-purpose.csv new file mode 100644 index 0000000..8e086a4 --- /dev/null +++ b/cadastre/CSD-Header/vic-survey-purpose.csv @@ -0,0 +1,40 @@ +preflabel,definition,notation,altlabel,related +Section 6(1)(K),,6-1-k,, +Section 22-Plan of Subdivision,,22-subdivision,, +Section 22-Plan of Consolidation,,22-consolidation,, +Section 23-Creation of Easement,,23-create-easement,, +Section 23-Removal of Easement,,23-remove-easement,, +Section 23-Variation of Easement,,23-vary-easement,, +Section 23-Creation and Removal of Easement,,23-create-remove-easements,, +Section 23-Creation and Variation of Easement,,23-create-vary-easements,, +Section 23-Removal and Variation of Easement,,23-remove-vary-easements,, +Section 23-Creation and Removal and Variation of Easement,,23-create-remove-vary-easements,, +Section 23-Variation of Condition in Crown Grant,,23-vary-crown-condition,, +Section 23-Removal of Condition in Crown Grant,,23-remove-crown-condition,, +Section 23-Creation of Restriction,,23-create-restriction,, +Section 23-Removal of Restriction,,23-remove-restriction,, +Section 23-Variation of Restriction,,23-vary-restriction,, +Section 24a-Vesting of a Reserve,,24a-vest-reserve,, +Section 24a-Removal of a Reserve (Plan of Subdivision),,24a-remove-reserve-subdivision,, +Section 24a-Removal of a Reserve (Plan of Consolidation),,24a-remove-reserve-consolidation,, +Section 24a-Removal and Vesting of a Reserve (Plan of Subdivision),,24a-remove-vest-reserve-subdivision,, +Section 24a-Removal and Vesting of a Reserve (Plan of Consolidation),,24a-remove-vest-reserve-consolidation,, +Section 26,,26,, +Section 32-Plan to alter land affected by an owners corporation (Plan of Subdivision),,32-alter-l-o-c-subdivision,, +Section 32-Plan to alter land affected by an owners corporation (Registered Plan),,32-alter-l-o-c-registered-plan,, +Section 32-Plan to alter land affected by an owners corporation (Strata Plan),,32-alter-l-o-c-strata-plan,, +Section 32-Plan to alter land affected by an owners corporation (Cluster Subdivision),,32-alter-l-o-c-cluster,, +Section 32a-Plan of Subdivision of land if an owners corporation is affected,,32a-o-c-affected-subdivision,, +Section 32a-Plan of Consolidation of land if an owners corporation is affected,,32a-o-c-affected-consolidation,, +Section 32b-Plan to create an owners corporation (Existing Plan),,32b-create-o-c-existing,, +Section 32b-Plan to create an owners corporation (New Plan),,32b-create-o-c-new,, +Section 35-Acquisition of land by acquiring authority,,35-acquisition-authority,, +Section 35-Acquisition of land if an owners corporation is affected (Plan of Subdivision),,35-acquisition-o-c-subdivision,, +Section 35-Acquisition of land if an owners corporation is affected (Registered Plan),,35-acquisition-o-c-registered-plan,, +Section 35-Acquisition of land if an owners corporation is affected (Strata Plan),,35-acquisition-o-c-strata-plan,, +Section 35-Acquisition of land if an owners corporation is affected (Cluster Subdivision),,35-acquisition-o-c-cluster,, +Section 35(8)-Subdivision of land vested or registered in authority,,35-8-subdivision-vest-authority,, +Section 35(8)-Consolidation of land vested or registered in authority,,35-8-consolidation-vest-authority,, +Section 37-Plan of Subdivision (Staged Plan),,37-stage-subdivision,, +Section 37-Acquisition of land (Plan of Subdivision (Staged)),,37-acquisition-stage-subdivision,, +Section 37(8),,37-8,, diff --git a/cadastre/CSD-Header/vic-survey-purpose.jsonld b/cadastre/CSD-Header/vic-survey-purpose.jsonld new file mode 100644 index 0000000..ae83049 --- /dev/null +++ b/cadastre/CSD-Header/vic-survey-purpose.jsonld @@ -0,0 +1,422 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-survey-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-survey-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Survey Purpose", + "class": "surv:SurveyPurpose", + "concepts": [ + { + "preflabel": "Section 6(1)(K)", + "definition": null, + "notation": "6-1-k", + "altlabel": null, + "related": null, + "@id": "6-1-k", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 22-Plan of Subdivision", + "definition": null, + "notation": "22-subdivision", + "altlabel": null, + "related": null, + "@id": "22-subdivision", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 22-Plan of Consolidation", + "definition": null, + "notation": "22-consolidation", + "altlabel": null, + "related": null, + "@id": "22-consolidation", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 23-Creation of Easement", + "definition": null, + "notation": "23-create-easement", + "altlabel": null, + "related": null, + "@id": "23-create-easement", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 23-Removal of Easement", + "definition": null, + "notation": "23-remove-easement", + "altlabel": null, + "related": null, + "@id": "23-remove-easement", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 23-Variation of Easement", + "definition": null, + "notation": "23-vary-easement", + "altlabel": null, + "related": null, + "@id": "23-vary-easement", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 23-Creation and Removal of Easement", + "definition": null, + "notation": "23-create-remove-easements", + "altlabel": null, + "related": null, + "@id": "23-create-remove-easements", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 23-Creation and Variation of Easement", + "definition": null, + "notation": "23-create-vary-easements", + "altlabel": null, + "related": null, + "@id": "23-create-vary-easements", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 23-Removal and Variation of Easement", + "definition": null, + "notation": "23-remove-vary-easements", + "altlabel": null, + "related": null, + "@id": "23-remove-vary-easements", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 23-Creation and Removal and Variation of Easement", + "definition": null, + "notation": "23-create-remove-vary-easements", + "altlabel": null, + "related": null, + "@id": "23-create-remove-vary-easements", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 23-Variation of Condition in Crown Grant", + "definition": null, + "notation": "23-vary-crown-condition", + "altlabel": null, + "related": null, + "@id": "23-vary-crown-condition", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 23-Removal of Condition in Crown Grant", + "definition": null, + "notation": "23-remove-crown-condition", + "altlabel": null, + "related": null, + "@id": "23-remove-crown-condition", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 23-Creation of Restriction", + "definition": null, + "notation": "23-create-restriction", + "altlabel": null, + "related": null, + "@id": "23-create-restriction", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 23-Removal of Restriction", + "definition": null, + "notation": "23-remove-restriction", + "altlabel": null, + "related": null, + "@id": "23-remove-restriction", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 23-Variation of Restriction", + "definition": null, + "notation": "23-vary-restriction", + "altlabel": null, + "related": null, + "@id": "23-vary-restriction", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 24a-Vesting of a Reserve", + "definition": null, + "notation": "24a-vest-reserve", + "altlabel": null, + "related": null, + "@id": "24a-vest-reserve", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 24a-Removal of a Reserve (Plan of Subdivision)", + "definition": null, + "notation": "24a-remove-reserve-subdivision", + "altlabel": null, + "related": null, + "@id": "24a-remove-reserve-subdivision", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 24a-Removal of a Reserve (Plan of Consolidation)", + "definition": null, + "notation": "24a-remove-reserve-consolidation", + "altlabel": null, + "related": null, + "@id": "24a-remove-reserve-consolidation", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 24a-Removal and Vesting of a Reserve (Plan of Subdivision)", + "definition": null, + "notation": "24a-remove-vest-reserve-subdivision", + "altlabel": null, + "related": null, + "@id": "24a-remove-vest-reserve-subdivision", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 24a-Removal and Vesting of a Reserve (Plan of Consolidation)", + "definition": null, + "notation": "24a-remove-vest-reserve-consolidation", + "altlabel": null, + "related": null, + "@id": "24a-remove-vest-reserve-consolidation", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 26", + "definition": null, + "notation": "26", + "altlabel": null, + "related": null, + "@id": "26", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 32-Plan to alter land affected by an owners corporation (Plan of Subdivision)", + "definition": null, + "notation": "32-alter-l-o-c-subdivision", + "altlabel": null, + "related": null, + "@id": "32-alter-l-o-c-subdivision", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 32-Plan to alter land affected by an owners corporation (Registered Plan)", + "definition": null, + "notation": "32-alter-l-o-c-registered-plan", + "altlabel": null, + "related": null, + "@id": "32-alter-l-o-c-registered-plan", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 32-Plan to alter land affected by an owners corporation (Strata Plan)", + "definition": null, + "notation": "32-alter-l-o-c-strata-plan", + "altlabel": null, + "related": null, + "@id": "32-alter-l-o-c-strata-plan", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 32-Plan to alter land affected by an owners corporation (Cluster Subdivision)", + "definition": null, + "notation": "32-alter-l-o-c-cluster", + "altlabel": null, + "related": null, + "@id": "32-alter-l-o-c-cluster", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 32a-Plan of Subdivision of land if an owners corporation is affected", + "definition": null, + "notation": "32a-o-c-affected-subdivision", + "altlabel": null, + "related": null, + "@id": "32a-o-c-affected-subdivision", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 32a-Plan of Consolidation of land if an owners corporation is affected", + "definition": null, + "notation": "32a-o-c-affected-consolidation", + "altlabel": null, + "related": null, + "@id": "32a-o-c-affected-consolidation", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 32b-Plan to create an owners corporation (Existing Plan)", + "definition": null, + "notation": "32b-create-o-c-existing", + "altlabel": null, + "related": null, + "@id": "32b-create-o-c-existing", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 32b-Plan to create an owners corporation (New Plan)", + "definition": null, + "notation": "32b-create-o-c-new", + "altlabel": null, + "related": null, + "@id": "32b-create-o-c-new", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 35-Acquisition of land by acquiring authority", + "definition": null, + "notation": "35-acquisition-authority", + "altlabel": null, + "related": null, + "@id": "35-acquisition-authority", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 35-Acquisition of land if an owners corporation is affected (Plan of Subdivision)", + "definition": null, + "notation": "35-acquisition-o-c-subdivision", + "altlabel": null, + "related": null, + "@id": "35-acquisition-o-c-subdivision", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 35-Acquisition of land if an owners corporation is affected (Registered Plan)", + "definition": null, + "notation": "35-acquisition-o-c-registered-plan", + "altlabel": null, + "related": null, + "@id": "35-acquisition-o-c-registered-plan", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 35-Acquisition of land if an owners corporation is affected (Strata Plan)", + "definition": null, + "notation": "35-acquisition-o-c-strata-plan", + "altlabel": null, + "related": null, + "@id": "35-acquisition-o-c-strata-plan", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 35-Acquisition of land if an owners corporation is affected (Cluster Subdivision)", + "definition": null, + "notation": "35-acquisition-o-c-cluster", + "altlabel": null, + "related": null, + "@id": "35-acquisition-o-c-cluster", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 35(8)-Subdivision of land vested or registered in authority", + "definition": null, + "notation": "35-8-subdivision-vest-authority", + "altlabel": null, + "related": null, + "@id": "35-8-subdivision-vest-authority", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 35(8)-Consolidation of land vested or registered in authority", + "definition": null, + "notation": "35-8-consolidation-vest-authority", + "altlabel": null, + "related": null, + "@id": "35-8-consolidation-vest-authority", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 37-Plan of Subdivision (Staged Plan)", + "definition": null, + "notation": "37-stage-subdivision", + "altlabel": null, + "related": null, + "@id": "37-stage-subdivision", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 37-Acquisition of land (Plan of Subdivision (Staged))", + "definition": null, + "notation": "37-acquisition-stage-subdivision", + "altlabel": null, + "related": null, + "@id": "37-acquisition-stage-subdivision", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Section 37(8)", + "definition": null, + "notation": "37-8", + "altlabel": null, + "related": null, + "@id": "37-8", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-survey-purpose.ttl b/cadastre/CSD-Header/vic-survey-purpose.ttl new file mode 100644 index 0000000..47f1baf --- /dev/null +++ b/cadastre/CSD-Header/vic-survey-purpose.ttl @@ -0,0 +1,260 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "22-consolidation" ; + skos:prefLabel "Section 22-Plan of Consolidation" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "22-subdivision" ; + skos:prefLabel "Section 22-Plan of Subdivision" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "23-create-easement" ; + skos:prefLabel "Section 23-Creation of Easement" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "23-create-remove-easements" ; + skos:prefLabel "Section 23-Creation and Removal of Easement" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "23-create-remove-vary-easements" ; + skos:prefLabel "Section 23-Creation and Removal and Variation of Easement" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "23-create-restriction" ; + skos:prefLabel "Section 23-Creation of Restriction" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "23-create-vary-easements" ; + skos:prefLabel "Section 23-Creation and Variation of Easement" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "23-remove-crown-condition" ; + skos:prefLabel "Section 23-Removal of Condition in Crown Grant" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "23-remove-easement" ; + skos:prefLabel "Section 23-Removal of Easement" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "23-remove-restriction" ; + skos:prefLabel "Section 23-Removal of Restriction" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "23-remove-vary-easements" ; + skos:prefLabel "Section 23-Removal and Variation of Easement" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "23-vary-crown-condition" ; + skos:prefLabel "Section 23-Variation of Condition in Crown Grant" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "23-vary-easement" ; + skos:prefLabel "Section 23-Variation of Easement" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "23-vary-restriction" ; + skos:prefLabel "Section 23-Variation of Restriction" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "24a-remove-reserve-consolidation" ; + skos:prefLabel "Section 24a-Removal of a Reserve (Plan of Consolidation)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "24a-remove-reserve-subdivision" ; + skos:prefLabel "Section 24a-Removal of a Reserve (Plan of Subdivision)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "24a-remove-vest-reserve-consolidation" ; + skos:prefLabel "Section 24a-Removal and Vesting of a Reserve (Plan of Consolidation)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "24a-remove-vest-reserve-subdivision" ; + skos:prefLabel "Section 24a-Removal and Vesting of a Reserve (Plan of Subdivision)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "24a-vest-reserve" ; + skos:prefLabel "Section 24a-Vesting of a Reserve" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "26" ; + skos:prefLabel "Section 26" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "32-alter-l-o-c-cluster" ; + skos:prefLabel "Section 32-Plan to alter land affected by an owners corporation (Cluster Subdivision)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "32-alter-l-o-c-registered-plan" ; + skos:prefLabel "Section 32-Plan to alter land affected by an owners corporation (Registered Plan)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "32-alter-l-o-c-strata-plan" ; + skos:prefLabel "Section 32-Plan to alter land affected by an owners corporation (Strata Plan)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "32-alter-l-o-c-subdivision" ; + skos:prefLabel "Section 32-Plan to alter land affected by an owners corporation (Plan of Subdivision)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "32a-o-c-affected-consolidation" ; + skos:prefLabel "Section 32a-Plan of Consolidation of land if an owners corporation is affected" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "32a-o-c-affected-subdivision" ; + skos:prefLabel "Section 32a-Plan of Subdivision of land if an owners corporation is affected" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "32b-create-o-c-existing" ; + skos:prefLabel "Section 32b-Plan to create an owners corporation (Existing Plan)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "32b-create-o-c-new" ; + skos:prefLabel "Section 32b-Plan to create an owners corporation (New Plan)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "35-8-consolidation-vest-authority" ; + skos:prefLabel "Section 35(8)-Consolidation of land vested or registered in authority" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "35-8-subdivision-vest-authority" ; + skos:prefLabel "Section 35(8)-Subdivision of land vested or registered in authority" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "35-acquisition-authority" ; + skos:prefLabel "Section 35-Acquisition of land by acquiring authority" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "35-acquisition-o-c-cluster" ; + skos:prefLabel "Section 35-Acquisition of land if an owners corporation is affected (Cluster Subdivision)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "35-acquisition-o-c-registered-plan" ; + skos:prefLabel "Section 35-Acquisition of land if an owners corporation is affected (Registered Plan)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "35-acquisition-o-c-strata-plan" ; + skos:prefLabel "Section 35-Acquisition of land if an owners corporation is affected (Strata Plan)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "35-acquisition-o-c-subdivision" ; + skos:prefLabel "Section 35-Acquisition of land if an owners corporation is affected (Plan of Subdivision)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "37-8" ; + skos:prefLabel "Section 37(8)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "37-acquisition-stage-subdivision" ; + skos:prefLabel "Section 37-Acquisition of land (Plan of Subdivision (Staged))" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "37-stage-subdivision" ; + skos:prefLabel "Section 37-Plan of Subdivision (Staged Plan)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:inScheme ; + skos:notation "6-1-k" ; + skos:prefLabel "Section 6(1)(K)" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Survey Purpose" ; + skos:scopeNote "surv:SurveyPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:50.007703"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:49.881169"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/vic-survey-type.csv b/cadastre/CSD-Header/vic-survey-type.csv new file mode 100644 index 0000000..6553302 --- /dev/null +++ b/cadastre/CSD-Header/vic-survey-type.csv @@ -0,0 +1,4 @@ +preflabel,definition,notation,altlabel,related +Non-Survey,Plan is not based on survey.,non-survey,, +Partial Survey,Plan meets criteria for partial survey.,partial-survey,, +Survey,Plan is based on full survey.,survey,, \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-survey-type.jsonld b/cadastre/CSD-Header/vic-survey-type.jsonld new file mode 100644 index 0000000..0d255cf --- /dev/null +++ b/cadastre/CSD-Header/vic-survey-type.jsonld @@ -0,0 +1,62 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-survey-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-survey-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Survey Type", + "class": "termtype:SurveyType", + "concepts": [ + { + "preflabel": "Non-Survey", + "definition": "Plan is not based on survey.", + "notation": "non-survey", + "altlabel": null, + "related": null, + "@id": "non-survey", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "Partial Survey", + "definition": "Plan meets criteria for partial survey.", + "notation": "partial-survey", + "altlabel": null, + "related": null, + "@id": "partial-survey", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "Survey", + "definition": "Plan is based on full survey.", + "notation": "survey", + "altlabel": null, + "related": null, + "@id": "survey", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-survey-type.ttl b/cadastre/CSD-Header/vic-survey-type.ttl new file mode 100644 index 0000000..cd19685 --- /dev/null +++ b/cadastre/CSD-Header/vic-survey-type.ttl @@ -0,0 +1,47 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "Plan is not based on survey." ; + skos:inScheme ; + skos:notation "non-survey" ; + skos:prefLabel "Non-Survey" . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "Plan meets criteria for partial survey." ; + skos:inScheme ; + skos:notation "partial-survey" ; + skos:prefLabel "Partial Survey" . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "Plan is based on full survey." ; + skos:inScheme ; + skos:notation "survey" ; + skos:prefLabel "Survey" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Survey Type" ; + skos:scopeNote "termtype:SurveyType" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:46.741674"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:46.658171"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/vic-township.csv b/cadastre/CSD-Header/vic-township.csv new file mode 100644 index 0000000..0b34ea4 --- /dev/null +++ b/cadastre/CSD-Header/vic-township.csv @@ -0,0 +1,950 @@ +preflabel,definition,notation,altlabel,related +Nullawil TP,,5606,, +Koonoomoo TP,,5428,, +Bearii TP,,5056,, +Ninyeunook TP,,5598,, +Birchip TP,,5084,, +Gooramadda TP,,5334,, +Pullut TP,,5655,, +Muckatah TP,,5557,, +Barrapoort TP,,5048,, +Bathumi TP,,5054,, +Haines TP,,5363,, +Pyramid Hill TP,,5659,, +Ellam TP,,5274,, +Yelta TP,,5906,, +Merbein TP,,5516,, +Cullulleraine TP,,5217,, +Benetook TP,,5069,, +Yatpool TP,,5903,, +Pirlta TP,,5639,, +Merrinee TP,,5523,, +Morkalla TP,,5550,, +Karween TP,,5409,, +Meringur TP,,5519,, +Yarrara TP,,5900,, +Carwarp TP,,5159,, +Boonoonar TP,,5099,, +Netherby TP,,5586,, +Echuca TP,,5263,, +Boileau TP,,5091,, +Dunbulbalane TP,,5255,, +Bannerton TP,,5039,, +Hattah TP,,5370,, +Annuello TP,,5012,, +Natya TP,,5580,, +Kiamal TP,,5416,, +Manangatang TP,,5496,, +Galah TP,,5306,, +Wood Wood TP,,5879,, +Miralie TP,,5534,, +"Red Cliffs, at (Mildura)",,3102A,, +Werrimull TP,,5848,, +Bambill TP,,5037,, +Robinvale TP,,5677,, +Nowingi TP,,5605,, +Yungera TP,,5908,, +Kooloonong TP,,5426,, +Bolton TP,,5093,, +Kulwin TP,,5436,, +Piangil TP,,5633,, +Ouyen TP,,5621,, +Cocamba TP,,5183,, +Mittyack TP,,5540,, +Torrita TP,,5797,, +Underbool TP,,5812,, +Nyah West TP,,5612,, +Springhurst TP,,5727,, +Chinkapook TP,,5174,, +Boinka TP,,5092,, +Cowangie TP,,5203,, +Pier-Millan TP,,5634,, +Pira TP,,5637,, +Danyo TP,,5222,, +Woorinen South TP,,5883,, +Swan Hill TP,,5747,, +Tempy TP,,5777,, +Goschen TP,,5340,, +Yarto TP,,5902,, +Sea Lake TP,,5703,, +Mystic Park TP,,5569,, +Boigbeat TP,,5090,, +Koondrook TP,,5427,, +Berriwillock TP,,5075,, +Woomelang TP,,5882,, +Walpeup TP,,5824,, +Nyah TP,,5611,, +Kerang TP,,5413,, +Curyo TP,,5219,, +Rainbow TP,,5664,, +Cobram TP,,5181,, +Beulah TP,,5081,, +Gunbower TP,,5360,, +Carlyle TP,,5156,, +Yarrawonga TP,,5901,, +Barmah TP,,5045,, +Aubrey TP,,5021,, +Warracknabeal TP,,5834,, +Buckrabanyule TP,,5123,, +Tongala TP,,5786,, +Wooroonook TP,,5885,, +Barrakee TP,,5047,, +Lockington TP,,5471,, +Ni Ni TP,,5597,, +Borung TP,,5103,, +Antwerp TP,,5013,, +Linga TP,,5466,, +Tutye TP,,5806,, +Panitya TP,,5624,, +Murrayville TP,,5564,, +Nandaly TP,,5572,, +Speed TP,,5725,, +Lake Boga TP,,5443,, +Benjeroop TP,,5071,, +Murrabit TP,,5562,, +Lake Charm TP,,5445,, +Culgoa TP,,5216,, +Hopetoun TP,,5385,, +Yaapeet TP,,5892,, +Goyura TP,,5344,, +Cohuna TP,,5185,, +Watchem TP,,5842,, +Wunghnu TP,,5886,, +Broughton TP,,5118,, +Corryong TP,,5200,, +Marungi TP,,5507,, +Wyuna TP,,5891,, +Tatonga TP,,5772,, +Yanac South TP,,5895,, +Bunbartha TP,,5130,, +Berringama TP,,5074,, +"Katandra West, at (Katandra)",,2850A,, +Glenrowen TP,,5327,, +Eskdale TP,,5285,, +Corop TP,,5199,, +Stanley TP,,5729,, +Bruarong TP,,5119,, +Congupna Road TP,,5190,, +Eldorado TP,,5272,, +Bears Lagoon TP,,5057,, +Lawloit TP,,5455,, +Beetoomba TP,,5063,, +Strathallan TP,,5737,, +Lake Rowan TP,,5446,, +Charlton TP,,5166,, +Allans Flat TP,,5007,, +Koyuga TP,,5435,, +Bungeet TP,,5133,, +Katandra TP,,5411,, +Tallangatta Valley TP,,5758,, +Kyabram TP,,5438,, +Diapur TP,,5243,, +Tarranginnie TP,,5766,, +Devenish West TP,,5240,, +Ailsa TP,,5003,, +Boolite TP,,5098,, +Salisbury TP,,5696,, +Korong Vale TP,,5433,, +Cashel TP,,5160,, +Miram TP,,5535,, +Lillimur TP,,5463,, +Gerang Gerung TP,,5315,, +Serviceton TP,,5709,, +Tarkedia TP,,5764,, +Bocca Flat TP,,5089,, +Girgarre TP,,5319,, +Wharparilla North TP,,5852,, +Wodonga TP,,5869,, +Barnawartha TP,,5046,, +Beechworth TP,,5061,, +Rochester TP,,5678,, +Kiata TP,,5417,, +Bundalong TP,,5131,, +Rutherglen TP,,5690,, +Norong TP,,5602,, +Willenabrina TP,,5860,, +Brim TP,,5111,, +Baker TP,,5028,, +Terrick Terrick TP,,5779,, +Elmore TP,,5277,, +Toolamba TP,,5789,, +Burrereo TP,,5137,, +Peechelba TP,,5628,, +Bangerang TP,,5038,, +Tallangatta,,5757,, +Telopea Downs TP,,5775,, +Lah TP,,5442,, +Chiltern TP,,5173,, +Lorquon TP,,5479,, +Koetong TP,,5425,, +Wilby TP,,5859,, +Tungamah TP,,5804,, +Corack TP,,5195,, +Boorgunyah TP,,5100,, +Wycheproof TP,,5889,, +Katamatite TP,,5410,, +Waaia TP,,5816,, +Numurkah TP,,5607,, +Granya TP,,5349,, +Boort TP,,5102,, +Bethanga TP,,5079,, +Echuca West TP,,5264,, +Durham TP,,5258,, +Glanville TP,,5321,, +Towong TP,,5799,, +Kingower TP,,5423,, +Bridgewater TP,,5109,, +Greta TP,,5357,, +Inglewood TP,,5391,, +Neilborough TP,,5583,, +Dartmouth TP,,5230,, +Rushworth TP,,5689,, +Pimpinio TP,,5636,, +Baddaginnie TP,,5026,, +Creek View TP,,5209,, +Sebastian TP,,5706,, +Wehla TP,,5846,, +Miepoll TP,,5529,, +Murchison TP,,5561,, +Goornong TP,,5335,, +Moorilim TP,,5548,, +Rupanyup TP,,5688,, +Nhill TP,,5595,, +Thoona TP,,5782,, +Kangaroo Flat TP,,5403,, +Stuartmill TP,,5742,, +Waanyarra TP,,5817,, +Edi TP,,5267,, +Fosterville TP,,5297,, +"Eaglehawk, at (Nerring)",,3301A,, +Ascot TP,,5020,, +Epsom TP,,5284,, +Minimay TP,,5532,, +Goroke TP,,5339,, +Violet Town TP,,5815,, +Whroo TP,,5857,, +Tallangallook TP,,5756,, +Redbank TP,,5668,, +Tolmie TP,,5785,, +Barkly TP,,5043,, +Benambra TP,,5067,, +Apsley TP,,5015,, +Ruffy TP,,5686,, +Baringhup TP,,5042,, +Maldon TP,,5493,, +Granite Flat TP,,5345,, +Kooyoora TP,,5431,, +Jerro TP,,5399,, +Colbinabbin TP,,5187,, +Longerenong TP,,5474,, +Kaniva TP,,5404,, +Mooroopna TP,,5549,, +Cravensville TP,,5208,, +Serpentine TP,,5708,, +Lillimur South TP,,5464,, +Nariel TP,,5575,, +Murra Warra TP,,5563,, +Stanhope TP,,5728,, +Gooroc TP,,5336,, +Kialla West TP,,5415,, +Dederang TP,,5234,, +Kurraca TP,,5437,, +Winton TP,,5867,, +Whorouly TP,,5856,, +Wail TP,,5818,, +Runnymede TP,,5687,, +Raywood TP,,5667,, +Everton TP,,5289,, +Wedderburn TP,,5845,, +Cooma TP,,5191,, +Tatura TP,,5773,, +Minyip TP,,5533,, +Benalla TP,,5066,, +East Murchison TP,,5262,, +Korokubeal TP,,5432,, +Mangalore TP,,5498,, +Walmer TP,,5823,, +Moonambel TP,,5547,, +Toolondo TP,,5793,, +Mia Mia TP,,5527,, +Wombelano TP,,5870,, +Hinno-Munjie TP,,5381,, +Seymour TP,,5711,, +Bingo-Munjie North TP,,5083,, +Redesdale TP,,5670,, +Castlemaine TP,,5163,, +Stawell TP,,5730,, +Piries TP,,5638,, +Great Western TP,,5351,, +Vaughan TP,,5813,, +Tarilta TP,,5763,, +Talbot TP,,5755,, +Moyston TP,,5556,, +Jamieson TP,,5395,, +Pigeon Ponds TP,,5635,, +Kilmore TP,,5420,, +St. Arnaud TP,,5692,, +Murtoa TP,,5566,, +Burkes Flat TP,,5136,, +Dooen TP,,5248,, +Leichardt TP,,5458,, +Arnold TP,,5019,, +Molyullah TP,,5545,, +Rheola TP,,5673,, +Sunnyside TP,,5745,, +Karnak TP,,5408,, +Strathbogie TP,,5738,, +Glen Wills TP,,5329,, +"Eaglehawk, at (Sandhurst)",,3473B,, +Goldsborough TP,,5332,, +Costerfield TP,,5201,, +Eddington TP,,5265,, +Wonwondah North TP,,5873,, +Bromley TP,,5115,, +Heathcote TP,,5373,, +Nurrabiel TP,,5610,, +Pollard TP,,5643,, +Jarrott TP,,5397,, +White Hills TP,,5854,, +Marong TP,,5505,, +Lower Emu TP,,5480,, +Emu TP,,5281,, +Neuarpur TP,,5587,, +Moliagul TP,,5544,, +Huntly TP,,5389,, +Marnoo TP,,5504,, +Mitchellstown TP,,5538,, +Wonwondah East TP,,5872,, +Avenel TP,,5022,, +Navarre TP,,5581,, +Ravenswood TP,,5665,, +Betley TP,,5080,, +Tarnagulla TP,,5765,, +Wandiligong TP,,5826,, +Booroopki TP,,5101,, +Tallarook TP,,5759,, +Tongio-Munjie TP,,5787,, +Smythesdale TP,,5721,, +Campbells Creek TP,,5145,, +Sutton Grange TP,,5746,, +Harcourt TP,,5366,, +Bowenvale TP,,5104,, +Wareek TP,,5832,, +Landsborough TP,,5451,, +Alma TP,,5008,, +Lower Homebush TP,,5481,, +Maryborough TP,,5508,, +Carisbrook TP,,5154,, +Homebush TP,,5384,, +Gobur TP,,5330,, +Clunes TP,,5178,, +Metcalfe TP,,5525,, +Bung Bong TP,,5132,, +Green Gully TP,,5353,, +Craigie TP,,5206,, +Elphinstone TP,,5278,, +Toolleen TP,,5792,, +Horsham TP,,5386,, +"Bendigo, at (Sandhurst)",,3473A,, +Bright TP,,5110,, +Barringo TP,,5049,, +Newbury TP,,5589,, +Creswick TP,,5211,, +Shirley TP,,5714,, +Barrys Reef TP,,5050,, +Dargo TP,,5223,, +Riddell TP,,5675,, +Barkstead TP,,5044,, +Beveridge TP,,5082,, +Pheasant Creek TP,,5632,, +Miners Rest TP,,5531,, +Buchan TP,,5122,, +Castle Point TP,,5164,, +Bolwarrah TP,,5094,, +Kinglake Central TP,,5421,, +Whittlesea TP,,5855,, +Tylden TP,,5809,, +Lawrence TP,,5456,, +Raglan TP,,5663,, +Lauriston TP,,5454,, +Warrak TP,,5836,, +Reedy Creek TP,,5672,, +Lexton TP,,5462,, +Llanelly TP,,5470,, +Newbridge TP,,5588,, +Natimuk TP,,5578,, +Euroa TP,,5287,, +Lubeck TP,,5482,, +Swanpool TP,,5748,, +Tunstals TP,,5805,, +Freeburgh TP,,5302,, +Nagambie TP,,5570,, +Redcastle TP,,5669,, +Bealiba TP,,5055,, +Axedale TP,,5024,, +Strathfieldsaye TP,,5740,, +Bonnie Doon TP,,5096,, +Bet Bet TP,,5078,, +Clear Lake TP,,5176,, +Natte Yallock TP,,5579,, +Darraweit Guim TP,,5228,, +Cassilis TP,,5161,, +Darlingford TP,,5225,, +Amphitheatre TP,,5010,, +Gelantipy TP,,5312,, +Broadford TP,,5113,, +Yandoit TP,,5896,, +Franklinford TP,,5300,, +Strath Creek TP,,5739,, +Acheron TP,,5002,, +Evansford TP,,5288,, +Lancefield TP,,5450,, +Carlsruhe TP,,5155,, +Dry Diggings TP,,5253,, +Longwood TP,,5477,, +Graytown TP,,5350,, +Callawadda TP,,5142,, +Wal Wal TP,,5825,, +Locksley TP,,5472,, +Edenhope TP,,5266,, +Heatherlie TP,,5374,, +Douglas TP,,5249,, +Gowar TP,,5342,, +Percydale TP,,5630,, +Meringo TP,,5518,, +Avoca TP,,5023,, +Cherokee TP,,5169,, +Queenstown TP,,5662,, +Tarrayoukyan TP,,5768,, +Comoora TP,,5189,, +Grant TP,,5346,, +Wando Vale TP,,5828,, +Cavendish TP,,5165,, +Kinglake East TP,,5422,, +Kalkallo TP,,5402,, +Majorca TP,,5492,, +Lamplough TP,,5449,, +Amherst,,5009,, +Crowlands TP,,5214,, +Guildford TP,,5359,, +Harrow TP,,5368,, +Noradjuha TP,,5601,, +Ghin Ghin TP,,5316,, +Sarsfield TP,,5700,, +Malmsbury TP,,5495,, +Alexandra TP,,5006,, +Albacutya TP,,5004,, +Geelong (City) TP,,5311,, +Stratford TP,,5736,, +"Northcote, City (Jika Jika)",,2796D,, +"Clif/Hill, at Coll. (Jika Jika)",,2796C,, +"Gardiner, at (Prahran)",,3416E,, +Golden Lake TP,,5331,, +Happy Valley TP,,5365,, +Seville TP,,5710,, +Hamilton TP,,5364,, +Waygara TP,,5844,, +Toombon TP,,5794,, +Egerton TP,,5268,, +Wallace TP,,5821,, +Coleraine TP,,5188,, +Narbethong TP,,5574,, +Berwick TP,,5077,, +Swifts Creek TP,,5750,, +Tyrendarra TP,,5811,, +South Muckleford TP,,5724,, +Newstead TP,,5594,, +Old Longwood TP,,5615,, +Bullarto TP,,5126,, +Bullarto South TP,,5127,, +Wallan TP,,5822,, +Spring Hill TP,,5726,, +Tatong TP,,5771,, +Taggerty TP,,5753,, +Iguana Creek TP,,5390,, +Tahara TP,,5754,, +Mossiface TP,,5555,, +Bemm TP,,5065,, +Lilydale TP,,5465,, +Elaine North TP,,5271,, +Berringa TP,,5073,, +Ararat TP,,5017,, +Gavan Duffy TP,,5310,, +Pyalong TP,,5658,, +Dalhousie TP,,5220,, +Fryerstown TP,,5303,, +Romsey TP,,5681,, +Woodend TP,,5874,, +Waubra TP,,5843,, +Buangor TP,,5121,, +Mafeking TP,,5489,, +Hollinwood TP,,5383,, +Broomfield TP,,5117,, +Middle Creek TP,,5528,, +Lyonville TP,,5485,, +Ballarat North TP,,5032,, +Cheshunt TP,,5170,, +Leonards Hill TP,,5459,, +Beaufort TP,,5058,, +Ballarat TP,,5030,, +Cowa TP,,5202,, +Ballan TP,,5029,, +Karabeal TP,,5405,, +Matlock TP,,5511,, +Murrungowar TP,,5565,, +Howqua TP,,5388,, +The Gap TP,,5781,, +Casterton TP,,5162,, +Carngham TP,,5157,, +Gordon TP,,5337,, +Deptford TP,,5236,, +Diamond Creek TP,,5242,, +Smeaton TP,,5719,, +Warrayure TP,,5839,, +Towaninny TP,,5798,, +Newlyn North TP,,5591,, +Maroona TP,,5506,, +Nowa Nowa TP,,5604,, +St. Clair TP,,5693,, +Yendon TP,,5907,, +Yuppeckiar TP,,5909,, +Glenthompson TP,,5328,, +Bullumwaal TP,,5128,, +Dunkeld TP,,5256,, +"Nth Fitzroy, at (Jika Jika)",,2796E,, +Bennison TP,,5072,, +Swan Reach TP,,5749,, +"Richmond, City (Jika Jika)",,2796H,, +"St. Kilda, at (Melb South)",,3084C,, +Branxholme TP,,5105,, +Greens Creek TP,,5354,, +East Cunninghame TP,,5261,, +Corindhap TP,,5197,, +Nungurner TP,,5608,, +"Sth Yarra, at (Melb South)",,3084E,, +"Foots City, at Y/Ville (Cut-Paw-Paw)",,2478B,, +Pura Pura TP,,5656,, +Glengower TP,,5323,, +Noojee TP,,5600,, +"Nth Melbourne, at (Jika Jika)",,2796F,, +"W/Footscray, at (Cut-Paw-Paw)",,2478C,, +Digby TP,,5244,, +Wannon TP,,5830,, +Manorina TP,,5499,, +Lal Lal TP,,5448,, +Wickliffe TP,,5858,, +Linton TP,,5467,, +Westmere TP,,5851,, +Clarendon TP,,5175,, +Aberfeldy TP,,5001,, +Sydenham TP,,5751,, +"Royal Park, West Of (Jika Jika)",,2796K,, +Marlo TP,,5503,, +Wandin Yallock TP,,5827,, +"Parkville, at (Jika Jika)",,2796G,, +"West Melb., at (City Of Melb.)",,5514B,, +Pitfield TP,,5641,, +Cargerie TP,,5153,, +Braybrook TP,,5106,, +Wesburn TP,,5849,, +Tamboon South TP,,5761,, +"Carlton, at (Jika Jika)",,2796B,, +"Royal Park, at (Jika Jika)",,2796J,, +Warrenheip TP,,5840,, +Sandford TP,,5697,, +Ballyrogan TP,,5034,, +Stirling TP,,5732,, +Gisborne TP,,5320,, +Bendoc TP,,5068,, +Bonang TP,,5095,, +Stockyard Hill TP,,5733,, +Club Terrace TP,,5177,, +Mallacoota TP,,5494,, +Haddon TP,,5362,, +Panton Hill TP,,5626,, +Newmerella TP,,5592,, +Merino TP,,5520,, +Rowsley TP,,5685,, +Buninyong TP,,5134,, +Dimboola TP,,5245,, +"Yarraville, at (Cut-Paw-Paw)",,2478D,, +Buln Buln TP,,5129,, +Cranbourne TP,,5207,, +Kilmany TP,,5419,, +Skye TP,,5718,, +Heywood TP,,5380,, +Fyansford TP,,5305,, +Cora Lynn TP,,5196,, +Rosedale TP,,5683,, +Eurack TP,,5286,, +Tyers TP,,5808,, +Longford TP,,5475,, +Westbury TP,,5850,, +Woolsthorpe TP,,5881,, +Shelford TP,,5712,, +Teesdale TP,,5774,, +Cressy TP,,5210,, +"Elwood, at (Melbourne South)",,3084A,, +"Elsternwick, at (Prahran)",,3416D,, +"Elsternwick, East Of (Prahran)",,3416B,, +Glenmaggie TP,,5325,, +Crossover TP,,5213,, +South Bannockburn TP,,5723,, +Gould TP,,5341,, +Willow Grove TP,,5862,, +Orford TP,,5619,, +Mornington TP,,5551,, +Winchelsea TP,,5864,, +"Footscray, City (Cut-Paw-Paw)",,2478A,, +Tamboon TP,,5760,, +Sorrento TP,,5722,, +Ess. City (Doutta Galla),,2541B,, +Warburton TP,,5831,, +Tabbara TP,,5752,, +Maribyrnong TP,,5502,, +Elaine TP,,5270,, +Launching Place TP,,5453,, +Yarra Junction TP,,5899,, +Northcote (Adj. City Of) TP,,5603,, +Orbost TP,,5618,, +Lake Bolac TP,,5444,, +Furnell TP,,5304,, +Eltham TP,,5279,, +Goon Nure TP,,5333,, +Hexham TP,,5378,, +Drik Drik TP,,5250,, +Lyons TP,,5484,, +Nelson TP,,5584,, +Seaton TP,,5705,, +Mathiesons TP,,5510,, +Foxhow TP,,5298,, +Smiths Gully TP,,5720,, +Nuntin TP,,5609,, +Tynong TP,,5810,, +Garfield TP,,5307,, +Inverleigh TP,,5392,, +Sale TP,,5695,, +Bacchus Marsh TP,,5025,, +Heidelberg TP,,5376,, +Ringwood TP,,5676,, +"East Melb., at (City Of Melb.)",,5514A,, +Johnsonville TP,,5400,, +"Box Hill, at (Nunawading)",,3337A,, +Pitfield Plains TP,,5642,, +Balliang TP,,5033,, +Meredith TP,,5517,, +Briagolong TP,,5108,, +Burwood TP,,5138,, +Olinda TP,,5616,, +Cunninghame TP,,5218,, +Lakes Entrance TP,,5447,, +"Caulfield, at (Prahran)",,3416A,, +Fernbank TP,,5290,, +Penshurst TP,,5629,, +"City Of Melb., (Melb. North)",,5514C,, +Queenscliff TP,,5661,, +Koonwarra TP,,5429,, +Tarwin TP,,5769,, +Meeniyan TP,,5513,, +"Sth Melb, City (Melb South)",,3084D,, +"Raymond Island, at (Bairnsdale)",,2042A,, +Dartmoor TP,,5229,, +Munro TP,,5560,, +Newry TP,,5593,, +Purdeet TP,,5657,, +Raymond Island TP,,5666,, +Paynesville TP,,5627,, +Hotspur TP,,5387,, +Cockatoo TP,,5184,, +Walhalla TP,,5819,, +Byaduk TP,,5140,, +Maude TP,,5512,, +Neerim TP,,5582,, +"Elwood, at (Prahran)",,3416C,, +Frankston TP,,5301,, +Epping TP,,5283,, +Emerald TP,,5280,, +Derrinallum TP,,5239,, +Lismore TP,,5468,, +Maffra TP,,5490,, +"Brunswick, City (Jika Jika)",,2796A,, +Mitta Mitta TP,,5539,, +Grenville TP,,5356,, +Glenlyon TP,,5324,, +"Hawstead, at (Doutta Galla)",,2541C,, +"Essendon, at (Doutta Galla)",,2541A,, +Moe TP,,5542,, +Yarragon TP,,5898,, +Camperdown TP,,5147,, +Framlingham TP,,5299,, +Morwell TP,,5554,, +Flynns Creek Upper TP,,5294,, +Narrawong TP,,5576,, +Kirkstall TP,,5424,, +Birregurra TP,,5085,, +Balnarring Beach TP,,5036,, +Merricks TP,,5521,, +Caramut TP,,5150,, +Little River TP,,5469,, +Lethbridge TP,,5461,, +"Mordialloc, City (Mordialloc)",,3186A,, +Berrybank TP,,5076,, +Bengworden TP,,5070,, +Dandenong TP,,5221,, +Darlington TP,,5226,, +Lara TP,,5452,, +Cowwarr TP,,5205,, +Bannockburn TP,,5040,, +Milltown TP,,5530,, +Ellerslie TP,,5275,, +Warragul TP,,5835,, +Terang TP,,5778,, +Modewarre TP,,5541,, +"Queenscliff, at (Paywit)",,3380A,, +Jam Jerrup TP,,5396,, +Bushfield TP,,5139,, +Garvoc TP,,5309,, +Callignee TP,,5143,, +Jeeralang Junction TP,,5398,, +Dereel TP,,5237,, +"Hawthorn, at (Boroondara)",,2209A,, +"City Of Melb., (Melb. South)",,5514D,, +Monbulk TP,,5546,, +Kalimna TP,,5401,, +Metung TP,,5526,, +Woorndoo TP,,5884,, +Mumbannar TP,,5559,, +Oakleigh TP,,5614,, +Beenak TP,,5062,, +Byaduk North TP,,5141,, +Eilyar TP,,5269,, +Wurdi Boluc TP,,5887,, +Gormandale TP,,5338,, +Drysdale TP,,5254,, +St. Leonards TP,,5694,, +Traralgon TP,,5801,, +Beeac TP,,5060,, +Trafalgar TP,,5800,, +Childers TP,,5172,, +Woodford TP,,5875,, +Panmure TP,,5625,, +Bellbrae TP,,5064,, +Nyora TP,,5613,, +Colac TP,,5186,, +Portland TP,,5651,, +Woodside TP,,5876,, +San Remo TP,,5699,, +Gellibrand TP,,5313,, +Mirboo North TP,,5537,, +Merton TP,,5524,, +Warneet TP,,5833,, +Barwon Heads TP,,5052,, +Breamlea TP,,5107,, +Dunolly TP,,5257,, +Darlimurla TP,,5224,, +Port Fairy TP,,5649,, +Boolarra TP,,5097,, +Grantville TP,,5348,, +Irrewillipe TP,,5394,, +Blackwarry TP,,5086,, +Corinella TP,,5198,, +Korumburra TP,,5434,, +Kardella TP,,5407,, +Cowes TP,,5204,, +"Cowes, at (Phillip Island)",,3389A,, +Arapiles TP,,5016,, +Apollo Bay TP,,5014,, +"Alberton, at (Alberton East)",,2007A,, +Woodside North TP,,5877,, +Forrest TP,,5295,, +Nirranda TP,,5599,, +Dollar TP,,5246,, +Stony Creek TP,,5734,, +Peterborough TP,,5631,, +Inverloch TP,,5393,, +Tarraville TP,,5767,, +Hedley TP,,5375,, +Steiglitz TP,,5731,, +Gerangamete TP,,5314,, +Kewell TP,,5414,, +Mackinnons Bridge TP,,5488,, +Wonthaggi TP,,5871,, +Port Campbell TP,,5648,, +Alberton TP,,5005,, +Buffalo TP,,5124,, +Port Albert TP,,5646,, +Wyelangta TP,,5890,, +Princetown TP,,5654,, +Port Welshpool TP,,5652,, +Tarwin Lower TP,,5770,, +Scotts Creek TP,,5701,, +Koorooman TP,,5430,, +Timboon TP,,5783,, +Marengo TP,,5501,, +Walkerville TP,,5820,, +Sandy Point TP,,5698,, +Gunyah Gunyah TP,,5361,, +Devon TP,,5241,, +Crib Point TP,,5212,, +Laang TP,,5441,, +Yambuk TP,,5894,, +Cobden TP,,5180,, +Red Hill South TP,,5671,, +Winslow TP,,5866,, +Willung TP,,5863,, +Osborne TP,,5620,, +Flynn TP,,5293,, +Nilma TP,,5596,, +Mortlake TP,,5553,, +Whiskey Creek TP,,5853,, +Bunyip TP,,5135,, +Hawkesdale TP,,5371,, +Wurruk TP,,5888,, +Longwarry TP,,5476,, +Seacombe TP,,5702,, +Drouin TP,,5252,, +Dergholm TP,,5238,, +Karawinna TP,,5406,, +Ballarat East TP,,5031,, +Nerrina TP,,5585,, +Skenes Creek TP,,5716,, +Campbelltown TP,,5146,, +Chetwynd TP,,5171,, +Gre Gre TP,,5355,, +Daylesford West TP,,5232,, +Daylesford TP,,5231,, +Coonooer TP,,5192,, +Gowar East TP,,5343,, +"Port Melb, City (Melb South)",,3084B,, +Durham Lead TP,,5259,, +Garibaldi TP,,5308,, +Durham Ox TP,,5260,, +Rossbridge TP,,5684,, +Yarck TP,,5897,, +Molesworth TP,,5543,, +Mirboo TP,,5536,, +Bass TP,,5053,, +Glenorchy TP,,5326,, +Mandurang TP,,5497,, +Healesville TP,,5372,, +Woods Point TP,,5878,, +Macarthur TP,,5486,, +Archdale TP,,5018,, +Macedon TP,,5487,, +Toolangi TP,,5790,, +Stradbroke TP,,5735,, +Leongatha TP,,5460,, +Ventnor TP,,5814,, +Rhyll TP,,5674,, +Barwon Downs TP,,5051,, +Woolamai TP,,5880,, +Lorne TP,,5478,, +Cape Clear TP,,5149,, +Torquay TP,,5796,, +Chepstowe TP,,5168,, +"Scotchmans, at (Buninyong)",,2287A,, +Napoleons TP,,5573,, +Foster TP,,5296,, +Port Franklin TP,,5650,, +Hoddle TP,,5382,, +Pirron Yallock TP,,5640,, +Elingamite North TP,,5273,, +"Rosebud, at (Wannaeue)",,3730A,, +Rosebud TP,,5682,, +Hastings TP,,5369,, +Hepburn TP,,5377,, +Carrajung TP,,5158,, +Newhaven TP,,5590,, +Bulla TP,,5125,, +Nathalia TP,,5577,, +Taradale TP,,5762,, +Poowong TP,,5644,, +Elmhurst TP,,5276,, +Carapook TP,,5152,, +Kilcunda TP,,5418,, +Cann River TP,,5148,, +Portarlington TP,,5647,, +Banyena TP,,5041,, +Gipsy Point TP,,5318,, +Coopers Creek TP,,5193,, +Mudgeegonga TP,,5558,, +Suggan Buggan TP,,5743,, +Cambrian Hill TP,,5144,, +Giffard TP,,5317,, +Donald TP,,5247,, +Trentham TP,,5802,, +Toolern Vale TP,,5791,, +Marysville TP,,5509,, +Myrniong TP,,5567,, +Merrijig TP,,5522,, +Toongabbie TP,,5795,, +Melton TP,,5515,, +Britannia Creek TP,,5112,, +Powelltown TP,,5653,, +Heyfield TP,,5379,, +Rokeby TP,,5679,, +Warrnambool TP,,5841,, +Quambatook TP,,5660,, +Coalville TP,,5179,, +Darnum TP,,5227,, +Deddick TP,,5233,, +Yea TP,,5904,, +Blackwood TP,,5087,, +Porepunkah TP,,5645,, +Granton TP,,5347,, +Greendale TP,,5352,, +Lockwood TP,,5473,, +Lucknow TP,,5483,, +Bairnsdale TP,,5027,, +Dennington TP,,5235,, +Myrtleford TP,,5568,, +Dromana TP,,5251,, +Sebastopol TP,,5707,, +Carapooee TP,,5151,, +Winyar TP,,5868,, +Tyaak TP,,5807,, +Kyneton TP,,5439,, +Ensay TP,,5282,, +Pakenham TP,,5623,, +Learmonth TP,,5457,, +Anglesea TP,,5011,, +Williamstown TP,,5861,, +Mansfield TP,,5500,, +Nalinga TP,,5571,, +Werribee TP,,5847,, +Coburg TP,,5182,, +Bruthen TP,,5120,, +Skipton TP,,5717,, +Shoreham TP,,5715,, +Tongio West TP,,5788,, +Harrietville TP,,5367,, +Balmoral TP,,5035,, +Keilor TP,,5412,, +Timor TP,,5784,, +Flinders TP,,5292,, +Beazleys Bridge TP,,5059,, +Oxley TP,,5622,, +Shepparton TP,,5713,, +Rokewood TP,,5680,, +Blakeville TP,,5088,, +Sunbury TP,,5744,, +Yackandandah TP,,5893,, +Yellingbo TP,,5905,, +Chatsworth TP,,5167,, +Warrandyte North TP,,5838,, +Warrandyte TP,,5837,, +Omeo TP,,5617,, +Cudgee TP,,5215,, +Maindample TP,,5491,, +Morrisons TP,,5552,, +Broadmeadows TP,,5114,, +Fernihurst TP,,5291,, +Cope Cope TP,,5194,, +Greta West TP,,5358,, +Wangaratta TP,,5829,, +Rye TP,,5691,, +Templestowe TP,,5776,, +Terrick Terrick South TP,,5780,, +Laanecoorie TP,,5440,, +Streatham TP,,5741,, +SEASPRAY TP,,5704,, \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-township.jsonld b/cadastre/CSD-Header/vic-township.jsonld new file mode 100644 index 0000000..7214f81 --- /dev/null +++ b/cadastre/CSD-Header/vic-township.jsonld @@ -0,0 +1,9522 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-township/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-township", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Townships", + "class": "termtype:AdminUnit", + "concepts": [ + { + "preflabel": "Nullawil TP", + "definition": null, + "notation": "5606", + "altlabel": null, + "related": null, + "@id": "5606", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koonoomoo TP", + "definition": null, + "notation": "5428", + "altlabel": null, + "related": null, + "@id": "5428", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bearii TP", + "definition": null, + "notation": "5056", + "altlabel": null, + "related": null, + "@id": "5056", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ninyeunook TP", + "definition": null, + "notation": "5598", + "altlabel": null, + "related": null, + "@id": "5598", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Birchip TP", + "definition": null, + "notation": "5084", + "altlabel": null, + "related": null, + "@id": "5084", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gooramadda TP", + "definition": null, + "notation": "5334", + "altlabel": null, + "related": null, + "@id": "5334", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pullut TP", + "definition": null, + "notation": "5655", + "altlabel": null, + "related": null, + "@id": "5655", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Muckatah TP", + "definition": null, + "notation": "5557", + "altlabel": null, + "related": null, + "@id": "5557", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barrapoort TP", + "definition": null, + "notation": "5048", + "altlabel": null, + "related": null, + "@id": "5048", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bathumi TP", + "definition": null, + "notation": "5054", + "altlabel": null, + "related": null, + "@id": "5054", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Haines TP", + "definition": null, + "notation": "5363", + "altlabel": null, + "related": null, + "@id": "5363", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pyramid Hill TP", + "definition": null, + "notation": "5659", + "altlabel": null, + "related": null, + "@id": "5659", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ellam TP", + "definition": null, + "notation": "5274", + "altlabel": null, + "related": null, + "@id": "5274", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yelta TP", + "definition": null, + "notation": "5906", + "altlabel": null, + "related": null, + "@id": "5906", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merbein TP", + "definition": null, + "notation": "5516", + "altlabel": null, + "related": null, + "@id": "5516", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cullulleraine TP", + "definition": null, + "notation": "5217", + "altlabel": null, + "related": null, + "@id": "5217", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Benetook TP", + "definition": null, + "notation": "5069", + "altlabel": null, + "related": null, + "@id": "5069", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yatpool TP", + "definition": null, + "notation": "5903", + "altlabel": null, + "related": null, + "@id": "5903", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pirlta TP", + "definition": null, + "notation": "5639", + "altlabel": null, + "related": null, + "@id": "5639", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merrinee TP", + "definition": null, + "notation": "5523", + "altlabel": null, + "related": null, + "@id": "5523", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Morkalla TP", + "definition": null, + "notation": "5550", + "altlabel": null, + "related": null, + "@id": "5550", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karween TP", + "definition": null, + "notation": "5409", + "altlabel": null, + "related": null, + "@id": "5409", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meringur TP", + "definition": null, + "notation": "5519", + "altlabel": null, + "related": null, + "@id": "5519", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarrara TP", + "definition": null, + "notation": "5900", + "altlabel": null, + "related": null, + "@id": "5900", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carwarp TP", + "definition": null, + "notation": "5159", + "altlabel": null, + "related": null, + "@id": "5159", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boonoonar TP", + "definition": null, + "notation": "5099", + "altlabel": null, + "related": null, + "@id": "5099", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Netherby TP", + "definition": null, + "notation": "5586", + "altlabel": null, + "related": null, + "@id": "5586", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Echuca TP", + "definition": null, + "notation": "5263", + "altlabel": null, + "related": null, + "@id": "5263", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boileau TP", + "definition": null, + "notation": "5091", + "altlabel": null, + "related": null, + "@id": "5091", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dunbulbalane TP", + "definition": null, + "notation": "5255", + "altlabel": null, + "related": null, + "@id": "5255", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bannerton TP", + "definition": null, + "notation": "5039", + "altlabel": null, + "related": null, + "@id": "5039", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hattah TP", + "definition": null, + "notation": "5370", + "altlabel": null, + "related": null, + "@id": "5370", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Annuello TP", + "definition": null, + "notation": "5012", + "altlabel": null, + "related": null, + "@id": "5012", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Natya TP", + "definition": null, + "notation": "5580", + "altlabel": null, + "related": null, + "@id": "5580", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kiamal TP", + "definition": null, + "notation": "5416", + "altlabel": null, + "related": null, + "@id": "5416", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Manangatang TP", + "definition": null, + "notation": "5496", + "altlabel": null, + "related": null, + "@id": "5496", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Galah TP", + "definition": null, + "notation": "5306", + "altlabel": null, + "related": null, + "@id": "5306", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wood Wood TP", + "definition": null, + "notation": "5879", + "altlabel": null, + "related": null, + "@id": "5879", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Miralie TP", + "definition": null, + "notation": "5534", + "altlabel": null, + "related": null, + "@id": "5534", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Red Cliffs, at (Mildura)", + "definition": null, + "notation": "3102A", + "altlabel": null, + "related": null, + "@id": "3102A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Werrimull TP", + "definition": null, + "notation": "5848", + "altlabel": null, + "related": null, + "@id": "5848", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bambill TP", + "definition": null, + "notation": "5037", + "altlabel": null, + "related": null, + "@id": "5037", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Robinvale TP", + "definition": null, + "notation": "5677", + "altlabel": null, + "related": null, + "@id": "5677", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nowingi TP", + "definition": null, + "notation": "5605", + "altlabel": null, + "related": null, + "@id": "5605", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yungera TP", + "definition": null, + "notation": "5908", + "altlabel": null, + "related": null, + "@id": "5908", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kooloonong TP", + "definition": null, + "notation": "5426", + "altlabel": null, + "related": null, + "@id": "5426", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bolton TP", + "definition": null, + "notation": "5093", + "altlabel": null, + "related": null, + "@id": "5093", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kulwin TP", + "definition": null, + "notation": "5436", + "altlabel": null, + "related": null, + "@id": "5436", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Piangil TP", + "definition": null, + "notation": "5633", + "altlabel": null, + "related": null, + "@id": "5633", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ouyen TP", + "definition": null, + "notation": "5621", + "altlabel": null, + "related": null, + "@id": "5621", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cocamba TP", + "definition": null, + "notation": "5183", + "altlabel": null, + "related": null, + "@id": "5183", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mittyack TP", + "definition": null, + "notation": "5540", + "altlabel": null, + "related": null, + "@id": "5540", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Torrita TP", + "definition": null, + "notation": "5797", + "altlabel": null, + "related": null, + "@id": "5797", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Underbool TP", + "definition": null, + "notation": "5812", + "altlabel": null, + "related": null, + "@id": "5812", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nyah West TP", + "definition": null, + "notation": "5612", + "altlabel": null, + "related": null, + "@id": "5612", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Springhurst TP", + "definition": null, + "notation": "5727", + "altlabel": null, + "related": null, + "@id": "5727", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chinkapook TP", + "definition": null, + "notation": "5174", + "altlabel": null, + "related": null, + "@id": "5174", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boinka TP", + "definition": null, + "notation": "5092", + "altlabel": null, + "related": null, + "@id": "5092", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cowangie TP", + "definition": null, + "notation": "5203", + "altlabel": null, + "related": null, + "@id": "5203", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pier-Millan TP", + "definition": null, + "notation": "5634", + "altlabel": null, + "related": null, + "@id": "5634", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pira TP", + "definition": null, + "notation": "5637", + "altlabel": null, + "related": null, + "@id": "5637", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Danyo TP", + "definition": null, + "notation": "5222", + "altlabel": null, + "related": null, + "@id": "5222", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woorinen South TP", + "definition": null, + "notation": "5883", + "altlabel": null, + "related": null, + "@id": "5883", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Swan Hill TP", + "definition": null, + "notation": "5747", + "altlabel": null, + "related": null, + "@id": "5747", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tempy TP", + "definition": null, + "notation": "5777", + "altlabel": null, + "related": null, + "@id": "5777", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goschen TP", + "definition": null, + "notation": "5340", + "altlabel": null, + "related": null, + "@id": "5340", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarto TP", + "definition": null, + "notation": "5902", + "altlabel": null, + "related": null, + "@id": "5902", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sea Lake TP", + "definition": null, + "notation": "5703", + "altlabel": null, + "related": null, + "@id": "5703", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mystic Park TP", + "definition": null, + "notation": "5569", + "altlabel": null, + "related": null, + "@id": "5569", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boigbeat TP", + "definition": null, + "notation": "5090", + "altlabel": null, + "related": null, + "@id": "5090", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koondrook TP", + "definition": null, + "notation": "5427", + "altlabel": null, + "related": null, + "@id": "5427", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Berriwillock TP", + "definition": null, + "notation": "5075", + "altlabel": null, + "related": null, + "@id": "5075", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woomelang TP", + "definition": null, + "notation": "5882", + "altlabel": null, + "related": null, + "@id": "5882", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walpeup TP", + "definition": null, + "notation": "5824", + "altlabel": null, + "related": null, + "@id": "5824", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nyah TP", + "definition": null, + "notation": "5611", + "altlabel": null, + "related": null, + "@id": "5611", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kerang TP", + "definition": null, + "notation": "5413", + "altlabel": null, + "related": null, + "@id": "5413", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Curyo TP", + "definition": null, + "notation": "5219", + "altlabel": null, + "related": null, + "@id": "5219", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rainbow TP", + "definition": null, + "notation": "5664", + "altlabel": null, + "related": null, + "@id": "5664", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cobram TP", + "definition": null, + "notation": "5181", + "altlabel": null, + "related": null, + "@id": "5181", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beulah TP", + "definition": null, + "notation": "5081", + "altlabel": null, + "related": null, + "@id": "5081", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gunbower TP", + "definition": null, + "notation": "5360", + "altlabel": null, + "related": null, + "@id": "5360", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carlyle TP", + "definition": null, + "notation": "5156", + "altlabel": null, + "related": null, + "@id": "5156", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarrawonga TP", + "definition": null, + "notation": "5901", + "altlabel": null, + "related": null, + "@id": "5901", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barmah TP", + "definition": null, + "notation": "5045", + "altlabel": null, + "related": null, + "@id": "5045", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Aubrey TP", + "definition": null, + "notation": "5021", + "altlabel": null, + "related": null, + "@id": "5021", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warracknabeal TP", + "definition": null, + "notation": "5834", + "altlabel": null, + "related": null, + "@id": "5834", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buckrabanyule TP", + "definition": null, + "notation": "5123", + "altlabel": null, + "related": null, + "@id": "5123", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tongala TP", + "definition": null, + "notation": "5786", + "altlabel": null, + "related": null, + "@id": "5786", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wooroonook TP", + "definition": null, + "notation": "5885", + "altlabel": null, + "related": null, + "@id": "5885", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barrakee TP", + "definition": null, + "notation": "5047", + "altlabel": null, + "related": null, + "@id": "5047", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lockington TP", + "definition": null, + "notation": "5471", + "altlabel": null, + "related": null, + "@id": "5471", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ni Ni TP", + "definition": null, + "notation": "5597", + "altlabel": null, + "related": null, + "@id": "5597", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Borung TP", + "definition": null, + "notation": "5103", + "altlabel": null, + "related": null, + "@id": "5103", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Antwerp TP", + "definition": null, + "notation": "5013", + "altlabel": null, + "related": null, + "@id": "5013", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Linga TP", + "definition": null, + "notation": "5466", + "altlabel": null, + "related": null, + "@id": "5466", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tutye TP", + "definition": null, + "notation": "5806", + "altlabel": null, + "related": null, + "@id": "5806", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Panitya TP", + "definition": null, + "notation": "5624", + "altlabel": null, + "related": null, + "@id": "5624", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murrayville TP", + "definition": null, + "notation": "5564", + "altlabel": null, + "related": null, + "@id": "5564", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nandaly TP", + "definition": null, + "notation": "5572", + "altlabel": null, + "related": null, + "@id": "5572", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Speed TP", + "definition": null, + "notation": "5725", + "altlabel": null, + "related": null, + "@id": "5725", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Boga TP", + "definition": null, + "notation": "5443", + "altlabel": null, + "related": null, + "@id": "5443", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Benjeroop TP", + "definition": null, + "notation": "5071", + "altlabel": null, + "related": null, + "@id": "5071", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murrabit TP", + "definition": null, + "notation": "5562", + "altlabel": null, + "related": null, + "@id": "5562", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Charm TP", + "definition": null, + "notation": "5445", + "altlabel": null, + "related": null, + "@id": "5445", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Culgoa TP", + "definition": null, + "notation": "5216", + "altlabel": null, + "related": null, + "@id": "5216", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hopetoun TP", + "definition": null, + "notation": "5385", + "altlabel": null, + "related": null, + "@id": "5385", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yaapeet TP", + "definition": null, + "notation": "5892", + "altlabel": null, + "related": null, + "@id": "5892", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goyura TP", + "definition": null, + "notation": "5344", + "altlabel": null, + "related": null, + "@id": "5344", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cohuna TP", + "definition": null, + "notation": "5185", + "altlabel": null, + "related": null, + "@id": "5185", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Watchem TP", + "definition": null, + "notation": "5842", + "altlabel": null, + "related": null, + "@id": "5842", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wunghnu TP", + "definition": null, + "notation": "5886", + "altlabel": null, + "related": null, + "@id": "5886", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Broughton TP", + "definition": null, + "notation": "5118", + "altlabel": null, + "related": null, + "@id": "5118", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Corryong TP", + "definition": null, + "notation": "5200", + "altlabel": null, + "related": null, + "@id": "5200", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marungi TP", + "definition": null, + "notation": "5507", + "altlabel": null, + "related": null, + "@id": "5507", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wyuna TP", + "definition": null, + "notation": "5891", + "altlabel": null, + "related": null, + "@id": "5891", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tatonga TP", + "definition": null, + "notation": "5772", + "altlabel": null, + "related": null, + "@id": "5772", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yanac South TP", + "definition": null, + "notation": "5895", + "altlabel": null, + "related": null, + "@id": "5895", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bunbartha TP", + "definition": null, + "notation": "5130", + "altlabel": null, + "related": null, + "@id": "5130", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Berringama TP", + "definition": null, + "notation": "5074", + "altlabel": null, + "related": null, + "@id": "5074", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Katandra West, at (Katandra)", + "definition": null, + "notation": "2850A", + "altlabel": null, + "related": null, + "@id": "2850A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenrowen TP", + "definition": null, + "notation": "5327", + "altlabel": null, + "related": null, + "@id": "5327", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eskdale TP", + "definition": null, + "notation": "5285", + "altlabel": null, + "related": null, + "@id": "5285", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Corop TP", + "definition": null, + "notation": "5199", + "altlabel": null, + "related": null, + "@id": "5199", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stanley TP", + "definition": null, + "notation": "5729", + "altlabel": null, + "related": null, + "@id": "5729", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bruarong TP", + "definition": null, + "notation": "5119", + "altlabel": null, + "related": null, + "@id": "5119", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Congupna Road TP", + "definition": null, + "notation": "5190", + "altlabel": null, + "related": null, + "@id": "5190", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eldorado TP", + "definition": null, + "notation": "5272", + "altlabel": null, + "related": null, + "@id": "5272", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bears Lagoon TP", + "definition": null, + "notation": "5057", + "altlabel": null, + "related": null, + "@id": "5057", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lawloit TP", + "definition": null, + "notation": "5455", + "altlabel": null, + "related": null, + "@id": "5455", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beetoomba TP", + "definition": null, + "notation": "5063", + "altlabel": null, + "related": null, + "@id": "5063", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Strathallan TP", + "definition": null, + "notation": "5737", + "altlabel": null, + "related": null, + "@id": "5737", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Rowan TP", + "definition": null, + "notation": "5446", + "altlabel": null, + "related": null, + "@id": "5446", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Charlton TP", + "definition": null, + "notation": "5166", + "altlabel": null, + "related": null, + "@id": "5166", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Allans Flat TP", + "definition": null, + "notation": "5007", + "altlabel": null, + "related": null, + "@id": "5007", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koyuga TP", + "definition": null, + "notation": "5435", + "altlabel": null, + "related": null, + "@id": "5435", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bungeet TP", + "definition": null, + "notation": "5133", + "altlabel": null, + "related": null, + "@id": "5133", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Katandra TP", + "definition": null, + "notation": "5411", + "altlabel": null, + "related": null, + "@id": "5411", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tallangatta Valley TP", + "definition": null, + "notation": "5758", + "altlabel": null, + "related": null, + "@id": "5758", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kyabram TP", + "definition": null, + "notation": "5438", + "altlabel": null, + "related": null, + "@id": "5438", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Diapur TP", + "definition": null, + "notation": "5243", + "altlabel": null, + "related": null, + "@id": "5243", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarranginnie TP", + "definition": null, + "notation": "5766", + "altlabel": null, + "related": null, + "@id": "5766", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Devenish West TP", + "definition": null, + "notation": "5240", + "altlabel": null, + "related": null, + "@id": "5240", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ailsa TP", + "definition": null, + "notation": "5003", + "altlabel": null, + "related": null, + "@id": "5003", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boolite TP", + "definition": null, + "notation": "5098", + "altlabel": null, + "related": null, + "@id": "5098", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Salisbury TP", + "definition": null, + "notation": "5696", + "altlabel": null, + "related": null, + "@id": "5696", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Korong Vale TP", + "definition": null, + "notation": "5433", + "altlabel": null, + "related": null, + "@id": "5433", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cashel TP", + "definition": null, + "notation": "5160", + "altlabel": null, + "related": null, + "@id": "5160", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Miram TP", + "definition": null, + "notation": "5535", + "altlabel": null, + "related": null, + "@id": "5535", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lillimur TP", + "definition": null, + "notation": "5463", + "altlabel": null, + "related": null, + "@id": "5463", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gerang Gerung TP", + "definition": null, + "notation": "5315", + "altlabel": null, + "related": null, + "@id": "5315", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Serviceton TP", + "definition": null, + "notation": "5709", + "altlabel": null, + "related": null, + "@id": "5709", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarkedia TP", + "definition": null, + "notation": "5764", + "altlabel": null, + "related": null, + "@id": "5764", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bocca Flat TP", + "definition": null, + "notation": "5089", + "altlabel": null, + "related": null, + "@id": "5089", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Girgarre TP", + "definition": null, + "notation": "5319", + "altlabel": null, + "related": null, + "@id": "5319", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wharparilla North TP", + "definition": null, + "notation": "5852", + "altlabel": null, + "related": null, + "@id": "5852", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wodonga TP", + "definition": null, + "notation": "5869", + "altlabel": null, + "related": null, + "@id": "5869", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barnawartha TP", + "definition": null, + "notation": "5046", + "altlabel": null, + "related": null, + "@id": "5046", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beechworth TP", + "definition": null, + "notation": "5061", + "altlabel": null, + "related": null, + "@id": "5061", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rochester TP", + "definition": null, + "notation": "5678", + "altlabel": null, + "related": null, + "@id": "5678", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kiata TP", + "definition": null, + "notation": "5417", + "altlabel": null, + "related": null, + "@id": "5417", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bundalong TP", + "definition": null, + "notation": "5131", + "altlabel": null, + "related": null, + "@id": "5131", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rutherglen TP", + "definition": null, + "notation": "5690", + "altlabel": null, + "related": null, + "@id": "5690", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Norong TP", + "definition": null, + "notation": "5602", + "altlabel": null, + "related": null, + "@id": "5602", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Willenabrina TP", + "definition": null, + "notation": "5860", + "altlabel": null, + "related": null, + "@id": "5860", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brim TP", + "definition": null, + "notation": "5111", + "altlabel": null, + "related": null, + "@id": "5111", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baker TP", + "definition": null, + "notation": "5028", + "altlabel": null, + "related": null, + "@id": "5028", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Terrick Terrick TP", + "definition": null, + "notation": "5779", + "altlabel": null, + "related": null, + "@id": "5779", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elmore TP", + "definition": null, + "notation": "5277", + "altlabel": null, + "related": null, + "@id": "5277", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toolamba TP", + "definition": null, + "notation": "5789", + "altlabel": null, + "related": null, + "@id": "5789", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burrereo TP", + "definition": null, + "notation": "5137", + "altlabel": null, + "related": null, + "@id": "5137", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Peechelba TP", + "definition": null, + "notation": "5628", + "altlabel": null, + "related": null, + "@id": "5628", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bangerang TP", + "definition": null, + "notation": "5038", + "altlabel": null, + "related": null, + "@id": "5038", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tallangatta", + "definition": null, + "notation": "5757", + "altlabel": null, + "related": null, + "@id": "5757", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Telopea Downs TP", + "definition": null, + "notation": "5775", + "altlabel": null, + "related": null, + "@id": "5775", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lah TP", + "definition": null, + "notation": "5442", + "altlabel": null, + "related": null, + "@id": "5442", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chiltern TP", + "definition": null, + "notation": "5173", + "altlabel": null, + "related": null, + "@id": "5173", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lorquon TP", + "definition": null, + "notation": "5479", + "altlabel": null, + "related": null, + "@id": "5479", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koetong TP", + "definition": null, + "notation": "5425", + "altlabel": null, + "related": null, + "@id": "5425", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wilby TP", + "definition": null, + "notation": "5859", + "altlabel": null, + "related": null, + "@id": "5859", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tungamah TP", + "definition": null, + "notation": "5804", + "altlabel": null, + "related": null, + "@id": "5804", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Corack TP", + "definition": null, + "notation": "5195", + "altlabel": null, + "related": null, + "@id": "5195", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boorgunyah TP", + "definition": null, + "notation": "5100", + "altlabel": null, + "related": null, + "@id": "5100", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wycheproof TP", + "definition": null, + "notation": "5889", + "altlabel": null, + "related": null, + "@id": "5889", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Katamatite TP", + "definition": null, + "notation": "5410", + "altlabel": null, + "related": null, + "@id": "5410", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waaia TP", + "definition": null, + "notation": "5816", + "altlabel": null, + "related": null, + "@id": "5816", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Numurkah TP", + "definition": null, + "notation": "5607", + "altlabel": null, + "related": null, + "@id": "5607", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Granya TP", + "definition": null, + "notation": "5349", + "altlabel": null, + "related": null, + "@id": "5349", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boort TP", + "definition": null, + "notation": "5102", + "altlabel": null, + "related": null, + "@id": "5102", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bethanga TP", + "definition": null, + "notation": "5079", + "altlabel": null, + "related": null, + "@id": "5079", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Echuca West TP", + "definition": null, + "notation": "5264", + "altlabel": null, + "related": null, + "@id": "5264", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Durham TP", + "definition": null, + "notation": "5258", + "altlabel": null, + "related": null, + "@id": "5258", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glanville TP", + "definition": null, + "notation": "5321", + "altlabel": null, + "related": null, + "@id": "5321", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Towong TP", + "definition": null, + "notation": "5799", + "altlabel": null, + "related": null, + "@id": "5799", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kingower TP", + "definition": null, + "notation": "5423", + "altlabel": null, + "related": null, + "@id": "5423", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bridgewater TP", + "definition": null, + "notation": "5109", + "altlabel": null, + "related": null, + "@id": "5109", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greta TP", + "definition": null, + "notation": "5357", + "altlabel": null, + "related": null, + "@id": "5357", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Inglewood TP", + "definition": null, + "notation": "5391", + "altlabel": null, + "related": null, + "@id": "5391", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Neilborough TP", + "definition": null, + "notation": "5583", + "altlabel": null, + "related": null, + "@id": "5583", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dartmouth TP", + "definition": null, + "notation": "5230", + "altlabel": null, + "related": null, + "@id": "5230", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rushworth TP", + "definition": null, + "notation": "5689", + "altlabel": null, + "related": null, + "@id": "5689", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pimpinio TP", + "definition": null, + "notation": "5636", + "altlabel": null, + "related": null, + "@id": "5636", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baddaginnie TP", + "definition": null, + "notation": "5026", + "altlabel": null, + "related": null, + "@id": "5026", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Creek View TP", + "definition": null, + "notation": "5209", + "altlabel": null, + "related": null, + "@id": "5209", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sebastian TP", + "definition": null, + "notation": "5706", + "altlabel": null, + "related": null, + "@id": "5706", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wehla TP", + "definition": null, + "notation": "5846", + "altlabel": null, + "related": null, + "@id": "5846", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Miepoll TP", + "definition": null, + "notation": "5529", + "altlabel": null, + "related": null, + "@id": "5529", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murchison TP", + "definition": null, + "notation": "5561", + "altlabel": null, + "related": null, + "@id": "5561", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goornong TP", + "definition": null, + "notation": "5335", + "altlabel": null, + "related": null, + "@id": "5335", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moorilim TP", + "definition": null, + "notation": "5548", + "altlabel": null, + "related": null, + "@id": "5548", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rupanyup TP", + "definition": null, + "notation": "5688", + "altlabel": null, + "related": null, + "@id": "5688", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nhill TP", + "definition": null, + "notation": "5595", + "altlabel": null, + "related": null, + "@id": "5595", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Thoona TP", + "definition": null, + "notation": "5782", + "altlabel": null, + "related": null, + "@id": "5782", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kangaroo Flat TP", + "definition": null, + "notation": "5403", + "altlabel": null, + "related": null, + "@id": "5403", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stuartmill TP", + "definition": null, + "notation": "5742", + "altlabel": null, + "related": null, + "@id": "5742", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waanyarra TP", + "definition": null, + "notation": "5817", + "altlabel": null, + "related": null, + "@id": "5817", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Edi TP", + "definition": null, + "notation": "5267", + "altlabel": null, + "related": null, + "@id": "5267", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Fosterville TP", + "definition": null, + "notation": "5297", + "altlabel": null, + "related": null, + "@id": "5297", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eaglehawk, at (Nerring)", + "definition": null, + "notation": "3301A", + "altlabel": null, + "related": null, + "@id": "3301A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ascot TP", + "definition": null, + "notation": "5020", + "altlabel": null, + "related": null, + "@id": "5020", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Epsom TP", + "definition": null, + "notation": "5284", + "altlabel": null, + "related": null, + "@id": "5284", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Minimay TP", + "definition": null, + "notation": "5532", + "altlabel": null, + "related": null, + "@id": "5532", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goroke TP", + "definition": null, + "notation": "5339", + "altlabel": null, + "related": null, + "@id": "5339", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Violet Town TP", + "definition": null, + "notation": "5815", + "altlabel": null, + "related": null, + "@id": "5815", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whroo TP", + "definition": null, + "notation": "5857", + "altlabel": null, + "related": null, + "@id": "5857", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tallangallook TP", + "definition": null, + "notation": "5756", + "altlabel": null, + "related": null, + "@id": "5756", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Redbank TP", + "definition": null, + "notation": "5668", + "altlabel": null, + "related": null, + "@id": "5668", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tolmie TP", + "definition": null, + "notation": "5785", + "altlabel": null, + "related": null, + "@id": "5785", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barkly TP", + "definition": null, + "notation": "5043", + "altlabel": null, + "related": null, + "@id": "5043", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Benambra TP", + "definition": null, + "notation": "5067", + "altlabel": null, + "related": null, + "@id": "5067", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Apsley TP", + "definition": null, + "notation": "5015", + "altlabel": null, + "related": null, + "@id": "5015", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ruffy TP", + "definition": null, + "notation": "5686", + "altlabel": null, + "related": null, + "@id": "5686", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baringhup TP", + "definition": null, + "notation": "5042", + "altlabel": null, + "related": null, + "@id": "5042", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maldon TP", + "definition": null, + "notation": "5493", + "altlabel": null, + "related": null, + "@id": "5493", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Granite Flat TP", + "definition": null, + "notation": "5345", + "altlabel": null, + "related": null, + "@id": "5345", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kooyoora TP", + "definition": null, + "notation": "5431", + "altlabel": null, + "related": null, + "@id": "5431", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jerro TP", + "definition": null, + "notation": "5399", + "altlabel": null, + "related": null, + "@id": "5399", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Colbinabbin TP", + "definition": null, + "notation": "5187", + "altlabel": null, + "related": null, + "@id": "5187", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Longerenong TP", + "definition": null, + "notation": "5474", + "altlabel": null, + "related": null, + "@id": "5474", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kaniva TP", + "definition": null, + "notation": "5404", + "altlabel": null, + "related": null, + "@id": "5404", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mooroopna TP", + "definition": null, + "notation": "5549", + "altlabel": null, + "related": null, + "@id": "5549", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cravensville TP", + "definition": null, + "notation": "5208", + "altlabel": null, + "related": null, + "@id": "5208", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Serpentine TP", + "definition": null, + "notation": "5708", + "altlabel": null, + "related": null, + "@id": "5708", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lillimur South TP", + "definition": null, + "notation": "5464", + "altlabel": null, + "related": null, + "@id": "5464", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nariel TP", + "definition": null, + "notation": "5575", + "altlabel": null, + "related": null, + "@id": "5575", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murra Warra TP", + "definition": null, + "notation": "5563", + "altlabel": null, + "related": null, + "@id": "5563", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stanhope TP", + "definition": null, + "notation": "5728", + "altlabel": null, + "related": null, + "@id": "5728", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gooroc TP", + "definition": null, + "notation": "5336", + "altlabel": null, + "related": null, + "@id": "5336", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kialla West TP", + "definition": null, + "notation": "5415", + "altlabel": null, + "related": null, + "@id": "5415", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dederang TP", + "definition": null, + "notation": "5234", + "altlabel": null, + "related": null, + "@id": "5234", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kurraca TP", + "definition": null, + "notation": "5437", + "altlabel": null, + "related": null, + "@id": "5437", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Winton TP", + "definition": null, + "notation": "5867", + "altlabel": null, + "related": null, + "@id": "5867", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whorouly TP", + "definition": null, + "notation": "5856", + "altlabel": null, + "related": null, + "@id": "5856", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wail TP", + "definition": null, + "notation": "5818", + "altlabel": null, + "related": null, + "@id": "5818", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Runnymede TP", + "definition": null, + "notation": "5687", + "altlabel": null, + "related": null, + "@id": "5687", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Raywood TP", + "definition": null, + "notation": "5667", + "altlabel": null, + "related": null, + "@id": "5667", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Everton TP", + "definition": null, + "notation": "5289", + "altlabel": null, + "related": null, + "@id": "5289", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wedderburn TP", + "definition": null, + "notation": "5845", + "altlabel": null, + "related": null, + "@id": "5845", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cooma TP", + "definition": null, + "notation": "5191", + "altlabel": null, + "related": null, + "@id": "5191", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tatura TP", + "definition": null, + "notation": "5773", + "altlabel": null, + "related": null, + "@id": "5773", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Minyip TP", + "definition": null, + "notation": "5533", + "altlabel": null, + "related": null, + "@id": "5533", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Benalla TP", + "definition": null, + "notation": "5066", + "altlabel": null, + "related": null, + "@id": "5066", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Murchison TP", + "definition": null, + "notation": "5262", + "altlabel": null, + "related": null, + "@id": "5262", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Korokubeal TP", + "definition": null, + "notation": "5432", + "altlabel": null, + "related": null, + "@id": "5432", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mangalore TP", + "definition": null, + "notation": "5498", + "altlabel": null, + "related": null, + "@id": "5498", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walmer TP", + "definition": null, + "notation": "5823", + "altlabel": null, + "related": null, + "@id": "5823", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moonambel TP", + "definition": null, + "notation": "5547", + "altlabel": null, + "related": null, + "@id": "5547", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toolondo TP", + "definition": null, + "notation": "5793", + "altlabel": null, + "related": null, + "@id": "5793", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mia Mia TP", + "definition": null, + "notation": "5527", + "altlabel": null, + "related": null, + "@id": "5527", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wombelano TP", + "definition": null, + "notation": "5870", + "altlabel": null, + "related": null, + "@id": "5870", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hinno-Munjie TP", + "definition": null, + "notation": "5381", + "altlabel": null, + "related": null, + "@id": "5381", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Seymour TP", + "definition": null, + "notation": "5711", + "altlabel": null, + "related": null, + "@id": "5711", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bingo-Munjie North TP", + "definition": null, + "notation": "5083", + "altlabel": null, + "related": null, + "@id": "5083", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Redesdale TP", + "definition": null, + "notation": "5670", + "altlabel": null, + "related": null, + "@id": "5670", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Castlemaine TP", + "definition": null, + "notation": "5163", + "altlabel": null, + "related": null, + "@id": "5163", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stawell TP", + "definition": null, + "notation": "5730", + "altlabel": null, + "related": null, + "@id": "5730", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Piries TP", + "definition": null, + "notation": "5638", + "altlabel": null, + "related": null, + "@id": "5638", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Great Western TP", + "definition": null, + "notation": "5351", + "altlabel": null, + "related": null, + "@id": "5351", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Vaughan TP", + "definition": null, + "notation": "5813", + "altlabel": null, + "related": null, + "@id": "5813", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarilta TP", + "definition": null, + "notation": "5763", + "altlabel": null, + "related": null, + "@id": "5763", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Talbot TP", + "definition": null, + "notation": "5755", + "altlabel": null, + "related": null, + "@id": "5755", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moyston TP", + "definition": null, + "notation": "5556", + "altlabel": null, + "related": null, + "@id": "5556", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jamieson TP", + "definition": null, + "notation": "5395", + "altlabel": null, + "related": null, + "@id": "5395", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pigeon Ponds TP", + "definition": null, + "notation": "5635", + "altlabel": null, + "related": null, + "@id": "5635", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kilmore TP", + "definition": null, + "notation": "5420", + "altlabel": null, + "related": null, + "@id": "5420", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "St. Arnaud TP", + "definition": null, + "notation": "5692", + "altlabel": null, + "related": null, + "@id": "5692", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murtoa TP", + "definition": null, + "notation": "5566", + "altlabel": null, + "related": null, + "@id": "5566", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burkes Flat TP", + "definition": null, + "notation": "5136", + "altlabel": null, + "related": null, + "@id": "5136", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dooen TP", + "definition": null, + "notation": "5248", + "altlabel": null, + "related": null, + "@id": "5248", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Leichardt TP", + "definition": null, + "notation": "5458", + "altlabel": null, + "related": null, + "@id": "5458", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Arnold TP", + "definition": null, + "notation": "5019", + "altlabel": null, + "related": null, + "@id": "5019", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Molyullah TP", + "definition": null, + "notation": "5545", + "altlabel": null, + "related": null, + "@id": "5545", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rheola TP", + "definition": null, + "notation": "5673", + "altlabel": null, + "related": null, + "@id": "5673", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sunnyside TP", + "definition": null, + "notation": "5745", + "altlabel": null, + "related": null, + "@id": "5745", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karnak TP", + "definition": null, + "notation": "5408", + "altlabel": null, + "related": null, + "@id": "5408", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Strathbogie TP", + "definition": null, + "notation": "5738", + "altlabel": null, + "related": null, + "@id": "5738", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glen Wills TP", + "definition": null, + "notation": "5329", + "altlabel": null, + "related": null, + "@id": "5329", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eaglehawk, at (Sandhurst)", + "definition": null, + "notation": "3473B", + "altlabel": null, + "related": null, + "@id": "3473B", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goldsborough TP", + "definition": null, + "notation": "5332", + "altlabel": null, + "related": null, + "@id": "5332", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Costerfield TP", + "definition": null, + "notation": "5201", + "altlabel": null, + "related": null, + "@id": "5201", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eddington TP", + "definition": null, + "notation": "5265", + "altlabel": null, + "related": null, + "@id": "5265", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wonwondah North TP", + "definition": null, + "notation": "5873", + "altlabel": null, + "related": null, + "@id": "5873", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bromley TP", + "definition": null, + "notation": "5115", + "altlabel": null, + "related": null, + "@id": "5115", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Heathcote TP", + "definition": null, + "notation": "5373", + "altlabel": null, + "related": null, + "@id": "5373", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nurrabiel TP", + "definition": null, + "notation": "5610", + "altlabel": null, + "related": null, + "@id": "5610", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pollard TP", + "definition": null, + "notation": "5643", + "altlabel": null, + "related": null, + "@id": "5643", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jarrott TP", + "definition": null, + "notation": "5397", + "altlabel": null, + "related": null, + "@id": "5397", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "White Hills TP", + "definition": null, + "notation": "5854", + "altlabel": null, + "related": null, + "@id": "5854", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marong TP", + "definition": null, + "notation": "5505", + "altlabel": null, + "related": null, + "@id": "5505", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lower Emu TP", + "definition": null, + "notation": "5480", + "altlabel": null, + "related": null, + "@id": "5480", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Emu TP", + "definition": null, + "notation": "5281", + "altlabel": null, + "related": null, + "@id": "5281", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Neuarpur TP", + "definition": null, + "notation": "5587", + "altlabel": null, + "related": null, + "@id": "5587", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moliagul TP", + "definition": null, + "notation": "5544", + "altlabel": null, + "related": null, + "@id": "5544", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Huntly TP", + "definition": null, + "notation": "5389", + "altlabel": null, + "related": null, + "@id": "5389", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marnoo TP", + "definition": null, + "notation": "5504", + "altlabel": null, + "related": null, + "@id": "5504", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mitchellstown TP", + "definition": null, + "notation": "5538", + "altlabel": null, + "related": null, + "@id": "5538", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wonwondah East TP", + "definition": null, + "notation": "5872", + "altlabel": null, + "related": null, + "@id": "5872", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Avenel TP", + "definition": null, + "notation": "5022", + "altlabel": null, + "related": null, + "@id": "5022", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Navarre TP", + "definition": null, + "notation": "5581", + "altlabel": null, + "related": null, + "@id": "5581", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ravenswood TP", + "definition": null, + "notation": "5665", + "altlabel": null, + "related": null, + "@id": "5665", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Betley TP", + "definition": null, + "notation": "5080", + "altlabel": null, + "related": null, + "@id": "5080", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarnagulla TP", + "definition": null, + "notation": "5765", + "altlabel": null, + "related": null, + "@id": "5765", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wandiligong TP", + "definition": null, + "notation": "5826", + "altlabel": null, + "related": null, + "@id": "5826", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Booroopki TP", + "definition": null, + "notation": "5101", + "altlabel": null, + "related": null, + "@id": "5101", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tallarook TP", + "definition": null, + "notation": "5759", + "altlabel": null, + "related": null, + "@id": "5759", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tongio-Munjie TP", + "definition": null, + "notation": "5787", + "altlabel": null, + "related": null, + "@id": "5787", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Smythesdale TP", + "definition": null, + "notation": "5721", + "altlabel": null, + "related": null, + "@id": "5721", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Campbells Creek TP", + "definition": null, + "notation": "5145", + "altlabel": null, + "related": null, + "@id": "5145", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sutton Grange TP", + "definition": null, + "notation": "5746", + "altlabel": null, + "related": null, + "@id": "5746", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Harcourt TP", + "definition": null, + "notation": "5366", + "altlabel": null, + "related": null, + "@id": "5366", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bowenvale TP", + "definition": null, + "notation": "5104", + "altlabel": null, + "related": null, + "@id": "5104", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wareek TP", + "definition": null, + "notation": "5832", + "altlabel": null, + "related": null, + "@id": "5832", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Landsborough TP", + "definition": null, + "notation": "5451", + "altlabel": null, + "related": null, + "@id": "5451", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Alma TP", + "definition": null, + "notation": "5008", + "altlabel": null, + "related": null, + "@id": "5008", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lower Homebush TP", + "definition": null, + "notation": "5481", + "altlabel": null, + "related": null, + "@id": "5481", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maryborough TP", + "definition": null, + "notation": "5508", + "altlabel": null, + "related": null, + "@id": "5508", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carisbrook TP", + "definition": null, + "notation": "5154", + "altlabel": null, + "related": null, + "@id": "5154", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Homebush TP", + "definition": null, + "notation": "5384", + "altlabel": null, + "related": null, + "@id": "5384", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gobur TP", + "definition": null, + "notation": "5330", + "altlabel": null, + "related": null, + "@id": "5330", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Clunes TP", + "definition": null, + "notation": "5178", + "altlabel": null, + "related": null, + "@id": "5178", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Metcalfe TP", + "definition": null, + "notation": "5525", + "altlabel": null, + "related": null, + "@id": "5525", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bung Bong TP", + "definition": null, + "notation": "5132", + "altlabel": null, + "related": null, + "@id": "5132", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Green Gully TP", + "definition": null, + "notation": "5353", + "altlabel": null, + "related": null, + "@id": "5353", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Craigie TP", + "definition": null, + "notation": "5206", + "altlabel": null, + "related": null, + "@id": "5206", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elphinstone TP", + "definition": null, + "notation": "5278", + "altlabel": null, + "related": null, + "@id": "5278", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toolleen TP", + "definition": null, + "notation": "5792", + "altlabel": null, + "related": null, + "@id": "5792", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Horsham TP", + "definition": null, + "notation": "5386", + "altlabel": null, + "related": null, + "@id": "5386", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bendigo, at (Sandhurst)", + "definition": null, + "notation": "3473A", + "altlabel": null, + "related": null, + "@id": "3473A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bright TP", + "definition": null, + "notation": "5110", + "altlabel": null, + "related": null, + "@id": "5110", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barringo TP", + "definition": null, + "notation": "5049", + "altlabel": null, + "related": null, + "@id": "5049", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Newbury TP", + "definition": null, + "notation": "5589", + "altlabel": null, + "related": null, + "@id": "5589", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Creswick TP", + "definition": null, + "notation": "5211", + "altlabel": null, + "related": null, + "@id": "5211", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shirley TP", + "definition": null, + "notation": "5714", + "altlabel": null, + "related": null, + "@id": "5714", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barrys Reef TP", + "definition": null, + "notation": "5050", + "altlabel": null, + "related": null, + "@id": "5050", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dargo TP", + "definition": null, + "notation": "5223", + "altlabel": null, + "related": null, + "@id": "5223", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Riddell TP", + "definition": null, + "notation": "5675", + "altlabel": null, + "related": null, + "@id": "5675", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barkstead TP", + "definition": null, + "notation": "5044", + "altlabel": null, + "related": null, + "@id": "5044", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beveridge TP", + "definition": null, + "notation": "5082", + "altlabel": null, + "related": null, + "@id": "5082", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pheasant Creek TP", + "definition": null, + "notation": "5632", + "altlabel": null, + "related": null, + "@id": "5632", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Miners Rest TP", + "definition": null, + "notation": "5531", + "altlabel": null, + "related": null, + "@id": "5531", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buchan TP", + "definition": null, + "notation": "5122", + "altlabel": null, + "related": null, + "@id": "5122", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Castle Point TP", + "definition": null, + "notation": "5164", + "altlabel": null, + "related": null, + "@id": "5164", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bolwarrah TP", + "definition": null, + "notation": "5094", + "altlabel": null, + "related": null, + "@id": "5094", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kinglake Central TP", + "definition": null, + "notation": "5421", + "altlabel": null, + "related": null, + "@id": "5421", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whittlesea TP", + "definition": null, + "notation": "5855", + "altlabel": null, + "related": null, + "@id": "5855", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tylden TP", + "definition": null, + "notation": "5809", + "altlabel": null, + "related": null, + "@id": "5809", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lawrence TP", + "definition": null, + "notation": "5456", + "altlabel": null, + "related": null, + "@id": "5456", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Raglan TP", + "definition": null, + "notation": "5663", + "altlabel": null, + "related": null, + "@id": "5663", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lauriston TP", + "definition": null, + "notation": "5454", + "altlabel": null, + "related": null, + "@id": "5454", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrak TP", + "definition": null, + "notation": "5836", + "altlabel": null, + "related": null, + "@id": "5836", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Reedy Creek TP", + "definition": null, + "notation": "5672", + "altlabel": null, + "related": null, + "@id": "5672", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lexton TP", + "definition": null, + "notation": "5462", + "altlabel": null, + "related": null, + "@id": "5462", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Llanelly TP", + "definition": null, + "notation": "5470", + "altlabel": null, + "related": null, + "@id": "5470", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Newbridge TP", + "definition": null, + "notation": "5588", + "altlabel": null, + "related": null, + "@id": "5588", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Natimuk TP", + "definition": null, + "notation": "5578", + "altlabel": null, + "related": null, + "@id": "5578", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Euroa TP", + "definition": null, + "notation": "5287", + "altlabel": null, + "related": null, + "@id": "5287", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lubeck TP", + "definition": null, + "notation": "5482", + "altlabel": null, + "related": null, + "@id": "5482", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Swanpool TP", + "definition": null, + "notation": "5748", + "altlabel": null, + "related": null, + "@id": "5748", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tunstals TP", + "definition": null, + "notation": "5805", + "altlabel": null, + "related": null, + "@id": "5805", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Freeburgh TP", + "definition": null, + "notation": "5302", + "altlabel": null, + "related": null, + "@id": "5302", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nagambie TP", + "definition": null, + "notation": "5570", + "altlabel": null, + "related": null, + "@id": "5570", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Redcastle TP", + "definition": null, + "notation": "5669", + "altlabel": null, + "related": null, + "@id": "5669", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bealiba TP", + "definition": null, + "notation": "5055", + "altlabel": null, + "related": null, + "@id": "5055", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Axedale TP", + "definition": null, + "notation": "5024", + "altlabel": null, + "related": null, + "@id": "5024", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Strathfieldsaye TP", + "definition": null, + "notation": "5740", + "altlabel": null, + "related": null, + "@id": "5740", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bonnie Doon TP", + "definition": null, + "notation": "5096", + "altlabel": null, + "related": null, + "@id": "5096", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bet Bet TP", + "definition": null, + "notation": "5078", + "altlabel": null, + "related": null, + "@id": "5078", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Clear Lake TP", + "definition": null, + "notation": "5176", + "altlabel": null, + "related": null, + "@id": "5176", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Natte Yallock TP", + "definition": null, + "notation": "5579", + "altlabel": null, + "related": null, + "@id": "5579", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darraweit Guim TP", + "definition": null, + "notation": "5228", + "altlabel": null, + "related": null, + "@id": "5228", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cassilis TP", + "definition": null, + "notation": "5161", + "altlabel": null, + "related": null, + "@id": "5161", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darlingford TP", + "definition": null, + "notation": "5225", + "altlabel": null, + "related": null, + "@id": "5225", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Amphitheatre TP", + "definition": null, + "notation": "5010", + "altlabel": null, + "related": null, + "@id": "5010", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gelantipy TP", + "definition": null, + "notation": "5312", + "altlabel": null, + "related": null, + "@id": "5312", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Broadford TP", + "definition": null, + "notation": "5113", + "altlabel": null, + "related": null, + "@id": "5113", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yandoit TP", + "definition": null, + "notation": "5896", + "altlabel": null, + "related": null, + "@id": "5896", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Franklinford TP", + "definition": null, + "notation": "5300", + "altlabel": null, + "related": null, + "@id": "5300", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Strath Creek TP", + "definition": null, + "notation": "5739", + "altlabel": null, + "related": null, + "@id": "5739", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Acheron TP", + "definition": null, + "notation": "5002", + "altlabel": null, + "related": null, + "@id": "5002", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Evansford TP", + "definition": null, + "notation": "5288", + "altlabel": null, + "related": null, + "@id": "5288", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lancefield TP", + "definition": null, + "notation": "5450", + "altlabel": null, + "related": null, + "@id": "5450", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carlsruhe TP", + "definition": null, + "notation": "5155", + "altlabel": null, + "related": null, + "@id": "5155", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dry Diggings TP", + "definition": null, + "notation": "5253", + "altlabel": null, + "related": null, + "@id": "5253", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Longwood TP", + "definition": null, + "notation": "5477", + "altlabel": null, + "related": null, + "@id": "5477", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Graytown TP", + "definition": null, + "notation": "5350", + "altlabel": null, + "related": null, + "@id": "5350", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Callawadda TP", + "definition": null, + "notation": "5142", + "altlabel": null, + "related": null, + "@id": "5142", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wal Wal TP", + "definition": null, + "notation": "5825", + "altlabel": null, + "related": null, + "@id": "5825", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Locksley TP", + "definition": null, + "notation": "5472", + "altlabel": null, + "related": null, + "@id": "5472", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Edenhope TP", + "definition": null, + "notation": "5266", + "altlabel": null, + "related": null, + "@id": "5266", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Heatherlie TP", + "definition": null, + "notation": "5374", + "altlabel": null, + "related": null, + "@id": "5374", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Douglas TP", + "definition": null, + "notation": "5249", + "altlabel": null, + "related": null, + "@id": "5249", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gowar TP", + "definition": null, + "notation": "5342", + "altlabel": null, + "related": null, + "@id": "5342", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Percydale TP", + "definition": null, + "notation": "5630", + "altlabel": null, + "related": null, + "@id": "5630", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meringo TP", + "definition": null, + "notation": "5518", + "altlabel": null, + "related": null, + "@id": "5518", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Avoca TP", + "definition": null, + "notation": "5023", + "altlabel": null, + "related": null, + "@id": "5023", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cherokee TP", + "definition": null, + "notation": "5169", + "altlabel": null, + "related": null, + "@id": "5169", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Queenstown TP", + "definition": null, + "notation": "5662", + "altlabel": null, + "related": null, + "@id": "5662", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarrayoukyan TP", + "definition": null, + "notation": "5768", + "altlabel": null, + "related": null, + "@id": "5768", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Comoora TP", + "definition": null, + "notation": "5189", + "altlabel": null, + "related": null, + "@id": "5189", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Grant TP", + "definition": null, + "notation": "5346", + "altlabel": null, + "related": null, + "@id": "5346", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wando Vale TP", + "definition": null, + "notation": "5828", + "altlabel": null, + "related": null, + "@id": "5828", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cavendish TP", + "definition": null, + "notation": "5165", + "altlabel": null, + "related": null, + "@id": "5165", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kinglake East TP", + "definition": null, + "notation": "5422", + "altlabel": null, + "related": null, + "@id": "5422", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kalkallo TP", + "definition": null, + "notation": "5402", + "altlabel": null, + "related": null, + "@id": "5402", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Majorca TP", + "definition": null, + "notation": "5492", + "altlabel": null, + "related": null, + "@id": "5492", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lamplough TP", + "definition": null, + "notation": "5449", + "altlabel": null, + "related": null, + "@id": "5449", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Amherst", + "definition": null, + "notation": "5009", + "altlabel": null, + "related": null, + "@id": "5009", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Crowlands TP", + "definition": null, + "notation": "5214", + "altlabel": null, + "related": null, + "@id": "5214", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Guildford TP", + "definition": null, + "notation": "5359", + "altlabel": null, + "related": null, + "@id": "5359", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Harrow TP", + "definition": null, + "notation": "5368", + "altlabel": null, + "related": null, + "@id": "5368", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Noradjuha TP", + "definition": null, + "notation": "5601", + "altlabel": null, + "related": null, + "@id": "5601", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ghin Ghin TP", + "definition": null, + "notation": "5316", + "altlabel": null, + "related": null, + "@id": "5316", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sarsfield TP", + "definition": null, + "notation": "5700", + "altlabel": null, + "related": null, + "@id": "5700", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Malmsbury TP", + "definition": null, + "notation": "5495", + "altlabel": null, + "related": null, + "@id": "5495", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Alexandra TP", + "definition": null, + "notation": "5006", + "altlabel": null, + "related": null, + "@id": "5006", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Albacutya TP", + "definition": null, + "notation": "5004", + "altlabel": null, + "related": null, + "@id": "5004", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Geelong (City) TP", + "definition": null, + "notation": "5311", + "altlabel": null, + "related": null, + "@id": "5311", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stratford TP", + "definition": null, + "notation": "5736", + "altlabel": null, + "related": null, + "@id": "5736", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Northcote, City (Jika Jika)", + "definition": null, + "notation": "2796D", + "altlabel": null, + "related": null, + "@id": "2796D", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Clif/Hill, at Coll. (Jika Jika)", + "definition": null, + "notation": "2796C", + "altlabel": null, + "related": null, + "@id": "2796C", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gardiner, at (Prahran)", + "definition": null, + "notation": "3416E", + "altlabel": null, + "related": null, + "@id": "3416E", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Golden Lake TP", + "definition": null, + "notation": "5331", + "altlabel": null, + "related": null, + "@id": "5331", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Happy Valley TP", + "definition": null, + "notation": "5365", + "altlabel": null, + "related": null, + "@id": "5365", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Seville TP", + "definition": null, + "notation": "5710", + "altlabel": null, + "related": null, + "@id": "5710", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hamilton TP", + "definition": null, + "notation": "5364", + "altlabel": null, + "related": null, + "@id": "5364", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waygara TP", + "definition": null, + "notation": "5844", + "altlabel": null, + "related": null, + "@id": "5844", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toombon TP", + "definition": null, + "notation": "5794", + "altlabel": null, + "related": null, + "@id": "5794", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Egerton TP", + "definition": null, + "notation": "5268", + "altlabel": null, + "related": null, + "@id": "5268", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wallace TP", + "definition": null, + "notation": "5821", + "altlabel": null, + "related": null, + "@id": "5821", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coleraine TP", + "definition": null, + "notation": "5188", + "altlabel": null, + "related": null, + "@id": "5188", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narbethong TP", + "definition": null, + "notation": "5574", + "altlabel": null, + "related": null, + "@id": "5574", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Berwick TP", + "definition": null, + "notation": "5077", + "altlabel": null, + "related": null, + "@id": "5077", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Swifts Creek TP", + "definition": null, + "notation": "5750", + "altlabel": null, + "related": null, + "@id": "5750", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tyrendarra TP", + "definition": null, + "notation": "5811", + "altlabel": null, + "related": null, + "@id": "5811", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Muckleford TP", + "definition": null, + "notation": "5724", + "altlabel": null, + "related": null, + "@id": "5724", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Newstead TP", + "definition": null, + "notation": "5594", + "altlabel": null, + "related": null, + "@id": "5594", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Old Longwood TP", + "definition": null, + "notation": "5615", + "altlabel": null, + "related": null, + "@id": "5615", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bullarto TP", + "definition": null, + "notation": "5126", + "altlabel": null, + "related": null, + "@id": "5126", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bullarto South TP", + "definition": null, + "notation": "5127", + "altlabel": null, + "related": null, + "@id": "5127", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wallan TP", + "definition": null, + "notation": "5822", + "altlabel": null, + "related": null, + "@id": "5822", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Spring Hill TP", + "definition": null, + "notation": "5726", + "altlabel": null, + "related": null, + "@id": "5726", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tatong TP", + "definition": null, + "notation": "5771", + "altlabel": null, + "related": null, + "@id": "5771", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Taggerty TP", + "definition": null, + "notation": "5753", + "altlabel": null, + "related": null, + "@id": "5753", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Iguana Creek TP", + "definition": null, + "notation": "5390", + "altlabel": null, + "related": null, + "@id": "5390", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tahara TP", + "definition": null, + "notation": "5754", + "altlabel": null, + "related": null, + "@id": "5754", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mossiface TP", + "definition": null, + "notation": "5555", + "altlabel": null, + "related": null, + "@id": "5555", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bemm TP", + "definition": null, + "notation": "5065", + "altlabel": null, + "related": null, + "@id": "5065", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lilydale TP", + "definition": null, + "notation": "5465", + "altlabel": null, + "related": null, + "@id": "5465", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elaine North TP", + "definition": null, + "notation": "5271", + "altlabel": null, + "related": null, + "@id": "5271", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Berringa TP", + "definition": null, + "notation": "5073", + "altlabel": null, + "related": null, + "@id": "5073", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ararat TP", + "definition": null, + "notation": "5017", + "altlabel": null, + "related": null, + "@id": "5017", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gavan Duffy TP", + "definition": null, + "notation": "5310", + "altlabel": null, + "related": null, + "@id": "5310", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pyalong TP", + "definition": null, + "notation": "5658", + "altlabel": null, + "related": null, + "@id": "5658", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dalhousie TP", + "definition": null, + "notation": "5220", + "altlabel": null, + "related": null, + "@id": "5220", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Fryerstown TP", + "definition": null, + "notation": "5303", + "altlabel": null, + "related": null, + "@id": "5303", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Romsey TP", + "definition": null, + "notation": "5681", + "altlabel": null, + "related": null, + "@id": "5681", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woodend TP", + "definition": null, + "notation": "5874", + "altlabel": null, + "related": null, + "@id": "5874", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waubra TP", + "definition": null, + "notation": "5843", + "altlabel": null, + "related": null, + "@id": "5843", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buangor TP", + "definition": null, + "notation": "5121", + "altlabel": null, + "related": null, + "@id": "5121", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mafeking TP", + "definition": null, + "notation": "5489", + "altlabel": null, + "related": null, + "@id": "5489", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hollinwood TP", + "definition": null, + "notation": "5383", + "altlabel": null, + "related": null, + "@id": "5383", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Broomfield TP", + "definition": null, + "notation": "5117", + "altlabel": null, + "related": null, + "@id": "5117", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Middle Creek TP", + "definition": null, + "notation": "5528", + "altlabel": null, + "related": null, + "@id": "5528", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lyonville TP", + "definition": null, + "notation": "5485", + "altlabel": null, + "related": null, + "@id": "5485", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ballarat North TP", + "definition": null, + "notation": "5032", + "altlabel": null, + "related": null, + "@id": "5032", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cheshunt TP", + "definition": null, + "notation": "5170", + "altlabel": null, + "related": null, + "@id": "5170", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Leonards Hill TP", + "definition": null, + "notation": "5459", + "altlabel": null, + "related": null, + "@id": "5459", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beaufort TP", + "definition": null, + "notation": "5058", + "altlabel": null, + "related": null, + "@id": "5058", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ballarat TP", + "definition": null, + "notation": "5030", + "altlabel": null, + "related": null, + "@id": "5030", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cowa TP", + "definition": null, + "notation": "5202", + "altlabel": null, + "related": null, + "@id": "5202", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ballan TP", + "definition": null, + "notation": "5029", + "altlabel": null, + "related": null, + "@id": "5029", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karabeal TP", + "definition": null, + "notation": "5405", + "altlabel": null, + "related": null, + "@id": "5405", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Matlock TP", + "definition": null, + "notation": "5511", + "altlabel": null, + "related": null, + "@id": "5511", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murrungowar TP", + "definition": null, + "notation": "5565", + "altlabel": null, + "related": null, + "@id": "5565", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Howqua TP", + "definition": null, + "notation": "5388", + "altlabel": null, + "related": null, + "@id": "5388", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "The Gap TP", + "definition": null, + "notation": "5781", + "altlabel": null, + "related": null, + "@id": "5781", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Casterton TP", + "definition": null, + "notation": "5162", + "altlabel": null, + "related": null, + "@id": "5162", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carngham TP", + "definition": null, + "notation": "5157", + "altlabel": null, + "related": null, + "@id": "5157", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gordon TP", + "definition": null, + "notation": "5337", + "altlabel": null, + "related": null, + "@id": "5337", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Deptford TP", + "definition": null, + "notation": "5236", + "altlabel": null, + "related": null, + "@id": "5236", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Diamond Creek TP", + "definition": null, + "notation": "5242", + "altlabel": null, + "related": null, + "@id": "5242", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Smeaton TP", + "definition": null, + "notation": "5719", + "altlabel": null, + "related": null, + "@id": "5719", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrayure TP", + "definition": null, + "notation": "5839", + "altlabel": null, + "related": null, + "@id": "5839", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Towaninny TP", + "definition": null, + "notation": "5798", + "altlabel": null, + "related": null, + "@id": "5798", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Newlyn North TP", + "definition": null, + "notation": "5591", + "altlabel": null, + "related": null, + "@id": "5591", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maroona TP", + "definition": null, + "notation": "5506", + "altlabel": null, + "related": null, + "@id": "5506", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nowa Nowa TP", + "definition": null, + "notation": "5604", + "altlabel": null, + "related": null, + "@id": "5604", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "St. Clair TP", + "definition": null, + "notation": "5693", + "altlabel": null, + "related": null, + "@id": "5693", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yendon TP", + "definition": null, + "notation": "5907", + "altlabel": null, + "related": null, + "@id": "5907", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yuppeckiar TP", + "definition": null, + "notation": "5909", + "altlabel": null, + "related": null, + "@id": "5909", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenthompson TP", + "definition": null, + "notation": "5328", + "altlabel": null, + "related": null, + "@id": "5328", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bullumwaal TP", + "definition": null, + "notation": "5128", + "altlabel": null, + "related": null, + "@id": "5128", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dunkeld TP", + "definition": null, + "notation": "5256", + "altlabel": null, + "related": null, + "@id": "5256", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nth Fitzroy, at (Jika Jika)", + "definition": null, + "notation": "2796E", + "altlabel": null, + "related": null, + "@id": "2796E", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bennison TP", + "definition": null, + "notation": "5072", + "altlabel": null, + "related": null, + "@id": "5072", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Swan Reach TP", + "definition": null, + "notation": "5749", + "altlabel": null, + "related": null, + "@id": "5749", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Richmond, City (Jika Jika)", + "definition": null, + "notation": "2796H", + "altlabel": null, + "related": null, + "@id": "2796H", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "St. Kilda, at (Melb South)", + "definition": null, + "notation": "3084C", + "altlabel": null, + "related": null, + "@id": "3084C", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Branxholme TP", + "definition": null, + "notation": "5105", + "altlabel": null, + "related": null, + "@id": "5105", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greens Creek TP", + "definition": null, + "notation": "5354", + "altlabel": null, + "related": null, + "@id": "5354", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Cunninghame TP", + "definition": null, + "notation": "5261", + "altlabel": null, + "related": null, + "@id": "5261", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Corindhap TP", + "definition": null, + "notation": "5197", + "altlabel": null, + "related": null, + "@id": "5197", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nungurner TP", + "definition": null, + "notation": "5608", + "altlabel": null, + "related": null, + "@id": "5608", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sth Yarra, at (Melb South)", + "definition": null, + "notation": "3084E", + "altlabel": null, + "related": null, + "@id": "3084E", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Foots City, at Y/Ville (Cut-Paw-Paw)", + "definition": null, + "notation": "2478B", + "altlabel": null, + "related": null, + "@id": "2478B", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pura Pura TP", + "definition": null, + "notation": "5656", + "altlabel": null, + "related": null, + "@id": "5656", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glengower TP", + "definition": null, + "notation": "5323", + "altlabel": null, + "related": null, + "@id": "5323", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Noojee TP", + "definition": null, + "notation": "5600", + "altlabel": null, + "related": null, + "@id": "5600", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nth Melbourne, at (Jika Jika)", + "definition": null, + "notation": "2796F", + "altlabel": null, + "related": null, + "@id": "2796F", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "W/Footscray, at (Cut-Paw-Paw)", + "definition": null, + "notation": "2478C", + "altlabel": null, + "related": null, + "@id": "2478C", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Digby TP", + "definition": null, + "notation": "5244", + "altlabel": null, + "related": null, + "@id": "5244", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wannon TP", + "definition": null, + "notation": "5830", + "altlabel": null, + "related": null, + "@id": "5830", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Manorina TP", + "definition": null, + "notation": "5499", + "altlabel": null, + "related": null, + "@id": "5499", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lal Lal TP", + "definition": null, + "notation": "5448", + "altlabel": null, + "related": null, + "@id": "5448", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wickliffe TP", + "definition": null, + "notation": "5858", + "altlabel": null, + "related": null, + "@id": "5858", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Linton TP", + "definition": null, + "notation": "5467", + "altlabel": null, + "related": null, + "@id": "5467", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Westmere TP", + "definition": null, + "notation": "5851", + "altlabel": null, + "related": null, + "@id": "5851", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Clarendon TP", + "definition": null, + "notation": "5175", + "altlabel": null, + "related": null, + "@id": "5175", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Aberfeldy TP", + "definition": null, + "notation": "5001", + "altlabel": null, + "related": null, + "@id": "5001", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sydenham TP", + "definition": null, + "notation": "5751", + "altlabel": null, + "related": null, + "@id": "5751", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Royal Park, West Of (Jika Jika)", + "definition": null, + "notation": "2796K", + "altlabel": null, + "related": null, + "@id": "2796K", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marlo TP", + "definition": null, + "notation": "5503", + "altlabel": null, + "related": null, + "@id": "5503", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wandin Yallock TP", + "definition": null, + "notation": "5827", + "altlabel": null, + "related": null, + "@id": "5827", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Parkville, at (Jika Jika)", + "definition": null, + "notation": "2796G", + "altlabel": null, + "related": null, + "@id": "2796G", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Melb., at (City Of Melb.)", + "definition": null, + "notation": "5514B", + "altlabel": null, + "related": null, + "@id": "5514B", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pitfield TP", + "definition": null, + "notation": "5641", + "altlabel": null, + "related": null, + "@id": "5641", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cargerie TP", + "definition": null, + "notation": "5153", + "altlabel": null, + "related": null, + "@id": "5153", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Braybrook TP", + "definition": null, + "notation": "5106", + "altlabel": null, + "related": null, + "@id": "5106", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wesburn TP", + "definition": null, + "notation": "5849", + "altlabel": null, + "related": null, + "@id": "5849", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tamboon South TP", + "definition": null, + "notation": "5761", + "altlabel": null, + "related": null, + "@id": "5761", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carlton, at (Jika Jika)", + "definition": null, + "notation": "2796B", + "altlabel": null, + "related": null, + "@id": "2796B", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Royal Park, at (Jika Jika)", + "definition": null, + "notation": "2796J", + "altlabel": null, + "related": null, + "@id": "2796J", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrenheip TP", + "definition": null, + "notation": "5840", + "altlabel": null, + "related": null, + "@id": "5840", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sandford TP", + "definition": null, + "notation": "5697", + "altlabel": null, + "related": null, + "@id": "5697", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ballyrogan TP", + "definition": null, + "notation": "5034", + "altlabel": null, + "related": null, + "@id": "5034", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stirling TP", + "definition": null, + "notation": "5732", + "altlabel": null, + "related": null, + "@id": "5732", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gisborne TP", + "definition": null, + "notation": "5320", + "altlabel": null, + "related": null, + "@id": "5320", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bendoc TP", + "definition": null, + "notation": "5068", + "altlabel": null, + "related": null, + "@id": "5068", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bonang TP", + "definition": null, + "notation": "5095", + "altlabel": null, + "related": null, + "@id": "5095", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stockyard Hill TP", + "definition": null, + "notation": "5733", + "altlabel": null, + "related": null, + "@id": "5733", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Club Terrace TP", + "definition": null, + "notation": "5177", + "altlabel": null, + "related": null, + "@id": "5177", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mallacoota TP", + "definition": null, + "notation": "5494", + "altlabel": null, + "related": null, + "@id": "5494", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Haddon TP", + "definition": null, + "notation": "5362", + "altlabel": null, + "related": null, + "@id": "5362", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Panton Hill TP", + "definition": null, + "notation": "5626", + "altlabel": null, + "related": null, + "@id": "5626", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Newmerella TP", + "definition": null, + "notation": "5592", + "altlabel": null, + "related": null, + "@id": "5592", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merino TP", + "definition": null, + "notation": "5520", + "altlabel": null, + "related": null, + "@id": "5520", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rowsley TP", + "definition": null, + "notation": "5685", + "altlabel": null, + "related": null, + "@id": "5685", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buninyong TP", + "definition": null, + "notation": "5134", + "altlabel": null, + "related": null, + "@id": "5134", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dimboola TP", + "definition": null, + "notation": "5245", + "altlabel": null, + "related": null, + "@id": "5245", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarraville, at (Cut-Paw-Paw)", + "definition": null, + "notation": "2478D", + "altlabel": null, + "related": null, + "@id": "2478D", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buln Buln TP", + "definition": null, + "notation": "5129", + "altlabel": null, + "related": null, + "@id": "5129", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cranbourne TP", + "definition": null, + "notation": "5207", + "altlabel": null, + "related": null, + "@id": "5207", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kilmany TP", + "definition": null, + "notation": "5419", + "altlabel": null, + "related": null, + "@id": "5419", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Skye TP", + "definition": null, + "notation": "5718", + "altlabel": null, + "related": null, + "@id": "5718", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Heywood TP", + "definition": null, + "notation": "5380", + "altlabel": null, + "related": null, + "@id": "5380", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Fyansford TP", + "definition": null, + "notation": "5305", + "altlabel": null, + "related": null, + "@id": "5305", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cora Lynn TP", + "definition": null, + "notation": "5196", + "altlabel": null, + "related": null, + "@id": "5196", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rosedale TP", + "definition": null, + "notation": "5683", + "altlabel": null, + "related": null, + "@id": "5683", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eurack TP", + "definition": null, + "notation": "5286", + "altlabel": null, + "related": null, + "@id": "5286", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tyers TP", + "definition": null, + "notation": "5808", + "altlabel": null, + "related": null, + "@id": "5808", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Longford TP", + "definition": null, + "notation": "5475", + "altlabel": null, + "related": null, + "@id": "5475", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Westbury TP", + "definition": null, + "notation": "5850", + "altlabel": null, + "related": null, + "@id": "5850", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woolsthorpe TP", + "definition": null, + "notation": "5881", + "altlabel": null, + "related": null, + "@id": "5881", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shelford TP", + "definition": null, + "notation": "5712", + "altlabel": null, + "related": null, + "@id": "5712", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Teesdale TP", + "definition": null, + "notation": "5774", + "altlabel": null, + "related": null, + "@id": "5774", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cressy TP", + "definition": null, + "notation": "5210", + "altlabel": null, + "related": null, + "@id": "5210", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elwood, at (Melbourne South)", + "definition": null, + "notation": "3084A", + "altlabel": null, + "related": null, + "@id": "3084A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elsternwick, at (Prahran)", + "definition": null, + "notation": "3416D", + "altlabel": null, + "related": null, + "@id": "3416D", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elsternwick, East Of (Prahran)", + "definition": null, + "notation": "3416B", + "altlabel": null, + "related": null, + "@id": "3416B", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenmaggie TP", + "definition": null, + "notation": "5325", + "altlabel": null, + "related": null, + "@id": "5325", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Crossover TP", + "definition": null, + "notation": "5213", + "altlabel": null, + "related": null, + "@id": "5213", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Bannockburn TP", + "definition": null, + "notation": "5723", + "altlabel": null, + "related": null, + "@id": "5723", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gould TP", + "definition": null, + "notation": "5341", + "altlabel": null, + "related": null, + "@id": "5341", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Willow Grove TP", + "definition": null, + "notation": "5862", + "altlabel": null, + "related": null, + "@id": "5862", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Orford TP", + "definition": null, + "notation": "5619", + "altlabel": null, + "related": null, + "@id": "5619", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mornington TP", + "definition": null, + "notation": "5551", + "altlabel": null, + "related": null, + "@id": "5551", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Winchelsea TP", + "definition": null, + "notation": "5864", + "altlabel": null, + "related": null, + "@id": "5864", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Footscray, City (Cut-Paw-Paw)", + "definition": null, + "notation": "2478A", + "altlabel": null, + "related": null, + "@id": "2478A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tamboon TP", + "definition": null, + "notation": "5760", + "altlabel": null, + "related": null, + "@id": "5760", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sorrento TP", + "definition": null, + "notation": "5722", + "altlabel": null, + "related": null, + "@id": "5722", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ess. City (Doutta Galla)", + "definition": null, + "notation": "2541B", + "altlabel": null, + "related": null, + "@id": "2541B", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warburton TP", + "definition": null, + "notation": "5831", + "altlabel": null, + "related": null, + "@id": "5831", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tabbara TP", + "definition": null, + "notation": "5752", + "altlabel": null, + "related": null, + "@id": "5752", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maribyrnong TP", + "definition": null, + "notation": "5502", + "altlabel": null, + "related": null, + "@id": "5502", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elaine TP", + "definition": null, + "notation": "5270", + "altlabel": null, + "related": null, + "@id": "5270", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Launching Place TP", + "definition": null, + "notation": "5453", + "altlabel": null, + "related": null, + "@id": "5453", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarra Junction TP", + "definition": null, + "notation": "5899", + "altlabel": null, + "related": null, + "@id": "5899", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Northcote (Adj. City Of) TP", + "definition": null, + "notation": "5603", + "altlabel": null, + "related": null, + "@id": "5603", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Orbost TP", + "definition": null, + "notation": "5618", + "altlabel": null, + "related": null, + "@id": "5618", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Bolac TP", + "definition": null, + "notation": "5444", + "altlabel": null, + "related": null, + "@id": "5444", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Furnell TP", + "definition": null, + "notation": "5304", + "altlabel": null, + "related": null, + "@id": "5304", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eltham TP", + "definition": null, + "notation": "5279", + "altlabel": null, + "related": null, + "@id": "5279", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goon Nure TP", + "definition": null, + "notation": "5333", + "altlabel": null, + "related": null, + "@id": "5333", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hexham TP", + "definition": null, + "notation": "5378", + "altlabel": null, + "related": null, + "@id": "5378", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Drik Drik TP", + "definition": null, + "notation": "5250", + "altlabel": null, + "related": null, + "@id": "5250", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lyons TP", + "definition": null, + "notation": "5484", + "altlabel": null, + "related": null, + "@id": "5484", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nelson TP", + "definition": null, + "notation": "5584", + "altlabel": null, + "related": null, + "@id": "5584", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Seaton TP", + "definition": null, + "notation": "5705", + "altlabel": null, + "related": null, + "@id": "5705", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mathiesons TP", + "definition": null, + "notation": "5510", + "altlabel": null, + "related": null, + "@id": "5510", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Foxhow TP", + "definition": null, + "notation": "5298", + "altlabel": null, + "related": null, + "@id": "5298", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Smiths Gully TP", + "definition": null, + "notation": "5720", + "altlabel": null, + "related": null, + "@id": "5720", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nuntin TP", + "definition": null, + "notation": "5609", + "altlabel": null, + "related": null, + "@id": "5609", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tynong TP", + "definition": null, + "notation": "5810", + "altlabel": null, + "related": null, + "@id": "5810", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Garfield TP", + "definition": null, + "notation": "5307", + "altlabel": null, + "related": null, + "@id": "5307", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Inverleigh TP", + "definition": null, + "notation": "5392", + "altlabel": null, + "related": null, + "@id": "5392", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sale TP", + "definition": null, + "notation": "5695", + "altlabel": null, + "related": null, + "@id": "5695", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bacchus Marsh TP", + "definition": null, + "notation": "5025", + "altlabel": null, + "related": null, + "@id": "5025", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Heidelberg TP", + "definition": null, + "notation": "5376", + "altlabel": null, + "related": null, + "@id": "5376", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ringwood TP", + "definition": null, + "notation": "5676", + "altlabel": null, + "related": null, + "@id": "5676", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Melb., at (City Of Melb.)", + "definition": null, + "notation": "5514A", + "altlabel": null, + "related": null, + "@id": "5514A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Johnsonville TP", + "definition": null, + "notation": "5400", + "altlabel": null, + "related": null, + "@id": "5400", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Box Hill, at (Nunawading)", + "definition": null, + "notation": "3337A", + "altlabel": null, + "related": null, + "@id": "3337A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pitfield Plains TP", + "definition": null, + "notation": "5642", + "altlabel": null, + "related": null, + "@id": "5642", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balliang TP", + "definition": null, + "notation": "5033", + "altlabel": null, + "related": null, + "@id": "5033", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meredith TP", + "definition": null, + "notation": "5517", + "altlabel": null, + "related": null, + "@id": "5517", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Briagolong TP", + "definition": null, + "notation": "5108", + "altlabel": null, + "related": null, + "@id": "5108", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burwood TP", + "definition": null, + "notation": "5138", + "altlabel": null, + "related": null, + "@id": "5138", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Olinda TP", + "definition": null, + "notation": "5616", + "altlabel": null, + "related": null, + "@id": "5616", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cunninghame TP", + "definition": null, + "notation": "5218", + "altlabel": null, + "related": null, + "@id": "5218", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lakes Entrance TP", + "definition": null, + "notation": "5447", + "altlabel": null, + "related": null, + "@id": "5447", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Caulfield, at (Prahran)", + "definition": null, + "notation": "3416A", + "altlabel": null, + "related": null, + "@id": "3416A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Fernbank TP", + "definition": null, + "notation": "5290", + "altlabel": null, + "related": null, + "@id": "5290", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Penshurst TP", + "definition": null, + "notation": "5629", + "altlabel": null, + "related": null, + "@id": "5629", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City Of Melb., (Melb. North)", + "definition": null, + "notation": "5514C", + "altlabel": null, + "related": null, + "@id": "5514C", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Queenscliff TP", + "definition": null, + "notation": "5661", + "altlabel": null, + "related": null, + "@id": "5661", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koonwarra TP", + "definition": null, + "notation": "5429", + "altlabel": null, + "related": null, + "@id": "5429", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarwin TP", + "definition": null, + "notation": "5769", + "altlabel": null, + "related": null, + "@id": "5769", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meeniyan TP", + "definition": null, + "notation": "5513", + "altlabel": null, + "related": null, + "@id": "5513", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sth Melb, City (Melb South)", + "definition": null, + "notation": "3084D", + "altlabel": null, + "related": null, + "@id": "3084D", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Raymond Island, at (Bairnsdale)", + "definition": null, + "notation": "2042A", + "altlabel": null, + "related": null, + "@id": "2042A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dartmoor TP", + "definition": null, + "notation": "5229", + "altlabel": null, + "related": null, + "@id": "5229", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Munro TP", + "definition": null, + "notation": "5560", + "altlabel": null, + "related": null, + "@id": "5560", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Newry TP", + "definition": null, + "notation": "5593", + "altlabel": null, + "related": null, + "@id": "5593", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Purdeet TP", + "definition": null, + "notation": "5657", + "altlabel": null, + "related": null, + "@id": "5657", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Raymond Island TP", + "definition": null, + "notation": "5666", + "altlabel": null, + "related": null, + "@id": "5666", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Paynesville TP", + "definition": null, + "notation": "5627", + "altlabel": null, + "related": null, + "@id": "5627", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hotspur TP", + "definition": null, + "notation": "5387", + "altlabel": null, + "related": null, + "@id": "5387", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cockatoo TP", + "definition": null, + "notation": "5184", + "altlabel": null, + "related": null, + "@id": "5184", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walhalla TP", + "definition": null, + "notation": "5819", + "altlabel": null, + "related": null, + "@id": "5819", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Byaduk TP", + "definition": null, + "notation": "5140", + "altlabel": null, + "related": null, + "@id": "5140", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maude TP", + "definition": null, + "notation": "5512", + "altlabel": null, + "related": null, + "@id": "5512", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Neerim TP", + "definition": null, + "notation": "5582", + "altlabel": null, + "related": null, + "@id": "5582", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elwood, at (Prahran)", + "definition": null, + "notation": "3416C", + "altlabel": null, + "related": null, + "@id": "3416C", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Frankston TP", + "definition": null, + "notation": "5301", + "altlabel": null, + "related": null, + "@id": "5301", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Epping TP", + "definition": null, + "notation": "5283", + "altlabel": null, + "related": null, + "@id": "5283", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Emerald TP", + "definition": null, + "notation": "5280", + "altlabel": null, + "related": null, + "@id": "5280", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Derrinallum TP", + "definition": null, + "notation": "5239", + "altlabel": null, + "related": null, + "@id": "5239", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lismore TP", + "definition": null, + "notation": "5468", + "altlabel": null, + "related": null, + "@id": "5468", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maffra TP", + "definition": null, + "notation": "5490", + "altlabel": null, + "related": null, + "@id": "5490", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brunswick, City (Jika Jika)", + "definition": null, + "notation": "2796A", + "altlabel": null, + "related": null, + "@id": "2796A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mitta Mitta TP", + "definition": null, + "notation": "5539", + "altlabel": null, + "related": null, + "@id": "5539", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Grenville TP", + "definition": null, + "notation": "5356", + "altlabel": null, + "related": null, + "@id": "5356", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenlyon TP", + "definition": null, + "notation": "5324", + "altlabel": null, + "related": null, + "@id": "5324", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hawstead, at (Doutta Galla)", + "definition": null, + "notation": "2541C", + "altlabel": null, + "related": null, + "@id": "2541C", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Essendon, at (Doutta Galla)", + "definition": null, + "notation": "2541A", + "altlabel": null, + "related": null, + "@id": "2541A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moe TP", + "definition": null, + "notation": "5542", + "altlabel": null, + "related": null, + "@id": "5542", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarragon TP", + "definition": null, + "notation": "5898", + "altlabel": null, + "related": null, + "@id": "5898", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Camperdown TP", + "definition": null, + "notation": "5147", + "altlabel": null, + "related": null, + "@id": "5147", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Framlingham TP", + "definition": null, + "notation": "5299", + "altlabel": null, + "related": null, + "@id": "5299", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Morwell TP", + "definition": null, + "notation": "5554", + "altlabel": null, + "related": null, + "@id": "5554", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Flynns Creek Upper TP", + "definition": null, + "notation": "5294", + "altlabel": null, + "related": null, + "@id": "5294", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narrawong TP", + "definition": null, + "notation": "5576", + "altlabel": null, + "related": null, + "@id": "5576", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kirkstall TP", + "definition": null, + "notation": "5424", + "altlabel": null, + "related": null, + "@id": "5424", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Birregurra TP", + "definition": null, + "notation": "5085", + "altlabel": null, + "related": null, + "@id": "5085", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balnarring Beach TP", + "definition": null, + "notation": "5036", + "altlabel": null, + "related": null, + "@id": "5036", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merricks TP", + "definition": null, + "notation": "5521", + "altlabel": null, + "related": null, + "@id": "5521", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Caramut TP", + "definition": null, + "notation": "5150", + "altlabel": null, + "related": null, + "@id": "5150", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Little River TP", + "definition": null, + "notation": "5469", + "altlabel": null, + "related": null, + "@id": "5469", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lethbridge TP", + "definition": null, + "notation": "5461", + "altlabel": null, + "related": null, + "@id": "5461", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mordialloc, City (Mordialloc)", + "definition": null, + "notation": "3186A", + "altlabel": null, + "related": null, + "@id": "3186A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Berrybank TP", + "definition": null, + "notation": "5076", + "altlabel": null, + "related": null, + "@id": "5076", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bengworden TP", + "definition": null, + "notation": "5070", + "altlabel": null, + "related": null, + "@id": "5070", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dandenong TP", + "definition": null, + "notation": "5221", + "altlabel": null, + "related": null, + "@id": "5221", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darlington TP", + "definition": null, + "notation": "5226", + "altlabel": null, + "related": null, + "@id": "5226", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lara TP", + "definition": null, + "notation": "5452", + "altlabel": null, + "related": null, + "@id": "5452", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cowwarr TP", + "definition": null, + "notation": "5205", + "altlabel": null, + "related": null, + "@id": "5205", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bannockburn TP", + "definition": null, + "notation": "5040", + "altlabel": null, + "related": null, + "@id": "5040", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Milltown TP", + "definition": null, + "notation": "5530", + "altlabel": null, + "related": null, + "@id": "5530", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ellerslie TP", + "definition": null, + "notation": "5275", + "altlabel": null, + "related": null, + "@id": "5275", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warragul TP", + "definition": null, + "notation": "5835", + "altlabel": null, + "related": null, + "@id": "5835", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Terang TP", + "definition": null, + "notation": "5778", + "altlabel": null, + "related": null, + "@id": "5778", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Modewarre TP", + "definition": null, + "notation": "5541", + "altlabel": null, + "related": null, + "@id": "5541", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Queenscliff, at (Paywit)", + "definition": null, + "notation": "3380A", + "altlabel": null, + "related": null, + "@id": "3380A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jam Jerrup TP", + "definition": null, + "notation": "5396", + "altlabel": null, + "related": null, + "@id": "5396", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bushfield TP", + "definition": null, + "notation": "5139", + "altlabel": null, + "related": null, + "@id": "5139", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Garvoc TP", + "definition": null, + "notation": "5309", + "altlabel": null, + "related": null, + "@id": "5309", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Callignee TP", + "definition": null, + "notation": "5143", + "altlabel": null, + "related": null, + "@id": "5143", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jeeralang Junction TP", + "definition": null, + "notation": "5398", + "altlabel": null, + "related": null, + "@id": "5398", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dereel TP", + "definition": null, + "notation": "5237", + "altlabel": null, + "related": null, + "@id": "5237", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hawthorn, at (Boroondara)", + "definition": null, + "notation": "2209A", + "altlabel": null, + "related": null, + "@id": "2209A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City Of Melb., (Melb. South)", + "definition": null, + "notation": "5514D", + "altlabel": null, + "related": null, + "@id": "5514D", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Monbulk TP", + "definition": null, + "notation": "5546", + "altlabel": null, + "related": null, + "@id": "5546", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kalimna TP", + "definition": null, + "notation": "5401", + "altlabel": null, + "related": null, + "@id": "5401", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Metung TP", + "definition": null, + "notation": "5526", + "altlabel": null, + "related": null, + "@id": "5526", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woorndoo TP", + "definition": null, + "notation": "5884", + "altlabel": null, + "related": null, + "@id": "5884", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mumbannar TP", + "definition": null, + "notation": "5559", + "altlabel": null, + "related": null, + "@id": "5559", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Oakleigh TP", + "definition": null, + "notation": "5614", + "altlabel": null, + "related": null, + "@id": "5614", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beenak TP", + "definition": null, + "notation": "5062", + "altlabel": null, + "related": null, + "@id": "5062", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Byaduk North TP", + "definition": null, + "notation": "5141", + "altlabel": null, + "related": null, + "@id": "5141", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eilyar TP", + "definition": null, + "notation": "5269", + "altlabel": null, + "related": null, + "@id": "5269", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wurdi Boluc TP", + "definition": null, + "notation": "5887", + "altlabel": null, + "related": null, + "@id": "5887", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gormandale TP", + "definition": null, + "notation": "5338", + "altlabel": null, + "related": null, + "@id": "5338", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Drysdale TP", + "definition": null, + "notation": "5254", + "altlabel": null, + "related": null, + "@id": "5254", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "St. Leonards TP", + "definition": null, + "notation": "5694", + "altlabel": null, + "related": null, + "@id": "5694", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Traralgon TP", + "definition": null, + "notation": "5801", + "altlabel": null, + "related": null, + "@id": "5801", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beeac TP", + "definition": null, + "notation": "5060", + "altlabel": null, + "related": null, + "@id": "5060", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Trafalgar TP", + "definition": null, + "notation": "5800", + "altlabel": null, + "related": null, + "@id": "5800", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Childers TP", + "definition": null, + "notation": "5172", + "altlabel": null, + "related": null, + "@id": "5172", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woodford TP", + "definition": null, + "notation": "5875", + "altlabel": null, + "related": null, + "@id": "5875", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Panmure TP", + "definition": null, + "notation": "5625", + "altlabel": null, + "related": null, + "@id": "5625", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bellbrae TP", + "definition": null, + "notation": "5064", + "altlabel": null, + "related": null, + "@id": "5064", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nyora TP", + "definition": null, + "notation": "5613", + "altlabel": null, + "related": null, + "@id": "5613", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Colac TP", + "definition": null, + "notation": "5186", + "altlabel": null, + "related": null, + "@id": "5186", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Portland TP", + "definition": null, + "notation": "5651", + "altlabel": null, + "related": null, + "@id": "5651", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woodside TP", + "definition": null, + "notation": "5876", + "altlabel": null, + "related": null, + "@id": "5876", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "San Remo TP", + "definition": null, + "notation": "5699", + "altlabel": null, + "related": null, + "@id": "5699", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gellibrand TP", + "definition": null, + "notation": "5313", + "altlabel": null, + "related": null, + "@id": "5313", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mirboo North TP", + "definition": null, + "notation": "5537", + "altlabel": null, + "related": null, + "@id": "5537", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merton TP", + "definition": null, + "notation": "5524", + "altlabel": null, + "related": null, + "@id": "5524", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warneet TP", + "definition": null, + "notation": "5833", + "altlabel": null, + "related": null, + "@id": "5833", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barwon Heads TP", + "definition": null, + "notation": "5052", + "altlabel": null, + "related": null, + "@id": "5052", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Breamlea TP", + "definition": null, + "notation": "5107", + "altlabel": null, + "related": null, + "@id": "5107", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dunolly TP", + "definition": null, + "notation": "5257", + "altlabel": null, + "related": null, + "@id": "5257", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darlimurla TP", + "definition": null, + "notation": "5224", + "altlabel": null, + "related": null, + "@id": "5224", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Port Fairy TP", + "definition": null, + "notation": "5649", + "altlabel": null, + "related": null, + "@id": "5649", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boolarra TP", + "definition": null, + "notation": "5097", + "altlabel": null, + "related": null, + "@id": "5097", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Grantville TP", + "definition": null, + "notation": "5348", + "altlabel": null, + "related": null, + "@id": "5348", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Irrewillipe TP", + "definition": null, + "notation": "5394", + "altlabel": null, + "related": null, + "@id": "5394", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Blackwarry TP", + "definition": null, + "notation": "5086", + "altlabel": null, + "related": null, + "@id": "5086", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Corinella TP", + "definition": null, + "notation": "5198", + "altlabel": null, + "related": null, + "@id": "5198", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Korumburra TP", + "definition": null, + "notation": "5434", + "altlabel": null, + "related": null, + "@id": "5434", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kardella TP", + "definition": null, + "notation": "5407", + "altlabel": null, + "related": null, + "@id": "5407", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cowes TP", + "definition": null, + "notation": "5204", + "altlabel": null, + "related": null, + "@id": "5204", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cowes, at (Phillip Island)", + "definition": null, + "notation": "3389A", + "altlabel": null, + "related": null, + "@id": "3389A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Arapiles TP", + "definition": null, + "notation": "5016", + "altlabel": null, + "related": null, + "@id": "5016", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Apollo Bay TP", + "definition": null, + "notation": "5014", + "altlabel": null, + "related": null, + "@id": "5014", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Alberton, at (Alberton East)", + "definition": null, + "notation": "2007A", + "altlabel": null, + "related": null, + "@id": "2007A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woodside North TP", + "definition": null, + "notation": "5877", + "altlabel": null, + "related": null, + "@id": "5877", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Forrest TP", + "definition": null, + "notation": "5295", + "altlabel": null, + "related": null, + "@id": "5295", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nirranda TP", + "definition": null, + "notation": "5599", + "altlabel": null, + "related": null, + "@id": "5599", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dollar TP", + "definition": null, + "notation": "5246", + "altlabel": null, + "related": null, + "@id": "5246", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stony Creek TP", + "definition": null, + "notation": "5734", + "altlabel": null, + "related": null, + "@id": "5734", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Peterborough TP", + "definition": null, + "notation": "5631", + "altlabel": null, + "related": null, + "@id": "5631", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Inverloch TP", + "definition": null, + "notation": "5393", + "altlabel": null, + "related": null, + "@id": "5393", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarraville TP", + "definition": null, + "notation": "5767", + "altlabel": null, + "related": null, + "@id": "5767", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hedley TP", + "definition": null, + "notation": "5375", + "altlabel": null, + "related": null, + "@id": "5375", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Steiglitz TP", + "definition": null, + "notation": "5731", + "altlabel": null, + "related": null, + "@id": "5731", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gerangamete TP", + "definition": null, + "notation": "5314", + "altlabel": null, + "related": null, + "@id": "5314", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kewell TP", + "definition": null, + "notation": "5414", + "altlabel": null, + "related": null, + "@id": "5414", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mackinnons Bridge TP", + "definition": null, + "notation": "5488", + "altlabel": null, + "related": null, + "@id": "5488", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wonthaggi TP", + "definition": null, + "notation": "5871", + "altlabel": null, + "related": null, + "@id": "5871", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Port Campbell TP", + "definition": null, + "notation": "5648", + "altlabel": null, + "related": null, + "@id": "5648", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Alberton TP", + "definition": null, + "notation": "5005", + "altlabel": null, + "related": null, + "@id": "5005", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buffalo TP", + "definition": null, + "notation": "5124", + "altlabel": null, + "related": null, + "@id": "5124", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Port Albert TP", + "definition": null, + "notation": "5646", + "altlabel": null, + "related": null, + "@id": "5646", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wyelangta TP", + "definition": null, + "notation": "5890", + "altlabel": null, + "related": null, + "@id": "5890", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Princetown TP", + "definition": null, + "notation": "5654", + "altlabel": null, + "related": null, + "@id": "5654", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Port Welshpool TP", + "definition": null, + "notation": "5652", + "altlabel": null, + "related": null, + "@id": "5652", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarwin Lower TP", + "definition": null, + "notation": "5770", + "altlabel": null, + "related": null, + "@id": "5770", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Scotts Creek TP", + "definition": null, + "notation": "5701", + "altlabel": null, + "related": null, + "@id": "5701", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koorooman TP", + "definition": null, + "notation": "5430", + "altlabel": null, + "related": null, + "@id": "5430", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Timboon TP", + "definition": null, + "notation": "5783", + "altlabel": null, + "related": null, + "@id": "5783", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marengo TP", + "definition": null, + "notation": "5501", + "altlabel": null, + "related": null, + "@id": "5501", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walkerville TP", + "definition": null, + "notation": "5820", + "altlabel": null, + "related": null, + "@id": "5820", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sandy Point TP", + "definition": null, + "notation": "5698", + "altlabel": null, + "related": null, + "@id": "5698", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gunyah Gunyah TP", + "definition": null, + "notation": "5361", + "altlabel": null, + "related": null, + "@id": "5361", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Devon TP", + "definition": null, + "notation": "5241", + "altlabel": null, + "related": null, + "@id": "5241", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Crib Point TP", + "definition": null, + "notation": "5212", + "altlabel": null, + "related": null, + "@id": "5212", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Laang TP", + "definition": null, + "notation": "5441", + "altlabel": null, + "related": null, + "@id": "5441", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yambuk TP", + "definition": null, + "notation": "5894", + "altlabel": null, + "related": null, + "@id": "5894", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cobden TP", + "definition": null, + "notation": "5180", + "altlabel": null, + "related": null, + "@id": "5180", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Red Hill South TP", + "definition": null, + "notation": "5671", + "altlabel": null, + "related": null, + "@id": "5671", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Winslow TP", + "definition": null, + "notation": "5866", + "altlabel": null, + "related": null, + "@id": "5866", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Willung TP", + "definition": null, + "notation": "5863", + "altlabel": null, + "related": null, + "@id": "5863", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Osborne TP", + "definition": null, + "notation": "5620", + "altlabel": null, + "related": null, + "@id": "5620", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Flynn TP", + "definition": null, + "notation": "5293", + "altlabel": null, + "related": null, + "@id": "5293", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nilma TP", + "definition": null, + "notation": "5596", + "altlabel": null, + "related": null, + "@id": "5596", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mortlake TP", + "definition": null, + "notation": "5553", + "altlabel": null, + "related": null, + "@id": "5553", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whiskey Creek TP", + "definition": null, + "notation": "5853", + "altlabel": null, + "related": null, + "@id": "5853", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bunyip TP", + "definition": null, + "notation": "5135", + "altlabel": null, + "related": null, + "@id": "5135", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hawkesdale TP", + "definition": null, + "notation": "5371", + "altlabel": null, + "related": null, + "@id": "5371", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wurruk TP", + "definition": null, + "notation": "5888", + "altlabel": null, + "related": null, + "@id": "5888", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Longwarry TP", + "definition": null, + "notation": "5476", + "altlabel": null, + "related": null, + "@id": "5476", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Seacombe TP", + "definition": null, + "notation": "5702", + "altlabel": null, + "related": null, + "@id": "5702", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Drouin TP", + "definition": null, + "notation": "5252", + "altlabel": null, + "related": null, + "@id": "5252", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dergholm TP", + "definition": null, + "notation": "5238", + "altlabel": null, + "related": null, + "@id": "5238", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karawinna TP", + "definition": null, + "notation": "5406", + "altlabel": null, + "related": null, + "@id": "5406", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ballarat East TP", + "definition": null, + "notation": "5031", + "altlabel": null, + "related": null, + "@id": "5031", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nerrina TP", + "definition": null, + "notation": "5585", + "altlabel": null, + "related": null, + "@id": "5585", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Skenes Creek TP", + "definition": null, + "notation": "5716", + "altlabel": null, + "related": null, + "@id": "5716", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Campbelltown TP", + "definition": null, + "notation": "5146", + "altlabel": null, + "related": null, + "@id": "5146", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chetwynd TP", + "definition": null, + "notation": "5171", + "altlabel": null, + "related": null, + "@id": "5171", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gre Gre TP", + "definition": null, + "notation": "5355", + "altlabel": null, + "related": null, + "@id": "5355", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Daylesford West TP", + "definition": null, + "notation": "5232", + "altlabel": null, + "related": null, + "@id": "5232", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Daylesford TP", + "definition": null, + "notation": "5231", + "altlabel": null, + "related": null, + "@id": "5231", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coonooer TP", + "definition": null, + "notation": "5192", + "altlabel": null, + "related": null, + "@id": "5192", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gowar East TP", + "definition": null, + "notation": "5343", + "altlabel": null, + "related": null, + "@id": "5343", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Port Melb, City (Melb South)", + "definition": null, + "notation": "3084B", + "altlabel": null, + "related": null, + "@id": "3084B", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Durham Lead TP", + "definition": null, + "notation": "5259", + "altlabel": null, + "related": null, + "@id": "5259", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Garibaldi TP", + "definition": null, + "notation": "5308", + "altlabel": null, + "related": null, + "@id": "5308", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Durham Ox TP", + "definition": null, + "notation": "5260", + "altlabel": null, + "related": null, + "@id": "5260", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rossbridge TP", + "definition": null, + "notation": "5684", + "altlabel": null, + "related": null, + "@id": "5684", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarck TP", + "definition": null, + "notation": "5897", + "altlabel": null, + "related": null, + "@id": "5897", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Molesworth TP", + "definition": null, + "notation": "5543", + "altlabel": null, + "related": null, + "@id": "5543", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mirboo TP", + "definition": null, + "notation": "5536", + "altlabel": null, + "related": null, + "@id": "5536", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bass TP", + "definition": null, + "notation": "5053", + "altlabel": null, + "related": null, + "@id": "5053", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenorchy TP", + "definition": null, + "notation": "5326", + "altlabel": null, + "related": null, + "@id": "5326", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mandurang TP", + "definition": null, + "notation": "5497", + "altlabel": null, + "related": null, + "@id": "5497", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Healesville TP", + "definition": null, + "notation": "5372", + "altlabel": null, + "related": null, + "@id": "5372", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woods Point TP", + "definition": null, + "notation": "5878", + "altlabel": null, + "related": null, + "@id": "5878", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Macarthur TP", + "definition": null, + "notation": "5486", + "altlabel": null, + "related": null, + "@id": "5486", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Archdale TP", + "definition": null, + "notation": "5018", + "altlabel": null, + "related": null, + "@id": "5018", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Macedon TP", + "definition": null, + "notation": "5487", + "altlabel": null, + "related": null, + "@id": "5487", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toolangi TP", + "definition": null, + "notation": "5790", + "altlabel": null, + "related": null, + "@id": "5790", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stradbroke TP", + "definition": null, + "notation": "5735", + "altlabel": null, + "related": null, + "@id": "5735", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Leongatha TP", + "definition": null, + "notation": "5460", + "altlabel": null, + "related": null, + "@id": "5460", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ventnor TP", + "definition": null, + "notation": "5814", + "altlabel": null, + "related": null, + "@id": "5814", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rhyll TP", + "definition": null, + "notation": "5674", + "altlabel": null, + "related": null, + "@id": "5674", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barwon Downs TP", + "definition": null, + "notation": "5051", + "altlabel": null, + "related": null, + "@id": "5051", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woolamai TP", + "definition": null, + "notation": "5880", + "altlabel": null, + "related": null, + "@id": "5880", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lorne TP", + "definition": null, + "notation": "5478", + "altlabel": null, + "related": null, + "@id": "5478", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cape Clear TP", + "definition": null, + "notation": "5149", + "altlabel": null, + "related": null, + "@id": "5149", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Torquay TP", + "definition": null, + "notation": "5796", + "altlabel": null, + "related": null, + "@id": "5796", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chepstowe TP", + "definition": null, + "notation": "5168", + "altlabel": null, + "related": null, + "@id": "5168", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Scotchmans, at (Buninyong)", + "definition": null, + "notation": "2287A", + "altlabel": null, + "related": null, + "@id": "2287A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Napoleons TP", + "definition": null, + "notation": "5573", + "altlabel": null, + "related": null, + "@id": "5573", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Foster TP", + "definition": null, + "notation": "5296", + "altlabel": null, + "related": null, + "@id": "5296", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Port Franklin TP", + "definition": null, + "notation": "5650", + "altlabel": null, + "related": null, + "@id": "5650", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hoddle TP", + "definition": null, + "notation": "5382", + "altlabel": null, + "related": null, + "@id": "5382", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pirron Yallock TP", + "definition": null, + "notation": "5640", + "altlabel": null, + "related": null, + "@id": "5640", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elingamite North TP", + "definition": null, + "notation": "5273", + "altlabel": null, + "related": null, + "@id": "5273", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rosebud, at (Wannaeue)", + "definition": null, + "notation": "3730A", + "altlabel": null, + "related": null, + "@id": "3730A", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rosebud TP", + "definition": null, + "notation": "5682", + "altlabel": null, + "related": null, + "@id": "5682", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hastings TP", + "definition": null, + "notation": "5369", + "altlabel": null, + "related": null, + "@id": "5369", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hepburn TP", + "definition": null, + "notation": "5377", + "altlabel": null, + "related": null, + "@id": "5377", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carrajung TP", + "definition": null, + "notation": "5158", + "altlabel": null, + "related": null, + "@id": "5158", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Newhaven TP", + "definition": null, + "notation": "5590", + "altlabel": null, + "related": null, + "@id": "5590", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bulla TP", + "definition": null, + "notation": "5125", + "altlabel": null, + "related": null, + "@id": "5125", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nathalia TP", + "definition": null, + "notation": "5577", + "altlabel": null, + "related": null, + "@id": "5577", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Taradale TP", + "definition": null, + "notation": "5762", + "altlabel": null, + "related": null, + "@id": "5762", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Poowong TP", + "definition": null, + "notation": "5644", + "altlabel": null, + "related": null, + "@id": "5644", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elmhurst TP", + "definition": null, + "notation": "5276", + "altlabel": null, + "related": null, + "@id": "5276", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carapook TP", + "definition": null, + "notation": "5152", + "altlabel": null, + "related": null, + "@id": "5152", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kilcunda TP", + "definition": null, + "notation": "5418", + "altlabel": null, + "related": null, + "@id": "5418", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cann River TP", + "definition": null, + "notation": "5148", + "altlabel": null, + "related": null, + "@id": "5148", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Portarlington TP", + "definition": null, + "notation": "5647", + "altlabel": null, + "related": null, + "@id": "5647", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Banyena TP", + "definition": null, + "notation": "5041", + "altlabel": null, + "related": null, + "@id": "5041", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gipsy Point TP", + "definition": null, + "notation": "5318", + "altlabel": null, + "related": null, + "@id": "5318", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coopers Creek TP", + "definition": null, + "notation": "5193", + "altlabel": null, + "related": null, + "@id": "5193", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mudgeegonga TP", + "definition": null, + "notation": "5558", + "altlabel": null, + "related": null, + "@id": "5558", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Suggan Buggan TP", + "definition": null, + "notation": "5743", + "altlabel": null, + "related": null, + "@id": "5743", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cambrian Hill TP", + "definition": null, + "notation": "5144", + "altlabel": null, + "related": null, + "@id": "5144", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Giffard TP", + "definition": null, + "notation": "5317", + "altlabel": null, + "related": null, + "@id": "5317", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Donald TP", + "definition": null, + "notation": "5247", + "altlabel": null, + "related": null, + "@id": "5247", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Trentham TP", + "definition": null, + "notation": "5802", + "altlabel": null, + "related": null, + "@id": "5802", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toolern Vale TP", + "definition": null, + "notation": "5791", + "altlabel": null, + "related": null, + "@id": "5791", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marysville TP", + "definition": null, + "notation": "5509", + "altlabel": null, + "related": null, + "@id": "5509", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Myrniong TP", + "definition": null, + "notation": "5567", + "altlabel": null, + "related": null, + "@id": "5567", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merrijig TP", + "definition": null, + "notation": "5522", + "altlabel": null, + "related": null, + "@id": "5522", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toongabbie TP", + "definition": null, + "notation": "5795", + "altlabel": null, + "related": null, + "@id": "5795", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Melton TP", + "definition": null, + "notation": "5515", + "altlabel": null, + "related": null, + "@id": "5515", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Britannia Creek TP", + "definition": null, + "notation": "5112", + "altlabel": null, + "related": null, + "@id": "5112", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Powelltown TP", + "definition": null, + "notation": "5653", + "altlabel": null, + "related": null, + "@id": "5653", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Heyfield TP", + "definition": null, + "notation": "5379", + "altlabel": null, + "related": null, + "@id": "5379", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rokeby TP", + "definition": null, + "notation": "5679", + "altlabel": null, + "related": null, + "@id": "5679", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrnambool TP", + "definition": null, + "notation": "5841", + "altlabel": null, + "related": null, + "@id": "5841", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Quambatook TP", + "definition": null, + "notation": "5660", + "altlabel": null, + "related": null, + "@id": "5660", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coalville TP", + "definition": null, + "notation": "5179", + "altlabel": null, + "related": null, + "@id": "5179", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darnum TP", + "definition": null, + "notation": "5227", + "altlabel": null, + "related": null, + "@id": "5227", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Deddick TP", + "definition": null, + "notation": "5233", + "altlabel": null, + "related": null, + "@id": "5233", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yea TP", + "definition": null, + "notation": "5904", + "altlabel": null, + "related": null, + "@id": "5904", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Blackwood TP", + "definition": null, + "notation": "5087", + "altlabel": null, + "related": null, + "@id": "5087", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Porepunkah TP", + "definition": null, + "notation": "5645", + "altlabel": null, + "related": null, + "@id": "5645", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Granton TP", + "definition": null, + "notation": "5347", + "altlabel": null, + "related": null, + "@id": "5347", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greendale TP", + "definition": null, + "notation": "5352", + "altlabel": null, + "related": null, + "@id": "5352", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lockwood TP", + "definition": null, + "notation": "5473", + "altlabel": null, + "related": null, + "@id": "5473", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lucknow TP", + "definition": null, + "notation": "5483", + "altlabel": null, + "related": null, + "@id": "5483", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bairnsdale TP", + "definition": null, + "notation": "5027", + "altlabel": null, + "related": null, + "@id": "5027", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dennington TP", + "definition": null, + "notation": "5235", + "altlabel": null, + "related": null, + "@id": "5235", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Myrtleford TP", + "definition": null, + "notation": "5568", + "altlabel": null, + "related": null, + "@id": "5568", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dromana TP", + "definition": null, + "notation": "5251", + "altlabel": null, + "related": null, + "@id": "5251", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sebastopol TP", + "definition": null, + "notation": "5707", + "altlabel": null, + "related": null, + "@id": "5707", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carapooee TP", + "definition": null, + "notation": "5151", + "altlabel": null, + "related": null, + "@id": "5151", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Winyar TP", + "definition": null, + "notation": "5868", + "altlabel": null, + "related": null, + "@id": "5868", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tyaak TP", + "definition": null, + "notation": "5807", + "altlabel": null, + "related": null, + "@id": "5807", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kyneton TP", + "definition": null, + "notation": "5439", + "altlabel": null, + "related": null, + "@id": "5439", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ensay TP", + "definition": null, + "notation": "5282", + "altlabel": null, + "related": null, + "@id": "5282", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pakenham TP", + "definition": null, + "notation": "5623", + "altlabel": null, + "related": null, + "@id": "5623", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Learmonth TP", + "definition": null, + "notation": "5457", + "altlabel": null, + "related": null, + "@id": "5457", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Anglesea TP", + "definition": null, + "notation": "5011", + "altlabel": null, + "related": null, + "@id": "5011", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Williamstown TP", + "definition": null, + "notation": "5861", + "altlabel": null, + "related": null, + "@id": "5861", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mansfield TP", + "definition": null, + "notation": "5500", + "altlabel": null, + "related": null, + "@id": "5500", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nalinga TP", + "definition": null, + "notation": "5571", + "altlabel": null, + "related": null, + "@id": "5571", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Werribee TP", + "definition": null, + "notation": "5847", + "altlabel": null, + "related": null, + "@id": "5847", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coburg TP", + "definition": null, + "notation": "5182", + "altlabel": null, + "related": null, + "@id": "5182", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bruthen TP", + "definition": null, + "notation": "5120", + "altlabel": null, + "related": null, + "@id": "5120", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Skipton TP", + "definition": null, + "notation": "5717", + "altlabel": null, + "related": null, + "@id": "5717", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shoreham TP", + "definition": null, + "notation": "5715", + "altlabel": null, + "related": null, + "@id": "5715", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tongio West TP", + "definition": null, + "notation": "5788", + "altlabel": null, + "related": null, + "@id": "5788", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Harrietville TP", + "definition": null, + "notation": "5367", + "altlabel": null, + "related": null, + "@id": "5367", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balmoral TP", + "definition": null, + "notation": "5035", + "altlabel": null, + "related": null, + "@id": "5035", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Keilor TP", + "definition": null, + "notation": "5412", + "altlabel": null, + "related": null, + "@id": "5412", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Timor TP", + "definition": null, + "notation": "5784", + "altlabel": null, + "related": null, + "@id": "5784", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Flinders TP", + "definition": null, + "notation": "5292", + "altlabel": null, + "related": null, + "@id": "5292", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beazleys Bridge TP", + "definition": null, + "notation": "5059", + "altlabel": null, + "related": null, + "@id": "5059", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Oxley TP", + "definition": null, + "notation": "5622", + "altlabel": null, + "related": null, + "@id": "5622", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shepparton TP", + "definition": null, + "notation": "5713", + "altlabel": null, + "related": null, + "@id": "5713", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rokewood TP", + "definition": null, + "notation": "5680", + "altlabel": null, + "related": null, + "@id": "5680", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Blakeville TP", + "definition": null, + "notation": "5088", + "altlabel": null, + "related": null, + "@id": "5088", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sunbury TP", + "definition": null, + "notation": "5744", + "altlabel": null, + "related": null, + "@id": "5744", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yackandandah TP", + "definition": null, + "notation": "5893", + "altlabel": null, + "related": null, + "@id": "5893", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yellingbo TP", + "definition": null, + "notation": "5905", + "altlabel": null, + "related": null, + "@id": "5905", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chatsworth TP", + "definition": null, + "notation": "5167", + "altlabel": null, + "related": null, + "@id": "5167", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrandyte North TP", + "definition": null, + "notation": "5838", + "altlabel": null, + "related": null, + "@id": "5838", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrandyte TP", + "definition": null, + "notation": "5837", + "altlabel": null, + "related": null, + "@id": "5837", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Omeo TP", + "definition": null, + "notation": "5617", + "altlabel": null, + "related": null, + "@id": "5617", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cudgee TP", + "definition": null, + "notation": "5215", + "altlabel": null, + "related": null, + "@id": "5215", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maindample TP", + "definition": null, + "notation": "5491", + "altlabel": null, + "related": null, + "@id": "5491", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Morrisons TP", + "definition": null, + "notation": "5552", + "altlabel": null, + "related": null, + "@id": "5552", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Broadmeadows TP", + "definition": null, + "notation": "5114", + "altlabel": null, + "related": null, + "@id": "5114", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Fernihurst TP", + "definition": null, + "notation": "5291", + "altlabel": null, + "related": null, + "@id": "5291", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cope Cope TP", + "definition": null, + "notation": "5194", + "altlabel": null, + "related": null, + "@id": "5194", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greta West TP", + "definition": null, + "notation": "5358", + "altlabel": null, + "related": null, + "@id": "5358", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wangaratta TP", + "definition": null, + "notation": "5829", + "altlabel": null, + "related": null, + "@id": "5829", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rye TP", + "definition": null, + "notation": "5691", + "altlabel": null, + "related": null, + "@id": "5691", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Templestowe TP", + "definition": null, + "notation": "5776", + "altlabel": null, + "related": null, + "@id": "5776", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Terrick Terrick South TP", + "definition": null, + "notation": "5780", + "altlabel": null, + "related": null, + "@id": "5780", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Laanecoorie TP", + "definition": null, + "notation": "5440", + "altlabel": null, + "related": null, + "@id": "5440", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Streatham TP", + "definition": null, + "notation": "5741", + "altlabel": null, + "related": null, + "@id": "5741", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "SEASPRAY TP", + "definition": null, + "notation": "5704", + "altlabel": null, + "related": null, + "@id": "5704", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-township.ttl b/cadastre/CSD-Header/vic-township.ttl new file mode 100644 index 0000000..f833568 --- /dev/null +++ b/cadastre/CSD-Header/vic-township.ttl @@ -0,0 +1,5720 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2007A" ; + skos:prefLabel "Alberton, at (Alberton East)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2042A" ; + skos:prefLabel "Raymond Island, at (Bairnsdale)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2209A" ; + skos:prefLabel "Hawthorn, at (Boroondara)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2287A" ; + skos:prefLabel "Scotchmans, at (Buninyong)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2478A" ; + skos:prefLabel "Footscray, City (Cut-Paw-Paw)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2478B" ; + skos:prefLabel "Foots City, at Y/Ville (Cut-Paw-Paw)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2478C" ; + skos:prefLabel "W/Footscray, at (Cut-Paw-Paw)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2478D" ; + skos:prefLabel "Yarraville, at (Cut-Paw-Paw)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2541A" ; + skos:prefLabel "Essendon, at (Doutta Galla)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2541B" ; + skos:prefLabel "Ess. City (Doutta Galla)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2541C" ; + skos:prefLabel "Hawstead, at (Doutta Galla)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2796A" ; + skos:prefLabel "Brunswick, City (Jika Jika)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2796B" ; + skos:prefLabel "Carlton, at (Jika Jika)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2796C" ; + skos:prefLabel "Clif/Hill, at Coll. (Jika Jika)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2796D" ; + skos:prefLabel "Northcote, City (Jika Jika)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2796E" ; + skos:prefLabel "Nth Fitzroy, at (Jika Jika)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2796F" ; + skos:prefLabel "Nth Melbourne, at (Jika Jika)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2796G" ; + skos:prefLabel "Parkville, at (Jika Jika)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2796H" ; + skos:prefLabel "Richmond, City (Jika Jika)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2796J" ; + skos:prefLabel "Royal Park, at (Jika Jika)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2796K" ; + skos:prefLabel "Royal Park, West Of (Jika Jika)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "2850A" ; + skos:prefLabel "Katandra West, at (Katandra)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3084A" ; + skos:prefLabel "Elwood, at (Melbourne South)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3084B" ; + skos:prefLabel "Port Melb, City (Melb South)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3084C" ; + skos:prefLabel "St. Kilda, at (Melb South)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3084D" ; + skos:prefLabel "Sth Melb, City (Melb South)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3084E" ; + skos:prefLabel "Sth Yarra, at (Melb South)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3102A" ; + skos:prefLabel "Red Cliffs, at (Mildura)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3186A" ; + skos:prefLabel "Mordialloc, City (Mordialloc)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3301A" ; + skos:prefLabel "Eaglehawk, at (Nerring)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3337A" ; + skos:prefLabel "Box Hill, at (Nunawading)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3380A" ; + skos:prefLabel "Queenscliff, at (Paywit)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3389A" ; + skos:prefLabel "Cowes, at (Phillip Island)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3416A" ; + skos:prefLabel "Caulfield, at (Prahran)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3416B" ; + skos:prefLabel "Elsternwick, East Of (Prahran)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3416C" ; + skos:prefLabel "Elwood, at (Prahran)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3416D" ; + skos:prefLabel "Elsternwick, at (Prahran)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3416E" ; + skos:prefLabel "Gardiner, at (Prahran)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3473A" ; + skos:prefLabel "Bendigo, at (Sandhurst)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3473B" ; + skos:prefLabel "Eaglehawk, at (Sandhurst)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "3730A" ; + skos:prefLabel "Rosebud, at (Wannaeue)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5001" ; + skos:prefLabel "Aberfeldy TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5002" ; + skos:prefLabel "Acheron TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5003" ; + skos:prefLabel "Ailsa TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5004" ; + skos:prefLabel "Albacutya TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5005" ; + skos:prefLabel "Alberton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5006" ; + skos:prefLabel "Alexandra TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5007" ; + skos:prefLabel "Allans Flat TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5008" ; + skos:prefLabel "Alma TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5009" ; + skos:prefLabel "Amherst" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5010" ; + skos:prefLabel "Amphitheatre TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5011" ; + skos:prefLabel "Anglesea TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5012" ; + skos:prefLabel "Annuello TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5013" ; + skos:prefLabel "Antwerp TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5014" ; + skos:prefLabel "Apollo Bay TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5015" ; + skos:prefLabel "Apsley TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5016" ; + skos:prefLabel "Arapiles TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5017" ; + skos:prefLabel "Ararat TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5018" ; + skos:prefLabel "Archdale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5019" ; + skos:prefLabel "Arnold TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5020" ; + skos:prefLabel "Ascot TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5021" ; + skos:prefLabel "Aubrey TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5022" ; + skos:prefLabel "Avenel TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5023" ; + skos:prefLabel "Avoca TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5024" ; + skos:prefLabel "Axedale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5025" ; + skos:prefLabel "Bacchus Marsh TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5026" ; + skos:prefLabel "Baddaginnie TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5027" ; + skos:prefLabel "Bairnsdale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5028" ; + skos:prefLabel "Baker TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5029" ; + skos:prefLabel "Ballan TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5030" ; + skos:prefLabel "Ballarat TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5031" ; + skos:prefLabel "Ballarat East TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5032" ; + skos:prefLabel "Ballarat North TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5033" ; + skos:prefLabel "Balliang TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5034" ; + skos:prefLabel "Ballyrogan TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5035" ; + skos:prefLabel "Balmoral TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5036" ; + skos:prefLabel "Balnarring Beach TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5037" ; + skos:prefLabel "Bambill TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5038" ; + skos:prefLabel "Bangerang TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5039" ; + skos:prefLabel "Bannerton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5040" ; + skos:prefLabel "Bannockburn TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5041" ; + skos:prefLabel "Banyena TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5042" ; + skos:prefLabel "Baringhup TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5043" ; + skos:prefLabel "Barkly TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5044" ; + skos:prefLabel "Barkstead TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5045" ; + skos:prefLabel "Barmah TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5046" ; + skos:prefLabel "Barnawartha TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5047" ; + skos:prefLabel "Barrakee TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5048" ; + skos:prefLabel "Barrapoort TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5049" ; + skos:prefLabel "Barringo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5050" ; + skos:prefLabel "Barrys Reef TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5051" ; + skos:prefLabel "Barwon Downs TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5052" ; + skos:prefLabel "Barwon Heads TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5053" ; + skos:prefLabel "Bass TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5054" ; + skos:prefLabel "Bathumi TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5055" ; + skos:prefLabel "Bealiba TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5056" ; + skos:prefLabel "Bearii TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5057" ; + skos:prefLabel "Bears Lagoon TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5058" ; + skos:prefLabel "Beaufort TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5059" ; + skos:prefLabel "Beazleys Bridge TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5060" ; + skos:prefLabel "Beeac TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5061" ; + skos:prefLabel "Beechworth TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5062" ; + skos:prefLabel "Beenak TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5063" ; + skos:prefLabel "Beetoomba TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5064" ; + skos:prefLabel "Bellbrae TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5065" ; + skos:prefLabel "Bemm TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5066" ; + skos:prefLabel "Benalla TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5067" ; + skos:prefLabel "Benambra TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5068" ; + skos:prefLabel "Bendoc TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5069" ; + skos:prefLabel "Benetook TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5070" ; + skos:prefLabel "Bengworden TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5071" ; + skos:prefLabel "Benjeroop TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5072" ; + skos:prefLabel "Bennison TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5073" ; + skos:prefLabel "Berringa TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5074" ; + skos:prefLabel "Berringama TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5075" ; + skos:prefLabel "Berriwillock TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5076" ; + skos:prefLabel "Berrybank TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5077" ; + skos:prefLabel "Berwick TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5078" ; + skos:prefLabel "Bet Bet TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5079" ; + skos:prefLabel "Bethanga TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5080" ; + skos:prefLabel "Betley TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5081" ; + skos:prefLabel "Beulah TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5082" ; + skos:prefLabel "Beveridge TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5083" ; + skos:prefLabel "Bingo-Munjie North TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5084" ; + skos:prefLabel "Birchip TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5085" ; + skos:prefLabel "Birregurra TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5086" ; + skos:prefLabel "Blackwarry TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5087" ; + skos:prefLabel "Blackwood TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5088" ; + skos:prefLabel "Blakeville TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5089" ; + skos:prefLabel "Bocca Flat TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5090" ; + skos:prefLabel "Boigbeat TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5091" ; + skos:prefLabel "Boileau TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5092" ; + skos:prefLabel "Boinka TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5093" ; + skos:prefLabel "Bolton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5094" ; + skos:prefLabel "Bolwarrah TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5095" ; + skos:prefLabel "Bonang TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5096" ; + skos:prefLabel "Bonnie Doon TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5097" ; + skos:prefLabel "Boolarra TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5098" ; + skos:prefLabel "Boolite TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5099" ; + skos:prefLabel "Boonoonar TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5100" ; + skos:prefLabel "Boorgunyah TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5101" ; + skos:prefLabel "Booroopki TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5102" ; + skos:prefLabel "Boort TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5103" ; + skos:prefLabel "Borung TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5104" ; + skos:prefLabel "Bowenvale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5105" ; + skos:prefLabel "Branxholme TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5106" ; + skos:prefLabel "Braybrook TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5107" ; + skos:prefLabel "Breamlea TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5108" ; + skos:prefLabel "Briagolong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5109" ; + skos:prefLabel "Bridgewater TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5110" ; + skos:prefLabel "Bright TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5111" ; + skos:prefLabel "Brim TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5112" ; + skos:prefLabel "Britannia Creek TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5113" ; + skos:prefLabel "Broadford TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5114" ; + skos:prefLabel "Broadmeadows TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5115" ; + skos:prefLabel "Bromley TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5117" ; + skos:prefLabel "Broomfield TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5118" ; + skos:prefLabel "Broughton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5119" ; + skos:prefLabel "Bruarong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5120" ; + skos:prefLabel "Bruthen TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5121" ; + skos:prefLabel "Buangor TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5122" ; + skos:prefLabel "Buchan TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5123" ; + skos:prefLabel "Buckrabanyule TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5124" ; + skos:prefLabel "Buffalo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5125" ; + skos:prefLabel "Bulla TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5126" ; + skos:prefLabel "Bullarto TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5127" ; + skos:prefLabel "Bullarto South TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5128" ; + skos:prefLabel "Bullumwaal TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5129" ; + skos:prefLabel "Buln Buln TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5130" ; + skos:prefLabel "Bunbartha TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5131" ; + skos:prefLabel "Bundalong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5132" ; + skos:prefLabel "Bung Bong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5133" ; + skos:prefLabel "Bungeet TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5134" ; + skos:prefLabel "Buninyong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5135" ; + skos:prefLabel "Bunyip TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5136" ; + skos:prefLabel "Burkes Flat TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5137" ; + skos:prefLabel "Burrereo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5138" ; + skos:prefLabel "Burwood TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5139" ; + skos:prefLabel "Bushfield TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5140" ; + skos:prefLabel "Byaduk TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5141" ; + skos:prefLabel "Byaduk North TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5142" ; + skos:prefLabel "Callawadda TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5143" ; + skos:prefLabel "Callignee TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5144" ; + skos:prefLabel "Cambrian Hill TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5145" ; + skos:prefLabel "Campbells Creek TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5146" ; + skos:prefLabel "Campbelltown TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5147" ; + skos:prefLabel "Camperdown TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5148" ; + skos:prefLabel "Cann River TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5149" ; + skos:prefLabel "Cape Clear TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5150" ; + skos:prefLabel "Caramut TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5151" ; + skos:prefLabel "Carapooee TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5152" ; + skos:prefLabel "Carapook TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5153" ; + skos:prefLabel "Cargerie TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5154" ; + skos:prefLabel "Carisbrook TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5155" ; + skos:prefLabel "Carlsruhe TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5156" ; + skos:prefLabel "Carlyle TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5157" ; + skos:prefLabel "Carngham TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5158" ; + skos:prefLabel "Carrajung TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5159" ; + skos:prefLabel "Carwarp TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5160" ; + skos:prefLabel "Cashel TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5161" ; + skos:prefLabel "Cassilis TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5162" ; + skos:prefLabel "Casterton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5163" ; + skos:prefLabel "Castlemaine TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5164" ; + skos:prefLabel "Castle Point TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5165" ; + skos:prefLabel "Cavendish TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5166" ; + skos:prefLabel "Charlton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5167" ; + skos:prefLabel "Chatsworth TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5168" ; + skos:prefLabel "Chepstowe TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5169" ; + skos:prefLabel "Cherokee TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5170" ; + skos:prefLabel "Cheshunt TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5171" ; + skos:prefLabel "Chetwynd TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5172" ; + skos:prefLabel "Childers TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5173" ; + skos:prefLabel "Chiltern TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5174" ; + skos:prefLabel "Chinkapook TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5175" ; + skos:prefLabel "Clarendon TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5176" ; + skos:prefLabel "Clear Lake TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5177" ; + skos:prefLabel "Club Terrace TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5178" ; + skos:prefLabel "Clunes TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5179" ; + skos:prefLabel "Coalville TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5180" ; + skos:prefLabel "Cobden TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5181" ; + skos:prefLabel "Cobram TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5182" ; + skos:prefLabel "Coburg TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5183" ; + skos:prefLabel "Cocamba TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5184" ; + skos:prefLabel "Cockatoo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5185" ; + skos:prefLabel "Cohuna TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5186" ; + skos:prefLabel "Colac TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5187" ; + skos:prefLabel "Colbinabbin TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5188" ; + skos:prefLabel "Coleraine TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5189" ; + skos:prefLabel "Comoora TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5190" ; + skos:prefLabel "Congupna Road TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5191" ; + skos:prefLabel "Cooma TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5192" ; + skos:prefLabel "Coonooer TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5193" ; + skos:prefLabel "Coopers Creek TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5194" ; + skos:prefLabel "Cope Cope TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5195" ; + skos:prefLabel "Corack TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5196" ; + skos:prefLabel "Cora Lynn TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5197" ; + skos:prefLabel "Corindhap TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5198" ; + skos:prefLabel "Corinella TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5199" ; + skos:prefLabel "Corop TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5200" ; + skos:prefLabel "Corryong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5201" ; + skos:prefLabel "Costerfield TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5202" ; + skos:prefLabel "Cowa TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5203" ; + skos:prefLabel "Cowangie TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5204" ; + skos:prefLabel "Cowes TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5205" ; + skos:prefLabel "Cowwarr TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5206" ; + skos:prefLabel "Craigie TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5207" ; + skos:prefLabel "Cranbourne TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5208" ; + skos:prefLabel "Cravensville TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5209" ; + skos:prefLabel "Creek View TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5210" ; + skos:prefLabel "Cressy TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5211" ; + skos:prefLabel "Creswick TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5212" ; + skos:prefLabel "Crib Point TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5213" ; + skos:prefLabel "Crossover TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5214" ; + skos:prefLabel "Crowlands TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5215" ; + skos:prefLabel "Cudgee TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5216" ; + skos:prefLabel "Culgoa TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5217" ; + skos:prefLabel "Cullulleraine TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5218" ; + skos:prefLabel "Cunninghame TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5219" ; + skos:prefLabel "Curyo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5220" ; + skos:prefLabel "Dalhousie TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5221" ; + skos:prefLabel "Dandenong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5222" ; + skos:prefLabel "Danyo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5223" ; + skos:prefLabel "Dargo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5224" ; + skos:prefLabel "Darlimurla TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5225" ; + skos:prefLabel "Darlingford TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5226" ; + skos:prefLabel "Darlington TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5227" ; + skos:prefLabel "Darnum TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5228" ; + skos:prefLabel "Darraweit Guim TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5229" ; + skos:prefLabel "Dartmoor TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5230" ; + skos:prefLabel "Dartmouth TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5231" ; + skos:prefLabel "Daylesford TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5232" ; + skos:prefLabel "Daylesford West TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5233" ; + skos:prefLabel "Deddick TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5234" ; + skos:prefLabel "Dederang TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5235" ; + skos:prefLabel "Dennington TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5236" ; + skos:prefLabel "Deptford TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5237" ; + skos:prefLabel "Dereel TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5238" ; + skos:prefLabel "Dergholm TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5239" ; + skos:prefLabel "Derrinallum TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5240" ; + skos:prefLabel "Devenish West TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5241" ; + skos:prefLabel "Devon TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5242" ; + skos:prefLabel "Diamond Creek TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5243" ; + skos:prefLabel "Diapur TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5244" ; + skos:prefLabel "Digby TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5245" ; + skos:prefLabel "Dimboola TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5246" ; + skos:prefLabel "Dollar TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5247" ; + skos:prefLabel "Donald TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5248" ; + skos:prefLabel "Dooen TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5249" ; + skos:prefLabel "Douglas TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5250" ; + skos:prefLabel "Drik Drik TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5251" ; + skos:prefLabel "Dromana TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5252" ; + skos:prefLabel "Drouin TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5253" ; + skos:prefLabel "Dry Diggings TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5254" ; + skos:prefLabel "Drysdale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5255" ; + skos:prefLabel "Dunbulbalane TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5256" ; + skos:prefLabel "Dunkeld TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5257" ; + skos:prefLabel "Dunolly TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5258" ; + skos:prefLabel "Durham TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5259" ; + skos:prefLabel "Durham Lead TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5260" ; + skos:prefLabel "Durham Ox TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5261" ; + skos:prefLabel "East Cunninghame TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5262" ; + skos:prefLabel "East Murchison TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5263" ; + skos:prefLabel "Echuca TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5264" ; + skos:prefLabel "Echuca West TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5265" ; + skos:prefLabel "Eddington TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5266" ; + skos:prefLabel "Edenhope TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5267" ; + skos:prefLabel "Edi TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5268" ; + skos:prefLabel "Egerton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5269" ; + skos:prefLabel "Eilyar TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5270" ; + skos:prefLabel "Elaine TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5271" ; + skos:prefLabel "Elaine North TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5272" ; + skos:prefLabel "Eldorado TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5273" ; + skos:prefLabel "Elingamite North TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5274" ; + skos:prefLabel "Ellam TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5275" ; + skos:prefLabel "Ellerslie TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5276" ; + skos:prefLabel "Elmhurst TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5277" ; + skos:prefLabel "Elmore TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5278" ; + skos:prefLabel "Elphinstone TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5279" ; + skos:prefLabel "Eltham TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5280" ; + skos:prefLabel "Emerald TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5281" ; + skos:prefLabel "Emu TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5282" ; + skos:prefLabel "Ensay TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5283" ; + skos:prefLabel "Epping TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5284" ; + skos:prefLabel "Epsom TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5285" ; + skos:prefLabel "Eskdale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5286" ; + skos:prefLabel "Eurack TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5287" ; + skos:prefLabel "Euroa TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5288" ; + skos:prefLabel "Evansford TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5289" ; + skos:prefLabel "Everton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5290" ; + skos:prefLabel "Fernbank TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5291" ; + skos:prefLabel "Fernihurst TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5292" ; + skos:prefLabel "Flinders TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5293" ; + skos:prefLabel "Flynn TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5294" ; + skos:prefLabel "Flynns Creek Upper TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5295" ; + skos:prefLabel "Forrest TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5296" ; + skos:prefLabel "Foster TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5297" ; + skos:prefLabel "Fosterville TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5298" ; + skos:prefLabel "Foxhow TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5299" ; + skos:prefLabel "Framlingham TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5300" ; + skos:prefLabel "Franklinford TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5301" ; + skos:prefLabel "Frankston TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5302" ; + skos:prefLabel "Freeburgh TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5303" ; + skos:prefLabel "Fryerstown TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5304" ; + skos:prefLabel "Furnell TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5305" ; + skos:prefLabel "Fyansford TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5306" ; + skos:prefLabel "Galah TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5307" ; + skos:prefLabel "Garfield TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5308" ; + skos:prefLabel "Garibaldi TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5309" ; + skos:prefLabel "Garvoc TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5310" ; + skos:prefLabel "Gavan Duffy TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5311" ; + skos:prefLabel "Geelong (City) TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5312" ; + skos:prefLabel "Gelantipy TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5313" ; + skos:prefLabel "Gellibrand TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5314" ; + skos:prefLabel "Gerangamete TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5315" ; + skos:prefLabel "Gerang Gerung TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5316" ; + skos:prefLabel "Ghin Ghin TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5317" ; + skos:prefLabel "Giffard TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5318" ; + skos:prefLabel "Gipsy Point TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5319" ; + skos:prefLabel "Girgarre TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5320" ; + skos:prefLabel "Gisborne TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5321" ; + skos:prefLabel "Glanville TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5323" ; + skos:prefLabel "Glengower TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5324" ; + skos:prefLabel "Glenlyon TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5325" ; + skos:prefLabel "Glenmaggie TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5326" ; + skos:prefLabel "Glenorchy TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5327" ; + skos:prefLabel "Glenrowen TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5328" ; + skos:prefLabel "Glenthompson TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5329" ; + skos:prefLabel "Glen Wills TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5330" ; + skos:prefLabel "Gobur TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5331" ; + skos:prefLabel "Golden Lake TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5332" ; + skos:prefLabel "Goldsborough TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5333" ; + skos:prefLabel "Goon Nure TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5334" ; + skos:prefLabel "Gooramadda TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5335" ; + skos:prefLabel "Goornong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5336" ; + skos:prefLabel "Gooroc TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5337" ; + skos:prefLabel "Gordon TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5338" ; + skos:prefLabel "Gormandale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5339" ; + skos:prefLabel "Goroke TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5340" ; + skos:prefLabel "Goschen TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5341" ; + skos:prefLabel "Gould TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5342" ; + skos:prefLabel "Gowar TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5343" ; + skos:prefLabel "Gowar East TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5344" ; + skos:prefLabel "Goyura TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5345" ; + skos:prefLabel "Granite Flat TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5346" ; + skos:prefLabel "Grant TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5347" ; + skos:prefLabel "Granton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5348" ; + skos:prefLabel "Grantville TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5349" ; + skos:prefLabel "Granya TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5350" ; + skos:prefLabel "Graytown TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5351" ; + skos:prefLabel "Great Western TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5352" ; + skos:prefLabel "Greendale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5353" ; + skos:prefLabel "Green Gully TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5354" ; + skos:prefLabel "Greens Creek TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5355" ; + skos:prefLabel "Gre Gre TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5356" ; + skos:prefLabel "Grenville TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5357" ; + skos:prefLabel "Greta TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5358" ; + skos:prefLabel "Greta West TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5359" ; + skos:prefLabel "Guildford TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5360" ; + skos:prefLabel "Gunbower TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5361" ; + skos:prefLabel "Gunyah Gunyah TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5362" ; + skos:prefLabel "Haddon TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5363" ; + skos:prefLabel "Haines TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5364" ; + skos:prefLabel "Hamilton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5365" ; + skos:prefLabel "Happy Valley TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5366" ; + skos:prefLabel "Harcourt TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5367" ; + skos:prefLabel "Harrietville TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5368" ; + skos:prefLabel "Harrow TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5369" ; + skos:prefLabel "Hastings TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5370" ; + skos:prefLabel "Hattah TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5371" ; + skos:prefLabel "Hawkesdale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5372" ; + skos:prefLabel "Healesville TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5373" ; + skos:prefLabel "Heathcote TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5374" ; + skos:prefLabel "Heatherlie TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5375" ; + skos:prefLabel "Hedley TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5376" ; + skos:prefLabel "Heidelberg TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5377" ; + skos:prefLabel "Hepburn TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5378" ; + skos:prefLabel "Hexham TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5379" ; + skos:prefLabel "Heyfield TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5380" ; + skos:prefLabel "Heywood TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5381" ; + skos:prefLabel "Hinno-Munjie TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5382" ; + skos:prefLabel "Hoddle TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5383" ; + skos:prefLabel "Hollinwood TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5384" ; + skos:prefLabel "Homebush TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5385" ; + skos:prefLabel "Hopetoun TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5386" ; + skos:prefLabel "Horsham TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5387" ; + skos:prefLabel "Hotspur TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5388" ; + skos:prefLabel "Howqua TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5389" ; + skos:prefLabel "Huntly TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5390" ; + skos:prefLabel "Iguana Creek TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5391" ; + skos:prefLabel "Inglewood TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5392" ; + skos:prefLabel "Inverleigh TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5393" ; + skos:prefLabel "Inverloch TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5394" ; + skos:prefLabel "Irrewillipe TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5395" ; + skos:prefLabel "Jamieson TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5396" ; + skos:prefLabel "Jam Jerrup TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5397" ; + skos:prefLabel "Jarrott TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5398" ; + skos:prefLabel "Jeeralang Junction TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5399" ; + skos:prefLabel "Jerro TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5400" ; + skos:prefLabel "Johnsonville TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5401" ; + skos:prefLabel "Kalimna TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5402" ; + skos:prefLabel "Kalkallo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5403" ; + skos:prefLabel "Kangaroo Flat TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5404" ; + skos:prefLabel "Kaniva TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5405" ; + skos:prefLabel "Karabeal TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5406" ; + skos:prefLabel "Karawinna TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5407" ; + skos:prefLabel "Kardella TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5408" ; + skos:prefLabel "Karnak TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5409" ; + skos:prefLabel "Karween TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5410" ; + skos:prefLabel "Katamatite TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5411" ; + skos:prefLabel "Katandra TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5412" ; + skos:prefLabel "Keilor TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5413" ; + skos:prefLabel "Kerang TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5414" ; + skos:prefLabel "Kewell TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5415" ; + skos:prefLabel "Kialla West TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5416" ; + skos:prefLabel "Kiamal TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5417" ; + skos:prefLabel "Kiata TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5418" ; + skos:prefLabel "Kilcunda TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5419" ; + skos:prefLabel "Kilmany TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5420" ; + skos:prefLabel "Kilmore TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5421" ; + skos:prefLabel "Kinglake Central TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5422" ; + skos:prefLabel "Kinglake East TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5423" ; + skos:prefLabel "Kingower TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5424" ; + skos:prefLabel "Kirkstall TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5425" ; + skos:prefLabel "Koetong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5426" ; + skos:prefLabel "Kooloonong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5427" ; + skos:prefLabel "Koondrook TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5428" ; + skos:prefLabel "Koonoomoo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5429" ; + skos:prefLabel "Koonwarra TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5430" ; + skos:prefLabel "Koorooman TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5431" ; + skos:prefLabel "Kooyoora TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5432" ; + skos:prefLabel "Korokubeal TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5433" ; + skos:prefLabel "Korong Vale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5434" ; + skos:prefLabel "Korumburra TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5435" ; + skos:prefLabel "Koyuga TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5436" ; + skos:prefLabel "Kulwin TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5437" ; + skos:prefLabel "Kurraca TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5438" ; + skos:prefLabel "Kyabram TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5439" ; + skos:prefLabel "Kyneton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5440" ; + skos:prefLabel "Laanecoorie TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5441" ; + skos:prefLabel "Laang TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5442" ; + skos:prefLabel "Lah TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5443" ; + skos:prefLabel "Lake Boga TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5444" ; + skos:prefLabel "Lake Bolac TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5445" ; + skos:prefLabel "Lake Charm TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5446" ; + skos:prefLabel "Lake Rowan TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5447" ; + skos:prefLabel "Lakes Entrance TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5448" ; + skos:prefLabel "Lal Lal TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5449" ; + skos:prefLabel "Lamplough TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5450" ; + skos:prefLabel "Lancefield TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5451" ; + skos:prefLabel "Landsborough TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5452" ; + skos:prefLabel "Lara TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5453" ; + skos:prefLabel "Launching Place TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5454" ; + skos:prefLabel "Lauriston TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5455" ; + skos:prefLabel "Lawloit TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5456" ; + skos:prefLabel "Lawrence TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5457" ; + skos:prefLabel "Learmonth TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5458" ; + skos:prefLabel "Leichardt TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5459" ; + skos:prefLabel "Leonards Hill TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5460" ; + skos:prefLabel "Leongatha TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5461" ; + skos:prefLabel "Lethbridge TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5462" ; + skos:prefLabel "Lexton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5463" ; + skos:prefLabel "Lillimur TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5464" ; + skos:prefLabel "Lillimur South TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5465" ; + skos:prefLabel "Lilydale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5466" ; + skos:prefLabel "Linga TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5467" ; + skos:prefLabel "Linton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5468" ; + skos:prefLabel "Lismore TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5469" ; + skos:prefLabel "Little River TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5470" ; + skos:prefLabel "Llanelly TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5471" ; + skos:prefLabel "Lockington TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5472" ; + skos:prefLabel "Locksley TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5473" ; + skos:prefLabel "Lockwood TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5474" ; + skos:prefLabel "Longerenong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5475" ; + skos:prefLabel "Longford TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5476" ; + skos:prefLabel "Longwarry TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5477" ; + skos:prefLabel "Longwood TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5478" ; + skos:prefLabel "Lorne TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5479" ; + skos:prefLabel "Lorquon TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5480" ; + skos:prefLabel "Lower Emu TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5481" ; + skos:prefLabel "Lower Homebush TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5482" ; + skos:prefLabel "Lubeck TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5483" ; + skos:prefLabel "Lucknow TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5484" ; + skos:prefLabel "Lyons TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5485" ; + skos:prefLabel "Lyonville TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5486" ; + skos:prefLabel "Macarthur TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5487" ; + skos:prefLabel "Macedon TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5488" ; + skos:prefLabel "Mackinnons Bridge TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5489" ; + skos:prefLabel "Mafeking TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5490" ; + skos:prefLabel "Maffra TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5491" ; + skos:prefLabel "Maindample TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5492" ; + skos:prefLabel "Majorca TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5493" ; + skos:prefLabel "Maldon TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5494" ; + skos:prefLabel "Mallacoota TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5495" ; + skos:prefLabel "Malmsbury TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5496" ; + skos:prefLabel "Manangatang TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5497" ; + skos:prefLabel "Mandurang TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5498" ; + skos:prefLabel "Mangalore TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5499" ; + skos:prefLabel "Manorina TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5500" ; + skos:prefLabel "Mansfield TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5501" ; + skos:prefLabel "Marengo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5502" ; + skos:prefLabel "Maribyrnong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5503" ; + skos:prefLabel "Marlo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5504" ; + skos:prefLabel "Marnoo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5505" ; + skos:prefLabel "Marong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5506" ; + skos:prefLabel "Maroona TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5507" ; + skos:prefLabel "Marungi TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5508" ; + skos:prefLabel "Maryborough TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5509" ; + skos:prefLabel "Marysville TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5510" ; + skos:prefLabel "Mathiesons TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5511" ; + skos:prefLabel "Matlock TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5512" ; + skos:prefLabel "Maude TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5513" ; + skos:prefLabel "Meeniyan TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5514A" ; + skos:prefLabel "East Melb., at (City Of Melb.)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5514B" ; + skos:prefLabel "West Melb., at (City Of Melb.)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5514C" ; + skos:prefLabel "City Of Melb., (Melb. North)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5514D" ; + skos:prefLabel "City Of Melb., (Melb. South)" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5515" ; + skos:prefLabel "Melton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5516" ; + skos:prefLabel "Merbein TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5517" ; + skos:prefLabel "Meredith TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5518" ; + skos:prefLabel "Meringo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5519" ; + skos:prefLabel "Meringur TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5520" ; + skos:prefLabel "Merino TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5521" ; + skos:prefLabel "Merricks TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5522" ; + skos:prefLabel "Merrijig TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5523" ; + skos:prefLabel "Merrinee TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5524" ; + skos:prefLabel "Merton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5525" ; + skos:prefLabel "Metcalfe TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5526" ; + skos:prefLabel "Metung TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5527" ; + skos:prefLabel "Mia Mia TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5528" ; + skos:prefLabel "Middle Creek TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5529" ; + skos:prefLabel "Miepoll TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5530" ; + skos:prefLabel "Milltown TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5531" ; + skos:prefLabel "Miners Rest TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5532" ; + skos:prefLabel "Minimay TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5533" ; + skos:prefLabel "Minyip TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5534" ; + skos:prefLabel "Miralie TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5535" ; + skos:prefLabel "Miram TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5536" ; + skos:prefLabel "Mirboo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5537" ; + skos:prefLabel "Mirboo North TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5538" ; + skos:prefLabel "Mitchellstown TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5539" ; + skos:prefLabel "Mitta Mitta TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5540" ; + skos:prefLabel "Mittyack TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5541" ; + skos:prefLabel "Modewarre TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5542" ; + skos:prefLabel "Moe TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5543" ; + skos:prefLabel "Molesworth TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5544" ; + skos:prefLabel "Moliagul TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5545" ; + skos:prefLabel "Molyullah TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5546" ; + skos:prefLabel "Monbulk TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5547" ; + skos:prefLabel "Moonambel TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5548" ; + skos:prefLabel "Moorilim TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5549" ; + skos:prefLabel "Mooroopna TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5550" ; + skos:prefLabel "Morkalla TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5551" ; + skos:prefLabel "Mornington TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5552" ; + skos:prefLabel "Morrisons TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5553" ; + skos:prefLabel "Mortlake TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5554" ; + skos:prefLabel "Morwell TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5555" ; + skos:prefLabel "Mossiface TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5556" ; + skos:prefLabel "Moyston TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5557" ; + skos:prefLabel "Muckatah TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5558" ; + skos:prefLabel "Mudgeegonga TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5559" ; + skos:prefLabel "Mumbannar TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5560" ; + skos:prefLabel "Munro TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5561" ; + skos:prefLabel "Murchison TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5562" ; + skos:prefLabel "Murrabit TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5563" ; + skos:prefLabel "Murra Warra TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5564" ; + skos:prefLabel "Murrayville TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5565" ; + skos:prefLabel "Murrungowar TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5566" ; + skos:prefLabel "Murtoa TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5567" ; + skos:prefLabel "Myrniong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5568" ; + skos:prefLabel "Myrtleford TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5569" ; + skos:prefLabel "Mystic Park TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5570" ; + skos:prefLabel "Nagambie TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5571" ; + skos:prefLabel "Nalinga TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5572" ; + skos:prefLabel "Nandaly TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5573" ; + skos:prefLabel "Napoleons TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5574" ; + skos:prefLabel "Narbethong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5575" ; + skos:prefLabel "Nariel TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5576" ; + skos:prefLabel "Narrawong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5577" ; + skos:prefLabel "Nathalia TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5578" ; + skos:prefLabel "Natimuk TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5579" ; + skos:prefLabel "Natte Yallock TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5580" ; + skos:prefLabel "Natya TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5581" ; + skos:prefLabel "Navarre TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5582" ; + skos:prefLabel "Neerim TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5583" ; + skos:prefLabel "Neilborough TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5584" ; + skos:prefLabel "Nelson TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5585" ; + skos:prefLabel "Nerrina TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5586" ; + skos:prefLabel "Netherby TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5587" ; + skos:prefLabel "Neuarpur TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5588" ; + skos:prefLabel "Newbridge TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5589" ; + skos:prefLabel "Newbury TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5590" ; + skos:prefLabel "Newhaven TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5591" ; + skos:prefLabel "Newlyn North TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5592" ; + skos:prefLabel "Newmerella TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5593" ; + skos:prefLabel "Newry TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5594" ; + skos:prefLabel "Newstead TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5595" ; + skos:prefLabel "Nhill TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5596" ; + skos:prefLabel "Nilma TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5597" ; + skos:prefLabel "Ni Ni TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5598" ; + skos:prefLabel "Ninyeunook TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5599" ; + skos:prefLabel "Nirranda TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5600" ; + skos:prefLabel "Noojee TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5601" ; + skos:prefLabel "Noradjuha TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5602" ; + skos:prefLabel "Norong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5603" ; + skos:prefLabel "Northcote (Adj. City Of) TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5604" ; + skos:prefLabel "Nowa Nowa TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5605" ; + skos:prefLabel "Nowingi TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5606" ; + skos:prefLabel "Nullawil TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5607" ; + skos:prefLabel "Numurkah TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5608" ; + skos:prefLabel "Nungurner TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5609" ; + skos:prefLabel "Nuntin TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5610" ; + skos:prefLabel "Nurrabiel TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5611" ; + skos:prefLabel "Nyah TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5612" ; + skos:prefLabel "Nyah West TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5613" ; + skos:prefLabel "Nyora TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5614" ; + skos:prefLabel "Oakleigh TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5615" ; + skos:prefLabel "Old Longwood TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5616" ; + skos:prefLabel "Olinda TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5617" ; + skos:prefLabel "Omeo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5618" ; + skos:prefLabel "Orbost TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5619" ; + skos:prefLabel "Orford TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5620" ; + skos:prefLabel "Osborne TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5621" ; + skos:prefLabel "Ouyen TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5622" ; + skos:prefLabel "Oxley TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5623" ; + skos:prefLabel "Pakenham TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5624" ; + skos:prefLabel "Panitya TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5625" ; + skos:prefLabel "Panmure TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5626" ; + skos:prefLabel "Panton Hill TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5627" ; + skos:prefLabel "Paynesville TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5628" ; + skos:prefLabel "Peechelba TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5629" ; + skos:prefLabel "Penshurst TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5630" ; + skos:prefLabel "Percydale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5631" ; + skos:prefLabel "Peterborough TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5632" ; + skos:prefLabel "Pheasant Creek TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5633" ; + skos:prefLabel "Piangil TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5634" ; + skos:prefLabel "Pier-Millan TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5635" ; + skos:prefLabel "Pigeon Ponds TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5636" ; + skos:prefLabel "Pimpinio TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5637" ; + skos:prefLabel "Pira TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5638" ; + skos:prefLabel "Piries TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5639" ; + skos:prefLabel "Pirlta TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5640" ; + skos:prefLabel "Pirron Yallock TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5641" ; + skos:prefLabel "Pitfield TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5642" ; + skos:prefLabel "Pitfield Plains TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5643" ; + skos:prefLabel "Pollard TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5644" ; + skos:prefLabel "Poowong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5645" ; + skos:prefLabel "Porepunkah TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5646" ; + skos:prefLabel "Port Albert TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5647" ; + skos:prefLabel "Portarlington TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5648" ; + skos:prefLabel "Port Campbell TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5649" ; + skos:prefLabel "Port Fairy TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5650" ; + skos:prefLabel "Port Franklin TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5651" ; + skos:prefLabel "Portland TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5652" ; + skos:prefLabel "Port Welshpool TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5653" ; + skos:prefLabel "Powelltown TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5654" ; + skos:prefLabel "Princetown TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5655" ; + skos:prefLabel "Pullut TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5656" ; + skos:prefLabel "Pura Pura TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5657" ; + skos:prefLabel "Purdeet TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5658" ; + skos:prefLabel "Pyalong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5659" ; + skos:prefLabel "Pyramid Hill TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5660" ; + skos:prefLabel "Quambatook TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5661" ; + skos:prefLabel "Queenscliff TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5662" ; + skos:prefLabel "Queenstown TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5663" ; + skos:prefLabel "Raglan TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5664" ; + skos:prefLabel "Rainbow TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5665" ; + skos:prefLabel "Ravenswood TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5666" ; + skos:prefLabel "Raymond Island TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5667" ; + skos:prefLabel "Raywood TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5668" ; + skos:prefLabel "Redbank TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5669" ; + skos:prefLabel "Redcastle TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5670" ; + skos:prefLabel "Redesdale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5671" ; + skos:prefLabel "Red Hill South TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5672" ; + skos:prefLabel "Reedy Creek TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5673" ; + skos:prefLabel "Rheola TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5674" ; + skos:prefLabel "Rhyll TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5675" ; + skos:prefLabel "Riddell TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5676" ; + skos:prefLabel "Ringwood TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5677" ; + skos:prefLabel "Robinvale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5678" ; + skos:prefLabel "Rochester TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5679" ; + skos:prefLabel "Rokeby TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5680" ; + skos:prefLabel "Rokewood TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5681" ; + skos:prefLabel "Romsey TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5682" ; + skos:prefLabel "Rosebud TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5683" ; + skos:prefLabel "Rosedale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5684" ; + skos:prefLabel "Rossbridge TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5685" ; + skos:prefLabel "Rowsley TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5686" ; + skos:prefLabel "Ruffy TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5687" ; + skos:prefLabel "Runnymede TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5688" ; + skos:prefLabel "Rupanyup TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5689" ; + skos:prefLabel "Rushworth TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5690" ; + skos:prefLabel "Rutherglen TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5691" ; + skos:prefLabel "Rye TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5692" ; + skos:prefLabel "St. Arnaud TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5693" ; + skos:prefLabel "St. Clair TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5694" ; + skos:prefLabel "St. Leonards TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5695" ; + skos:prefLabel "Sale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5696" ; + skos:prefLabel "Salisbury TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5697" ; + skos:prefLabel "Sandford TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5698" ; + skos:prefLabel "Sandy Point TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5699" ; + skos:prefLabel "San Remo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5700" ; + skos:prefLabel "Sarsfield TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5701" ; + skos:prefLabel "Scotts Creek TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5702" ; + skos:prefLabel "Seacombe TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5703" ; + skos:prefLabel "Sea Lake TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5704" ; + skos:prefLabel "SEASPRAY TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5705" ; + skos:prefLabel "Seaton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5706" ; + skos:prefLabel "Sebastian TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5707" ; + skos:prefLabel "Sebastopol TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5708" ; + skos:prefLabel "Serpentine TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5709" ; + skos:prefLabel "Serviceton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5710" ; + skos:prefLabel "Seville TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5711" ; + skos:prefLabel "Seymour TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5712" ; + skos:prefLabel "Shelford TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5713" ; + skos:prefLabel "Shepparton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5714" ; + skos:prefLabel "Shirley TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5715" ; + skos:prefLabel "Shoreham TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5716" ; + skos:prefLabel "Skenes Creek TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5717" ; + skos:prefLabel "Skipton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5718" ; + skos:prefLabel "Skye TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5719" ; + skos:prefLabel "Smeaton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5720" ; + skos:prefLabel "Smiths Gully TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5721" ; + skos:prefLabel "Smythesdale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5722" ; + skos:prefLabel "Sorrento TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5723" ; + skos:prefLabel "South Bannockburn TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5724" ; + skos:prefLabel "South Muckleford TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5725" ; + skos:prefLabel "Speed TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5726" ; + skos:prefLabel "Spring Hill TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5727" ; + skos:prefLabel "Springhurst TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5728" ; + skos:prefLabel "Stanhope TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5729" ; + skos:prefLabel "Stanley TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5730" ; + skos:prefLabel "Stawell TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5731" ; + skos:prefLabel "Steiglitz TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5732" ; + skos:prefLabel "Stirling TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5733" ; + skos:prefLabel "Stockyard Hill TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5734" ; + skos:prefLabel "Stony Creek TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5735" ; + skos:prefLabel "Stradbroke TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5736" ; + skos:prefLabel "Stratford TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5737" ; + skos:prefLabel "Strathallan TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5738" ; + skos:prefLabel "Strathbogie TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5739" ; + skos:prefLabel "Strath Creek TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5740" ; + skos:prefLabel "Strathfieldsaye TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5741" ; + skos:prefLabel "Streatham TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5742" ; + skos:prefLabel "Stuartmill TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5743" ; + skos:prefLabel "Suggan Buggan TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5744" ; + skos:prefLabel "Sunbury TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5745" ; + skos:prefLabel "Sunnyside TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5746" ; + skos:prefLabel "Sutton Grange TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5747" ; + skos:prefLabel "Swan Hill TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5748" ; + skos:prefLabel "Swanpool TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5749" ; + skos:prefLabel "Swan Reach TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5750" ; + skos:prefLabel "Swifts Creek TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5751" ; + skos:prefLabel "Sydenham TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5752" ; + skos:prefLabel "Tabbara TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5753" ; + skos:prefLabel "Taggerty TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5754" ; + skos:prefLabel "Tahara TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5755" ; + skos:prefLabel "Talbot TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5756" ; + skos:prefLabel "Tallangallook TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5757" ; + skos:prefLabel "Tallangatta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5758" ; + skos:prefLabel "Tallangatta Valley TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5759" ; + skos:prefLabel "Tallarook TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5760" ; + skos:prefLabel "Tamboon TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5761" ; + skos:prefLabel "Tamboon South TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5762" ; + skos:prefLabel "Taradale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5763" ; + skos:prefLabel "Tarilta TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5764" ; + skos:prefLabel "Tarkedia TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5765" ; + skos:prefLabel "Tarnagulla TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5766" ; + skos:prefLabel "Tarranginnie TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5767" ; + skos:prefLabel "Tarraville TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5768" ; + skos:prefLabel "Tarrayoukyan TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5769" ; + skos:prefLabel "Tarwin TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5770" ; + skos:prefLabel "Tarwin Lower TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5771" ; + skos:prefLabel "Tatong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5772" ; + skos:prefLabel "Tatonga TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5773" ; + skos:prefLabel "Tatura TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5774" ; + skos:prefLabel "Teesdale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5775" ; + skos:prefLabel "Telopea Downs TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5776" ; + skos:prefLabel "Templestowe TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5777" ; + skos:prefLabel "Tempy TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5778" ; + skos:prefLabel "Terang TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5779" ; + skos:prefLabel "Terrick Terrick TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5780" ; + skos:prefLabel "Terrick Terrick South TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5781" ; + skos:prefLabel "The Gap TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5782" ; + skos:prefLabel "Thoona TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5783" ; + skos:prefLabel "Timboon TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5784" ; + skos:prefLabel "Timor TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5785" ; + skos:prefLabel "Tolmie TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5786" ; + skos:prefLabel "Tongala TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5787" ; + skos:prefLabel "Tongio-Munjie TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5788" ; + skos:prefLabel "Tongio West TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5789" ; + skos:prefLabel "Toolamba TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5790" ; + skos:prefLabel "Toolangi TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5791" ; + skos:prefLabel "Toolern Vale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5792" ; + skos:prefLabel "Toolleen TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5793" ; + skos:prefLabel "Toolondo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5794" ; + skos:prefLabel "Toombon TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5795" ; + skos:prefLabel "Toongabbie TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5796" ; + skos:prefLabel "Torquay TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5797" ; + skos:prefLabel "Torrita TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5798" ; + skos:prefLabel "Towaninny TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5799" ; + skos:prefLabel "Towong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5800" ; + skos:prefLabel "Trafalgar TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5801" ; + skos:prefLabel "Traralgon TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5802" ; + skos:prefLabel "Trentham TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5804" ; + skos:prefLabel "Tungamah TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5805" ; + skos:prefLabel "Tunstals TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5806" ; + skos:prefLabel "Tutye TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5807" ; + skos:prefLabel "Tyaak TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5808" ; + skos:prefLabel "Tyers TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5809" ; + skos:prefLabel "Tylden TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5810" ; + skos:prefLabel "Tynong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5811" ; + skos:prefLabel "Tyrendarra TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5812" ; + skos:prefLabel "Underbool TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5813" ; + skos:prefLabel "Vaughan TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5814" ; + skos:prefLabel "Ventnor TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5815" ; + skos:prefLabel "Violet Town TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5816" ; + skos:prefLabel "Waaia TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5817" ; + skos:prefLabel "Waanyarra TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5818" ; + skos:prefLabel "Wail TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5819" ; + skos:prefLabel "Walhalla TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5820" ; + skos:prefLabel "Walkerville TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5821" ; + skos:prefLabel "Wallace TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5822" ; + skos:prefLabel "Wallan TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5823" ; + skos:prefLabel "Walmer TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5824" ; + skos:prefLabel "Walpeup TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5825" ; + skos:prefLabel "Wal Wal TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5826" ; + skos:prefLabel "Wandiligong TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5827" ; + skos:prefLabel "Wandin Yallock TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5828" ; + skos:prefLabel "Wando Vale TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5829" ; + skos:prefLabel "Wangaratta TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5830" ; + skos:prefLabel "Wannon TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5831" ; + skos:prefLabel "Warburton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5832" ; + skos:prefLabel "Wareek TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5833" ; + skos:prefLabel "Warneet TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5834" ; + skos:prefLabel "Warracknabeal TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5835" ; + skos:prefLabel "Warragul TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5836" ; + skos:prefLabel "Warrak TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5837" ; + skos:prefLabel "Warrandyte TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5838" ; + skos:prefLabel "Warrandyte North TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5839" ; + skos:prefLabel "Warrayure TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5840" ; + skos:prefLabel "Warrenheip TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5841" ; + skos:prefLabel "Warrnambool TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5842" ; + skos:prefLabel "Watchem TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5843" ; + skos:prefLabel "Waubra TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5844" ; + skos:prefLabel "Waygara TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5845" ; + skos:prefLabel "Wedderburn TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5846" ; + skos:prefLabel "Wehla TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5847" ; + skos:prefLabel "Werribee TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5848" ; + skos:prefLabel "Werrimull TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5849" ; + skos:prefLabel "Wesburn TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5850" ; + skos:prefLabel "Westbury TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5851" ; + skos:prefLabel "Westmere TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5852" ; + skos:prefLabel "Wharparilla North TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5853" ; + skos:prefLabel "Whiskey Creek TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5854" ; + skos:prefLabel "White Hills TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5855" ; + skos:prefLabel "Whittlesea TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5856" ; + skos:prefLabel "Whorouly TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5857" ; + skos:prefLabel "Whroo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5858" ; + skos:prefLabel "Wickliffe TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5859" ; + skos:prefLabel "Wilby TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5860" ; + skos:prefLabel "Willenabrina TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5861" ; + skos:prefLabel "Williamstown TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5862" ; + skos:prefLabel "Willow Grove TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5863" ; + skos:prefLabel "Willung TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5864" ; + skos:prefLabel "Winchelsea TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5866" ; + skos:prefLabel "Winslow TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5867" ; + skos:prefLabel "Winton TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5868" ; + skos:prefLabel "Winyar TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5869" ; + skos:prefLabel "Wodonga TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5870" ; + skos:prefLabel "Wombelano TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5871" ; + skos:prefLabel "Wonthaggi TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5872" ; + skos:prefLabel "Wonwondah East TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5873" ; + skos:prefLabel "Wonwondah North TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5874" ; + skos:prefLabel "Woodend TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5875" ; + skos:prefLabel "Woodford TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5876" ; + skos:prefLabel "Woodside TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5877" ; + skos:prefLabel "Woodside North TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5878" ; + skos:prefLabel "Woods Point TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5879" ; + skos:prefLabel "Wood Wood TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5880" ; + skos:prefLabel "Woolamai TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5881" ; + skos:prefLabel "Woolsthorpe TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5882" ; + skos:prefLabel "Woomelang TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5883" ; + skos:prefLabel "Woorinen South TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5884" ; + skos:prefLabel "Woorndoo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5885" ; + skos:prefLabel "Wooroonook TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5886" ; + skos:prefLabel "Wunghnu TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5887" ; + skos:prefLabel "Wurdi Boluc TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5888" ; + skos:prefLabel "Wurruk TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5889" ; + skos:prefLabel "Wycheproof TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5890" ; + skos:prefLabel "Wyelangta TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5891" ; + skos:prefLabel "Wyuna TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5892" ; + skos:prefLabel "Yaapeet TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5893" ; + skos:prefLabel "Yackandandah TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5894" ; + skos:prefLabel "Yambuk TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5895" ; + skos:prefLabel "Yanac South TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5896" ; + skos:prefLabel "Yandoit TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5897" ; + skos:prefLabel "Yarck TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5898" ; + skos:prefLabel "Yarragon TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5899" ; + skos:prefLabel "Yarra Junction TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5900" ; + skos:prefLabel "Yarrara TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5901" ; + skos:prefLabel "Yarrawonga TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5902" ; + skos:prefLabel "Yarto TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5903" ; + skos:prefLabel "Yatpool TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5904" ; + skos:prefLabel "Yea TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5905" ; + skos:prefLabel "Yellingbo TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5906" ; + skos:prefLabel "Yelta TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5907" ; + skos:prefLabel "Yendon TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5908" ; + skos:prefLabel "Yungera TP" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "5909" ; + skos:prefLabel "Yuppeckiar TP" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Townships" ; + skos:scopeNote "termtype:AdminUnit" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:43.724909"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:42.593060"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/vic-vhd.csv b/cadastre/CSD-Header/vic-vhd.csv new file mode 100644 index 0000000..2cd8939 --- /dev/null +++ b/cadastre/CSD-Header/vic-vhd.csv @@ -0,0 +1,2 @@ +preflabel,definition,notation,altlabel,related +Australian Height Datum,,5111,, \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-vhd.jsonld b/cadastre/CSD-Header/vic-vhd.jsonld new file mode 100644 index 0000000..33e6583 --- /dev/null +++ b/cadastre/CSD-Header/vic-vhd.jsonld @@ -0,0 +1,42 @@ +{ + "@context": [ + { + "@base": "http://www.opengis.net/def/crs/EPSG/0/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "http://www.opengis.net/def/crs/EPSG/0", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Vertical Height Datums", + "class": "termtype:AllowableCoordinateReferenceSystem", + "concepts": [ + { + "preflabel": "Australian Height Datum", + "definition": null, + "notation": "5111", + "altlabel": null, + "related": null, + "@id": "5111", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/vic-vhd.ttl b/cadastre/CSD-Header/vic-vhd.ttl new file mode 100644 index 0000000..db2f94a --- /dev/null +++ b/cadastre/CSD-Header/vic-vhd.ttl @@ -0,0 +1,32 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:inScheme ; + skos:notation "5111" ; + skos:prefLabel "Australian Height Datum" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Vertical Height Datums" ; + skos:scopeNote "termtype:AllowableCoordinateReferenceSystem" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:34.996635"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:34.916047"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/wa-annotation.csv b/cadastre/CSD-Header/wa-annotation.csv new file mode 100644 index 0000000..6f1cb39 --- /dev/null +++ b/cadastre/CSD-Header/wa-annotation.csv @@ -0,0 +1,9 @@ +preflabel,definition,notation,altlabel,related +Unsurveyed Dimensions,,unsurveyed-dimensions,, +Parcel and area derived,,parcel-derived,, +Transfer of Land (Survey) Regulations 1995 Exemption,,transfer-of-land-exempt,, +Public Acquisition,,public-acquisition,, +Total Subdivided Area,,total-area,, +Special Survey Area Guidelines,"Survey carried out under Reg 26a Special Survey Areas, Licensed Surveyors (General Surveying Practice) Regulations 1961",r-26a,, +Information priority, Survey plan note stating survey sheet information has priority,sp,, +Surveyed Dimensions,"Description of method for deriving dimensions contained in the data and on related survey plans",surveyed-dimensions,, \ No newline at end of file diff --git a/cadastre/CSD-Header/wa-annotation.jsonld b/cadastre/CSD-Header/wa-annotation.jsonld new file mode 100644 index 0000000..91ee7f0 --- /dev/null +++ b/cadastre/CSD-Header/wa-annotation.jsonld @@ -0,0 +1,112 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-annotation/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-annotation", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA CSD Annotation", + "class": "termtype:Annotation", + "concepts": [ + { + "preflabel": "Unsurveyed Dimensions", + "definition": null, + "notation": "unsurveyed-dimensions", + "altlabel": null, + "related": null, + "@id": "unsurveyed-dimensions", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Parcel and area derived", + "definition": null, + "notation": "parcel-derived", + "altlabel": null, + "related": null, + "@id": "parcel-derived", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Transfer of Land (Survey) Regulations 1995 Exemption", + "definition": null, + "notation": "transfer-of-land-exempt", + "altlabel": null, + "related": null, + "@id": "transfer-of-land-exempt", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Public Acquisition", + "definition": null, + "notation": "public-acquisition", + "altlabel": null, + "related": null, + "@id": "public-acquisition", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Total Subdivided Area", + "definition": null, + "notation": "total-area", + "altlabel": null, + "related": null, + "@id": "total-area", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Special Survey Area Guidelines", + "definition": "Survey carried out under Reg 26a Special Survey Areas, Licensed Surveyors (General Surveying Practice) Regulations 1961", + "notation": "r-26a", + "altlabel": null, + "related": null, + "@id": "r-26a", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Information priority", + "definition": " Survey plan note stating survey sheet information has priority", + "notation": "sp", + "altlabel": null, + "related": null, + "@id": "sp", + "type": "termtype:Annotation", + "@type": "skos:Concept" + }, + { + "preflabel": "Surveyed Dimensions", + "definition": "Description of method for deriving dimensions contained in the data and on related survey plans", + "notation": "surveyed-dimensions", + "altlabel": null, + "related": null, + "@id": "surveyed-dimensions", + "type": "termtype:Annotation", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/wa-annotation.ttl b/cadastre/CSD-Header/wa-annotation.ttl new file mode 100644 index 0000000..1d60565 --- /dev/null +++ b/cadastre/CSD-Header/wa-annotation.ttl @@ -0,0 +1,77 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "parcel-derived" ; + skos:prefLabel "Parcel and area derived" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "public-acquisition" ; + skos:prefLabel "Public Acquisition" . + + a skos:Concept, + termtype:Annotation ; + skos:definition "Survey carried out under Reg 26a Special Survey Areas, Licensed Surveyors (General Surveying Practice) Regulations 1961" ; + skos:inScheme ; + skos:notation "r-26a" ; + skos:prefLabel "Special Survey Area Guidelines" . + + a skos:Concept, + termtype:Annotation ; + skos:definition " Survey plan note stating survey sheet information has priority" ; + skos:inScheme ; + skos:notation "sp" ; + skos:prefLabel "Information priority" . + + a skos:Concept, + termtype:Annotation ; + skos:definition "Description of method for deriving dimensions contained in the data and on related survey plans" ; + skos:inScheme ; + skos:notation "surveyed-dimensions" ; + skos:prefLabel "Surveyed Dimensions" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "total-area" ; + skos:prefLabel "Total Subdivided Area" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "transfer-of-land-exempt" ; + skos:prefLabel "Transfer of Land (Survey) Regulations 1995 Exemption" . + + a skos:Concept, + termtype:Annotation ; + skos:inScheme ; + skos:notation "unsurveyed-dimensions" ; + skos:prefLabel "Unsurveyed Dimensions" . + + a skos:ConceptScheme ; + skos:prefLabel "WA CSD Annotation" ; + skos:scopeNote "termtype:Annotation" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:49.610253"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:49.520063"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/wa-crs.csv b/cadastre/CSD-Header/wa-crs.csv new file mode 100644 index 0000000..4187086 --- /dev/null +++ b/cadastre/CSD-Header/wa-crs.csv @@ -0,0 +1,57 @@ +preflabel,definition,notation,altlabel,related +GDA2020,Geodetic Geographic 2D,7844,, +GDA2020 / MGA zone 46,Projected GDA2020 / MGA zone 46,7846,"46, MGA2020", +GDA2020 / MGA zone 47,Projected GDA2020 / MGA zone 47,7847,"47, MGA2020", +GDA2020 / MGA zone 48,Projected GDA2020 / MGA zone 48,7848,"48, MGA2020", +GDA2020 / MGA zone 49,Projected GDA2020 / MGA zone 49,7849,"49, MGA2020", +GDA2020 / MGA zone 50,Projected GDA2020 / MGA zone 50,7850,"50, MGA2020", +GDA2020 / MGA zone 51,Projected GDA2020 / MGA zone 51,7851,"51, MGA2020", +GDA2020 / MGA zone 52,Projected GDA2020 / MGA zone 52,7852,"52, MGA2020", +GDA2020 / ALB2020,Projected GDA2020 / Albany Grid 2020,8013,ALB2020, +GDA2020 / BIO2020,Projected GDA2020 / Barrow Island and Onslow Grid 2020,8014,BIO2020, +GDA2020 / BRO2020,Projected GDA2020 / Broome Grid 2020,8015,BRO2020, +GDA2020 / BCG2020,Projected GDA2020 / Busselton Coastal Grid 2020,8016,BCG2020, +GDA2020 / CARN2020,Projected GDA2020 / Carnarvon Grid 2020,8017,CARN2020, +GDA2020 / CIG2020,Projected GDA2020 / Christmas Island Grid 2020,8018,CIG2020, +GDA2020 / CKIG2020,Projected GDA2020 / Cocos (Keeling) Islands Grid 2020,8019,CKIG2020, +GDA2020 / COL2020,Projected GDA2020 / Collie Grid 2020,8020,COL2020, +GDA2020 / ESP2020,Projected GDA2020 / Esperance Grid 2020,8021,ESP2020, +GDA2020 / EXM2020,Projected GDA2020 / Exmouth Grid 2020,8022,EXM2020, +GDA2020 / GCG2020,Projected GDA2020 / Geraldton Coastal Grid 2020,8023,GCG2020, +GDA2020 / GOLD2020,Projected GDA2020 / Goldfields Grid 2020,8024,GOLD2020, +GDA2020 / JCG2020,Projected GDA2020 / Jurien Coastal Grid 2020,8025,JCG2020, +GDA2020 / KALB2020,Projected GDA2020 / Kalbarri Grid 2020,8026,KALB2020, +GDA2020 / KAR2020,Projected GDA2020 / Karratha Grid 2020,8027,KAR2020, +GDA2020 / KUN2020,Projected GDA2020 / Kununurra Grid 2020,8028,KUN2020, +GDA2020 / LCG2020,Projected GDA2020 / Lancelin Coastal Grid 2020,8029,LCG2020, +GDA2020 / MRCG2020,Projected GDA2020 / Margaret River Coastal Grid 2020,8030,MRCG2020, +GDA2020 / PCG2020,Projected GDA2020 / Perth Coastal Grid 2020,8031,PCG2020, +GDA2020 / PHG2020,Projected GDA2020 / Port Hedland Grid 2020,8032,PHG2020, +GDA94,Geodetic Geographic 2D,4283,, +GDA94 / MGA zone 46,Projected projected GDA94 / MGA zone 46,6736,"46, MGA", +GDA94 / MGA zone 47,Projected projected GDA94 / MGA zone 47,6737,"47, MGA", +GDA94 / MGA zone 48,Projected projected GDA94 / MGA zone 48,28348,"48, MGA", +GDA94 / MGA zone 49,Projected projected GDA94 / MGA zone 49,28349,"49, MGA", +GDA94 / MGA zone 50,Projected projected GDA94 / MGA zone 50,28350,"50, MGA", +GDA94 / MGA zone 51,Projected projected GDA94 / MGA zone 51,28351,"51, MGA", +GDA94 / MGA zone 52,Projected projected GDA94 / MGA zone 52,28352,"52, MGA", +GDA94 / ALB94,Projected GDA94 / Albany Grid 1994,10448,ALB94, +GDA94 / BIO94,Projected GDA94 / Barrow Island and Onslow Grid 1994,10449,BIO94, +GDA94 / BRO94,Projected GDA94 / Broome Grid 1994,10450,BRO94, +GDA94 / BCG94,Projected GDA94 / Busselton Coastal Grid 1994,10451,BCG94, +GDA94 / CARN94,Projected GDA94 / Carnarvon Grid 1994,10452,CARN94, +GDA94 / CIG94,Projected GDA94 / Christmas Island Grid 1994,6721,CIG94, +GDA94 / CKIG94,Projected GDA94 / Cocos (Keeling) Islands Grid 1994,6723,CKIG94, +GDA94 / COL94,Projected GDA94 / Collie Grid 1994,10453,COL94, +GDA94 / ESP94,Projected GDA94 / Esperance Grid 1994,10454,ESP94, +GDA94 / EXM94,Projected GDA94 / Exmouth Grid 1994,10455,EXM94, +GDA94 / GCG94,Projected GDA94 / Geraldton Coastal Grid 1994,10456,GCG94, +GDA94 / GOLD94,Projected GDA94 / Goldfields Grid 1994,10457,GOLD94, +GDA94 / JCG94,Projected GDA94 / Jurien Coastal Grid 1994,10458,JCG94, +GDA94 / KALB94,Projected GDA94 / Kalbarri Grid 1994,10459,KALB94, +GDA94 / KAR94,Projected GDA94 / Karratha Grid 1994,10460,KAR94, +GDA94 / KUN94,Projected GDA94 / Kununurra Grid 1994,10461,KUN94, +GDA94 / LCG94,Projected GDA94 / Lancelin Coastal Grid 1994,10462,LCG94, +GDA94 / MRCG94,Projected GDA94 / Margaret River Coastal Grid 1994,10463,MRCG94, +GDA94 / PCG94,Projected GDA94 / Perth Coastal Grid 1994,10464,PCG94, +GDA94 / PHG94,Projected GDA95 / Port Hedland Grid 1994,10465,PHG94, diff --git a/cadastre/CSD-Header/wa-crs.jsonld b/cadastre/CSD-Header/wa-crs.jsonld new file mode 100644 index 0000000..f85db3b --- /dev/null +++ b/cadastre/CSD-Header/wa-crs.jsonld @@ -0,0 +1,592 @@ +{ + "@context": [ + { + "@base": "http://www.opengis.net/def/crs/EPSG/0/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "http://www.opengis.net/def/crs/EPSG/0", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Coordinate Reference Systems", + "class": "termtype:AllowableCoordinateReferenceSystem", + "concepts": [ + { + "preflabel": "GDA2020", + "definition": "Geodetic Geographic 2D", + "notation": "7844", + "altlabel": null, + "related": null, + "@id": "7844", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / MGA zone 46", + "definition": "Projected GDA2020 / MGA zone 46", + "notation": "7846", + "altlabel": "46, MGA2020", + "related": null, + "@id": "7846", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / MGA zone 47", + "definition": "Projected GDA2020 / MGA zone 47", + "notation": "7847", + "altlabel": "47,MGA2020", + "related": null, + "@id": "7847", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / MGA zone 48", + "definition": "Projected GDA2020 / MGA zone 48", + "notation": "7848", + "altlabel": "48, MGA2020", + "related": null, + "@id": "7848", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / MGA zone 49", + "definition": "Projected GDA2020 / MGA zone 49", + "notation": "7849", + "altlabel": "49, MGA2020", + "related": null, + "@id": "7849", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / MGA zone 50", + "definition": "Projected GDA2020 / MGA zone 50", + "notation": "7850", + "altlabel": "50, MGA2020", + "related": null, + "@id": "7850", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / MGA zone 51", + "definition": "Projected GDA2020 / MGA zone 51", + "notation": "7851", + "altlabel": "51, MGA2020", + "related": null, + "@id": "7851", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / MGA zone 52", + "definition": "Projected GDA2020 / MGA zone 52", + "notation": "7852", + "altlabel": "52, MGA2020", + "related": null, + "@id": "7852", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / ALB2020", + "definition": "Projected GDA2020 / Albany Grid 2020", + "notation": "8013", + "altlabel": "ALB2020", + "related": null, + "@id": "8013", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / BIO2020", + "definition": "Projected GDA2020 / Barrow Island and Onslow Grid 2020", + "notation": "8014", + "altlabel": "BIO2020", + "related": null, + "@id": "8014", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / BRO2020", + "definition": "Projected GDA2020 / Broome Grid 2020", + "notation": "8015", + "altlabel": "BRO2020", + "related": null, + "@id": "8015", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / BCG2020", + "definition": "Projected GDA2020 / Busselton Coastal Grid 2020", + "notation": "8016", + "altlabel": "BCG2020", + "related": null, + "@id": "8016", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / CARN2020", + "definition": "Projected GDA2020 / Carnarvon Grid 2020", + "notation": "8017", + "altlabel": "CARN2020", + "related": null, + "@id": "8017", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / CIG2020", + "definition": "Projected GDA2020 / Christmas Island Grid 2020", + "notation": "8018", + "altlabel": "CIG2020", + "related": null, + "@id": "8018", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / CKIG2020", + "definition": "Projected GDA2020 / Cocos (Keeling) Islands Grid 2020", + "notation": "8019", + "altlabel": "CKIG2020", + "related": null, + "@id": "8019", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / COL2020", + "definition": "Projected GDA2020 / Collie Grid 2020", + "notation": "8020", + "altlabel": "COL2020", + "related": null, + "@id": "8020", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / ESP2020", + "definition": "Projected GDA2020 / Esperance Grid 2020", + "notation": "8021", + "altlabel": "ESP2020", + "related": null, + "@id": "8021", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / EXM2020", + "definition": "Projected GDA2020 / Exmouth Grid 2020", + "notation": "8022", + "altlabel": "EXM2020", + "related": null, + "@id": "8022", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / GCG2020", + "definition": "Projected GDA2020 / Geraldton Coastal Grid 2020", + "notation": "8023", + "altlabel": "GCG2020", + "related": null, + "@id": "8023", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / GOLD2020", + "definition": "Projected GDA2020 / Goldfields Grid 2020", + "notation": "8024", + "altlabel": "GOLD2020", + "related": null, + "@id": "8024", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / JCG2020", + "definition": "Projected GDA2020 / Jurien Coastal Grid 2020", + "notation": "8025", + "altlabel": "JCG2020", + "related": null, + "@id": "8025", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / KALB2020", + "definition": "Projected GDA2020 / Kalbarri Grid 2020", + "notation": "8026", + "altlabel": "KALB2020", + "related": null, + "@id": "8026", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / KAR2020", + "definition": "Projected GDA2020 / Karratha Grid 2020", + "notation": "8027", + "altlabel": "KAR2020", + "related": null, + "@id": "8027", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / KUN2020", + "definition": "Projected GDA2020 / Kununurra Grid 2020", + "notation": "8028", + "altlabel": "KUN2020", + "related": null, + "@id": "8028", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / LCG2020", + "definition": "Projected GDA2020 / Lancelin Coastal Grid 2020", + "notation": "8029", + "altlabel": "LCG2020", + "related": null, + "@id": "8029", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / MRCG2020", + "definition": "Projected GDA2020 / Margaret River Coastal Grid 2020", + "notation": "8030", + "altlabel": "MRCG2020", + "related": null, + "@id": "8030", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / PCG2020", + "definition": "Projected GDA2020 / Perth Coastal Grid 2020", + "notation": "8031", + "altlabel": "PCG2020", + "related": null, + "@id": "8031", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA2020 / PHG2020", + "definition": "Projected GDA2020 / Port Hedland Grid 2020", + "notation": "8032", + "altlabel": "PHG2020", + "related": null, + "@id": "8032", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94", + "definition": "Geodetic Geographic 2D", + "notation": "4283", + "altlabel": null, + "related": null, + "@id": "4283", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / MGA zone 46", + "definition": "Projected projected GDA94 / MGA zone 46", + "notation": "6736", + "altlabel": "46, MGA", + "related": null, + "@id": "6736", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / MGA zone 47", + "definition": "Projected projected GDA94 / MGA zone 47", + "notation": "6737", + "altlabel": "47, MGA", + "related": null, + "@id": "6737", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / MGA zone 48", + "definition": "Projected projected GDA94 / MGA zone 48", + "notation": "28348", + "altlabel": "48, MGA", + "related": null, + "@id": "28348", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / MGA zone 49", + "definition": "Projected projected GDA94 / MGA zone 49", + "notation": "28349", + "altlabel": "49, MGA", + "related": null, + "@id": "28349", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / MGA zone 50", + "definition": "Projected projected GDA94 / MGA zone 50", + "notation": "28350", + "altlabel": "50, MGA", + "related": null, + "@id": "28350", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / MGA zone 51", + "definition": "Projected projected GDA94 / MGA zone 51", + "notation": "28351", + "altlabel": "51, MGA", + "related": null, + "@id": "28351", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / MGA zone 52", + "definition": "Projected projected GDA94 / MGA zone 52", + "notation": "28352", + "altlabel": "52, MGA", + "related": null, + "@id": "28352", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / ALB94", + "definition": "Projected GDA94 / Albany Grid 1994", + "notation": "10448", + "altlabel": "ALB94", + "related": null, + "@id": "10448", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / BIO94", + "definition": "Projected GDA94 / Barrow Island and Onslow Grid 1994", + "notation": "10449", + "altlabel": "BIO94", + "related": null, + "@id": "10449", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / BRO94", + "definition": "Projected GDA94 / Broome Grid 1994", + "notation": "10450", + "altlabel": "BRO94", + "related": null, + "@id": "10450", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / BCG94", + "definition": "Projected GDA94 / Busselton Coastal Grid 1994", + "notation": "10451", + "altlabel": "BCG94", + "related": null, + "@id": "10451", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / CARN94", + "definition": "Projected GDA94 / Carnarvon Grid 1994", + "notation": "10452", + "altlabel": "CARN94", + "related": null, + "@id": "10452", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / CIG94", + "definition": "Projected GDA94 / Christmas Island Grid 1994", + "notation": "6721", + "altlabel": "CIG94", + "related": null, + "@id": "6721", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / CKIG94", + "definition": "Projected GDA94 / Cocos (Keeling) Islands Grid 1994", + "notation": "6723", + "altlabel": "CKIG94", + "related": null, + "@id": "6723", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / COL94", + "definition": "Projected GDA94 / Collie Grid 1994", + "notation": "10453", + "altlabel": "COL94", + "related": null, + "@id": "10453", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / ESP94", + "definition": "Projected GDA94 / Esperance Grid 1994", + "notation": "10454", + "altlabel": "ESP94", + "related": null, + "@id": "10454", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / EXM94", + "definition": "Projected GDA94 / Exmouth Grid 1994", + "notation": "10455", + "altlabel": "EXM94", + "related": null, + "@id": "10455", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / GCG94", + "definition": "Projected GDA94 / Geraldton Coastal Grid 1994", + "notation": "10456", + "altlabel": "GCG94", + "related": null, + "@id": "10456", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / GOLD94", + "definition": "Projected GDA94 / Goldfields Grid 1994", + "notation": "10457", + "altlabel": "GOLD94", + "related": null, + "@id": "10457", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / JCG94", + "definition": "Projected GDA94 / Jurien Coastal Grid 1994", + "notation": "10458", + "altlabel": "JCG94", + "related": null, + "@id": "10458", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / KALB94", + "definition": "Projected GDA94 / Kalbarri Grid 1994", + "notation": "10459", + "altlabel": "KALB94", + "related": null, + "@id": "10459", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / KAR94", + "definition": "Projected GDA94 / Karratha Grid 1994", + "notation": "10460", + "altlabel": "KAR94", + "related": null, + "@id": "10460", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / KUN94", + "definition": "Projected GDA94 / Kununurra Grid 1994", + "notation": "10461", + "altlabel": "KUN94", + "related": null, + "@id": "10461", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / LCG94", + "definition": "Projected GDA94 / Lancelin Coastal Grid 1994", + "notation": "10462", + "altlabel": "LCG94", + "related": null, + "@id": "10462", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / MRCG94", + "definition": "Projected GDA94 / Margaret River Coastal Grid 1994", + "notation": "10463", + "altlabel": "MRCG94", + "related": null, + "@id": "10463", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / PCG94", + "definition": "Projected GDA94 / Perth Coastal Grid 1994", + "notation": "10464", + "altlabel": "PCG94", + "related": null, + "@id": "10464", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + }, + { + "preflabel": "GDA94 / PHG94", + "definition": "Projected GDA95 / Port Hedland Grid 1994", + "notation": "10465", + "altlabel": "PHG94", + "related": null, + "@id": "10465", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/wa-crs.ttl b/cadastre/CSD-Header/wa-crs.ttl new file mode 100644 index 0000000..d1b1024 --- /dev/null +++ b/cadastre/CSD-Header/wa-crs.ttl @@ -0,0 +1,472 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "ALB94" ; + skos:definition "Projected GDA94 / Albany Grid 1994" ; + skos:inScheme ; + skos:notation "10448" ; + skos:prefLabel "GDA94 / ALB94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "BIO94" ; + skos:definition "Projected GDA94 / Barrow Island and Onslow Grid 1994" ; + skos:inScheme ; + skos:notation "10449" ; + skos:prefLabel "GDA94 / BIO94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "BRO94" ; + skos:definition "Projected GDA94 / Broome Grid 1994" ; + skos:inScheme ; + skos:notation "10450" ; + skos:prefLabel "GDA94 / BRO94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "BCG94" ; + skos:definition "Projected GDA94 / Busselton Coastal Grid 1994" ; + skos:inScheme ; + skos:notation "10451" ; + skos:prefLabel "GDA94 / BCG94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "CARN94" ; + skos:definition "Projected GDA94 / Carnarvon Grid 1994" ; + skos:inScheme ; + skos:notation "10452" ; + skos:prefLabel "GDA94 / CARN94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "COL94" ; + skos:definition "Projected GDA94 / Collie Grid 1994" ; + skos:inScheme ; + skos:notation "10453" ; + skos:prefLabel "GDA94 / COL94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "ESP94" ; + skos:definition "Projected GDA94 / Esperance Grid 1994" ; + skos:inScheme ; + skos:notation "10454" ; + skos:prefLabel "GDA94 / ESP94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "EXM94" ; + skos:definition "Projected GDA94 / Exmouth Grid 1994" ; + skos:inScheme ; + skos:notation "10455" ; + skos:prefLabel "GDA94 / EXM94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "GCG94" ; + skos:definition "Projected GDA94 / Geraldton Coastal Grid 1994" ; + skos:inScheme ; + skos:notation "10456" ; + skos:prefLabel "GDA94 / GCG94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "GOLD94" ; + skos:definition "Projected GDA94 / Goldfields Grid 1994" ; + skos:inScheme ; + skos:notation "10457" ; + skos:prefLabel "GDA94 / GOLD94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "JCG94" ; + skos:definition "Projected GDA94 / Jurien Coastal Grid 1994" ; + skos:inScheme ; + skos:notation "10458" ; + skos:prefLabel "GDA94 / JCG94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "KALB94" ; + skos:definition "Projected GDA94 / Kalbarri Grid 1994" ; + skos:inScheme ; + skos:notation "10459" ; + skos:prefLabel "GDA94 / KALB94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "KAR94" ; + skos:definition "Projected GDA94 / Karratha Grid 1994" ; + skos:inScheme ; + skos:notation "10460" ; + skos:prefLabel "GDA94 / KAR94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "KUN94" ; + skos:definition "Projected GDA94 / Kununurra Grid 1994" ; + skos:inScheme ; + skos:notation "10461" ; + skos:prefLabel "GDA94 / KUN94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "LCG94" ; + skos:definition "Projected GDA94 / Lancelin Coastal Grid 1994" ; + skos:inScheme ; + skos:notation "10462" ; + skos:prefLabel "GDA94 / LCG94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "MRCG94" ; + skos:definition "Projected GDA94 / Margaret River Coastal Grid 1994" ; + skos:inScheme ; + skos:notation "10463" ; + skos:prefLabel "GDA94 / MRCG94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "PCG94" ; + skos:definition "Projected GDA94 / Perth Coastal Grid 1994" ; + skos:inScheme ; + skos:notation "10464" ; + skos:prefLabel "GDA94 / PCG94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "PHG94" ; + skos:definition "Projected GDA95 / Port Hedland Grid 1994" ; + skos:inScheme ; + skos:notation "10465" ; + skos:prefLabel "GDA94 / PHG94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "48, MGA" ; + skos:definition "Projected projected GDA94 / MGA zone 48" ; + skos:inScheme ; + skos:notation "28348" ; + skos:prefLabel "GDA94 / MGA zone 48" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "49, MGA" ; + skos:definition "Projected projected GDA94 / MGA zone 49" ; + skos:inScheme ; + skos:notation "28349" ; + skos:prefLabel "GDA94 / MGA zone 49" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "50, MGA" ; + skos:definition "Projected projected GDA94 / MGA zone 50" ; + skos:inScheme ; + skos:notation "28350" ; + skos:prefLabel "GDA94 / MGA zone 50" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "51, MGA" ; + skos:definition "Projected projected GDA94 / MGA zone 51" ; + skos:inScheme ; + skos:notation "28351" ; + skos:prefLabel "GDA94 / MGA zone 51" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "52, MGA" ; + skos:definition "Projected projected GDA94 / MGA zone 52" ; + skos:inScheme ; + skos:notation "28352" ; + skos:prefLabel "GDA94 / MGA zone 52" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:definition "Geodetic Geographic 2D" ; + skos:inScheme ; + skos:notation "4283" ; + skos:prefLabel "GDA94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "CIG94" ; + skos:definition "Projected GDA94 / Christmas Island Grid 1994" ; + skos:inScheme ; + skos:notation "6721" ; + skos:prefLabel "GDA94 / CIG94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "CKIG94" ; + skos:definition "Projected GDA94 / Cocos (Keeling) Islands Grid 1994" ; + skos:inScheme ; + skos:notation "6723" ; + skos:prefLabel "GDA94 / CKIG94" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "46, MGA" ; + skos:definition "Projected projected GDA94 / MGA zone 46" ; + skos:inScheme ; + skos:notation "6736" ; + skos:prefLabel "GDA94 / MGA zone 46" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "47, MGA" ; + skos:definition "Projected projected GDA94 / MGA zone 47" ; + skos:inScheme ; + skos:notation "6737" ; + skos:prefLabel "GDA94 / MGA zone 47" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:definition "Geodetic Geographic 2D" ; + skos:inScheme ; + skos:notation "7844" ; + skos:prefLabel "GDA2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "46, MGA2020" ; + skos:definition "Projected GDA2020 / MGA zone 46" ; + skos:inScheme ; + skos:notation "7846" ; + skos:prefLabel "GDA2020 / MGA zone 46" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "47,MGA2020" ; + skos:definition "Projected GDA2020 / MGA zone 47" ; + skos:inScheme ; + skos:notation "7847" ; + skos:prefLabel "GDA2020 / MGA zone 47" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "48, MGA2020" ; + skos:definition "Projected GDA2020 / MGA zone 48" ; + skos:inScheme ; + skos:notation "7848" ; + skos:prefLabel "GDA2020 / MGA zone 48" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "49, MGA2020" ; + skos:definition "Projected GDA2020 / MGA zone 49" ; + skos:inScheme ; + skos:notation "7849" ; + skos:prefLabel "GDA2020 / MGA zone 49" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "50, MGA2020" ; + skos:definition "Projected GDA2020 / MGA zone 50" ; + skos:inScheme ; + skos:notation "7850" ; + skos:prefLabel "GDA2020 / MGA zone 50" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "51, MGA2020" ; + skos:definition "Projected GDA2020 / MGA zone 51" ; + skos:inScheme ; + skos:notation "7851" ; + skos:prefLabel "GDA2020 / MGA zone 51" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "52, MGA2020" ; + skos:definition "Projected GDA2020 / MGA zone 52" ; + skos:inScheme ; + skos:notation "7852" ; + skos:prefLabel "GDA2020 / MGA zone 52" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "ALB2020" ; + skos:definition "Projected GDA2020 / Albany Grid 2020" ; + skos:inScheme ; + skos:notation "8013" ; + skos:prefLabel "GDA2020 / ALB2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "BIO2020" ; + skos:definition "Projected GDA2020 / Barrow Island and Onslow Grid 2020" ; + skos:inScheme ; + skos:notation "8014" ; + skos:prefLabel "GDA2020 / BIO2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "BRO2020" ; + skos:definition "Projected GDA2020 / Broome Grid 2020" ; + skos:inScheme ; + skos:notation "8015" ; + skos:prefLabel "GDA2020 / BRO2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "BCG2020" ; + skos:definition "Projected GDA2020 / Busselton Coastal Grid 2020" ; + skos:inScheme ; + skos:notation "8016" ; + skos:prefLabel "GDA2020 / BCG2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "CARN2020" ; + skos:definition "Projected GDA2020 / Carnarvon Grid 2020" ; + skos:inScheme ; + skos:notation "8017" ; + skos:prefLabel "GDA2020 / CARN2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "CIG2020" ; + skos:definition "Projected GDA2020 / Christmas Island Grid 2020" ; + skos:inScheme ; + skos:notation "8018" ; + skos:prefLabel "GDA2020 / CIG2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "CKIG2020" ; + skos:definition "Projected GDA2020 / Cocos (Keeling) Islands Grid 2020" ; + skos:inScheme ; + skos:notation "8019" ; + skos:prefLabel "GDA2020 / CKIG2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "COL2020" ; + skos:definition "Projected GDA2020 / Collie Grid 2020" ; + skos:inScheme ; + skos:notation "8020" ; + skos:prefLabel "GDA2020 / COL2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "ESP2020" ; + skos:definition "Projected GDA2020 / Esperance Grid 2020" ; + skos:inScheme ; + skos:notation "8021" ; + skos:prefLabel "GDA2020 / ESP2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "EXM2020" ; + skos:definition "Projected GDA2020 / Exmouth Grid 2020" ; + skos:inScheme ; + skos:notation "8022" ; + skos:prefLabel "GDA2020 / EXM2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "GCG2020" ; + skos:definition "Projected GDA2020 / Geraldton Coastal Grid 2020" ; + skos:inScheme ; + skos:notation "8023" ; + skos:prefLabel "GDA2020 / GCG2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "GOLD2020" ; + skos:definition "Projected GDA2020 / Goldfields Grid 2020" ; + skos:inScheme ; + skos:notation "8024" ; + skos:prefLabel "GDA2020 / GOLD2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "JCG2020" ; + skos:definition "Projected GDA2020 / Jurien Coastal Grid 2020" ; + skos:inScheme ; + skos:notation "8025" ; + skos:prefLabel "GDA2020 / JCG2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "KALB2020" ; + skos:definition "Projected GDA2020 / Kalbarri Grid 2020" ; + skos:inScheme ; + skos:notation "8026" ; + skos:prefLabel "GDA2020 / KALB2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "KAR2020" ; + skos:definition "Projected GDA2020 / Karratha Grid 2020" ; + skos:inScheme ; + skos:notation "8027" ; + skos:prefLabel "GDA2020 / KAR2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "KUN2020" ; + skos:definition "Projected GDA2020 / Kununurra Grid 2020" ; + skos:inScheme ; + skos:notation "8028" ; + skos:prefLabel "GDA2020 / KUN2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "LCG2020" ; + skos:definition "Projected GDA2020 / Lancelin Coastal Grid 2020" ; + skos:inScheme ; + skos:notation "8029" ; + skos:prefLabel "GDA2020 / LCG2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "MRCG2020" ; + skos:definition "Projected GDA2020 / Margaret River Coastal Grid 2020" ; + skos:inScheme ; + skos:notation "8030" ; + skos:prefLabel "GDA2020 / MRCG2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "PCG2020" ; + skos:definition "Projected GDA2020 / Perth Coastal Grid 2020" ; + skos:inScheme ; + skos:notation "8031" ; + skos:prefLabel "GDA2020 / PCG2020" . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "PHG2020" ; + skos:definition "Projected GDA2020 / Port Hedland Grid 2020" ; + skos:inScheme ; + skos:notation "8032" ; + skos:prefLabel "GDA2020 / PHG2020" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Coordinate Reference Systems" ; + skos:scopeNote "termtype:AllowableCoordinateReferenceSystem" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:34.332231"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:34.187838"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/wa-local-government.csv b/cadastre/CSD-Header/wa-local-government.csv new file mode 100644 index 0000000..9bb0ac3 --- /dev/null +++ b/cadastre/CSD-Header/wa-local-government.csv @@ -0,0 +1,140 @@ +preflabel,definition,notation,altlabel,related +City of Albany,,city-of-albany,, +City of Armadale,,city-of-armadale,, +Shire of Ashburton,,shire-of-ashburton,, +Shire of Augusta Margaret River,,shire-of-augusta-margaret-river,, +Town of Bassendean,,town-of-bassendean,, +City of Bayswater,,city-of-bayswater,, +City of Belmont,,city-of-belmont,, +Shire of Beverley,,shire-of-beverley,, +Shire of Boddington,,shire-of-boddington,, +Shire of Boyup Brook,,shire-of-boyup-brook,, +Shire of Bridgetown-Greenbushes,,shire-of-bridgetown-greenbushes,, +Shire of Brookton,,shire-of-brookton,, +Shire of Broome,,shire-of-broome,, +Shire of Broomehill-Tambellup,,shire-of-broomehill-tambellup,, +Shire of Bruce Rock,,shire-of-bruce-rock,, +City of Bunbury,,city-of-bunbury,, +City of Busselton,,city-of-busselton,, +Town of Cambridge,,town-of-cambridge,, +City of Canning,,city-of-canning,, +Shire of Capel,,shire-of-capel,, +Shire of Carnamah,,shire-of-carnamah,, +Shire of Carnarvon,,shire-of-carnarvon,, +Shire of Chapman Valley,,shire-of-chapman-valley,, +Shire of Chittering,,shire-of-chittering,, +Shire of Christmas Island,,shire-of-christmas-island,, +Town of Claremont,,town-of-claremont,, +City of Cockburn,,city-of-cockburn,, +Shire of Cocos Islands,,shire-of-cocos-islands,, +Shire of Collie,,shire-of-collie,, +Shire of Coolgardie,,shire-of-coolgardie,, +Shire of Coorow,,shire-of-coorow,, +Shire of Corrigin,,shire-of-corrigin,, +Town of Cottesloe,,town-of-cottesloe,, +Shire of Cranbrook,,shire-of-cranbrook,, +Shire of Cuballing,,shire-of-cuballing,, +Shire of Cue,,shire-of-cue,, +Shire of Cunderdin,,shire-of-cunderdin,, +Shire of Dalwallinu,,shire-of-dalwallinu,, +Shire of Dandaragan,,shire-of-dandaragan,, +Shire of Dardanup,,shire-of-dardanup,, +Shire of Denmark,,shire-of-denmark,, +Shire of Derby-West Kimberley,,shire-of-derby-west-kimberley,, +Shire of Donnybrook-Balingup,,shire-of-donnybrook-balingup,, +Shire of Dowerin,,shire-of-dowerin,, +Shire of Dumbleyung,,shire-of-dumbleyung,, +Shire of Dundas,,shire-of-dundas,, +Town of East Fremantle,,town-of-east-fremantle,, +Shire of East Pilbara,,shire-of-east-pilbara,, +Shire of Esperance,,shire-of-esperance,, +Shire of Exmouth,,shire-of-exmouth,, +City of Fremantle,,city-of-fremantle,, +Shire of Gingin,,shire-of-gingin,, +Shire of Gnowangerup,,shire-of-gnowangerup,, +Shire of Goomalling,,shire-of-goomalling,, +City of Gosnells,,city-of-gosnells,, +City of Greater Geraldton,,city-of-greater-geraldton,, +Shire of Halls Creek,,shire-of-halls-creek,, +Shire of Harvey,,shire-of-harvey,, +Shire of Irwin,,shire-of-irwin,, +Shire of Jerramungup,,shire-of-jerramungup,, +City of Joondalup,,city-of-joondalup,, +City of Kalamunda,,city-of-kalamunda,, +City of Kalgoorlie-Boulder,,city-of-kalgoorlie-boulder,, +City of Karratha,,city-of-karratha,, +Shire of Katanning,,shire-of-katanning,, +Shire of Kellerberrin,,shire-of-kellerberrin,, +Shire of Kent,,shire-of-kent,, +Shire of Kojonup,,shire-of-kojonup,, +Shire of Kondinin,,shire-of-kondinin,, +Shire of Koorda,,shire-of-koorda,, +Shire of Kulin,,shire-of-kulin,, +City of Kwinana,,city-of-kwinana,, +Shire of Lake Grace,,shire-of-lake-grace,, +Shire of Laverton,,shire-of-laverton,, +Shire of Leonora,,shire-of-leonora,, +City of Mandurah,,city-of-mandurah,, +Shire of Manjimup,,shire-of-manjimup,, +Shire of Meekatharra,,shire-of-meekatharra,, +City of Melville,,city-of-melville,, +Shire of Menzies,,shire-of-menzies,, +Shire of Merredin,,shire-of-merredin,, +Shire of Mingenew,,shire-of-mingenew,, +Shire of Moora,,shire-of-moora,, +Shire of Morawa,,shire-of-morawa,, +Town of Mosman Park,,town-of-mosman-park,, +Shire of Mount Magnet,,shire-of-mount-magnet,, +Shire of Mount Marshall,,shire-of-mount-marshall,, +Shire of Mukinbudin,,shire-of-mukinbudin,, +Shire of Mundaring,,shire-of-mundaring,, +Shire of Murchison,,shire-of-murchison,, +Shire of Murray,,shire-of-murray,, +Shire of Nannup,,shire-of-nannup,, +Shire of Narembeen,,shire-of-narembeen,, +Shire of Narrogin,,shire-of-narrogin,, +City of Nedlands,,city-of-nedlands,, +Shire of Ngaanyatjarraku,,shire-of-ngaanyatjarraku,, +Shire of Northam,,shire-of-northam,, +Shire of Northampton,,shire-of-northampton,, +Shire of Nungarin,,shire-of-nungarin,, +Shire of Peppermint Grove,,shire-of-peppermint-grove,, +Shire of Perenjori,,shire-of-perenjori,, +City of Perth,,city-of-perth,, +Shire of Pingelly,,shire-of-pingelly,, +Shire of Plantagenet,,shire-of-plantagenet,, +Town of Port Hedland,,town-of-port-hedland,, +Shire of Quairading,,shire-of-quairading,, +Shire of Ravensthorpe,,shire-of-ravensthorpe,, +City of Rockingham,,city-of-rockingham,, +Shire of Sandstone,,shire-of-sandstone,, +Shire of Serpentine-Jarrahdale,,shire-of-serpentine-jarrahdale,, +Shire of Shark Bay,,shire-of-shark-bay,, +City of South Perth,,city-of-south-perth,, +City of Stirling,,city-of-stirling,, +City of Subiaco,,city-of-subiaco,, +City of Swan,,city-of-swan,, +Shire of Tammin,,shire-of-tammin,, +Shire of Three Springs,,shire-of-three-springs,, +Shire of Toodyay,,shire-of-toodyay,, +Shire of Trayning,,shire-of-trayning,, +Shire of Upper Gascoyne,,shire-of-upper-gascoyne,, +Town of Victoria Park,,town-of-victoria-park,, +Shire of Victoria Plains,,shire-of-victoria-plains,, +City of Vincent,,city-of-vincent,, +Shire of Wagin,,shire-of-wagin,, +Shire of Wandering,,shire-of-wandering,, +City of Wanneroo,,city-of-wanneroo,, +Shire of Waroona,,shire-of-waroona,, +Shire of West Arthur,,shire-of-west-arthur,, +Shire of Westonia,,shire-of-westonia,, +Shire of Wickepin,,shire-of-wickepin,, +Shire of Williams,,shire-of-williams,, +Shire of Wiluna,,shire-of-wiluna,, +Shire of Wongan-Ballidu,,shire-of-wongan-ballidu,, +Shire of Woodanilling,,shire-of-woodanilling,, +Shire of Wyalkatchem,,shire-of-wyalkatchem,, +Shire of Wyndham-East Kimberley,,shire-of-wyndham-east-kimberley,, +Shire of Yalgoo,,shire-of-yalgoo,, +Shire of Yilgarn,,shire-of-yilgarn,, +Shire of York,,shire-of-york,, \ No newline at end of file diff --git a/cadastre/CSD-Header/wa-local-government.jsonld b/cadastre/CSD-Header/wa-local-government.jsonld new file mode 100644 index 0000000..786c537 --- /dev/null +++ b/cadastre/CSD-Header/wa-local-government.jsonld @@ -0,0 +1,1422 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-local-government/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-local-government", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Local Government Districts", + "class": "termtype:AdminUnit", + "concepts": [ + { + "preflabel": "City of Albany", + "definition": null, + "notation": "city-of-albany", + "altlabel": null, + "related": null, + "@id": "city-of-albany", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Armadale", + "definition": null, + "notation": "city-of-armadale", + "altlabel": null, + "related": null, + "@id": "city-of-armadale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Ashburton", + "definition": null, + "notation": "shire-of-ashburton", + "altlabel": null, + "related": null, + "@id": "shire-of-ashburton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Augusta Margaret River", + "definition": null, + "notation": "shire-of-augusta-margaret-river", + "altlabel": null, + "related": null, + "@id": "shire-of-augusta-margaret-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Town of Bassendean", + "definition": null, + "notation": "town-of-bassendean", + "altlabel": null, + "related": null, + "@id": "town-of-bassendean", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Bayswater", + "definition": null, + "notation": "city-of-bayswater", + "altlabel": null, + "related": null, + "@id": "city-of-bayswater", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Belmont", + "definition": null, + "notation": "city-of-belmont", + "altlabel": null, + "related": null, + "@id": "city-of-belmont", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Beverley", + "definition": null, + "notation": "shire-of-beverley", + "altlabel": null, + "related": null, + "@id": "shire-of-beverley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Boddington", + "definition": null, + "notation": "shire-of-boddington", + "altlabel": null, + "related": null, + "@id": "shire-of-boddington", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Boyup Brook", + "definition": null, + "notation": "shire-of-boyup-brook", + "altlabel": null, + "related": null, + "@id": "shire-of-boyup-brook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Bridgetown-Greenbushes", + "definition": null, + "notation": "shire-of-bridgetown-greenbushes", + "altlabel": null, + "related": null, + "@id": "shire-of-bridgetown-greenbushes", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Brookton", + "definition": null, + "notation": "shire-of-brookton", + "altlabel": null, + "related": null, + "@id": "shire-of-brookton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Broome", + "definition": null, + "notation": "shire-of-broome", + "altlabel": null, + "related": null, + "@id": "shire-of-broome", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Broomehill-Tambellup", + "definition": null, + "notation": "shire-of-broomehill-tambellup", + "altlabel": null, + "related": null, + "@id": "shire-of-broomehill-tambellup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Bruce Rock", + "definition": null, + "notation": "shire-of-bruce-rock", + "altlabel": null, + "related": null, + "@id": "shire-of-bruce-rock", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Bunbury", + "definition": null, + "notation": "city-of-bunbury", + "altlabel": null, + "related": null, + "@id": "city-of-bunbury", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Busselton", + "definition": null, + "notation": "city-of-busselton", + "altlabel": null, + "related": null, + "@id": "city-of-busselton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Town of Cambridge", + "definition": null, + "notation": "town-of-cambridge", + "altlabel": null, + "related": null, + "@id": "town-of-cambridge", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Canning", + "definition": null, + "notation": "city-of-canning", + "altlabel": null, + "related": null, + "@id": "city-of-canning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Capel", + "definition": null, + "notation": "shire-of-capel", + "altlabel": null, + "related": null, + "@id": "shire-of-capel", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Carnamah", + "definition": null, + "notation": "shire-of-carnamah", + "altlabel": null, + "related": null, + "@id": "shire-of-carnamah", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Carnarvon", + "definition": null, + "notation": "shire-of-carnarvon", + "altlabel": null, + "related": null, + "@id": "shire-of-carnarvon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Chapman Valley", + "definition": null, + "notation": "shire-of-chapman-valley", + "altlabel": null, + "related": null, + "@id": "shire-of-chapman-valley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Chittering", + "definition": null, + "notation": "shire-of-chittering", + "altlabel": null, + "related": null, + "@id": "shire-of-chittering", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Christmas Island", + "definition": null, + "notation": "shire-of-christmas-island", + "altlabel": null, + "related": null, + "@id": "shire-of-christmas-island", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Town of Claremont", + "definition": null, + "notation": "town-of-claremont", + "altlabel": null, + "related": null, + "@id": "town-of-claremont", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Cockburn", + "definition": null, + "notation": "city-of-cockburn", + "altlabel": null, + "related": null, + "@id": "city-of-cockburn", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Cocos Islands", + "definition": null, + "notation": "shire-of-cocos-islands", + "altlabel": null, + "related": null, + "@id": "shire-of-cocos-islands", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Collie", + "definition": null, + "notation": "shire-of-collie", + "altlabel": null, + "related": null, + "@id": "shire-of-collie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Coolgardie", + "definition": null, + "notation": "shire-of-coolgardie", + "altlabel": null, + "related": null, + "@id": "shire-of-coolgardie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Coorow", + "definition": null, + "notation": "shire-of-coorow", + "altlabel": null, + "related": null, + "@id": "shire-of-coorow", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Corrigin", + "definition": null, + "notation": "shire-of-corrigin", + "altlabel": null, + "related": null, + "@id": "shire-of-corrigin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Town of Cottesloe", + "definition": null, + "notation": "town-of-cottesloe", + "altlabel": null, + "related": null, + "@id": "town-of-cottesloe", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Cranbrook", + "definition": null, + "notation": "shire-of-cranbrook", + "altlabel": null, + "related": null, + "@id": "shire-of-cranbrook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Cuballing", + "definition": null, + "notation": "shire-of-cuballing", + "altlabel": null, + "related": null, + "@id": "shire-of-cuballing", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Cue", + "definition": null, + "notation": "shire-of-cue", + "altlabel": null, + "related": null, + "@id": "shire-of-cue", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Cunderdin", + "definition": null, + "notation": "shire-of-cunderdin", + "altlabel": null, + "related": null, + "@id": "shire-of-cunderdin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Dalwallinu", + "definition": null, + "notation": "shire-of-dalwallinu", + "altlabel": null, + "related": null, + "@id": "shire-of-dalwallinu", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Dandaragan", + "definition": null, + "notation": "shire-of-dandaragan", + "altlabel": null, + "related": null, + "@id": "shire-of-dandaragan", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Dardanup", + "definition": null, + "notation": "shire-of-dardanup", + "altlabel": null, + "related": null, + "@id": "shire-of-dardanup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Denmark", + "definition": null, + "notation": "shire-of-denmark", + "altlabel": null, + "related": null, + "@id": "shire-of-denmark", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Derby-West Kimberley", + "definition": null, + "notation": "shire-of-derby-west-kimberley", + "altlabel": null, + "related": null, + "@id": "shire-of-derby-west-kimberley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Donnybrook-Balingup", + "definition": null, + "notation": "shire-of-donnybrook-balingup", + "altlabel": null, + "related": null, + "@id": "shire-of-donnybrook-balingup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Dowerin", + "definition": null, + "notation": "shire-of-dowerin", + "altlabel": null, + "related": null, + "@id": "shire-of-dowerin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Dumbleyung", + "definition": null, + "notation": "shire-of-dumbleyung", + "altlabel": null, + "related": null, + "@id": "shire-of-dumbleyung", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Dundas", + "definition": null, + "notation": "shire-of-dundas", + "altlabel": null, + "related": null, + "@id": "shire-of-dundas", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Town of East Fremantle", + "definition": null, + "notation": "town-of-east-fremantle", + "altlabel": null, + "related": null, + "@id": "town-of-east-fremantle", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of East Pilbara", + "definition": null, + "notation": "shire-of-east-pilbara", + "altlabel": null, + "related": null, + "@id": "shire-of-east-pilbara", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Esperance", + "definition": null, + "notation": "shire-of-esperance", + "altlabel": null, + "related": null, + "@id": "shire-of-esperance", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Exmouth", + "definition": null, + "notation": "shire-of-exmouth", + "altlabel": null, + "related": null, + "@id": "shire-of-exmouth", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Fremantle", + "definition": null, + "notation": "city-of-fremantle", + "altlabel": null, + "related": null, + "@id": "city-of-fremantle", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Gingin", + "definition": null, + "notation": "shire-of-gingin", + "altlabel": null, + "related": null, + "@id": "shire-of-gingin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Gnowangerup", + "definition": null, + "notation": "shire-of-gnowangerup", + "altlabel": null, + "related": null, + "@id": "shire-of-gnowangerup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Goomalling", + "definition": null, + "notation": "shire-of-goomalling", + "altlabel": null, + "related": null, + "@id": "shire-of-goomalling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Gosnells", + "definition": null, + "notation": "city-of-gosnells", + "altlabel": null, + "related": null, + "@id": "city-of-gosnells", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Greater Geraldton", + "definition": null, + "notation": "city-of-greater-geraldton", + "altlabel": null, + "related": null, + "@id": "city-of-greater-geraldton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Halls Creek", + "definition": null, + "notation": "shire-of-halls-creek", + "altlabel": null, + "related": null, + "@id": "shire-of-halls-creek", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Harvey", + "definition": null, + "notation": "shire-of-harvey", + "altlabel": null, + "related": null, + "@id": "shire-of-harvey", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Irwin", + "definition": null, + "notation": "shire-of-irwin", + "altlabel": null, + "related": null, + "@id": "shire-of-irwin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Jerramungup", + "definition": null, + "notation": "shire-of-jerramungup", + "altlabel": null, + "related": null, + "@id": "shire-of-jerramungup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Joondalup", + "definition": null, + "notation": "city-of-joondalup", + "altlabel": null, + "related": null, + "@id": "city-of-joondalup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Kalamunda", + "definition": null, + "notation": "city-of-kalamunda", + "altlabel": null, + "related": null, + "@id": "city-of-kalamunda", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Kalgoorlie-Boulder", + "definition": null, + "notation": "city-of-kalgoorlie-boulder", + "altlabel": null, + "related": null, + "@id": "city-of-kalgoorlie-boulder", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Karratha", + "definition": null, + "notation": "city-of-karratha", + "altlabel": null, + "related": null, + "@id": "city-of-karratha", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Katanning", + "definition": null, + "notation": "shire-of-katanning", + "altlabel": null, + "related": null, + "@id": "shire-of-katanning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Kellerberrin", + "definition": null, + "notation": "shire-of-kellerberrin", + "altlabel": null, + "related": null, + "@id": "shire-of-kellerberrin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Kent", + "definition": null, + "notation": "shire-of-kent", + "altlabel": null, + "related": null, + "@id": "shire-of-kent", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Kojonup", + "definition": null, + "notation": "shire-of-kojonup", + "altlabel": null, + "related": null, + "@id": "shire-of-kojonup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Kondinin", + "definition": null, + "notation": "shire-of-kondinin", + "altlabel": null, + "related": null, + "@id": "shire-of-kondinin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Koorda", + "definition": null, + "notation": "shire-of-koorda", + "altlabel": null, + "related": null, + "@id": "shire-of-koorda", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Kulin", + "definition": null, + "notation": "shire-of-kulin", + "altlabel": null, + "related": null, + "@id": "shire-of-kulin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Kwinana", + "definition": null, + "notation": "city-of-kwinana", + "altlabel": null, + "related": null, + "@id": "city-of-kwinana", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Lake Grace", + "definition": null, + "notation": "shire-of-lake-grace", + "altlabel": null, + "related": null, + "@id": "shire-of-lake-grace", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Laverton", + "definition": null, + "notation": "shire-of-laverton", + "altlabel": null, + "related": null, + "@id": "shire-of-laverton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Leonora", + "definition": null, + "notation": "shire-of-leonora", + "altlabel": null, + "related": null, + "@id": "shire-of-leonora", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Mandurah", + "definition": null, + "notation": "city-of-mandurah", + "altlabel": null, + "related": null, + "@id": "city-of-mandurah", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Manjimup", + "definition": null, + "notation": "shire-of-manjimup", + "altlabel": null, + "related": null, + "@id": "shire-of-manjimup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Meekatharra", + "definition": null, + "notation": "shire-of-meekatharra", + "altlabel": null, + "related": null, + "@id": "shire-of-meekatharra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Melville", + "definition": null, + "notation": "city-of-melville", + "altlabel": null, + "related": null, + "@id": "city-of-melville", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Menzies", + "definition": null, + "notation": "shire-of-menzies", + "altlabel": null, + "related": null, + "@id": "shire-of-menzies", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Merredin", + "definition": null, + "notation": "shire-of-merredin", + "altlabel": null, + "related": null, + "@id": "shire-of-merredin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Mingenew", + "definition": null, + "notation": "shire-of-mingenew", + "altlabel": null, + "related": null, + "@id": "shire-of-mingenew", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Moora", + "definition": null, + "notation": "shire-of-moora", + "altlabel": null, + "related": null, + "@id": "shire-of-moora", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Morawa", + "definition": null, + "notation": "shire-of-morawa", + "altlabel": null, + "related": null, + "@id": "shire-of-morawa", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Town of Mosman Park", + "definition": null, + "notation": "town-of-mosman-park", + "altlabel": null, + "related": null, + "@id": "town-of-mosman-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Mount Magnet", + "definition": null, + "notation": "shire-of-mount-magnet", + "altlabel": null, + "related": null, + "@id": "shire-of-mount-magnet", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Mount Marshall", + "definition": null, + "notation": "shire-of-mount-marshall", + "altlabel": null, + "related": null, + "@id": "shire-of-mount-marshall", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Mukinbudin", + "definition": null, + "notation": "shire-of-mukinbudin", + "altlabel": null, + "related": null, + "@id": "shire-of-mukinbudin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Mundaring", + "definition": null, + "notation": "shire-of-mundaring", + "altlabel": null, + "related": null, + "@id": "shire-of-mundaring", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Murchison", + "definition": null, + "notation": "shire-of-murchison", + "altlabel": null, + "related": null, + "@id": "shire-of-murchison", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Murray", + "definition": null, + "notation": "shire-of-murray", + "altlabel": null, + "related": null, + "@id": "shire-of-murray", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Nannup", + "definition": null, + "notation": "shire-of-nannup", + "altlabel": null, + "related": null, + "@id": "shire-of-nannup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Narembeen", + "definition": null, + "notation": "shire-of-narembeen", + "altlabel": null, + "related": null, + "@id": "shire-of-narembeen", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Narrogin", + "definition": null, + "notation": "shire-of-narrogin", + "altlabel": null, + "related": null, + "@id": "shire-of-narrogin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Nedlands", + "definition": null, + "notation": "city-of-nedlands", + "altlabel": null, + "related": null, + "@id": "city-of-nedlands", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Ngaanyatjarraku", + "definition": null, + "notation": "shire-of-ngaanyatjarraku", + "altlabel": null, + "related": null, + "@id": "shire-of-ngaanyatjarraku", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Northam", + "definition": null, + "notation": "shire-of-northam", + "altlabel": null, + "related": null, + "@id": "shire-of-northam", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Northampton", + "definition": null, + "notation": "shire-of-northampton", + "altlabel": null, + "related": null, + "@id": "shire-of-northampton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Nungarin", + "definition": null, + "notation": "shire-of-nungarin", + "altlabel": null, + "related": null, + "@id": "shire-of-nungarin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Peppermint Grove", + "definition": null, + "notation": "shire-of-peppermint-grove", + "altlabel": null, + "related": null, + "@id": "shire-of-peppermint-grove", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Perenjori", + "definition": null, + "notation": "shire-of-perenjori", + "altlabel": null, + "related": null, + "@id": "shire-of-perenjori", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Perth", + "definition": null, + "notation": "city-of-perth", + "altlabel": null, + "related": null, + "@id": "city-of-perth", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Pingelly", + "definition": null, + "notation": "shire-of-pingelly", + "altlabel": null, + "related": null, + "@id": "shire-of-pingelly", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Plantagenet", + "definition": null, + "notation": "shire-of-plantagenet", + "altlabel": null, + "related": null, + "@id": "shire-of-plantagenet", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Town of Port Hedland", + "definition": null, + "notation": "town-of-port-hedland", + "altlabel": null, + "related": null, + "@id": "town-of-port-hedland", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Quairading", + "definition": null, + "notation": "shire-of-quairading", + "altlabel": null, + "related": null, + "@id": "shire-of-quairading", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Ravensthorpe", + "definition": null, + "notation": "shire-of-ravensthorpe", + "altlabel": null, + "related": null, + "@id": "shire-of-ravensthorpe", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Rockingham", + "definition": null, + "notation": "city-of-rockingham", + "altlabel": null, + "related": null, + "@id": "city-of-rockingham", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Sandstone", + "definition": null, + "notation": "shire-of-sandstone", + "altlabel": null, + "related": null, + "@id": "shire-of-sandstone", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Serpentine-Jarrahdale", + "definition": null, + "notation": "shire-of-serpentine-jarrahdale", + "altlabel": null, + "related": null, + "@id": "shire-of-serpentine-jarrahdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Shark Bay", + "definition": null, + "notation": "shire-of-shark-bay", + "altlabel": null, + "related": null, + "@id": "shire-of-shark-bay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of South Perth", + "definition": null, + "notation": "city-of-south-perth", + "altlabel": null, + "related": null, + "@id": "city-of-south-perth", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Stirling", + "definition": null, + "notation": "city-of-stirling", + "altlabel": null, + "related": null, + "@id": "city-of-stirling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Subiaco", + "definition": null, + "notation": "city-of-subiaco", + "altlabel": null, + "related": null, + "@id": "city-of-subiaco", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Swan", + "definition": null, + "notation": "city-of-swan", + "altlabel": null, + "related": null, + "@id": "city-of-swan", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Tammin", + "definition": null, + "notation": "shire-of-tammin", + "altlabel": null, + "related": null, + "@id": "shire-of-tammin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Three Springs", + "definition": null, + "notation": "shire-of-three-springs", + "altlabel": null, + "related": null, + "@id": "shire-of-three-springs", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Toodyay", + "definition": null, + "notation": "shire-of-toodyay", + "altlabel": null, + "related": null, + "@id": "shire-of-toodyay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Trayning", + "definition": null, + "notation": "shire-of-trayning", + "altlabel": null, + "related": null, + "@id": "shire-of-trayning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Upper Gascoyne", + "definition": null, + "notation": "shire-of-upper-gascoyne", + "altlabel": null, + "related": null, + "@id": "shire-of-upper-gascoyne", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Town of Victoria Park", + "definition": null, + "notation": "town-of-victoria-park", + "altlabel": null, + "related": null, + "@id": "town-of-victoria-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Victoria Plains", + "definition": null, + "notation": "shire-of-victoria-plains", + "altlabel": null, + "related": null, + "@id": "shire-of-victoria-plains", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Vincent", + "definition": null, + "notation": "city-of-vincent", + "altlabel": null, + "related": null, + "@id": "city-of-vincent", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Wagin", + "definition": null, + "notation": "shire-of-wagin", + "altlabel": null, + "related": null, + "@id": "shire-of-wagin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Wandering", + "definition": null, + "notation": "shire-of-wandering", + "altlabel": null, + "related": null, + "@id": "shire-of-wandering", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City of Wanneroo", + "definition": null, + "notation": "city-of-wanneroo", + "altlabel": null, + "related": null, + "@id": "city-of-wanneroo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Waroona", + "definition": null, + "notation": "shire-of-waroona", + "altlabel": null, + "related": null, + "@id": "shire-of-waroona", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of West Arthur", + "definition": null, + "notation": "shire-of-west-arthur", + "altlabel": null, + "related": null, + "@id": "shire-of-west-arthur", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Westonia", + "definition": null, + "notation": "shire-of-westonia", + "altlabel": null, + "related": null, + "@id": "shire-of-westonia", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Wickepin", + "definition": null, + "notation": "shire-of-wickepin", + "altlabel": null, + "related": null, + "@id": "shire-of-wickepin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Williams", + "definition": null, + "notation": "shire-of-williams", + "altlabel": null, + "related": null, + "@id": "shire-of-williams", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Wiluna", + "definition": null, + "notation": "shire-of-wiluna", + "altlabel": null, + "related": null, + "@id": "shire-of-wiluna", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Wongan-Ballidu", + "definition": null, + "notation": "shire-of-wongan-ballidu", + "altlabel": null, + "related": null, + "@id": "shire-of-wongan-ballidu", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Woodanilling", + "definition": null, + "notation": "shire-of-woodanilling", + "altlabel": null, + "related": null, + "@id": "shire-of-woodanilling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Wyalkatchem", + "definition": null, + "notation": "shire-of-wyalkatchem", + "altlabel": null, + "related": null, + "@id": "shire-of-wyalkatchem", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Wyndham-East Kimberley", + "definition": null, + "notation": "shire-of-wyndham-east-kimberley", + "altlabel": null, + "related": null, + "@id": "shire-of-wyndham-east-kimberley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Yalgoo", + "definition": null, + "notation": "shire-of-yalgoo", + "altlabel": null, + "related": null, + "@id": "shire-of-yalgoo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of Yilgarn", + "definition": null, + "notation": "shire-of-yilgarn", + "altlabel": null, + "related": null, + "@id": "shire-of-yilgarn", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shire of York", + "definition": null, + "notation": "shire-of-york", + "altlabel": null, + "related": null, + "@id": "shire-of-york", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/wa-local-government.ttl b/cadastre/CSD-Header/wa-local-government.ttl new file mode 100644 index 0000000..c7b605f --- /dev/null +++ b/cadastre/CSD-Header/wa-local-government.ttl @@ -0,0 +1,860 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-albany" ; + skos:prefLabel "City of Albany" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-armadale" ; + skos:prefLabel "City of Armadale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-bayswater" ; + skos:prefLabel "City of Bayswater" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-belmont" ; + skos:prefLabel "City of Belmont" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-bunbury" ; + skos:prefLabel "City of Bunbury" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-busselton" ; + skos:prefLabel "City of Busselton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-canning" ; + skos:prefLabel "City of Canning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-cockburn" ; + skos:prefLabel "City of Cockburn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-fremantle" ; + skos:prefLabel "City of Fremantle" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-gosnells" ; + skos:prefLabel "City of Gosnells" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-greater-geraldton" ; + skos:prefLabel "City of Greater Geraldton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-joondalup" ; + skos:prefLabel "City of Joondalup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-kalamunda" ; + skos:prefLabel "City of Kalamunda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-kalgoorlie-boulder" ; + skos:prefLabel "City of Kalgoorlie-Boulder" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-karratha" ; + skos:prefLabel "City of Karratha" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-kwinana" ; + skos:prefLabel "City of Kwinana" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-mandurah" ; + skos:prefLabel "City of Mandurah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-melville" ; + skos:prefLabel "City of Melville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-nedlands" ; + skos:prefLabel "City of Nedlands" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-perth" ; + skos:prefLabel "City of Perth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-rockingham" ; + skos:prefLabel "City of Rockingham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-south-perth" ; + skos:prefLabel "City of South Perth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-stirling" ; + skos:prefLabel "City of Stirling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-subiaco" ; + skos:prefLabel "City of Subiaco" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-swan" ; + skos:prefLabel "City of Swan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-vincent" ; + skos:prefLabel "City of Vincent" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-of-wanneroo" ; + skos:prefLabel "City of Wanneroo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-ashburton" ; + skos:prefLabel "Shire of Ashburton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-augusta-margaret-river" ; + skos:prefLabel "Shire of Augusta Margaret River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-beverley" ; + skos:prefLabel "Shire of Beverley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-boddington" ; + skos:prefLabel "Shire of Boddington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-boyup-brook" ; + skos:prefLabel "Shire of Boyup Brook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-bridgetown-greenbushes" ; + skos:prefLabel "Shire of Bridgetown-Greenbushes" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-brookton" ; + skos:prefLabel "Shire of Brookton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-broome" ; + skos:prefLabel "Shire of Broome" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-broomehill-tambellup" ; + skos:prefLabel "Shire of Broomehill-Tambellup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-bruce-rock" ; + skos:prefLabel "Shire of Bruce Rock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-capel" ; + skos:prefLabel "Shire of Capel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-carnamah" ; + skos:prefLabel "Shire of Carnamah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-carnarvon" ; + skos:prefLabel "Shire of Carnarvon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-chapman-valley" ; + skos:prefLabel "Shire of Chapman Valley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-chittering" ; + skos:prefLabel "Shire of Chittering" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-christmas-island" ; + skos:prefLabel "Shire of Christmas Island" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-cocos-islands" ; + skos:prefLabel "Shire of Cocos Islands" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-collie" ; + skos:prefLabel "Shire of Collie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-coolgardie" ; + skos:prefLabel "Shire of Coolgardie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-coorow" ; + skos:prefLabel "Shire of Coorow" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-corrigin" ; + skos:prefLabel "Shire of Corrigin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-cranbrook" ; + skos:prefLabel "Shire of Cranbrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-cuballing" ; + skos:prefLabel "Shire of Cuballing" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-cue" ; + skos:prefLabel "Shire of Cue" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-cunderdin" ; + skos:prefLabel "Shire of Cunderdin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-dalwallinu" ; + skos:prefLabel "Shire of Dalwallinu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-dandaragan" ; + skos:prefLabel "Shire of Dandaragan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-dardanup" ; + skos:prefLabel "Shire of Dardanup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-denmark" ; + skos:prefLabel "Shire of Denmark" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-derby-west-kimberley" ; + skos:prefLabel "Shire of Derby-West Kimberley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-donnybrook-balingup" ; + skos:prefLabel "Shire of Donnybrook-Balingup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-dowerin" ; + skos:prefLabel "Shire of Dowerin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-dumbleyung" ; + skos:prefLabel "Shire of Dumbleyung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-dundas" ; + skos:prefLabel "Shire of Dundas" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-east-pilbara" ; + skos:prefLabel "Shire of East Pilbara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-esperance" ; + skos:prefLabel "Shire of Esperance" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-exmouth" ; + skos:prefLabel "Shire of Exmouth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-gingin" ; + skos:prefLabel "Shire of Gingin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-gnowangerup" ; + skos:prefLabel "Shire of Gnowangerup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-goomalling" ; + skos:prefLabel "Shire of Goomalling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-halls-creek" ; + skos:prefLabel "Shire of Halls Creek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-harvey" ; + skos:prefLabel "Shire of Harvey" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-irwin" ; + skos:prefLabel "Shire of Irwin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-jerramungup" ; + skos:prefLabel "Shire of Jerramungup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-katanning" ; + skos:prefLabel "Shire of Katanning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-kellerberrin" ; + skos:prefLabel "Shire of Kellerberrin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-kent" ; + skos:prefLabel "Shire of Kent" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-kojonup" ; + skos:prefLabel "Shire of Kojonup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-kondinin" ; + skos:prefLabel "Shire of Kondinin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-koorda" ; + skos:prefLabel "Shire of Koorda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-kulin" ; + skos:prefLabel "Shire of Kulin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-lake-grace" ; + skos:prefLabel "Shire of Lake Grace" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-laverton" ; + skos:prefLabel "Shire of Laverton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-leonora" ; + skos:prefLabel "Shire of Leonora" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-manjimup" ; + skos:prefLabel "Shire of Manjimup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-meekatharra" ; + skos:prefLabel "Shire of Meekatharra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-menzies" ; + skos:prefLabel "Shire of Menzies" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-merredin" ; + skos:prefLabel "Shire of Merredin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-mingenew" ; + skos:prefLabel "Shire of Mingenew" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-moora" ; + skos:prefLabel "Shire of Moora" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-morawa" ; + skos:prefLabel "Shire of Morawa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-mount-magnet" ; + skos:prefLabel "Shire of Mount Magnet" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-mount-marshall" ; + skos:prefLabel "Shire of Mount Marshall" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-mukinbudin" ; + skos:prefLabel "Shire of Mukinbudin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-mundaring" ; + skos:prefLabel "Shire of Mundaring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-murchison" ; + skos:prefLabel "Shire of Murchison" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-murray" ; + skos:prefLabel "Shire of Murray" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-nannup" ; + skos:prefLabel "Shire of Nannup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-narembeen" ; + skos:prefLabel "Shire of Narembeen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-narrogin" ; + skos:prefLabel "Shire of Narrogin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-ngaanyatjarraku" ; + skos:prefLabel "Shire of Ngaanyatjarraku" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-northam" ; + skos:prefLabel "Shire of Northam" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-northampton" ; + skos:prefLabel "Shire of Northampton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-nungarin" ; + skos:prefLabel "Shire of Nungarin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-peppermint-grove" ; + skos:prefLabel "Shire of Peppermint Grove" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-perenjori" ; + skos:prefLabel "Shire of Perenjori" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-pingelly" ; + skos:prefLabel "Shire of Pingelly" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-plantagenet" ; + skos:prefLabel "Shire of Plantagenet" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-quairading" ; + skos:prefLabel "Shire of Quairading" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-ravensthorpe" ; + skos:prefLabel "Shire of Ravensthorpe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-sandstone" ; + skos:prefLabel "Shire of Sandstone" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-serpentine-jarrahdale" ; + skos:prefLabel "Shire of Serpentine-Jarrahdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-shark-bay" ; + skos:prefLabel "Shire of Shark Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-tammin" ; + skos:prefLabel "Shire of Tammin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-three-springs" ; + skos:prefLabel "Shire of Three Springs" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-toodyay" ; + skos:prefLabel "Shire of Toodyay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-trayning" ; + skos:prefLabel "Shire of Trayning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-upper-gascoyne" ; + skos:prefLabel "Shire of Upper Gascoyne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-victoria-plains" ; + skos:prefLabel "Shire of Victoria Plains" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-wagin" ; + skos:prefLabel "Shire of Wagin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-wandering" ; + skos:prefLabel "Shire of Wandering" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-waroona" ; + skos:prefLabel "Shire of Waroona" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-west-arthur" ; + skos:prefLabel "Shire of West Arthur" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-westonia" ; + skos:prefLabel "Shire of Westonia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-wickepin" ; + skos:prefLabel "Shire of Wickepin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-williams" ; + skos:prefLabel "Shire of Williams" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-wiluna" ; + skos:prefLabel "Shire of Wiluna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-wongan-ballidu" ; + skos:prefLabel "Shire of Wongan-Ballidu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-woodanilling" ; + skos:prefLabel "Shire of Woodanilling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-wyalkatchem" ; + skos:prefLabel "Shire of Wyalkatchem" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-wyndham-east-kimberley" ; + skos:prefLabel "Shire of Wyndham-East Kimberley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-yalgoo" ; + skos:prefLabel "Shire of Yalgoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-yilgarn" ; + skos:prefLabel "Shire of Yilgarn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shire-of-york" ; + skos:prefLabel "Shire of York" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "town-of-bassendean" ; + skos:prefLabel "Town of Bassendean" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "town-of-cambridge" ; + skos:prefLabel "Town of Cambridge" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "town-of-claremont" ; + skos:prefLabel "Town of Claremont" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "town-of-cottesloe" ; + skos:prefLabel "Town of Cottesloe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "town-of-east-fremantle" ; + skos:prefLabel "Town of East Fremantle" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "town-of-mosman-park" ; + skos:prefLabel "Town of Mosman Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "town-of-port-hedland" ; + skos:prefLabel "Town of Port Hedland" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "town-of-victoria-park" ; + skos:prefLabel "Town of Victoria Park" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Local Government Districts" ; + skos:scopeNote "termtype:AdminUnit" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:46.196920"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:45.960430"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/wa-locality.csv b/cadastre/CSD-Header/wa-locality.csv new file mode 100644 index 0000000..b76abe7 --- /dev/null +++ b/cadastre/CSD-Header/wa-locality.csv @@ -0,0 +1,1717 @@ +preflabel,definition,notation,altlabel,related +Abba River,,abba-river,, +Abbey,,abbey,, +Acton Park,,acton-park,, +Adamsvale,,adamsvale,, +Ajana,,ajana,, +Albany,,albany,, +Aldersyde,,aldersyde,, +Alexander Heights,,alexander-heights,, +Alexandra Bridge,,alexandra-bridge,, +Alfred Cove,,alfred-cove,, +Alkimos,,alkimos,, +Allanooka,,allanooka,, +Allanson,,allanson,, +Alma,,alma,, +Ambania,,ambania,, +Ambergate,,ambergate,, +Amelup,,amelup,, +Angelo River,,angelo-river,, +Anketell,,anketell,, +Anniebrook,,anniebrook,, +Antonymyre,,antonymyre,, +Applecross,,applecross,, +Ardath,,ardath,, +Ardross,,ardross,, +Argyle,,argyle,, +Armadale,,armadale,, +Arrino,,arrino,, +Arrowsmith,,arrowsmith,, +Arrowsmith East,,arrowsmith-east,, +Arthur River,,arthur-river,, +Ascot,,ascot,, +Ashby,,ashby,, +Ashendon,,ashendon,, +Ashfield,,ashfield,, +Attadale,,attadale,, +Atwell,,atwell,, +Aubin Grove,,aubin-grove,, +Augusta,,augusta,, +Australind,,australind,, +Aveley,,aveley,, +Avon Valley National Park,,avon-valley-national-park,, +Baandee,,baandee,, +Babakin,,babakin,, +Babbage Island,,babbage-island,, +Badgebup,,badgebup,, +Badgerin Rock,,badgerin-rock,, +Badgin,,badgin,, +Badgingarra,,badgingarra,, +Badjaling,,badjaling,, +Bailup,,bailup,, +Bakers Hill,,bakers-hill,, +Balbarrup,,balbarrup,, +Balcatta,,balcatta,, +Baldivis,,baldivis,, +Balga,,balga,, +Balingup,,balingup,, +Balkuling,,balkuling,, +Balla Balla,,balla-balla,, +Balladong,,balladong,, +Balladonia,,balladonia,, +Ballajura,,ballajura,, +Ballaying,,ballaying,, +Ballidu,,ballidu,, +Bally Bally,,bally-bally,, +Bambun,,bambun,, +Bandy Creek,,bandy-creek,, +Bandya,,bandya,, +Banjup,,banjup,, +Banksia Grove,,banksia-grove,, +Banksiadale,,banksiadale,, +Bannister,,bannister,, +Barbalin,,barbalin,, +Barberton,,barberton,, +Barrabup,,barrabup,, +Barragup,,barragup,, +Barrow Island,,barrow-island,, +Baskerville,,baskerville,, +Bassendean,,bassendean,, +Bateman,,bateman,, +Baudin,,baudin,, +Baynton,,baynton,, +Bayonet Head,,bayonet-head,, +Bayswater,,bayswater,, +Beachlands,,beachlands,, +Beacon,,beacon,, +Beaconsfield,,beaconsfield,, +Beadell,,beadell,, +Beaufort River,,beaufort-river,, +Beaumont,,beaumont,, +Beckenham,,beckenham,, +Bedford,,bedford,, +Bedfordale,,bedfordale,, +Beechboro,,beechboro,, +Beechina,,beechina,, +Beedelup,,beedelup,, +Beela,,beela,, +Beelerup,,beelerup,, +Beeliar,,beeliar,, +Beenong,,beenong,, +Beermullah,,beermullah,, +Bejoording,,bejoording,, +Beldon,,beldon,, +Belhus,,belhus,, +Bellevue,,bellevue,, +Belmont,,belmont,, +Bencubbin,,bencubbin,, +Benger,,benger,, +Benjaberring,,benjaberring,, +Benjinup,,benjinup,, +Bennett Springs,,bennett-springs,, +Bentley,,bentley,, +Beresford,,beresford,, +Berkshire Valley,,berkshire-valley,, +Bernier Island,,bernier-island,, +Bertram,,bertram,, +Beverley,,beverley,, +Bibra Lake,,bibra-lake,, +Bickley,,bickley,, +Bicton,,bicton,, +Biddelia,,biddelia,, +Big Grove,,big-grove,, +Bilbarin,,bilbarin,, +Bilingurr,,bilingurr,, +Bimbijy,,bimbijy,, +Bindi Bindi,,bindi-bindi,, +Bindoon,,bindoon,, +Bindoon Training Area,,bindoon-training-area,, +Binduli,,binduli,, +Binningup,,binningup,, +Binnu,,binnu,, +Birchmont,,birchmont,, +Bluff Point,,bluff-point,, +Blythewood,,blythewood,, +Boallia,,boallia,, +Bobalong,,bobalong,, +Bodallin,,bodallin,, +Boddington,,boddington,, +Boilup,,boilup,, +Bokal,,bokal,, +Bolgart,,bolgart,, +Bonnie Rock,,bonnie-rock,, +Bonniefield,,bonniefield,, +Boodarie,,boodarie,, +Boodarockin,,boodarockin,, +Bookara,,bookara,, +Boonanarring,,boonanarring,, +Boorabbin,,boorabbin,, +Booragoon,,booragoon,, +Booralaming,,booralaming,, +Boorara,,boorara,, +Boorara Brook,,boorara-brook,, +Bootenal,,bootenal,, +Boothendarra,,boothendarra,, +Boranup,,boranup,, +Borden,,borden,, +Borderdale,,borderdale,, +Bornholm,,bornholm,, +Boscabel,,boscabel,, +Boulder,,boulder,, +Boundain,,boundain,, +Bouvard,,bouvard,, +Bovell,,bovell,, +Bow Bridge,,bow-bridge,, +Bowelling,,bowelling,, +Bowes,,bowes,, +Bowgada,,bowgada,, +Boxwood Hill,,boxwood-hill,, +Boya,,boya,, +Boyanup,,boyanup,, +Boyatup,,boyatup,, +Boyerine,,boyerine,, +Boyup Brook,,boyup-brook,, +Brabham,,brabham,, +Bramley,,bramley,, +Brazier,,brazier,, +Breera,,breera,, +Bremer Bay,,bremer-bay,, +Brentwood,,brentwood,, +Breton Bay,,breton-bay,, +Bridgetown,,bridgetown,, +Brigadoon,,brigadoon,, +Bringo,,bringo,, +Broadwater,,broadwater,, +Broadwood,,broadwood,, +Brockman,,brockman,, +Broke,,broke,, +Brookdale,,brookdale,, +Brookhampton,,brookhampton,, +Brookton,,brookton,, +Broome,,broome,, +Broomehill East,,broomehill-east,, +Broomehill Village,,broomehill-village,, +Broomehill West,,broomehill-west,, +Brown Hill,,brown-hill,, +Brown Range,,brown-range,, +Bruce Rock,,bruce-rock,, +Brunswick,,brunswick,, +Buckingham,,buckingham,, +Buckland,,buckland,, +Bulgarra,,bulgarra,, +Bull Creek,,bull-creek,, +Bullabulling,,bullabulling,, +Bullaring,,bullaring,, +Buller,,buller,, +Bullfinch,,bullfinch,, +Bullock Hills,,bullock-hills,, +Bullsbrook,,bullsbrook,, +Bulong,,bulong,, +Bulyee,,bulyee,, +Bunbury,,bunbury,, +Bundanoon,,bundanoon,, +Buniche,,buniche,, +Bunjil,,bunjil,, +Buntine,,buntine,, +Burakin,,burakin,, +Buraminya,,buraminya,, +Burekup,,burekup,, +Burges,,burges,, +Burlong,,burlong,, +Burma Road,,burma-road,, +Burns Beach,,burns-beach,, +Burnside,,burnside,, +Burracoppin,,burracoppin,, +Burran Rock,,burran-rock,, +Burrup,,burrup,, +Burswood,,burswood,, +Bushmead,,bushmead,, +Busselton,,busselton,, +Butler,,butler,, +Byford,,byford,, +Cable Beach,,cable-beach,, +Cadoux,,cadoux,, +Caiguna,,caiguna,, +Calingiri,,calingiri,, +Calista,,calista,, +Caljie,,caljie,, +Callcup,,callcup,, +Camballin,,camballin,, +Cambridge Gulf,,cambridge-gulf,, +Camillo,,camillo,, +Cancanning,,cancanning,, +Cane,,cane,, +Canna,,canna,, +Canning Mills,,canning-mills,, +Canning Vale,,canning-vale,, +Cannington,,cannington,, +Cape Arid,,cape-arid,, +Cape Burney,,cape-burney,, +Cape Le Grand,,cape-le-grand,, +Cape Range National Park,,cape-range-national-park,, +Capel,,capel,, +Capel River,,capel-river,, +Capricorn,,capricorn,, +Caraban,,caraban,, +Carabooda,,carabooda,, +Carani,,carani,, +Carbla,,carbla,, +Carbunup River,,carbunup-river,, +Cardiff,,cardiff,, +Cardup,,cardup,, +Carey Park,,carey-park,, +Carine,,carine,, +Carlisle,,carlisle,, +Carlotta,,carlotta,, +Carmel,,carmel,, +Carnamah,,carnamah,, +Carnarvon,,carnarvon,, +Carrabin,,carrabin,, +Carramar,,carramar,, +Carrarang,,carrarang,, +Carrolup,,carrolup,, +Cartmeticup,,cartmeticup,, +Cascade,,cascade,, +Castletown,,castletown,, +Casuarina,,casuarina,, +Cataby,,cataby,, +Catterick,,catterick,, +Caversham,,caversham,, +Centennial Park,,centennial-park,, +Cervantes,,cervantes,, +Chadwick,,chadwick,, +Champion Lakes,,champion-lakes,, +Chandler,,chandler,, +Changerup,,changerup,, +Channybearup,,channybearup,, +Chapman Hill,,chapman-hill,, +Charley Creek,,charley-creek,, +Cherry Tree Pool,,cherry-tree-pool,, +Cheynes,,cheynes,, +Chichester,,chichester,, +Chidlow,,chidlow,, +Chittering,,chittering,, +Chowerup,,chowerup,, +Christmas Island,,christmas-island,, +Churchlands,,churchlands,, +City Beach,,city-beach,, +Clackline,,clackline,, +Claremont,,claremont,, +Clarkson,,clarkson,, +Cleary,,cleary,, +Cleaverville,,cleaverville,, +Clifton,,clifton,, +Cloverdale,,cloverdale,, +Coblinine,,coblinine,, +Coburn,,coburn,, +Cockburn Central,,cockburn-central,, +Cocklebiddy,,cocklebiddy,, +Codjatotine,,codjatotine,, +Cold Harbour,,cold-harbour,, +Collanilling,,collanilling,, +College Grove,,college-grove,, +Collie,,collie,, +Collie Burn,,collie-burn,, +Collingwood Heights,,collingwood-heights,, +Collingwood Park,,collingwood-park,, +Collins,,collins,, +Commodine,,commodine,, +Como,,como,, +Condingup,,condingup,, +Connolly,,connolly,, +Contine,,contine,, +Coodanup,,coodanup,, +Coogee,,coogee,, +Cookernup,,cookernup,, +Cooladar Hill,,cooladar-hill,, +Coolbellup,,coolbellup,, +Coolbinia,,coolbinia,, +Coolcalalaya,,coolcalalaya,, +Coolgardie,,coolgardie,, +Cooljarloo,,cooljarloo,, +Cooloongup,,cooloongup,, +Coolup,,coolup,, +Coomalbidgup,,coomalbidgup,, +Coomberdale,,coomberdale,, +Coonabidgee,,coonabidgee,, +Coondle,,coondle,, +Coorow,,coorow,, +Cooya Pooya,,cooya-pooya,, +Copley,,copley,, +Coral Bay,,coral-bay,, +Corinthia,,corinthia,, +Corrigin,,corrigin,, +Cosmo Newbery,,cosmo-newbery,, +Cossack,,cossack,, +Cottesloe,,cottesloe,, +Courtenay,,courtenay,, +Cowalellup,,cowalellup,, +Cowalla,,cowalla,, +Cowaramup,,cowaramup,, +Cowcowing,,cowcowing,, +Coyrecup,,coyrecup,, +Craigie,,craigie,, +Cramphorne,,cramphorne,, +Cranbrook,,cranbrook,, +Crawley,,crawley,, +Crooked Brook,,crooked-brook,, +Crossman,,crossman,, +Crowea,,crowea,, +Cuballing,,cuballing,, +Cubbine,,cubbine,, +Cue,,cue,, +Culham,,culham,, +Cullacabardee,,cullacabardee,, +Cullalla,,cullalla,, +Cundeelee,,cundeelee,, +Cunderdin,,cunderdin,, +Cundinup,,cundinup,, +Cunjardine,,cunjardine,, +Currambine,,currambine,, +Cuthbert,,cuthbert,, +Daadenning Creek,,daadenning-creek,, +Daggar Hills,,daggar-hills,, +Daglish,,daglish,, +Dale,,dale,, +Daliak,,daliak,, +Dalkeith,,dalkeith,, +Dalwallinu,,dalwallinu,, +Dalyellup,,dalyellup,, +Dalyup,,dalyup,, +Dampier,,dampier,, +Dampier Archipelago,,dampier-archipelago,, +Dampier Peninsula,,dampier-peninsula,, +Dandanning,,dandanning,, +Dandaragan,,dandaragan,, +Dangin,,dangin,, +Darch,,darch,, +Dardadine,,dardadine,, +Dardanup,,dardanup,, +Dardanup West,,dardanup-west,, +Darkan,,darkan,, +Darling Downs,,darling-downs,, +Darlington,,darlington,, +Darradup,,darradup,, +Dartmoor,,dartmoor,, +Dartnall,,dartnall,, +Datatine,,datatine,, +Davenport,,davenport,, +Dawesville,,dawesville,, +Dayton,,dayton,, +De Grey,,de-grey,, +Deanmill,,deanmill,, +Deepdale,,deepdale,, +Deepdene,,deepdene,, +Denbarker,,denbarker,, +Denham,,denham,, +Denmark,,denmark,, +Derby,,derby,, +Devils Creek,,devils-creek,, +Dewars Pool,,dewars-pool,, +Diamond Tree,,diamond-tree,, +Dianella,,dianella,, +Dindiloa,,dindiloa,, +Dingup,,dingup,, +Dinninup,,dinninup,, +Dirk Hartog Island,,dirk-hartog-island,, +Dixvale,,dixvale,, +Djugun,,djugun,, +Dongara,,dongara,, +Dongolocking,,dongolocking,, +Donnelly River,,donnelly-river,, +Donnybrook,,donnybrook,, +Doobarda,,doobarda,, +Doodenanning,,doodenanning,, +Doodlakine,,doodlakine,, +Dorre Island,,dorre-island,, +Doubleview,,doubleview,, +Dowerin,,dowerin,, +Drome,,drome,, +Drummond Cove,,drummond-cove,, +Dryandra,,dryandra,, +Drysdale River,,drysdale-river,, +Dudawa,,dudawa,, +Dudinin,,dudinin,, +Dudley Park,,dudley-park,, +Dukin,,dukin,, +Dulbelling,,dulbelling,, +Dulyalbin,,dulyalbin,, +Dumbarton,,dumbarton,, +Dumberning,,dumberning,, +Dumbleyung,,dumbleyung,, +Duncraig,,duncraig,, +Dundas,,dundas,, +Dunn Rock,,dunn-rock,, +Dunsborough,,dunsborough,, +Durack,,durack,, +Duranillin,,duranillin,, +Durawah,,durawah,, +Dwarda,,dwarda,, +Dwellingup,,dwellingup,, +Eagle Bay,,eagle-bay,, +East Augusta,,east-augusta,, +East Ballidu,,east-ballidu,, +East Beverley,,east-beverley,, +East Bowes,,east-bowes,, +East Bunbury,,east-bunbury,, +East Cannington,,east-cannington,, +East Carnarvon,,east-carnarvon,, +East Chapman,,east-chapman,, +East Damboring,,east-damboring,, +East Fremantle,,east-fremantle,, +East Lyons River,,east-lyons-river,, +East Munglinup,,east-munglinup,, +East Murchison,,east-murchison,, +East Nabawa,,east-nabawa,, +East Nannup,,east-nannup,, +East Newdegate,,east-newdegate,, +East Perth,,east-perth,, +East Pingelly,,east-pingelly,, +East Popanyinning,,east-popanyinning,, +East Rockingham,,east-rockingham,, +East Victoria Park,,east-victoria-park,, +East Wickepin,,east-wickepin,, +East Yuna,,east-yuna,, +Eastbrook,,eastbrook,, +Eaton,,eaton,, +Eden Hill,,eden-hill,, +Edgewater,,edgewater,, +Eganu,,eganu,, +Eglinton,,eglinton,, +Eighty Mile Beach,,eighty-mile-beach,, +Elabbin,,elabbin,, +Elachbutting,,elachbutting,, +Elgin,,elgin,, +Elleker,,elleker,, +Ellenbrook,,ellenbrook,, +Ellendale,,ellendale,, +Embleton,,embleton,, +Emu Flat,,emu-flat,, +Emu Point,,emu-point,, +Eneabba,,eneabba,, +Ennuin,,ennuin,, +Eradu,,eradu,, +Eradu South,,eradu-south,, +Erskine,,erskine,, +Esperance,,esperance,, +Etmilyn,,etmilyn,, +Eucla,,eucla,, +Eurardy,,eurardy,, +Ewlyamartup,,ewlyamartup,, +Exmouth,,exmouth,, +Exmouth Gulf,,exmouth-gulf,, +Fairbridge,,fairbridge,, +Falcon,,falcon,, +Ferguson,,ferguson,, +Ferndale,,ferndale,, +Feysville,,feysville,, +Fimiston,,fimiston,, +Finucane,,finucane,, +Fitzgerald,,fitzgerald,, +Fitzgerald River National Park,,fitzgerald-river-national-park,, +Fitzroy Crossing,,fitzroy-crossing,, +Flint,,flint,, +Floreat,,floreat,, +Flynn,,flynn,, +Forest Grove,,forest-grove,, +Forest Hill,,forest-hill,, +Forrest,,forrest,, +Forrest Beach,,forrest-beach,, +Forrestania,,forrestania,, +Forrestdale,,forrestdale,, +Forrestfield,,forrestfield,, +Fortescue,,fortescue,, +Francois Peron National Park,,francois-peron-national-park,, +Frankland River,,frankland-river,, +Fraser Range,,fraser-range,, +Fremantle,,fremantle,, +Frenchman Bay,,frenchman-bay,, +Furnissdale,,furnissdale,, +Gabalong,,gabalong,, +Gabbadah,,gabbadah,, +Gabbin,,gabbin,, +Gairdner,,gairdner,, +Gap Ridge,,gap-ridge,, +Garden Island,,garden-island,, +Gascoyne Junction,,gascoyne-junction,, +Gascoyne River,,gascoyne-river,, +Geegully Creek,,geegully-creek,, +Gelorup,,gelorup,, +Geographe,,geographe,, +Georgina,,georgina,, +Geraldton,,geraldton,, +Ghooli,,ghooli,, +Gibb,,gibb,, +Gibson,,gibson,, +Gibson Desert North,,gibson-desert-north,, +Gibson Desert South,,gibson-desert-south,, +Gidgegannup,,gidgegannup,, +Gilgering,,gilgering,, +Gillimanning,,gillimanning,, +Gillingarra,,gillingarra,, +Gilroyd,,gilroyd,, +Gingerah,,gingerah,, +Gingin,,gingin,, +Ginginup,,ginginup,, +Girrawheen,,girrawheen,, +Gledhow,,gledhow,, +Glen Forrest,,glen-forrest,, +Glen Iris,,glen-iris,, +Glen Mervyn,,glen-mervyn,, +Glencoe,,glencoe,, +Glendalough,,glendalough,, +Glenfield,,glenfield,, +Glenlynn,,glenlynn,, +Glenoran,,glenoran,, +Glentromie,,glentromie,, +Gnangara,,gnangara,, +Gnarabup,,gnarabup,, +Gnoorea,,gnoorea,, +Gnowangerup,,gnowangerup,, +Gnowellen,,gnowellen,, +Golden Bay,,golden-bay,, +Goode Beach,,goode-beach,, +Goodlands,,goodlands,, +Goomalling,,goomalling,, +Goomarin,,goomarin,, +Gooseberry Hill,,gooseberry-hill,, +Gorge Rock,,gorge-rock,, +Gorrie,,gorrie,, +Gosnells,,gosnells,, +Gracetown,,gracetown,, +Granville,,granville,, +Grass Patch,,grass-patch,, +Grass Valley,,grass-valley,, +Green Head,,green-head,, +Green Range,,green-range,, +Green Valley,,green-valley,, +Greenbushes,,greenbushes,, +Greenfields,,greenfields,, +Greenhills,,greenhills,, +Greenmount,,greenmount,, +Greenough,,greenough,, +Greenwood,,greenwood,, +Greenwoods Valley,,greenwoods-valley,, +Gregory,,gregory,, +Grey,,grey,, +Greys Plain,,greys-plain,, +Grimwade,,grimwade,, +Guilderton,,guilderton,, +Guildford,,guildford,, +Gundaring,,gundaring,, +Gunyidi,,gunyidi,, +Gutha,,gutha,, +Gwambygine,,gwambygine,, +Gwelup,,gwelup,, +Gwindinup,,gwindinup,, +Hacketts Gully,,hacketts-gully,, +Halls Creek,,halls-creek,, +Halls Head,,halls-head,, +Hamel,,hamel,, +Hamelin Bay,,hamelin-bay,, +Hamelin Pool,,hamelin-pool,, +Hamersley,,hamersley,, +Hamersley Range,,hamersley-range,, +Hamilton Hill,,hamilton-hill,, +Hammond Park,,hammond-park,, +Hannans,,hannans,, +Harris River,,harris-river,, +Harrisdale,,harrisdale,, +Harrismith,,harrismith,, +Harvey,,harvey,, +Hastings,,hastings,, +Hatter Hill,,hatter-hill,, +Hay,,hay,, +Haynes,,haynes,, +Hazelmere,,hazelmere,, +Hazelvale,,hazelvale,, +Heathridge,,heathridge,, +Helena Valley,,helena-valley,, +Henderson,,henderson,, +Henley Brook,,henley-brook,, +Henty,,henty,, +Herdsman,,herdsman,, +Herne Hill,,herne-hill,, +Herron,,herron,, +Hester,,hester,, +Hester Brook,,hester-brook,, +Hickety,,hickety,, +Higginsville,,higginsville,, +High Wycombe,,high-wycombe,, +Highbury,,highbury,, +Highgate,,highgate,, +Hilbert,,hilbert,, +Hill River,,hill-river,, +Hillarys,,hillarys,, +Hillman,,hillman,, +Hillside,,hillside,, +Hilton,,hilton,, +Hindmarsh,,hindmarsh,, +Hines Hill,,hines-hill,, +Hithergreen,,hithergreen,, +Hocking,,hocking,, +Hoddys Well,,hoddys-well,, +Hoffman,,hoffman,, +Holleton,,holleton,, +Holmwood,,holmwood,, +Holt Rock,,holt-rock,, +Holyoake,,holyoake,, +Home Island Cocos (Keeling) Is,,home-island-cocos-(keeling)-is,, +Hope Valley,,hope-valley,, +Hopeland,,hopeland,, +Hopetoun,,hopetoun,, +Horrocks,,horrocks,, +Houtman Abrolhos,,houtman-abrolhos,, +Hovea,,hovea,, +Howatharra,,howatharra,, +Howick,,howick,, +Hulongine,,hulongine,, +Huntingdale,,huntingdale,, +Hyden,,hyden,, +Ikewa,,ikewa,, +Iluka,,iluka,, +Indee,,indee,, +Inggarda,,inggarda,, +Inglehope,,inglehope,, +Inglewood,,inglewood,, +Inkpen,,inkpen,, +Innaloo,,innaloo,, +Innawanga,,innawanga,, +Irishtown,,irishtown,, +Irrunytju,,irrunytju,, +Irwin,,irwin,, +Israelite Bay,,israelite-bay,, +Isseka,,isseka,, +Jackitup,,jackitup,, +Jacup,,jacup,, +Jalbarragup,,jalbarragup,, +Jaloran,,jaloran,, +Jandabup,,jandabup,, +Jandakot,,jandakot,, +Jane Brook,,jane-brook,, +Jardee,,jardee,, +Jarlmadangah Burru,,jarlmadangah-burru,, +Jarrahdale,,jarrahdale,, +Jarrahwood,,jarrahwood,, +Jelcobine,,jelcobine,, +Jennacubbine,,jennacubbine,, +Jennapullin,,jennapullin,, +Jerdacuttup,,jerdacuttup,, +Jerramungup,,jerramungup,, +Jibberding,,jibberding,, +Jigalong,,jigalong,, +Jilakin,,jilakin,, +Jindalee,,jindalee,, +Jindong,,jindong,, +Jingalup,,jingalup,, +Jitarning,,jitarning,, +Jolimont,,jolimont,, +Joondalup,,joondalup,, +Joondanna,,joondanna,, +Julimar,,julimar,, +Juna Downs,,juna-downs,, +Jurien Bay,,jurien-bay,, +Kadathinni,,kadathinni,, +Kalamunda,,kalamunda,, +Kalannie,,kalannie,, +Kalbarri,,kalbarri,, +Kalbarri National Park,,kalbarri-national-park,, +Kalgan,,kalgan,, +Kalgoorlie,,kalgoorlie,, +Kalgup,,kalgup,, +Kallaroo,,kallaroo,, +Kaloorup,,kaloorup,, +Kalumburu,,kalumburu,, +Kambalda East,,kambalda-east,, +Kambalda West,,kambalda-west,, +Kangaroo Gully,,kangaroo-gully,, +Kanowna,,kanowna,, +Kanpa,,kanpa,, +Karakin,,karakin,, +Karalundi,,karalundi,, +Karawara,,karawara,, +Kardinya,,kardinya,, +Karijini,,karijini,, +Karlgarin,,karlgarin,, +Karlkurla,,karlkurla,, +Karloning,,karloning,, +Karloo,,karloo,, +Karnup,,karnup,, +Karragullen,,karragullen,, +Karrakatta,,karrakatta,, +Karrakup,,karrakup,, +Karramindie,,karramindie,, +Karranadgin,,karranadgin,, +Karratha,,karratha,, +Karratha Industrial Estate,,karratha-industrial-estate,, +Karridale,,karridale,, +Karrinyup,,karrinyup,, +Karroun Hill,,karroun-hill,, +Katanning,,katanning,, +Katrine,,katrine,, +Kauring,,kauring,, +Kealy,,kealy,, +Kebaringup,,kebaringup,, +Kellerberrin,,kellerberrin,, +Kelmscott,,kelmscott,, +Kendenup,,kendenup,, +Kenmare,,kenmare,, +Kennedy Range,,kennedy-range,, +Kensington,,kensington,, +Kentdale,,kentdale,, +Kenwick,,kenwick,, +Keralup,,keralup,, +Kewdale,,kewdale,, +Keysbrook,,keysbrook,, +Kiara,,kiara,, +Kimbolton,,kimbolton,, +King Leopold Ranges,,king-leopold-ranges,, +King River,,king-river,, +Kings Park,,kings-park,, +Kingsford,,kingsford,, +Kingsley,,kingsley,, +Kingston,,kingston,, +Kinross,,kinross,, +Kirk Rock,,kirk-rock,, +Kirup,,kirup,, +Kojaneerup South,,kojaneerup-south,, +Kojarena,,kojarena,, +Kojonup,,kojonup,, +Kokeby,,kokeby,, +Kondinin,,kondinin,, +Kondut,,kondut,, +Konnongorring,,konnongorring,, +Koojan,,koojan,, +Kookynie,,kookynie,, +Koolanooka,,koolanooka,, +Koolyanobbing,,koolyanobbing,, +Koomberkine,,koomberkine,, +Koondoola,,koondoola,, +Koongamia,,koongamia,, +Koorda,,koorda,, +Korbel,,korbel,, +Kordabup,,kordabup,, +Korrelocking,,korrelocking,, +Kronkup,,kronkup,, +Kudardup,,kudardup,, +Kuender,,kuender,, +Kukerin,,kukerin,, +Kulikup,,kulikup,, +Kulin,,kulin,, +Kulin West,,kulin-west,, +Kulja,,kulja,, +Kumarina,,kumarina,, +Kundat Djaru,,kundat-djaru,, +Kunjin,,kunjin,, +Kununoppin,,kununoppin,, +Kununurra,,kununurra,, +Kupartiya,,kupartiya,, +Kurnalpi,,kurnalpi,, +Kurrenkutten,,kurrenkutten,, +Kweda,,kweda,, +Kwelkan,,kwelkan,, +Kwinana Beach,,kwinana-beach,, +Kwinana Town Centre,,kwinana-town-centre,, +Kwolyin,,kwolyin,, +Lagrange,,lagrange,, +Lake Argyle,,lake-argyle,, +Lake Austin,,lake-austin,, +Lake Biddy,,lake-biddy,, +Lake Brown,,lake-brown,, +Lake Camm,,lake-camm,, +Lake Carnegie,,lake-carnegie,, +Lake Clifton,,lake-clifton,, +Lake Coogee,,lake-coogee,, +Lake Darlot,,lake-darlot,, +Lake Deborah,,lake-deborah,, +Lake Grace,,lake-grace,, +Lake Hinds,,lake-hinds,, +Lake Jasper,,lake-jasper,, +Lake King,,lake-king,, +Lake Margarette,,lake-margarette,, +Lake Muir,,lake-muir,, +Lake Ninan,,lake-ninan,, +Lake Toolbrunup,,lake-toolbrunup,, +Lake Wells,,lake-wells,, +Lakelands,,lakelands,, +Lakewood,,lakewood,, +Lamington,,lamington,, +Lancelin,,lancelin,, +Landsdale,,landsdale,, +Lange,,lange,, +Langford,,langford,, +Latham,,latham,, +Lathlain,,lathlain,, +Laverton,,laverton,, +Learmonth,,learmonth,, +Leda,,leda,, +Ledge Point,,ledge-point,, +Leederville,,leederville,, +Leeman,,leeman,, +Leeming,,leeming,, +Leeuwin,,leeuwin,, +Leinster,,leinster,, +Lennard Brook,,lennard-brook,, +Leonora,,leonora,, +Leschenault,,leschenault,, +Lesley,,lesley,, +Lesmurdie,,lesmurdie,, +Lexia,,lexia,, +Lime Lake,,lime-lake,, +Linfarne,,linfarne,, +Little Grove,,little-grove,, +Little Italy,,little-italy,, +Little Sandy Desert,,little-sandy-desert,, +Lockier,,lockier,, +Lockridge,,lockridge,, +Lockyer,,lockyer,, +Lol Gray,,lol-gray,, +Londonderry,,londonderry,, +Lort River,,lort-river,, +Lowden,,lowden,, +Lower Chittering,,lower-chittering,, +Lower Hotham,,lower-hotham,, +Lower King,,lower-king,, +Lowlands,,lowlands,, +Ludlow,,ludlow,, +Lumeah,,lumeah,, +Lyalls Mill,,lyalls-mill,, +Lyndon,,lyndon,, +Lynwood,,lynwood,, +Macleod,,macleod,, +Maddington,,maddington,, +Madeley,,madeley,, +Madora Bay,,madora-bay,, +Madura,,madura,, +Magenta,,magenta,, +Magitup,,magitup,, +Mahogany Creek,,mahogany-creek,, +Mahomets Flats,,mahomets-flats,, +Maida Vale,,maida-vale,, +Maitland,,maitland,, +Malabaine,,malabaine,, +Malaga,,malaga,, +Malebelling,,malebelling,, +Mallee Hill,,mallee-hill,, +Malmalling,,malmalling,, +Malyalling,,malyalling,, +Mandogalup,,mandogalup,, +Mandurah,,mandurah,, +Manjimup,,manjimup,, +Manmanning,,manmanning,, +Manning,,manning,, +Mantamaru,,mantamaru,, +Manypeaks,,manypeaks,, +Marangaroo,,marangaroo,, +Maranup,,maranup,, +Marbelup,,marbelup,, +Marble Bar,,marble-bar,, +Marchagee,,marchagee,, +Mardella,,mardella,, +Mardie,,mardie,, +Margaret River,,margaret-river,, +Mariginiup,,mariginiup,, +Marmion,,marmion,, +Marne,,marne,, +Marracoonda,,marracoonda,, +Marradong,,marradong,, +Marrah,,marrah,, +Marrinup,,marrinup,, +Martin,,martin,, +Marvel Loch,,marvel-loch,, +Marybrook,,marybrook,, +Massey Bay,,massey-bay,, +Maya,,maya,, +Mayanup,,mayanup,, +Maylands,,maylands,, +Mcalinden,,mcalinden,, +Mcbeath,,mcbeath,, +Mckail,,mckail,, +Meadow,,meadow,, +Meadow Springs,,meadow-springs,, +Meckering,,meckering,, +Meda,,meda,, +Medina,,medina,, +Meekatharra,,meekatharra,, +Meeking,,meeking,, +Meelon,,meelon,, +Meenaar,,meenaar,, +Meerup,,meerup,, +Melaleuca,,melaleuca,, +Melville,,melville,, +Menora,,menora,, +Menzies,,menzies,, +Merilup,,merilup,, +Merivale,,merivale,, +Merkanooka,,merkanooka,, +Merredin,,merredin,, +Merriwa,,merriwa,, +Meru,,meru,, +Metricup,,metricup,, +Mettler,,mettler,, +Miamoon,,miamoon,, +Middle Swan,,middle-swan,, +Middlesex,,middlesex,, +Middleton Beach,,middleton-beach,, +Midland,,midland,, +Midvale,,midvale,, +Miling,,miling,, +Millars Well,,millars-well,, +Millbridge,,millbridge,, +Millbrook,,millbrook,, +Millendon,,millendon,, +Mills Lake,,mills-lake,, +Millstream,,millstream,, +Milo,,milo,, +Milpara,,milpara,, +Mimegarra,,mimegarra,, +Mindarabin,,mindarabin,, +Mindarie,,mindarie,, +Mindarra,,mindarra,, +Minding,,minding,, +Mingenew,,mingenew,, +Minigin,,minigin,, +Minilya,,minilya,, +Minnenooka,,minnenooka,, +Minnivale,,minnivale,, +Minyirr,,minyirr,, +Mira Mar,,mira-mar,, +Mirrabooka,,mirrabooka,, +Mitchell Plateau,,mitchell-plateau,, +Mobrup,,mobrup,, +Mocardy,,mocardy,, +Mogumber,,mogumber,, +Mokine,,mokine,, +Mokup,,mokup,, +Mollerin,,mollerin,, +Molloy Island,,molloy-island,, +Monjebup,,monjebup,, +Monjingup,,monjingup,, +Monkey Mia,,monkey-mia,, +Moodiarrup,,moodiarrup,, +Moojebing,,moojebing,, +Mooliabeenee,,mooliabeenee,, +Moondah,,moondah,, +Moondyne,,moondyne,, +Moonies Hill,,moonies-hill,, +Moonyoonooka,,moonyoonooka,, +Moora,,moora,, +Moore River National Park,,moore-river-national-park,, +Mooriary,,mooriary,, +Moorine Rock,,moorine-rock,, +Morangup,,morangup,, +Morawa,,morawa,, +Morbinning,,morbinning,, +Mordalup,,mordalup,, +Moresby,,moresby,, +Morgantown,,morgantown,, +Morley,,morley,, +Mornington,,mornington,, +Mosman Park,,mosman-park,, +Moulyinning,,moulyinning,, +Mount Adams,,mount-adams,, +Mount Anketell,,mount-anketell,, +Mount Barker,,mount-barker,, +Mount Budd,,mount-budd,, +Mount Burges,,mount-burges,, +Mount Caroline,,mount-caroline,, +Mount Claremont,,mount-claremont,, +Mount Clarence,,mount-clarence,, +Mount Cooke,,mount-cooke,, +Mount Elphinstone,,mount-elphinstone,, +Mount Erin,,mount-erin,, +Mount Hampton,,mount-hampton,, +Mount Hardey,,mount-hardey,, +Mount Hardman,,mount-hardman,, +Mount Hawthorn,,mount-hawthorn,, +Mount Helena,,mount-helena,, +Mount Hill,,mount-hill,, +Mount Holland,,mount-holland,, +Mount Horner,,mount-horner,, +Mount Jackson,,mount-jackson,, +Mount Lawley,,mount-lawley,, +Mount Lindesay,,mount-lindesay,, +Mount Madden,,mount-madden,, +Mount Magnet,,mount-magnet,, +Mount Melville,,mount-melville,, +Mount Nasura,,mount-nasura,, +Mount Ney,,mount-ney,, +Mount Observation,,mount-observation,, +Mount Palmer,,mount-palmer,, +Mount Pleasant,,mount-pleasant,, +Mount Richon,,mount-richon,, +Mount Romance,,mount-romance,, +Mount Sheila,,mount-sheila,, +Mount Sheridan,,mount-sheridan,, +Mount Stirling,,mount-stirling,, +Mount Tarcoola,,mount-tarcoola,, +Mount Walker,,mount-walker,, +Mount Wells,,mount-wells,, +Mouroubra,,mouroubra,, +Muchea,,muchea,, +Muckenburra,,muckenburra,, +Mueller Ranges,,mueller-ranges,, +Muja,,muja,, +Mukinbudin,,mukinbudin,, +Mulataga,,mulataga,, +Mulga Downs,,mulga-downs,, +Mullaloo,,mullaloo,, +Mullalyup,,mullalyup,, +Mullewa,,mullewa,, +Mullingar,,mullingar,, +Muluckine,,muluckine,, +Mumballup,,mumballup,, +Mumberkine,,mumberkine,, +Mundabullangana,,mundabullangana,, +Mundaring,,mundaring,, +Mundijong,,mundijong,, +Mundrabilla,,mundrabilla,, +Mungalup,,mungalup,, +Munglinup,,munglinup,, +Munster,,munster,, +Muntadgin,,muntadgin,, +Muradup,,muradup,, +Murchison,,murchison,, +Murdoch,,murdoch,, +Murdong,,murdong,, +Muresk,,muresk,, +Myalup,,myalup,, +Myara,,myara,, +Myaree,,myaree,, +Myrup,,myrup,, +Nabawa,,nabawa,, +Nairibin,,nairibin,, +Nalkain,,nalkain,, +Nalyerlup,,nalyerlup,, +Namban,,namban,, +Nambeelup,,nambeelup,, +Nambung,,nambung,, +Nanarup,,nanarup,, +Nanga,,nanga,, +Nanga Brook,,nanga-brook,, +Nangeenan,,nangeenan,, +Nangetty,,nangetty,, +Nannup,,nannup,, +Nanson,,nanson,, +Nanutarra,,nanutarra,, +Napier,,napier,, +Naraling,,naraling,, +Narembeen,,narembeen,, +Narngulu,,narngulu,, +Narra Tarra,,narra-tarra,, +Narraloggan,,narraloggan,, +Narrikup,,narrikup,, +Narrogin,,narrogin,, +Narrogin Valley,,narrogin-valley,, +Naturaliste,,naturaliste,, +Naval Base,,naval-base,, +Neale,,neale,, +Nedlands,,nedlands,, +Needilup,,needilup,, +Neendaling,,neendaling,, +Neerabup,,neerabup,, +Neergabby,,neergabby,, +Nembudding,,nembudding,, +Neridup,,neridup,, +Nerramyne,,nerramyne,, +Nerren Nerren,,nerren-nerren,, +New Norcia,,new-norcia,, +Newcarlbeon,,newcarlbeon,, +Newdegate,,newdegate,, +Newlands,,newlands,, +Newman,,newman,, +Ngaanyatjarra-Giles,,ngaanyatjarra-giles,, +Nickol,,nickol,, +Nilgen,,nilgen,, +Nillup,,nillup,, +Ningaloo,,ningaloo,, +Nippering,,nippering,, +Nirimba,,nirimba,, +Noggerup,,noggerup,, +Nokaning,,nokaning,, +Nolba,,nolba,, +Nollamara,,nollamara,, +Nomans Lake,,nomans-lake,, +Noranda,,noranda,, +Nornalup,,nornalup,, +Norpa,,norpa,, +Norseman,,norseman,, +North Baandee,,north-baandee,, +North Bannister,,north-bannister,, +North Beach,,north-beach,, +North Bodallin,,north-bodallin,, +North Boyanup,,north-boyanup,, +North Burngup,,north-burngup,, +North Cascade,,north-cascade,, +North Coogee,,north-coogee,, +North Dandalup,,north-dandalup,, +North Eradu,,north-eradu,, +North Fremantle,,north-fremantle,, +North Greenbushes,,north-greenbushes,, +North Jindong,,north-jindong,, +North Kellerberrin,,north-kellerberrin,, +North Kukerin,,north-kukerin,, +North Kununoppin,,north-kununoppin,, +North Lake,,north-lake,, +North Lake Grace,,north-lake-grace,, +North Moulyinning,,north-moulyinning,, +North Perth,,north-perth,, +North Plantations,,north-plantations,, +North Stirlings,,north-stirlings,, +North Tammin,,north-tammin,, +North Trayning,,north-trayning,, +North Walpole,,north-walpole,, +North West Cape,,north-west-cape,, +North Wialki,,north-wialki,, +North Yelbeni,,north-yelbeni,, +North Yunderup,,north-yunderup,, +Northam,,northam,, +Northampton,,northampton,, +Northbridge,,northbridge,, +Northcliffe,,northcliffe,, +Northern Gully,,northern-gully,, +Nowergup,,nowergup,, +Nugadong,,nugadong,, +Nukarni,,nukarni,, +Nullagine,,nullagine,, +Nullaki,,nullaki,, +Nulsen,,nulsen,, +Nungarin,,nungarin,, +Nunierra,,nunierra,, +Nunile,,nunile,, +Nyabing,,nyabing,, +Oakajee,,oakajee,, +Oakford,,oakford,, +Oakley,,oakley,, +Ocean Beach,,ocean-beach,, +Ocean Reef,,ocean-reef,, +O'Connor,,o'connor,, +Ogilvie,,ogilvie,, +Old Plains,,old-plains,, +Oldbury,,oldbury,, +Ongerup,,ongerup,, +Onslow,,onslow,, +Oombulgurri,,oombulgurri,, +Ora Banda,,ora-banda,, +Orana,,orana,, +Orange Grove,,orange-grove,, +Orange Springs,,orange-springs,, +Orchid Valley,,orchid-valley,, +Ord River,,ord-river,, +Orelia,,orelia,, +Osborne Park,,osborne-park,, +Osmington,,osmington,, +Padbury,,padbury,, +Palgarup,,palgarup,, +Pallinup,,pallinup,, +Palmdale,,palmdale,, +Palmer,,palmer,, +Palmyra,,palmyra,, +Pannawonica,,pannawonica,, +Pantapin,,pantapin,, +Papulankutja,,papulankutja,, +Paraburdoo,,paraburdoo,, +Paradise,,paradise,, +Pardoo,,pardoo,, +Parker Range,,parker-range,, +Parkerville,,parkerville,, +Parkeston,,parkeston,, +Parkfield,,parkfield,, +Parklands,,parklands,, +Parkwood,,parkwood,, +Parmelia,,parmelia,, +Parryville,,parryville,, +Patjarr,,patjarr,, +Paulls Valley,,paulls-valley,, +Paynedale,,paynedale,, +Paynes Find,,paynes-find,, +Paynesville,,paynesville,, +Peaceful Bay,,peaceful-bay,, +Peak Hill,,peak-hill,, +Pearsall,,pearsall,, +Peedamulla,,peedamulla,, +Peerabeelup,,peerabeelup,, +Pegs Creek,,pegs-creek,, +Pelican Point,,pelican-point,, +Pemberton,,pemberton,, +Peppermint Grove,,peppermint-grove,, +Peppermint Grove Beach,,peppermint-grove-beach,, +Perenjori,,perenjori,, +Perillup,,perillup,, +Peron,,peron,, +Perth,,perth,, +Perth Airport,,perth-airport,, +Perup,,perup,, +Petrudor,,petrudor,, +Piara Waters,,piara-waters,, +Piawaning,,piawaning,, +Piccadilly,,piccadilly,, +Pickering Brook,,pickering-brook,, +Picton,,picton,, +Picton East,,picton-east,, +Piesse Brook,,piesse-brook,, +Piesseville,,piesseville,, +Pindar,,pindar,, +Pingaring,,pingaring,, +Pingelly,,pingelly,, +Pingrup,,pingrup,, +Pinjar,,pinjar,, +Pinjarra,,pinjarra,, +Pink Lake,,pink-lake,, +Pintharuka,,pintharuka,, +Pinwernying,,pinwernying,, +Pippingarra,,pippingarra,, +Pithara,,pithara,, +Plumridge Lakes,,plumridge-lakes,, +Point Grey,,point-grey,, +Point Samson,,point-samson,, +Popanyinning,,popanyinning,, +Porongurup,,porongurup,, +Port Albany,,port-albany,, +Port Denison,,port-denison,, +Port Hedland,,port-hedland,, +Port Kennedy,,port-kennedy,, +Postans,,postans,, +Preston Beach,,preston-beach,, +Preston Settlement,,preston-settlement,, +Prevelly,,prevelly,, +Prince Regent River,,prince-regent-river,, +Pumphreys Bridge,,pumphreys-bridge,, +Purnululu,,purnululu,, +Quairading,,quairading,, +Qualeup,,qualeup,, +Quedjinup,,quedjinup,, +Queens Park,,queens-park,, +Queenwood,,queenwood,, +Quelagetting,,quelagetting,, +Quellington,,quellington,, +Quindalup,,quindalup,, +Quindanning,,quindanning,, +Quinninup,,quinninup,, +Quinns Rocks,,quinns-rocks,, +Ranford,,ranford,, +Rangeway,,rangeway,, +Ravensthorpe,,ravensthorpe,, +Ravenswood,,ravenswood,, +Rawlinna,,rawlinna,, +Red Gully,,red-gully,, +Red Hill,,red-hill,, +Redbank,,redbank,, +Redcliffe,,redcliffe,, +Redgate,,redgate,, +Redmond,,redmond,, +Redmond West,,redmond-west,, +Reedy,,reedy,, +Regans Ford,,regans-ford,, +Reinscourt,,reinscourt,, +Remlap,,remlap,, +Reservoir,,reservoir,, +Ridgewood,,ridgewood,, +Ringbark,,ringbark,, +Riverton,,riverton,, +Rivervale,,rivervale,, +Robinson,,robinson,, +Rockingham,,rockingham,, +Rocklea,,rocklea,, +Rockwell,,rockwell,, +Rocky Gully,,rocky-gully,, +Roebourne,,roebourne,, +Roebuck,,roebuck,, +Roelands,,roelands,, +Roleystone,,roleystone,, +Rosa Brook,,rosa-brook,, +Rosa Glen,,rosa-glen,, +Rossmore,,rossmore,, +Rossmoyne,,rossmoyne,, +Rothsay,,rothsay,, +Rottnest Island,,rottnest-island,, +Ruabon,,ruabon,, +Rudds Gully,,rudds-gully,, +Ryansbrook,,ryansbrook,, +Sabina River,,sabina-river,, +Safety Bay,,safety-bay,, +Salmon Gums,,salmon-gums,, +Salter Point,,salter-point,, +Samson,,samson,, +San Remo,,san-remo,, +Sandpatch,,sandpatch,, +Sandsprings,,sandsprings,, +Sandstone,,sandstone,, +Sandy Gully,,sandy-gully,, +Sawyers Valley,,sawyers-valley,, +Scaddan,,scaddan,, +Scarborough,,scarborough,, +Schroeder,,schroeder,, +Scotsdale,,scotsdale,, +Scott River,,scott-river,, +Scott River East,,scott-river-east,, +Scotts Brook,,scotts-brook,, +Seabird,,seabird,, +Secret Harbour,,secret-harbour,, +Seppings,,seppings,, +Serpentine,,serpentine,, +Seville Grove,,seville-grove,, +Shackleton,,shackleton,, +Shadforth,,shadforth,, +Shannon,,shannon,, +Shark Bay,,shark-bay,, +Shelley,,shelley,, +Shenton Park,,shenton-park,, +Sherlock,,sherlock,, +Shoalwater,,shoalwater,, +Shotts,,shotts,, +Siesta Park,,siesta-park,, +Silver Sands,,silver-sands,, +Sinagra,,sinagra,, +Sinclair,,sinclair,, +Singleton,,singleton,, +Sir Samuel,,sir-samuel,, +Skeleton Rock,,skeleton-rock,, +Smith Brook,,smith-brook,, +Solus,,solus,, +Somerville,,somerville,, +Sorrento,,sorrento,, +South Bodallin,,south-bodallin,, +South Boulder,,south-boulder,, +South Bunbury,,south-bunbury,, +South Burracoppin,,south-burracoppin,, +South Carnarvon,,south-carnarvon,, +South Datatine,,south-datatine,, +South Doodlakine,,south-doodlakine,, +South Fremantle,,south-fremantle,, +South Glencoe,,south-glencoe,, +South Greenough,,south-greenough,, +South Guildford,,south-guildford,, +South Hedland,,south-hedland,, +South Kalgoorlie,,south-kalgoorlie,, +South Kukerin,,south-kukerin,, +South Kumminin,,south-kumminin,, +South Kununoppin,,south-kununoppin,, +South Lake,,south-lake,, +South Lake Grace,,south-lake-grace,, +South Murchison,,south-murchison,, +South Newdegate,,south-newdegate,, +South Perth,,south-perth,, +South Plantations,,south-plantations,, +South Quairading,,south-quairading,, +South Stirling,,south-stirling,, +South Tammin,,south-tammin,, +South Trayning,,south-trayning,, +South Yelbeni,,south-yelbeni,, +South Yilgarn,,south-yilgarn,, +South Yuna,,south-yuna,, +South Yunderup,,south-yunderup,, +Southampton,,southampton,, +Southern Brook,,southern-brook,, +Southern Cross,,southern-cross,, +Southern River,,southern-river,, +Spalding,,spalding,, +Spearwood,,spearwood,, +Spencer Park,,spencer-park,, +Spencers Brook,,spencers-brook,, +Springfield,,springfield,, +Springs,,springs,, +St George Ranges,,st-george-ranges,, +St James,,st-james,, +St Ronans,,st-ronans,, +Stake Hill,,stake-hill,, +Stirling,,stirling,, +Stirling Estate,,stirling-estate,, +Stirling Range National Park,,stirling-range-national-park,, +Stoneville,,stoneville,, +Stove Hill,,stove-hill,, +Strathalbyn,,strathalbyn,, +Stratham,,stratham,, +Stratherne,,stratherne,, +Stratton,,stratton,, +Strelley,,strelley,, +Sturt Creek,,sturt-creek,, +Subiaco,,subiaco,, +Success,,success,, +Sunnyside,,sunnyside,, +Sunset Beach,,sunset-beach,, +Swan View,,swan-view,, +Swanbourne,,swanbourne,, +Takalarup,,takalarup,, +Talandji,,talandji,, +Talbot,,talbot,, +Talbot West,,talbot-west,, +Talgomine,,talgomine,, +Talisker,,talisker,, +Tamala,,tamala,, +Tamala Park,,tamala-park,, +Tambellup,,tambellup,, +Tammin,,tammin,, +Tampu,,tampu,, +Tanami,,tanami,, +Tandegin,,tandegin,, +Tapping,,tapping,, +Tarcoola Beach,,tarcoola-beach,, +Tardun,,tardun,, +Tarin Rock,,tarin-rock,, +Teesdale,,teesdale,, +Telfer,,telfer,, +Tenindewa,,tenindewa,, +Tenterden,,tenterden,, +The Lakes,,the-lakes,, +The Plains,,the-plains,, +The Spectacles,,the-spectacles,, +The Vines,,the-vines,, +Thomson Brook,,thomson-brook,, +Thornlie,,thornlie,, +Three Springs,,three-springs,, +Throssell,,throssell,, +Tibradden,,tibradden,, +Tincurrin,,tincurrin,, +Tingledale,,tingledale,, +Tjirrkarli,,tjirrkarli,, +Tjukurla,,tjukurla,, +Tom Price,,tom-price,, +Tonebridge,,tonebridge,, +Toodyay,,toodyay,, +Toolibin,,toolibin,, +Toolonga,,toolonga,, +Toompup,,toompup,, +Torbay,,torbay,, +Torndirrup,,torndirrup,, +Townsendale,,townsendale,, +Trafalgar,,trafalgar,, +Trayning,,trayning,, +Treeby,,treeby,, +Treeton,,treeton,, +Trent,,trent,, +Trigg,,trigg,, +Trigwell,,trigwell,, +Tuart Hill,,tuart-hill,, +Turkey Hill,,turkey-hill,, +Tutunup,,tutunup,, +Two Rocks,,two-rocks,, +Ucarty,,ucarty,, +Ucarty West,,ucarty-west,, +Uduc,,uduc,, +Ularring,,ularring,, +Upper Capel,,upper-capel,, +Upper Murray,,upper-murray,, +Upper Swan,,upper-swan,, +Upper Warren,,upper-warren,, +Useless Loop,,useless-loop,, +Usher,,usher,, +Utakarra,,utakarra,, +Valentine,,valentine,, +Vancouver Peninsula,,vancouver-peninsula,, +Varley,,varley,, +Vasse,,vasse,, +Victoria Park,,victoria-park,, +Victoria Rock,,victoria-rock,, +Victory Heights,,victory-heights,, +Vittoria,,vittoria,, +Viveash,,viveash,, +Wadderin,,wadderin,, +Waddington,,waddington,, +Waddy Forest,,waddy-forest,, +Waeel,,waeel,, +Wagerup,,wagerup,, +Waggrakine,,waggrakine,, +Wagin,,wagin,, +Waikiki,,waikiki,, +Walebing,,walebing,, +Walgoolan,,walgoolan,, +Walkaway,,walkaway,, +Wallareenya,,wallareenya,, +Wallaroo,,wallaroo,, +Walliston,,walliston,, +Walmsley,,walmsley,, +Walpole,,walpole,, +Walsall,,walsall,, +Walyormouring,,walyormouring,, +Walyunga National Park,,walyunga-national-park,, +Walyurin,,walyurin,, +Wamenusking,,wamenusking,, +Wanarn,,wanarn,, +Wandana,,wandana,, +Wandering,,wandering,, +Wandi,,wandi,, +Wandillup,,wandillup,, +Wandina,,wandina,, +Wanerie,,wanerie,, +Wangara,,wangara,, +Wannamal,,wannamal,, +Wannanup,,wannanup,, +Wanneroo,,wanneroo,, +Wansbrough,,wansbrough,, +Warakurna,,warakurna,, +Warawarrup,,warawarrup,, +Warburton,,warburton,, +Wardering,,wardering,, +Warding East,,warding-east,, +Warmun,,warmun,, +Warnbro,,warnbro,, +Warner Glen,,warner-glen,, +Waroona,,waroona,, +Warrachuppin,,warrachuppin,, +Warradarge,,warradarge,, +Warralakin,,warralakin,, +Warrenup,,warrenup,, +Warwick,,warwick,, +Waterbank,,waterbank,, +Watercarrin,,watercarrin,, +Waterford,,waterford,, +Waterloo,,waterloo,, +Watermans Bay,,watermans-bay,, +Watheroo,,watheroo,, +Wattening,,wattening,, +Wattle Grove,,wattle-grove,, +Wattleup,,wattleup,, +Wattoning,,wattoning,, +Webberton,,webberton,, +Wedge Island,,wedge-island,, +Wedgecarrup,,wedgecarrup,, +Wedgefield,,wedgefield,, +Welbungin,,welbungin,, +Weld Range,,weld-range,, +Wellard,,wellard,, +Wellesley,,wellesley,, +Wellington Forest,,wellington-forest,, +Wellington Mill,,wellington-mill,, +Wellstead,,wellstead,, +Welshpool,,welshpool,, +Wembley,,wembley,, +Wembley Downs,,wembley-downs,, +West Ballidu,,west-ballidu,, +West Beach,,west-beach,, +West Binnu,,west-binnu,, +West Busselton,,west-busselton,, +West Cape Howe,,west-cape-howe,, +West Casuarinas,,west-casuarinas,, +West Coolup,,west-coolup,, +West End,,west-end,, +West Fitzgerald,,west-fitzgerald,, +West Holleton,,west-holleton,, +West Island Cocos (Keeling) Is,,west-island-cocos-(keeling)-is,, +West Kalgoorlie,,west-kalgoorlie,, +West Lamington,,west-lamington,, +West Leederville,,west-leederville,, +West Lyons River,,west-lyons-river,, +West Perth,,west-perth,, +West Pingelly,,west-pingelly,, +West Pinjarra,,west-pinjarra,, +West Popanyinning,,west-popanyinning,, +West River,,west-river,, +West Swan,,west-swan,, +West Toodyay,,west-toodyay,, +Westdale,,westdale,, +Westminster,,westminster,, +Westonia,,westonia,, +Westwood,,westwood,, +Whim Creek,,whim-creek,, +Whitby,,whitby,, +White Gum Valley,,white-gum-valley,, +White Peak,,white-peak,, +Whiteman,,whiteman,, +Whittaker,,whittaker,, +Wialki,,wialki,, +Wicherina,,wicherina,, +Wicherina South,,wicherina-south,, +Wickepin,,wickepin,, +Wickham,,wickham,, +Widgiemooltha,,widgiemooltha,, +Wijilawarrim,,wijilawarrim,, +Wilberforce,,wilberforce,, +Wilbinga,,wilbinga,, +Wilga,,wilga,, +Wilga West,,wilga-west,, +Wilgarrup,,wilgarrup,, +Wilgoyne,,wilgoyne,, +Willagee,,willagee,, +Willare,,willare,, +Willetton,,willetton,, +William Bay,,william-bay,, +Williams,,williams,, +Williamstown,,williamstown,, +Willyung,,willyung,, +Wilson,,wilson,, +Wiluna,,wiluna,, +Wilyabrup,,wilyabrup,, +Windabout,,windabout,, +Windy Harbour,,windy-harbour,, +Winnejup,,winnejup,, +Winthrop,,winthrop,, +Witchcliffe,,witchcliffe,, +Withers,,withers,, +Wittenoom,,wittenoom,, +Wittenoom Hills,,wittenoom-hills,, +Wogolin,,wogolin,, +Wokalup,,wokalup,, +Womarden,,womarden,, +Wongamine,,wongamine,, +Wongan Hills,,wongan-hills,, +Wongoondy,,wongoondy,, +Wonnerup,,wonnerup,, +Wonthella,,wonthella,, +Woodanilling,,woodanilling,, +Woodbridge,,woodbridge,, +Woodlands,,woodlands,, +Woodleigh,,woodleigh,, +Woodridge,,woodridge,, +Woodvale,,woodvale,, +Woogenellup,,woogenellup,, +Woolgorong,,woolgorong,, +Woolocutty,,woolocutty,, +Wooramel,,wooramel,, +Wooroloo,,wooroloo,, +Woorree,,woorree,, +Woottating,,woottating,, +Worsley,,worsley,, +Wubin,,wubin,, +Wundowie,,wundowie,, +Wungong,,wungong,, +Wuraming,,wuraming,, +Wyalkatchem,,wyalkatchem,, +Wyening,,wyening,, +Wyndham,,wyndham,, +Wyola West,,wyola-west,, +Xantippe,,xantippe,, +Yabberup,,yabberup,, +Yakamia,,yakamia,, +Yalardy,,yalardy,, +Yalgoo,,yalgoo,, +Yallabatharra,,yallabatharra,, +Yallingup,,yallingup,, +Yallingup Siding,,yallingup-siding,, +Yalyalup,,yalyalup,, +Yanchep,,yanchep,, +Yandanooka,,yandanooka,, +Yandoo Creek,,yandoo-creek,, +Yangebup,,yangebup,, +Yanmah,,yanmah,, +Yannarie,,yannarie,, +Yarawindah,,yarawindah,, +Yardarino,,yardarino,, +Yarloop,,yarloop,, +Yarragadee,,yarragadee,, +Yathroo,,yathroo,, +Yeagarup,,yeagarup,, +Yeal,,yeal,, +Yealering,,yealering,, +Yebble,,yebble,, +Yelbeni,,yelbeni,, +Yellowdine,,yellowdine,, +Yelverton,,yelverton,, +Yerecoin,,yerecoin,, +Yetna,,yetna,, +Yilkari,,yilkari,, +Yilliminning,,yilliminning,, +Yoganup,,yoganup,, +Yokine,,yokine,, +Yoongarillup,,yoongarillup,, +York,,york,, +Yornaning,,yornaning,, +Yornup,,yornup,, +Yoting,,yoting,, +Youndegin,,youndegin,, +Youngs Siding,,youngs-siding,, +Yourdamung Lake,,yourdamung-lake,, +Yuna,,yuna,, +Yuna,,yuna,, +Zanthus,,zanthus,, +Zuytdorp,,zuytdorp,, \ No newline at end of file diff --git a/cadastre/CSD-Header/wa-locality.jsonld b/cadastre/CSD-Header/wa-locality.jsonld new file mode 100644 index 0000000..d1dd403 --- /dev/null +++ b/cadastre/CSD-Header/wa-locality.jsonld @@ -0,0 +1,17192 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-locality/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-locality", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Localities", + "class": "termtype:AdminUnit", + "concepts": [ + { + "preflabel": "Abba River", + "definition": null, + "notation": "abba-river", + "altlabel": null, + "related": null, + "@id": "abba-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Abbey", + "definition": null, + "notation": "abbey", + "altlabel": null, + "related": null, + "@id": "abbey", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Acton Park", + "definition": null, + "notation": "acton-park", + "altlabel": null, + "related": null, + "@id": "acton-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Adamsvale", + "definition": null, + "notation": "adamsvale", + "altlabel": null, + "related": null, + "@id": "adamsvale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ajana", + "definition": null, + "notation": "ajana", + "altlabel": null, + "related": null, + "@id": "ajana", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Albany", + "definition": null, + "notation": "albany", + "altlabel": null, + "related": null, + "@id": "albany", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Aldersyde", + "definition": null, + "notation": "aldersyde", + "altlabel": null, + "related": null, + "@id": "aldersyde", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Alexander Heights", + "definition": null, + "notation": "alexander-heights", + "altlabel": null, + "related": null, + "@id": "alexander-heights", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Alexandra Bridge", + "definition": null, + "notation": "alexandra-bridge", + "altlabel": null, + "related": null, + "@id": "alexandra-bridge", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Alfred Cove", + "definition": null, + "notation": "alfred-cove", + "altlabel": null, + "related": null, + "@id": "alfred-cove", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Alkimos", + "definition": null, + "notation": "alkimos", + "altlabel": null, + "related": null, + "@id": "alkimos", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Allanooka", + "definition": null, + "notation": "allanooka", + "altlabel": null, + "related": null, + "@id": "allanooka", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Allanson", + "definition": null, + "notation": "allanson", + "altlabel": null, + "related": null, + "@id": "allanson", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Alma", + "definition": null, + "notation": "alma", + "altlabel": null, + "related": null, + "@id": "alma", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ambania", + "definition": null, + "notation": "ambania", + "altlabel": null, + "related": null, + "@id": "ambania", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ambergate", + "definition": null, + "notation": "ambergate", + "altlabel": null, + "related": null, + "@id": "ambergate", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Amelup", + "definition": null, + "notation": "amelup", + "altlabel": null, + "related": null, + "@id": "amelup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Angelo River", + "definition": null, + "notation": "angelo-river", + "altlabel": null, + "related": null, + "@id": "angelo-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Anketell", + "definition": null, + "notation": "anketell", + "altlabel": null, + "related": null, + "@id": "anketell", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Anniebrook", + "definition": null, + "notation": "anniebrook", + "altlabel": null, + "related": null, + "@id": "anniebrook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Antonymyre", + "definition": null, + "notation": "antonymyre", + "altlabel": null, + "related": null, + "@id": "antonymyre", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Applecross", + "definition": null, + "notation": "applecross", + "altlabel": null, + "related": null, + "@id": "applecross", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ardath", + "definition": null, + "notation": "ardath", + "altlabel": null, + "related": null, + "@id": "ardath", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ardross", + "definition": null, + "notation": "ardross", + "altlabel": null, + "related": null, + "@id": "ardross", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Argyle", + "definition": null, + "notation": "argyle", + "altlabel": null, + "related": null, + "@id": "argyle", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Armadale", + "definition": null, + "notation": "armadale", + "altlabel": null, + "related": null, + "@id": "armadale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Arrino", + "definition": null, + "notation": "arrino", + "altlabel": null, + "related": null, + "@id": "arrino", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Arrowsmith", + "definition": null, + "notation": "arrowsmith", + "altlabel": null, + "related": null, + "@id": "arrowsmith", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Arrowsmith East", + "definition": null, + "notation": "arrowsmith-east", + "altlabel": null, + "related": null, + "@id": "arrowsmith-east", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Arthur River", + "definition": null, + "notation": "arthur-river", + "altlabel": null, + "related": null, + "@id": "arthur-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ascot", + "definition": null, + "notation": "ascot", + "altlabel": null, + "related": null, + "@id": "ascot", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ashby", + "definition": null, + "notation": "ashby", + "altlabel": null, + "related": null, + "@id": "ashby", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ashendon", + "definition": null, + "notation": "ashendon", + "altlabel": null, + "related": null, + "@id": "ashendon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ashfield", + "definition": null, + "notation": "ashfield", + "altlabel": null, + "related": null, + "@id": "ashfield", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Attadale", + "definition": null, + "notation": "attadale", + "altlabel": null, + "related": null, + "@id": "attadale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Atwell", + "definition": null, + "notation": "atwell", + "altlabel": null, + "related": null, + "@id": "atwell", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Aubin Grove", + "definition": null, + "notation": "aubin-grove", + "altlabel": null, + "related": null, + "@id": "aubin-grove", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Augusta", + "definition": null, + "notation": "augusta", + "altlabel": null, + "related": null, + "@id": "augusta", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Australind", + "definition": null, + "notation": "australind", + "altlabel": null, + "related": null, + "@id": "australind", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Aveley", + "definition": null, + "notation": "aveley", + "altlabel": null, + "related": null, + "@id": "aveley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Avon Valley National Park", + "definition": null, + "notation": "avon-valley-national-park", + "altlabel": null, + "related": null, + "@id": "avon-valley-national-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baandee", + "definition": null, + "notation": "baandee", + "altlabel": null, + "related": null, + "@id": "baandee", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Babakin", + "definition": null, + "notation": "babakin", + "altlabel": null, + "related": null, + "@id": "babakin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Babbage Island", + "definition": null, + "notation": "babbage-island", + "altlabel": null, + "related": null, + "@id": "babbage-island", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Badgebup", + "definition": null, + "notation": "badgebup", + "altlabel": null, + "related": null, + "@id": "badgebup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Badgerin Rock", + "definition": null, + "notation": "badgerin-rock", + "altlabel": null, + "related": null, + "@id": "badgerin-rock", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Badgin", + "definition": null, + "notation": "badgin", + "altlabel": null, + "related": null, + "@id": "badgin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Badgingarra", + "definition": null, + "notation": "badgingarra", + "altlabel": null, + "related": null, + "@id": "badgingarra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Badjaling", + "definition": null, + "notation": "badjaling", + "altlabel": null, + "related": null, + "@id": "badjaling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bailup", + "definition": null, + "notation": "bailup", + "altlabel": null, + "related": null, + "@id": "bailup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bakers Hill", + "definition": null, + "notation": "bakers-hill", + "altlabel": null, + "related": null, + "@id": "bakers-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balbarrup", + "definition": null, + "notation": "balbarrup", + "altlabel": null, + "related": null, + "@id": "balbarrup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balcatta", + "definition": null, + "notation": "balcatta", + "altlabel": null, + "related": null, + "@id": "balcatta", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baldivis", + "definition": null, + "notation": "baldivis", + "altlabel": null, + "related": null, + "@id": "baldivis", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balga", + "definition": null, + "notation": "balga", + "altlabel": null, + "related": null, + "@id": "balga", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balingup", + "definition": null, + "notation": "balingup", + "altlabel": null, + "related": null, + "@id": "balingup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balkuling", + "definition": null, + "notation": "balkuling", + "altlabel": null, + "related": null, + "@id": "balkuling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balla Balla", + "definition": null, + "notation": "balla-balla", + "altlabel": null, + "related": null, + "@id": "balla-balla", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balladong", + "definition": null, + "notation": "balladong", + "altlabel": null, + "related": null, + "@id": "balladong", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Balladonia", + "definition": null, + "notation": "balladonia", + "altlabel": null, + "related": null, + "@id": "balladonia", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ballajura", + "definition": null, + "notation": "ballajura", + "altlabel": null, + "related": null, + "@id": "ballajura", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ballaying", + "definition": null, + "notation": "ballaying", + "altlabel": null, + "related": null, + "@id": "ballaying", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ballidu", + "definition": null, + "notation": "ballidu", + "altlabel": null, + "related": null, + "@id": "ballidu", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bally Bally", + "definition": null, + "notation": "bally-bally", + "altlabel": null, + "related": null, + "@id": "bally-bally", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bambun", + "definition": null, + "notation": "bambun", + "altlabel": null, + "related": null, + "@id": "bambun", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bandy Creek", + "definition": null, + "notation": "bandy-creek", + "altlabel": null, + "related": null, + "@id": "bandy-creek", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bandya", + "definition": null, + "notation": "bandya", + "altlabel": null, + "related": null, + "@id": "bandya", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Banjup", + "definition": null, + "notation": "banjup", + "altlabel": null, + "related": null, + "@id": "banjup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Banksia Grove", + "definition": null, + "notation": "banksia-grove", + "altlabel": null, + "related": null, + "@id": "banksia-grove", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Banksiadale", + "definition": null, + "notation": "banksiadale", + "altlabel": null, + "related": null, + "@id": "banksiadale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bannister", + "definition": null, + "notation": "bannister", + "altlabel": null, + "related": null, + "@id": "bannister", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barbalin", + "definition": null, + "notation": "barbalin", + "altlabel": null, + "related": null, + "@id": "barbalin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barberton", + "definition": null, + "notation": "barberton", + "altlabel": null, + "related": null, + "@id": "barberton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barrabup", + "definition": null, + "notation": "barrabup", + "altlabel": null, + "related": null, + "@id": "barrabup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barragup", + "definition": null, + "notation": "barragup", + "altlabel": null, + "related": null, + "@id": "barragup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Barrow Island", + "definition": null, + "notation": "barrow-island", + "altlabel": null, + "related": null, + "@id": "barrow-island", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baskerville", + "definition": null, + "notation": "baskerville", + "altlabel": null, + "related": null, + "@id": "baskerville", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bassendean", + "definition": null, + "notation": "bassendean", + "altlabel": null, + "related": null, + "@id": "bassendean", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bateman", + "definition": null, + "notation": "bateman", + "altlabel": null, + "related": null, + "@id": "bateman", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baudin", + "definition": null, + "notation": "baudin", + "altlabel": null, + "related": null, + "@id": "baudin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Baynton", + "definition": null, + "notation": "baynton", + "altlabel": null, + "related": null, + "@id": "baynton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bayonet Head", + "definition": null, + "notation": "bayonet-head", + "altlabel": null, + "related": null, + "@id": "bayonet-head", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bayswater", + "definition": null, + "notation": "bayswater", + "altlabel": null, + "related": null, + "@id": "bayswater", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beachlands", + "definition": null, + "notation": "beachlands", + "altlabel": null, + "related": null, + "@id": "beachlands", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beacon", + "definition": null, + "notation": "beacon", + "altlabel": null, + "related": null, + "@id": "beacon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beaconsfield", + "definition": null, + "notation": "beaconsfield", + "altlabel": null, + "related": null, + "@id": "beaconsfield", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beadell", + "definition": null, + "notation": "beadell", + "altlabel": null, + "related": null, + "@id": "beadell", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beaufort River", + "definition": null, + "notation": "beaufort-river", + "altlabel": null, + "related": null, + "@id": "beaufort-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beaumont", + "definition": null, + "notation": "beaumont", + "altlabel": null, + "related": null, + "@id": "beaumont", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beckenham", + "definition": null, + "notation": "beckenham", + "altlabel": null, + "related": null, + "@id": "beckenham", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bedford", + "definition": null, + "notation": "bedford", + "altlabel": null, + "related": null, + "@id": "bedford", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bedfordale", + "definition": null, + "notation": "bedfordale", + "altlabel": null, + "related": null, + "@id": "bedfordale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beechboro", + "definition": null, + "notation": "beechboro", + "altlabel": null, + "related": null, + "@id": "beechboro", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beechina", + "definition": null, + "notation": "beechina", + "altlabel": null, + "related": null, + "@id": "beechina", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beedelup", + "definition": null, + "notation": "beedelup", + "altlabel": null, + "related": null, + "@id": "beedelup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beela", + "definition": null, + "notation": "beela", + "altlabel": null, + "related": null, + "@id": "beela", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beelerup", + "definition": null, + "notation": "beelerup", + "altlabel": null, + "related": null, + "@id": "beelerup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beeliar", + "definition": null, + "notation": "beeliar", + "altlabel": null, + "related": null, + "@id": "beeliar", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beenong", + "definition": null, + "notation": "beenong", + "altlabel": null, + "related": null, + "@id": "beenong", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beermullah", + "definition": null, + "notation": "beermullah", + "altlabel": null, + "related": null, + "@id": "beermullah", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bejoording", + "definition": null, + "notation": "bejoording", + "altlabel": null, + "related": null, + "@id": "bejoording", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beldon", + "definition": null, + "notation": "beldon", + "altlabel": null, + "related": null, + "@id": "beldon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Belhus", + "definition": null, + "notation": "belhus", + "altlabel": null, + "related": null, + "@id": "belhus", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bellevue", + "definition": null, + "notation": "bellevue", + "altlabel": null, + "related": null, + "@id": "bellevue", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Belmont", + "definition": null, + "notation": "belmont", + "altlabel": null, + "related": null, + "@id": "belmont", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bencubbin", + "definition": null, + "notation": "bencubbin", + "altlabel": null, + "related": null, + "@id": "bencubbin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Benger", + "definition": null, + "notation": "benger", + "altlabel": null, + "related": null, + "@id": "benger", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Benjaberring", + "definition": null, + "notation": "benjaberring", + "altlabel": null, + "related": null, + "@id": "benjaberring", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Benjinup", + "definition": null, + "notation": "benjinup", + "altlabel": null, + "related": null, + "@id": "benjinup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bennett Springs", + "definition": null, + "notation": "bennett-springs", + "altlabel": null, + "related": null, + "@id": "bennett-springs", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bentley", + "definition": null, + "notation": "bentley", + "altlabel": null, + "related": null, + "@id": "bentley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beresford", + "definition": null, + "notation": "beresford", + "altlabel": null, + "related": null, + "@id": "beresford", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Berkshire Valley", + "definition": null, + "notation": "berkshire-valley", + "altlabel": null, + "related": null, + "@id": "berkshire-valley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bernier Island", + "definition": null, + "notation": "bernier-island", + "altlabel": null, + "related": null, + "@id": "bernier-island", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bertram", + "definition": null, + "notation": "bertram", + "altlabel": null, + "related": null, + "@id": "bertram", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Beverley", + "definition": null, + "notation": "beverley", + "altlabel": null, + "related": null, + "@id": "beverley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bibra Lake", + "definition": null, + "notation": "bibra-lake", + "altlabel": null, + "related": null, + "@id": "bibra-lake", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bickley", + "definition": null, + "notation": "bickley", + "altlabel": null, + "related": null, + "@id": "bickley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bicton", + "definition": null, + "notation": "bicton", + "altlabel": null, + "related": null, + "@id": "bicton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Biddelia", + "definition": null, + "notation": "biddelia", + "altlabel": null, + "related": null, + "@id": "biddelia", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Big Grove", + "definition": null, + "notation": "big-grove", + "altlabel": null, + "related": null, + "@id": "big-grove", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bilbarin", + "definition": null, + "notation": "bilbarin", + "altlabel": null, + "related": null, + "@id": "bilbarin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bilingurr", + "definition": null, + "notation": "bilingurr", + "altlabel": null, + "related": null, + "@id": "bilingurr", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bimbijy", + "definition": null, + "notation": "bimbijy", + "altlabel": null, + "related": null, + "@id": "bimbijy", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bindi Bindi", + "definition": null, + "notation": "bindi-bindi", + "altlabel": null, + "related": null, + "@id": "bindi-bindi", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bindoon", + "definition": null, + "notation": "bindoon", + "altlabel": null, + "related": null, + "@id": "bindoon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bindoon Training Area", + "definition": null, + "notation": "bindoon-training-area", + "altlabel": null, + "related": null, + "@id": "bindoon-training-area", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Binduli", + "definition": null, + "notation": "binduli", + "altlabel": null, + "related": null, + "@id": "binduli", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Binningup", + "definition": null, + "notation": "binningup", + "altlabel": null, + "related": null, + "@id": "binningup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Binnu", + "definition": null, + "notation": "binnu", + "altlabel": null, + "related": null, + "@id": "binnu", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Birchmont", + "definition": null, + "notation": "birchmont", + "altlabel": null, + "related": null, + "@id": "birchmont", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bluff Point", + "definition": null, + "notation": "bluff-point", + "altlabel": null, + "related": null, + "@id": "bluff-point", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Blythewood", + "definition": null, + "notation": "blythewood", + "altlabel": null, + "related": null, + "@id": "blythewood", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boallia", + "definition": null, + "notation": "boallia", + "altlabel": null, + "related": null, + "@id": "boallia", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bobalong", + "definition": null, + "notation": "bobalong", + "altlabel": null, + "related": null, + "@id": "bobalong", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bodallin", + "definition": null, + "notation": "bodallin", + "altlabel": null, + "related": null, + "@id": "bodallin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boddington", + "definition": null, + "notation": "boddington", + "altlabel": null, + "related": null, + "@id": "boddington", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boilup", + "definition": null, + "notation": "boilup", + "altlabel": null, + "related": null, + "@id": "boilup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bokal", + "definition": null, + "notation": "bokal", + "altlabel": null, + "related": null, + "@id": "bokal", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bolgart", + "definition": null, + "notation": "bolgart", + "altlabel": null, + "related": null, + "@id": "bolgart", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bonnie Rock", + "definition": null, + "notation": "bonnie-rock", + "altlabel": null, + "related": null, + "@id": "bonnie-rock", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bonniefield", + "definition": null, + "notation": "bonniefield", + "altlabel": null, + "related": null, + "@id": "bonniefield", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boodarie", + "definition": null, + "notation": "boodarie", + "altlabel": null, + "related": null, + "@id": "boodarie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boodarockin", + "definition": null, + "notation": "boodarockin", + "altlabel": null, + "related": null, + "@id": "boodarockin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bookara", + "definition": null, + "notation": "bookara", + "altlabel": null, + "related": null, + "@id": "bookara", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boonanarring", + "definition": null, + "notation": "boonanarring", + "altlabel": null, + "related": null, + "@id": "boonanarring", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boorabbin", + "definition": null, + "notation": "boorabbin", + "altlabel": null, + "related": null, + "@id": "boorabbin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Booragoon", + "definition": null, + "notation": "booragoon", + "altlabel": null, + "related": null, + "@id": "booragoon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Booralaming", + "definition": null, + "notation": "booralaming", + "altlabel": null, + "related": null, + "@id": "booralaming", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boorara", + "definition": null, + "notation": "boorara", + "altlabel": null, + "related": null, + "@id": "boorara", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boorara Brook", + "definition": null, + "notation": "boorara-brook", + "altlabel": null, + "related": null, + "@id": "boorara-brook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bootenal", + "definition": null, + "notation": "bootenal", + "altlabel": null, + "related": null, + "@id": "bootenal", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boothendarra", + "definition": null, + "notation": "boothendarra", + "altlabel": null, + "related": null, + "@id": "boothendarra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boranup", + "definition": null, + "notation": "boranup", + "altlabel": null, + "related": null, + "@id": "boranup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Borden", + "definition": null, + "notation": "borden", + "altlabel": null, + "related": null, + "@id": "borden", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Borderdale", + "definition": null, + "notation": "borderdale", + "altlabel": null, + "related": null, + "@id": "borderdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bornholm", + "definition": null, + "notation": "bornholm", + "altlabel": null, + "related": null, + "@id": "bornholm", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boscabel", + "definition": null, + "notation": "boscabel", + "altlabel": null, + "related": null, + "@id": "boscabel", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boulder", + "definition": null, + "notation": "boulder", + "altlabel": null, + "related": null, + "@id": "boulder", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boundain", + "definition": null, + "notation": "boundain", + "altlabel": null, + "related": null, + "@id": "boundain", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bouvard", + "definition": null, + "notation": "bouvard", + "altlabel": null, + "related": null, + "@id": "bouvard", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bovell", + "definition": null, + "notation": "bovell", + "altlabel": null, + "related": null, + "@id": "bovell", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bow Bridge", + "definition": null, + "notation": "bow-bridge", + "altlabel": null, + "related": null, + "@id": "bow-bridge", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bowelling", + "definition": null, + "notation": "bowelling", + "altlabel": null, + "related": null, + "@id": "bowelling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bowes", + "definition": null, + "notation": "bowes", + "altlabel": null, + "related": null, + "@id": "bowes", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bowgada", + "definition": null, + "notation": "bowgada", + "altlabel": null, + "related": null, + "@id": "bowgada", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boxwood Hill", + "definition": null, + "notation": "boxwood-hill", + "altlabel": null, + "related": null, + "@id": "boxwood-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boya", + "definition": null, + "notation": "boya", + "altlabel": null, + "related": null, + "@id": "boya", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boyanup", + "definition": null, + "notation": "boyanup", + "altlabel": null, + "related": null, + "@id": "boyanup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boyatup", + "definition": null, + "notation": "boyatup", + "altlabel": null, + "related": null, + "@id": "boyatup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boyerine", + "definition": null, + "notation": "boyerine", + "altlabel": null, + "related": null, + "@id": "boyerine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Boyup Brook", + "definition": null, + "notation": "boyup-brook", + "altlabel": null, + "related": null, + "@id": "boyup-brook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brabham", + "definition": null, + "notation": "brabham", + "altlabel": null, + "related": null, + "@id": "brabham", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bramley", + "definition": null, + "notation": "bramley", + "altlabel": null, + "related": null, + "@id": "bramley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brazier", + "definition": null, + "notation": "brazier", + "altlabel": null, + "related": null, + "@id": "brazier", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Breera", + "definition": null, + "notation": "breera", + "altlabel": null, + "related": null, + "@id": "breera", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bremer Bay", + "definition": null, + "notation": "bremer-bay", + "altlabel": null, + "related": null, + "@id": "bremer-bay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brentwood", + "definition": null, + "notation": "brentwood", + "altlabel": null, + "related": null, + "@id": "brentwood", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Breton Bay", + "definition": null, + "notation": "breton-bay", + "altlabel": null, + "related": null, + "@id": "breton-bay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bridgetown", + "definition": null, + "notation": "bridgetown", + "altlabel": null, + "related": null, + "@id": "bridgetown", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brigadoon", + "definition": null, + "notation": "brigadoon", + "altlabel": null, + "related": null, + "@id": "brigadoon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bringo", + "definition": null, + "notation": "bringo", + "altlabel": null, + "related": null, + "@id": "bringo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Broadwater", + "definition": null, + "notation": "broadwater", + "altlabel": null, + "related": null, + "@id": "broadwater", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Broadwood", + "definition": null, + "notation": "broadwood", + "altlabel": null, + "related": null, + "@id": "broadwood", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brockman", + "definition": null, + "notation": "brockman", + "altlabel": null, + "related": null, + "@id": "brockman", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Broke", + "definition": null, + "notation": "broke", + "altlabel": null, + "related": null, + "@id": "broke", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brookdale", + "definition": null, + "notation": "brookdale", + "altlabel": null, + "related": null, + "@id": "brookdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brookhampton", + "definition": null, + "notation": "brookhampton", + "altlabel": null, + "related": null, + "@id": "brookhampton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brookton", + "definition": null, + "notation": "brookton", + "altlabel": null, + "related": null, + "@id": "brookton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Broome", + "definition": null, + "notation": "broome", + "altlabel": null, + "related": null, + "@id": "broome", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Broomehill East", + "definition": null, + "notation": "broomehill-east", + "altlabel": null, + "related": null, + "@id": "broomehill-east", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Broomehill Village", + "definition": null, + "notation": "broomehill-village", + "altlabel": null, + "related": null, + "@id": "broomehill-village", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Broomehill West", + "definition": null, + "notation": "broomehill-west", + "altlabel": null, + "related": null, + "@id": "broomehill-west", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brown Hill", + "definition": null, + "notation": "brown-hill", + "altlabel": null, + "related": null, + "@id": "brown-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brown Range", + "definition": null, + "notation": "brown-range", + "altlabel": null, + "related": null, + "@id": "brown-range", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bruce Rock", + "definition": null, + "notation": "bruce-rock", + "altlabel": null, + "related": null, + "@id": "bruce-rock", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Brunswick", + "definition": null, + "notation": "brunswick", + "altlabel": null, + "related": null, + "@id": "brunswick", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buckingham", + "definition": null, + "notation": "buckingham", + "altlabel": null, + "related": null, + "@id": "buckingham", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buckland", + "definition": null, + "notation": "buckland", + "altlabel": null, + "related": null, + "@id": "buckland", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bulgarra", + "definition": null, + "notation": "bulgarra", + "altlabel": null, + "related": null, + "@id": "bulgarra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bull Creek", + "definition": null, + "notation": "bull-creek", + "altlabel": null, + "related": null, + "@id": "bull-creek", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bullabulling", + "definition": null, + "notation": "bullabulling", + "altlabel": null, + "related": null, + "@id": "bullabulling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bullaring", + "definition": null, + "notation": "bullaring", + "altlabel": null, + "related": null, + "@id": "bullaring", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buller", + "definition": null, + "notation": "buller", + "altlabel": null, + "related": null, + "@id": "buller", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bullfinch", + "definition": null, + "notation": "bullfinch", + "altlabel": null, + "related": null, + "@id": "bullfinch", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bullock Hills", + "definition": null, + "notation": "bullock-hills", + "altlabel": null, + "related": null, + "@id": "bullock-hills", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bullsbrook", + "definition": null, + "notation": "bullsbrook", + "altlabel": null, + "related": null, + "@id": "bullsbrook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bulong", + "definition": null, + "notation": "bulong", + "altlabel": null, + "related": null, + "@id": "bulong", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bulyee", + "definition": null, + "notation": "bulyee", + "altlabel": null, + "related": null, + "@id": "bulyee", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bunbury", + "definition": null, + "notation": "bunbury", + "altlabel": null, + "related": null, + "@id": "bunbury", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bundanoon", + "definition": null, + "notation": "bundanoon", + "altlabel": null, + "related": null, + "@id": "bundanoon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buniche", + "definition": null, + "notation": "buniche", + "altlabel": null, + "related": null, + "@id": "buniche", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bunjil", + "definition": null, + "notation": "bunjil", + "altlabel": null, + "related": null, + "@id": "bunjil", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buntine", + "definition": null, + "notation": "buntine", + "altlabel": null, + "related": null, + "@id": "buntine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burakin", + "definition": null, + "notation": "burakin", + "altlabel": null, + "related": null, + "@id": "burakin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Buraminya", + "definition": null, + "notation": "buraminya", + "altlabel": null, + "related": null, + "@id": "buraminya", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burekup", + "definition": null, + "notation": "burekup", + "altlabel": null, + "related": null, + "@id": "burekup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burges", + "definition": null, + "notation": "burges", + "altlabel": null, + "related": null, + "@id": "burges", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burlong", + "definition": null, + "notation": "burlong", + "altlabel": null, + "related": null, + "@id": "burlong", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burma Road", + "definition": null, + "notation": "burma-road", + "altlabel": null, + "related": null, + "@id": "burma-road", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burns Beach", + "definition": null, + "notation": "burns-beach", + "altlabel": null, + "related": null, + "@id": "burns-beach", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burnside", + "definition": null, + "notation": "burnside", + "altlabel": null, + "related": null, + "@id": "burnside", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burracoppin", + "definition": null, + "notation": "burracoppin", + "altlabel": null, + "related": null, + "@id": "burracoppin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burran Rock", + "definition": null, + "notation": "burran-rock", + "altlabel": null, + "related": null, + "@id": "burran-rock", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burrup", + "definition": null, + "notation": "burrup", + "altlabel": null, + "related": null, + "@id": "burrup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Burswood", + "definition": null, + "notation": "burswood", + "altlabel": null, + "related": null, + "@id": "burswood", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Bushmead", + "definition": null, + "notation": "bushmead", + "altlabel": null, + "related": null, + "@id": "bushmead", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Busselton", + "definition": null, + "notation": "busselton", + "altlabel": null, + "related": null, + "@id": "busselton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Butler", + "definition": null, + "notation": "butler", + "altlabel": null, + "related": null, + "@id": "butler", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Byford", + "definition": null, + "notation": "byford", + "altlabel": null, + "related": null, + "@id": "byford", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cable Beach", + "definition": null, + "notation": "cable-beach", + "altlabel": null, + "related": null, + "@id": "cable-beach", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cadoux", + "definition": null, + "notation": "cadoux", + "altlabel": null, + "related": null, + "@id": "cadoux", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Caiguna", + "definition": null, + "notation": "caiguna", + "altlabel": null, + "related": null, + "@id": "caiguna", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Calingiri", + "definition": null, + "notation": "calingiri", + "altlabel": null, + "related": null, + "@id": "calingiri", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Calista", + "definition": null, + "notation": "calista", + "altlabel": null, + "related": null, + "@id": "calista", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Caljie", + "definition": null, + "notation": "caljie", + "altlabel": null, + "related": null, + "@id": "caljie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Callcup", + "definition": null, + "notation": "callcup", + "altlabel": null, + "related": null, + "@id": "callcup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Camballin", + "definition": null, + "notation": "camballin", + "altlabel": null, + "related": null, + "@id": "camballin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cambridge Gulf", + "definition": null, + "notation": "cambridge-gulf", + "altlabel": null, + "related": null, + "@id": "cambridge-gulf", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Camillo", + "definition": null, + "notation": "camillo", + "altlabel": null, + "related": null, + "@id": "camillo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cancanning", + "definition": null, + "notation": "cancanning", + "altlabel": null, + "related": null, + "@id": "cancanning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cane", + "definition": null, + "notation": "cane", + "altlabel": null, + "related": null, + "@id": "cane", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Canna", + "definition": null, + "notation": "canna", + "altlabel": null, + "related": null, + "@id": "canna", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Canning Mills", + "definition": null, + "notation": "canning-mills", + "altlabel": null, + "related": null, + "@id": "canning-mills", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Canning Vale", + "definition": null, + "notation": "canning-vale", + "altlabel": null, + "related": null, + "@id": "canning-vale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cannington", + "definition": null, + "notation": "cannington", + "altlabel": null, + "related": null, + "@id": "cannington", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cape Arid", + "definition": null, + "notation": "cape-arid", + "altlabel": null, + "related": null, + "@id": "cape-arid", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cape Burney", + "definition": null, + "notation": "cape-burney", + "altlabel": null, + "related": null, + "@id": "cape-burney", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cape Le Grand", + "definition": null, + "notation": "cape-le-grand", + "altlabel": null, + "related": null, + "@id": "cape-le-grand", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cape Range National Park", + "definition": null, + "notation": "cape-range-national-park", + "altlabel": null, + "related": null, + "@id": "cape-range-national-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Capel", + "definition": null, + "notation": "capel", + "altlabel": null, + "related": null, + "@id": "capel", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Capel River", + "definition": null, + "notation": "capel-river", + "altlabel": null, + "related": null, + "@id": "capel-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Capricorn", + "definition": null, + "notation": "capricorn", + "altlabel": null, + "related": null, + "@id": "capricorn", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Caraban", + "definition": null, + "notation": "caraban", + "altlabel": null, + "related": null, + "@id": "caraban", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carabooda", + "definition": null, + "notation": "carabooda", + "altlabel": null, + "related": null, + "@id": "carabooda", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carani", + "definition": null, + "notation": "carani", + "altlabel": null, + "related": null, + "@id": "carani", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carbla", + "definition": null, + "notation": "carbla", + "altlabel": null, + "related": null, + "@id": "carbla", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carbunup River", + "definition": null, + "notation": "carbunup-river", + "altlabel": null, + "related": null, + "@id": "carbunup-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cardiff", + "definition": null, + "notation": "cardiff", + "altlabel": null, + "related": null, + "@id": "cardiff", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cardup", + "definition": null, + "notation": "cardup", + "altlabel": null, + "related": null, + "@id": "cardup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carey Park", + "definition": null, + "notation": "carey-park", + "altlabel": null, + "related": null, + "@id": "carey-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carine", + "definition": null, + "notation": "carine", + "altlabel": null, + "related": null, + "@id": "carine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carlisle", + "definition": null, + "notation": "carlisle", + "altlabel": null, + "related": null, + "@id": "carlisle", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carlotta", + "definition": null, + "notation": "carlotta", + "altlabel": null, + "related": null, + "@id": "carlotta", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carmel", + "definition": null, + "notation": "carmel", + "altlabel": null, + "related": null, + "@id": "carmel", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carnamah", + "definition": null, + "notation": "carnamah", + "altlabel": null, + "related": null, + "@id": "carnamah", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carnarvon", + "definition": null, + "notation": "carnarvon", + "altlabel": null, + "related": null, + "@id": "carnarvon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carrabin", + "definition": null, + "notation": "carrabin", + "altlabel": null, + "related": null, + "@id": "carrabin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carramar", + "definition": null, + "notation": "carramar", + "altlabel": null, + "related": null, + "@id": "carramar", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carrarang", + "definition": null, + "notation": "carrarang", + "altlabel": null, + "related": null, + "@id": "carrarang", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Carrolup", + "definition": null, + "notation": "carrolup", + "altlabel": null, + "related": null, + "@id": "carrolup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cartmeticup", + "definition": null, + "notation": "cartmeticup", + "altlabel": null, + "related": null, + "@id": "cartmeticup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cascade", + "definition": null, + "notation": "cascade", + "altlabel": null, + "related": null, + "@id": "cascade", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Castletown", + "definition": null, + "notation": "castletown", + "altlabel": null, + "related": null, + "@id": "castletown", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Casuarina", + "definition": null, + "notation": "casuarina", + "altlabel": null, + "related": null, + "@id": "casuarina", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cataby", + "definition": null, + "notation": "cataby", + "altlabel": null, + "related": null, + "@id": "cataby", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Catterick", + "definition": null, + "notation": "catterick", + "altlabel": null, + "related": null, + "@id": "catterick", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Caversham", + "definition": null, + "notation": "caversham", + "altlabel": null, + "related": null, + "@id": "caversham", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Centennial Park", + "definition": null, + "notation": "centennial-park", + "altlabel": null, + "related": null, + "@id": "centennial-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cervantes", + "definition": null, + "notation": "cervantes", + "altlabel": null, + "related": null, + "@id": "cervantes", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chadwick", + "definition": null, + "notation": "chadwick", + "altlabel": null, + "related": null, + "@id": "chadwick", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Champion Lakes", + "definition": null, + "notation": "champion-lakes", + "altlabel": null, + "related": null, + "@id": "champion-lakes", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chandler", + "definition": null, + "notation": "chandler", + "altlabel": null, + "related": null, + "@id": "chandler", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Changerup", + "definition": null, + "notation": "changerup", + "altlabel": null, + "related": null, + "@id": "changerup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Channybearup", + "definition": null, + "notation": "channybearup", + "altlabel": null, + "related": null, + "@id": "channybearup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chapman Hill", + "definition": null, + "notation": "chapman-hill", + "altlabel": null, + "related": null, + "@id": "chapman-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Charley Creek", + "definition": null, + "notation": "charley-creek", + "altlabel": null, + "related": null, + "@id": "charley-creek", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cherry Tree Pool", + "definition": null, + "notation": "cherry-tree-pool", + "altlabel": null, + "related": null, + "@id": "cherry-tree-pool", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cheynes", + "definition": null, + "notation": "cheynes", + "altlabel": null, + "related": null, + "@id": "cheynes", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chichester", + "definition": null, + "notation": "chichester", + "altlabel": null, + "related": null, + "@id": "chichester", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chidlow", + "definition": null, + "notation": "chidlow", + "altlabel": null, + "related": null, + "@id": "chidlow", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chittering", + "definition": null, + "notation": "chittering", + "altlabel": null, + "related": null, + "@id": "chittering", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Chowerup", + "definition": null, + "notation": "chowerup", + "altlabel": null, + "related": null, + "@id": "chowerup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Christmas Island", + "definition": null, + "notation": "christmas-island", + "altlabel": null, + "related": null, + "@id": "christmas-island", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Churchlands", + "definition": null, + "notation": "churchlands", + "altlabel": null, + "related": null, + "@id": "churchlands", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "City Beach", + "definition": null, + "notation": "city-beach", + "altlabel": null, + "related": null, + "@id": "city-beach", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Clackline", + "definition": null, + "notation": "clackline", + "altlabel": null, + "related": null, + "@id": "clackline", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Claremont", + "definition": null, + "notation": "claremont", + "altlabel": null, + "related": null, + "@id": "claremont", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Clarkson", + "definition": null, + "notation": "clarkson", + "altlabel": null, + "related": null, + "@id": "clarkson", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cleary", + "definition": null, + "notation": "cleary", + "altlabel": null, + "related": null, + "@id": "cleary", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cleaverville", + "definition": null, + "notation": "cleaverville", + "altlabel": null, + "related": null, + "@id": "cleaverville", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Clifton", + "definition": null, + "notation": "clifton", + "altlabel": null, + "related": null, + "@id": "clifton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cloverdale", + "definition": null, + "notation": "cloverdale", + "altlabel": null, + "related": null, + "@id": "cloverdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coblinine", + "definition": null, + "notation": "coblinine", + "altlabel": null, + "related": null, + "@id": "coblinine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coburn", + "definition": null, + "notation": "coburn", + "altlabel": null, + "related": null, + "@id": "coburn", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cockburn Central", + "definition": null, + "notation": "cockburn-central", + "altlabel": null, + "related": null, + "@id": "cockburn-central", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cocklebiddy", + "definition": null, + "notation": "cocklebiddy", + "altlabel": null, + "related": null, + "@id": "cocklebiddy", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Codjatotine", + "definition": null, + "notation": "codjatotine", + "altlabel": null, + "related": null, + "@id": "codjatotine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cold Harbour", + "definition": null, + "notation": "cold-harbour", + "altlabel": null, + "related": null, + "@id": "cold-harbour", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Collanilling", + "definition": null, + "notation": "collanilling", + "altlabel": null, + "related": null, + "@id": "collanilling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "College Grove", + "definition": null, + "notation": "college-grove", + "altlabel": null, + "related": null, + "@id": "college-grove", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Collie", + "definition": null, + "notation": "collie", + "altlabel": null, + "related": null, + "@id": "collie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Collie Burn", + "definition": null, + "notation": "collie-burn", + "altlabel": null, + "related": null, + "@id": "collie-burn", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Collingwood Heights", + "definition": null, + "notation": "collingwood-heights", + "altlabel": null, + "related": null, + "@id": "collingwood-heights", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Collingwood Park", + "definition": null, + "notation": "collingwood-park", + "altlabel": null, + "related": null, + "@id": "collingwood-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Collins", + "definition": null, + "notation": "collins", + "altlabel": null, + "related": null, + "@id": "collins", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Commodine", + "definition": null, + "notation": "commodine", + "altlabel": null, + "related": null, + "@id": "commodine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Como", + "definition": null, + "notation": "como", + "altlabel": null, + "related": null, + "@id": "como", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Condingup", + "definition": null, + "notation": "condingup", + "altlabel": null, + "related": null, + "@id": "condingup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Connolly", + "definition": null, + "notation": "connolly", + "altlabel": null, + "related": null, + "@id": "connolly", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Contine", + "definition": null, + "notation": "contine", + "altlabel": null, + "related": null, + "@id": "contine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coodanup", + "definition": null, + "notation": "coodanup", + "altlabel": null, + "related": null, + "@id": "coodanup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coogee", + "definition": null, + "notation": "coogee", + "altlabel": null, + "related": null, + "@id": "coogee", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cookernup", + "definition": null, + "notation": "cookernup", + "altlabel": null, + "related": null, + "@id": "cookernup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cooladar Hill", + "definition": null, + "notation": "cooladar-hill", + "altlabel": null, + "related": null, + "@id": "cooladar-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coolbellup", + "definition": null, + "notation": "coolbellup", + "altlabel": null, + "related": null, + "@id": "coolbellup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coolbinia", + "definition": null, + "notation": "coolbinia", + "altlabel": null, + "related": null, + "@id": "coolbinia", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coolcalalaya", + "definition": null, + "notation": "coolcalalaya", + "altlabel": null, + "related": null, + "@id": "coolcalalaya", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coolgardie", + "definition": null, + "notation": "coolgardie", + "altlabel": null, + "related": null, + "@id": "coolgardie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cooljarloo", + "definition": null, + "notation": "cooljarloo", + "altlabel": null, + "related": null, + "@id": "cooljarloo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cooloongup", + "definition": null, + "notation": "cooloongup", + "altlabel": null, + "related": null, + "@id": "cooloongup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coolup", + "definition": null, + "notation": "coolup", + "altlabel": null, + "related": null, + "@id": "coolup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coomalbidgup", + "definition": null, + "notation": "coomalbidgup", + "altlabel": null, + "related": null, + "@id": "coomalbidgup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coomberdale", + "definition": null, + "notation": "coomberdale", + "altlabel": null, + "related": null, + "@id": "coomberdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coonabidgee", + "definition": null, + "notation": "coonabidgee", + "altlabel": null, + "related": null, + "@id": "coonabidgee", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coondle", + "definition": null, + "notation": "coondle", + "altlabel": null, + "related": null, + "@id": "coondle", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coorow", + "definition": null, + "notation": "coorow", + "altlabel": null, + "related": null, + "@id": "coorow", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cooya Pooya", + "definition": null, + "notation": "cooya-pooya", + "altlabel": null, + "related": null, + "@id": "cooya-pooya", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Copley", + "definition": null, + "notation": "copley", + "altlabel": null, + "related": null, + "@id": "copley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coral Bay", + "definition": null, + "notation": "coral-bay", + "altlabel": null, + "related": null, + "@id": "coral-bay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Corinthia", + "definition": null, + "notation": "corinthia", + "altlabel": null, + "related": null, + "@id": "corinthia", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Corrigin", + "definition": null, + "notation": "corrigin", + "altlabel": null, + "related": null, + "@id": "corrigin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cosmo Newbery", + "definition": null, + "notation": "cosmo-newbery", + "altlabel": null, + "related": null, + "@id": "cosmo-newbery", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cossack", + "definition": null, + "notation": "cossack", + "altlabel": null, + "related": null, + "@id": "cossack", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cottesloe", + "definition": null, + "notation": "cottesloe", + "altlabel": null, + "related": null, + "@id": "cottesloe", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Courtenay", + "definition": null, + "notation": "courtenay", + "altlabel": null, + "related": null, + "@id": "courtenay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cowalellup", + "definition": null, + "notation": "cowalellup", + "altlabel": null, + "related": null, + "@id": "cowalellup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cowalla", + "definition": null, + "notation": "cowalla", + "altlabel": null, + "related": null, + "@id": "cowalla", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cowaramup", + "definition": null, + "notation": "cowaramup", + "altlabel": null, + "related": null, + "@id": "cowaramup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cowcowing", + "definition": null, + "notation": "cowcowing", + "altlabel": null, + "related": null, + "@id": "cowcowing", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Coyrecup", + "definition": null, + "notation": "coyrecup", + "altlabel": null, + "related": null, + "@id": "coyrecup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Craigie", + "definition": null, + "notation": "craigie", + "altlabel": null, + "related": null, + "@id": "craigie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cramphorne", + "definition": null, + "notation": "cramphorne", + "altlabel": null, + "related": null, + "@id": "cramphorne", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cranbrook", + "definition": null, + "notation": "cranbrook", + "altlabel": null, + "related": null, + "@id": "cranbrook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Crawley", + "definition": null, + "notation": "crawley", + "altlabel": null, + "related": null, + "@id": "crawley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Crooked Brook", + "definition": null, + "notation": "crooked-brook", + "altlabel": null, + "related": null, + "@id": "crooked-brook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Crossman", + "definition": null, + "notation": "crossman", + "altlabel": null, + "related": null, + "@id": "crossman", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Crowea", + "definition": null, + "notation": "crowea", + "altlabel": null, + "related": null, + "@id": "crowea", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cuballing", + "definition": null, + "notation": "cuballing", + "altlabel": null, + "related": null, + "@id": "cuballing", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cubbine", + "definition": null, + "notation": "cubbine", + "altlabel": null, + "related": null, + "@id": "cubbine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cue", + "definition": null, + "notation": "cue", + "altlabel": null, + "related": null, + "@id": "cue", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Culham", + "definition": null, + "notation": "culham", + "altlabel": null, + "related": null, + "@id": "culham", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cullacabardee", + "definition": null, + "notation": "cullacabardee", + "altlabel": null, + "related": null, + "@id": "cullacabardee", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cullalla", + "definition": null, + "notation": "cullalla", + "altlabel": null, + "related": null, + "@id": "cullalla", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cundeelee", + "definition": null, + "notation": "cundeelee", + "altlabel": null, + "related": null, + "@id": "cundeelee", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cunderdin", + "definition": null, + "notation": "cunderdin", + "altlabel": null, + "related": null, + "@id": "cunderdin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cundinup", + "definition": null, + "notation": "cundinup", + "altlabel": null, + "related": null, + "@id": "cundinup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cunjardine", + "definition": null, + "notation": "cunjardine", + "altlabel": null, + "related": null, + "@id": "cunjardine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Currambine", + "definition": null, + "notation": "currambine", + "altlabel": null, + "related": null, + "@id": "currambine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Cuthbert", + "definition": null, + "notation": "cuthbert", + "altlabel": null, + "related": null, + "@id": "cuthbert", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Daadenning Creek", + "definition": null, + "notation": "daadenning-creek", + "altlabel": null, + "related": null, + "@id": "daadenning-creek", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Daggar Hills", + "definition": null, + "notation": "daggar-hills", + "altlabel": null, + "related": null, + "@id": "daggar-hills", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Daglish", + "definition": null, + "notation": "daglish", + "altlabel": null, + "related": null, + "@id": "daglish", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dale", + "definition": null, + "notation": "dale", + "altlabel": null, + "related": null, + "@id": "dale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Daliak", + "definition": null, + "notation": "daliak", + "altlabel": null, + "related": null, + "@id": "daliak", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dalkeith", + "definition": null, + "notation": "dalkeith", + "altlabel": null, + "related": null, + "@id": "dalkeith", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dalwallinu", + "definition": null, + "notation": "dalwallinu", + "altlabel": null, + "related": null, + "@id": "dalwallinu", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dalyellup", + "definition": null, + "notation": "dalyellup", + "altlabel": null, + "related": null, + "@id": "dalyellup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dalyup", + "definition": null, + "notation": "dalyup", + "altlabel": null, + "related": null, + "@id": "dalyup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dampier", + "definition": null, + "notation": "dampier", + "altlabel": null, + "related": null, + "@id": "dampier", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dampier Archipelago", + "definition": null, + "notation": "dampier-archipelago", + "altlabel": null, + "related": null, + "@id": "dampier-archipelago", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dampier Peninsula", + "definition": null, + "notation": "dampier-peninsula", + "altlabel": null, + "related": null, + "@id": "dampier-peninsula", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dandanning", + "definition": null, + "notation": "dandanning", + "altlabel": null, + "related": null, + "@id": "dandanning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dandaragan", + "definition": null, + "notation": "dandaragan", + "altlabel": null, + "related": null, + "@id": "dandaragan", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dangin", + "definition": null, + "notation": "dangin", + "altlabel": null, + "related": null, + "@id": "dangin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darch", + "definition": null, + "notation": "darch", + "altlabel": null, + "related": null, + "@id": "darch", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dardadine", + "definition": null, + "notation": "dardadine", + "altlabel": null, + "related": null, + "@id": "dardadine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dardanup", + "definition": null, + "notation": "dardanup", + "altlabel": null, + "related": null, + "@id": "dardanup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dardanup West", + "definition": null, + "notation": "dardanup-west", + "altlabel": null, + "related": null, + "@id": "dardanup-west", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darkan", + "definition": null, + "notation": "darkan", + "altlabel": null, + "related": null, + "@id": "darkan", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darling Downs", + "definition": null, + "notation": "darling-downs", + "altlabel": null, + "related": null, + "@id": "darling-downs", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darlington", + "definition": null, + "notation": "darlington", + "altlabel": null, + "related": null, + "@id": "darlington", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Darradup", + "definition": null, + "notation": "darradup", + "altlabel": null, + "related": null, + "@id": "darradup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dartmoor", + "definition": null, + "notation": "dartmoor", + "altlabel": null, + "related": null, + "@id": "dartmoor", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dartnall", + "definition": null, + "notation": "dartnall", + "altlabel": null, + "related": null, + "@id": "dartnall", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Datatine", + "definition": null, + "notation": "datatine", + "altlabel": null, + "related": null, + "@id": "datatine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Davenport", + "definition": null, + "notation": "davenport", + "altlabel": null, + "related": null, + "@id": "davenport", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dawesville", + "definition": null, + "notation": "dawesville", + "altlabel": null, + "related": null, + "@id": "dawesville", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dayton", + "definition": null, + "notation": "dayton", + "altlabel": null, + "related": null, + "@id": "dayton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "De Grey", + "definition": null, + "notation": "de-grey", + "altlabel": null, + "related": null, + "@id": "de-grey", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Deanmill", + "definition": null, + "notation": "deanmill", + "altlabel": null, + "related": null, + "@id": "deanmill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Deepdale", + "definition": null, + "notation": "deepdale", + "altlabel": null, + "related": null, + "@id": "deepdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Deepdene", + "definition": null, + "notation": "deepdene", + "altlabel": null, + "related": null, + "@id": "deepdene", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Denbarker", + "definition": null, + "notation": "denbarker", + "altlabel": null, + "related": null, + "@id": "denbarker", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Denham", + "definition": null, + "notation": "denham", + "altlabel": null, + "related": null, + "@id": "denham", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Denmark", + "definition": null, + "notation": "denmark", + "altlabel": null, + "related": null, + "@id": "denmark", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Derby", + "definition": null, + "notation": "derby", + "altlabel": null, + "related": null, + "@id": "derby", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Devils Creek", + "definition": null, + "notation": "devils-creek", + "altlabel": null, + "related": null, + "@id": "devils-creek", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dewars Pool", + "definition": null, + "notation": "dewars-pool", + "altlabel": null, + "related": null, + "@id": "dewars-pool", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Diamond Tree", + "definition": null, + "notation": "diamond-tree", + "altlabel": null, + "related": null, + "@id": "diamond-tree", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dianella", + "definition": null, + "notation": "dianella", + "altlabel": null, + "related": null, + "@id": "dianella", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dindiloa", + "definition": null, + "notation": "dindiloa", + "altlabel": null, + "related": null, + "@id": "dindiloa", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dingup", + "definition": null, + "notation": "dingup", + "altlabel": null, + "related": null, + "@id": "dingup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dinninup", + "definition": null, + "notation": "dinninup", + "altlabel": null, + "related": null, + "@id": "dinninup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dirk Hartog Island", + "definition": null, + "notation": "dirk-hartog-island", + "altlabel": null, + "related": null, + "@id": "dirk-hartog-island", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dixvale", + "definition": null, + "notation": "dixvale", + "altlabel": null, + "related": null, + "@id": "dixvale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Djugun", + "definition": null, + "notation": "djugun", + "altlabel": null, + "related": null, + "@id": "djugun", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dongara", + "definition": null, + "notation": "dongara", + "altlabel": null, + "related": null, + "@id": "dongara", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dongolocking", + "definition": null, + "notation": "dongolocking", + "altlabel": null, + "related": null, + "@id": "dongolocking", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Donnelly River", + "definition": null, + "notation": "donnelly-river", + "altlabel": null, + "related": null, + "@id": "donnelly-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Donnybrook", + "definition": null, + "notation": "donnybrook", + "altlabel": null, + "related": null, + "@id": "donnybrook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Doobarda", + "definition": null, + "notation": "doobarda", + "altlabel": null, + "related": null, + "@id": "doobarda", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Doodenanning", + "definition": null, + "notation": "doodenanning", + "altlabel": null, + "related": null, + "@id": "doodenanning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Doodlakine", + "definition": null, + "notation": "doodlakine", + "altlabel": null, + "related": null, + "@id": "doodlakine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dorre Island", + "definition": null, + "notation": "dorre-island", + "altlabel": null, + "related": null, + "@id": "dorre-island", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Doubleview", + "definition": null, + "notation": "doubleview", + "altlabel": null, + "related": null, + "@id": "doubleview", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dowerin", + "definition": null, + "notation": "dowerin", + "altlabel": null, + "related": null, + "@id": "dowerin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Drome", + "definition": null, + "notation": "drome", + "altlabel": null, + "related": null, + "@id": "drome", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Drummond Cove", + "definition": null, + "notation": "drummond-cove", + "altlabel": null, + "related": null, + "@id": "drummond-cove", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dryandra", + "definition": null, + "notation": "dryandra", + "altlabel": null, + "related": null, + "@id": "dryandra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Drysdale River", + "definition": null, + "notation": "drysdale-river", + "altlabel": null, + "related": null, + "@id": "drysdale-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dudawa", + "definition": null, + "notation": "dudawa", + "altlabel": null, + "related": null, + "@id": "dudawa", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dudinin", + "definition": null, + "notation": "dudinin", + "altlabel": null, + "related": null, + "@id": "dudinin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dudley Park", + "definition": null, + "notation": "dudley-park", + "altlabel": null, + "related": null, + "@id": "dudley-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dukin", + "definition": null, + "notation": "dukin", + "altlabel": null, + "related": null, + "@id": "dukin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dulbelling", + "definition": null, + "notation": "dulbelling", + "altlabel": null, + "related": null, + "@id": "dulbelling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dulyalbin", + "definition": null, + "notation": "dulyalbin", + "altlabel": null, + "related": null, + "@id": "dulyalbin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dumbarton", + "definition": null, + "notation": "dumbarton", + "altlabel": null, + "related": null, + "@id": "dumbarton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dumberning", + "definition": null, + "notation": "dumberning", + "altlabel": null, + "related": null, + "@id": "dumberning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dumbleyung", + "definition": null, + "notation": "dumbleyung", + "altlabel": null, + "related": null, + "@id": "dumbleyung", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Duncraig", + "definition": null, + "notation": "duncraig", + "altlabel": null, + "related": null, + "@id": "duncraig", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dundas", + "definition": null, + "notation": "dundas", + "altlabel": null, + "related": null, + "@id": "dundas", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dunn Rock", + "definition": null, + "notation": "dunn-rock", + "altlabel": null, + "related": null, + "@id": "dunn-rock", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dunsborough", + "definition": null, + "notation": "dunsborough", + "altlabel": null, + "related": null, + "@id": "dunsborough", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Durack", + "definition": null, + "notation": "durack", + "altlabel": null, + "related": null, + "@id": "durack", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Duranillin", + "definition": null, + "notation": "duranillin", + "altlabel": null, + "related": null, + "@id": "duranillin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Durawah", + "definition": null, + "notation": "durawah", + "altlabel": null, + "related": null, + "@id": "durawah", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dwarda", + "definition": null, + "notation": "dwarda", + "altlabel": null, + "related": null, + "@id": "dwarda", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Dwellingup", + "definition": null, + "notation": "dwellingup", + "altlabel": null, + "related": null, + "@id": "dwellingup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eagle Bay", + "definition": null, + "notation": "eagle-bay", + "altlabel": null, + "related": null, + "@id": "eagle-bay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Augusta", + "definition": null, + "notation": "east-augusta", + "altlabel": null, + "related": null, + "@id": "east-augusta", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Ballidu", + "definition": null, + "notation": "east-ballidu", + "altlabel": null, + "related": null, + "@id": "east-ballidu", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Beverley", + "definition": null, + "notation": "east-beverley", + "altlabel": null, + "related": null, + "@id": "east-beverley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Bowes", + "definition": null, + "notation": "east-bowes", + "altlabel": null, + "related": null, + "@id": "east-bowes", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Bunbury", + "definition": null, + "notation": "east-bunbury", + "altlabel": null, + "related": null, + "@id": "east-bunbury", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Cannington", + "definition": null, + "notation": "east-cannington", + "altlabel": null, + "related": null, + "@id": "east-cannington", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Carnarvon", + "definition": null, + "notation": "east-carnarvon", + "altlabel": null, + "related": null, + "@id": "east-carnarvon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Chapman", + "definition": null, + "notation": "east-chapman", + "altlabel": null, + "related": null, + "@id": "east-chapman", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Damboring", + "definition": null, + "notation": "east-damboring", + "altlabel": null, + "related": null, + "@id": "east-damboring", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Fremantle", + "definition": null, + "notation": "east-fremantle", + "altlabel": null, + "related": null, + "@id": "east-fremantle", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Lyons River", + "definition": null, + "notation": "east-lyons-river", + "altlabel": null, + "related": null, + "@id": "east-lyons-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Munglinup", + "definition": null, + "notation": "east-munglinup", + "altlabel": null, + "related": null, + "@id": "east-munglinup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Murchison", + "definition": null, + "notation": "east-murchison", + "altlabel": null, + "related": null, + "@id": "east-murchison", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Nabawa", + "definition": null, + "notation": "east-nabawa", + "altlabel": null, + "related": null, + "@id": "east-nabawa", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Nannup", + "definition": null, + "notation": "east-nannup", + "altlabel": null, + "related": null, + "@id": "east-nannup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Newdegate", + "definition": null, + "notation": "east-newdegate", + "altlabel": null, + "related": null, + "@id": "east-newdegate", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Perth", + "definition": null, + "notation": "east-perth", + "altlabel": null, + "related": null, + "@id": "east-perth", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Pingelly", + "definition": null, + "notation": "east-pingelly", + "altlabel": null, + "related": null, + "@id": "east-pingelly", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Popanyinning", + "definition": null, + "notation": "east-popanyinning", + "altlabel": null, + "related": null, + "@id": "east-popanyinning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Rockingham", + "definition": null, + "notation": "east-rockingham", + "altlabel": null, + "related": null, + "@id": "east-rockingham", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Victoria Park", + "definition": null, + "notation": "east-victoria-park", + "altlabel": null, + "related": null, + "@id": "east-victoria-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Wickepin", + "definition": null, + "notation": "east-wickepin", + "altlabel": null, + "related": null, + "@id": "east-wickepin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "East Yuna", + "definition": null, + "notation": "east-yuna", + "altlabel": null, + "related": null, + "@id": "east-yuna", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eastbrook", + "definition": null, + "notation": "eastbrook", + "altlabel": null, + "related": null, + "@id": "eastbrook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eaton", + "definition": null, + "notation": "eaton", + "altlabel": null, + "related": null, + "@id": "eaton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eden Hill", + "definition": null, + "notation": "eden-hill", + "altlabel": null, + "related": null, + "@id": "eden-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Edgewater", + "definition": null, + "notation": "edgewater", + "altlabel": null, + "related": null, + "@id": "edgewater", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eganu", + "definition": null, + "notation": "eganu", + "altlabel": null, + "related": null, + "@id": "eganu", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eglinton", + "definition": null, + "notation": "eglinton", + "altlabel": null, + "related": null, + "@id": "eglinton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eighty Mile Beach", + "definition": null, + "notation": "eighty-mile-beach", + "altlabel": null, + "related": null, + "@id": "eighty-mile-beach", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elabbin", + "definition": null, + "notation": "elabbin", + "altlabel": null, + "related": null, + "@id": "elabbin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elachbutting", + "definition": null, + "notation": "elachbutting", + "altlabel": null, + "related": null, + "@id": "elachbutting", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elgin", + "definition": null, + "notation": "elgin", + "altlabel": null, + "related": null, + "@id": "elgin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Elleker", + "definition": null, + "notation": "elleker", + "altlabel": null, + "related": null, + "@id": "elleker", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ellenbrook", + "definition": null, + "notation": "ellenbrook", + "altlabel": null, + "related": null, + "@id": "ellenbrook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ellendale", + "definition": null, + "notation": "ellendale", + "altlabel": null, + "related": null, + "@id": "ellendale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Embleton", + "definition": null, + "notation": "embleton", + "altlabel": null, + "related": null, + "@id": "embleton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Emu Flat", + "definition": null, + "notation": "emu-flat", + "altlabel": null, + "related": null, + "@id": "emu-flat", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Emu Point", + "definition": null, + "notation": "emu-point", + "altlabel": null, + "related": null, + "@id": "emu-point", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eneabba", + "definition": null, + "notation": "eneabba", + "altlabel": null, + "related": null, + "@id": "eneabba", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ennuin", + "definition": null, + "notation": "ennuin", + "altlabel": null, + "related": null, + "@id": "ennuin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eradu", + "definition": null, + "notation": "eradu", + "altlabel": null, + "related": null, + "@id": "eradu", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eradu South", + "definition": null, + "notation": "eradu-south", + "altlabel": null, + "related": null, + "@id": "eradu-south", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Erskine", + "definition": null, + "notation": "erskine", + "altlabel": null, + "related": null, + "@id": "erskine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Esperance", + "definition": null, + "notation": "esperance", + "altlabel": null, + "related": null, + "@id": "esperance", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Etmilyn", + "definition": null, + "notation": "etmilyn", + "altlabel": null, + "related": null, + "@id": "etmilyn", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eucla", + "definition": null, + "notation": "eucla", + "altlabel": null, + "related": null, + "@id": "eucla", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Eurardy", + "definition": null, + "notation": "eurardy", + "altlabel": null, + "related": null, + "@id": "eurardy", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ewlyamartup", + "definition": null, + "notation": "ewlyamartup", + "altlabel": null, + "related": null, + "@id": "ewlyamartup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Exmouth", + "definition": null, + "notation": "exmouth", + "altlabel": null, + "related": null, + "@id": "exmouth", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Exmouth Gulf", + "definition": null, + "notation": "exmouth-gulf", + "altlabel": null, + "related": null, + "@id": "exmouth-gulf", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Fairbridge", + "definition": null, + "notation": "fairbridge", + "altlabel": null, + "related": null, + "@id": "fairbridge", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Falcon", + "definition": null, + "notation": "falcon", + "altlabel": null, + "related": null, + "@id": "falcon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ferguson", + "definition": null, + "notation": "ferguson", + "altlabel": null, + "related": null, + "@id": "ferguson", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ferndale", + "definition": null, + "notation": "ferndale", + "altlabel": null, + "related": null, + "@id": "ferndale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Feysville", + "definition": null, + "notation": "feysville", + "altlabel": null, + "related": null, + "@id": "feysville", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Fimiston", + "definition": null, + "notation": "fimiston", + "altlabel": null, + "related": null, + "@id": "fimiston", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Finucane", + "definition": null, + "notation": "finucane", + "altlabel": null, + "related": null, + "@id": "finucane", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Fitzgerald", + "definition": null, + "notation": "fitzgerald", + "altlabel": null, + "related": null, + "@id": "fitzgerald", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Fitzgerald River National Park", + "definition": null, + "notation": "fitzgerald-river-national-park", + "altlabel": null, + "related": null, + "@id": "fitzgerald-river-national-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Fitzroy Crossing", + "definition": null, + "notation": "fitzroy-crossing", + "altlabel": null, + "related": null, + "@id": "fitzroy-crossing", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Flint", + "definition": null, + "notation": "flint", + "altlabel": null, + "related": null, + "@id": "flint", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Floreat", + "definition": null, + "notation": "floreat", + "altlabel": null, + "related": null, + "@id": "floreat", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Flynn", + "definition": null, + "notation": "flynn", + "altlabel": null, + "related": null, + "@id": "flynn", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Forest Grove", + "definition": null, + "notation": "forest-grove", + "altlabel": null, + "related": null, + "@id": "forest-grove", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Forest Hill", + "definition": null, + "notation": "forest-hill", + "altlabel": null, + "related": null, + "@id": "forest-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Forrest", + "definition": null, + "notation": "forrest", + "altlabel": null, + "related": null, + "@id": "forrest", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Forrest Beach", + "definition": null, + "notation": "forrest-beach", + "altlabel": null, + "related": null, + "@id": "forrest-beach", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Forrestania", + "definition": null, + "notation": "forrestania", + "altlabel": null, + "related": null, + "@id": "forrestania", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Forrestdale", + "definition": null, + "notation": "forrestdale", + "altlabel": null, + "related": null, + "@id": "forrestdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Forrestfield", + "definition": null, + "notation": "forrestfield", + "altlabel": null, + "related": null, + "@id": "forrestfield", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Fortescue", + "definition": null, + "notation": "fortescue", + "altlabel": null, + "related": null, + "@id": "fortescue", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Francois Peron National Park", + "definition": null, + "notation": "francois-peron-national-park", + "altlabel": null, + "related": null, + "@id": "francois-peron-national-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Frankland River", + "definition": null, + "notation": "frankland-river", + "altlabel": null, + "related": null, + "@id": "frankland-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Fraser Range", + "definition": null, + "notation": "fraser-range", + "altlabel": null, + "related": null, + "@id": "fraser-range", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Fremantle", + "definition": null, + "notation": "fremantle", + "altlabel": null, + "related": null, + "@id": "fremantle", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Frenchman Bay", + "definition": null, + "notation": "frenchman-bay", + "altlabel": null, + "related": null, + "@id": "frenchman-bay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Furnissdale", + "definition": null, + "notation": "furnissdale", + "altlabel": null, + "related": null, + "@id": "furnissdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gabalong", + "definition": null, + "notation": "gabalong", + "altlabel": null, + "related": null, + "@id": "gabalong", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gabbadah", + "definition": null, + "notation": "gabbadah", + "altlabel": null, + "related": null, + "@id": "gabbadah", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gabbin", + "definition": null, + "notation": "gabbin", + "altlabel": null, + "related": null, + "@id": "gabbin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gairdner", + "definition": null, + "notation": "gairdner", + "altlabel": null, + "related": null, + "@id": "gairdner", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gap Ridge", + "definition": null, + "notation": "gap-ridge", + "altlabel": null, + "related": null, + "@id": "gap-ridge", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Garden Island", + "definition": null, + "notation": "garden-island", + "altlabel": null, + "related": null, + "@id": "garden-island", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gascoyne Junction", + "definition": null, + "notation": "gascoyne-junction", + "altlabel": null, + "related": null, + "@id": "gascoyne-junction", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gascoyne River", + "definition": null, + "notation": "gascoyne-river", + "altlabel": null, + "related": null, + "@id": "gascoyne-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Geegully Creek", + "definition": null, + "notation": "geegully-creek", + "altlabel": null, + "related": null, + "@id": "geegully-creek", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gelorup", + "definition": null, + "notation": "gelorup", + "altlabel": null, + "related": null, + "@id": "gelorup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Geographe", + "definition": null, + "notation": "geographe", + "altlabel": null, + "related": null, + "@id": "geographe", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Georgina", + "definition": null, + "notation": "georgina", + "altlabel": null, + "related": null, + "@id": "georgina", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Geraldton", + "definition": null, + "notation": "geraldton", + "altlabel": null, + "related": null, + "@id": "geraldton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ghooli", + "definition": null, + "notation": "ghooli", + "altlabel": null, + "related": null, + "@id": "ghooli", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gibb", + "definition": null, + "notation": "gibb", + "altlabel": null, + "related": null, + "@id": "gibb", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gibson", + "definition": null, + "notation": "gibson", + "altlabel": null, + "related": null, + "@id": "gibson", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gibson Desert North", + "definition": null, + "notation": "gibson-desert-north", + "altlabel": null, + "related": null, + "@id": "gibson-desert-north", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gibson Desert South", + "definition": null, + "notation": "gibson-desert-south", + "altlabel": null, + "related": null, + "@id": "gibson-desert-south", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gidgegannup", + "definition": null, + "notation": "gidgegannup", + "altlabel": null, + "related": null, + "@id": "gidgegannup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gilgering", + "definition": null, + "notation": "gilgering", + "altlabel": null, + "related": null, + "@id": "gilgering", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gillimanning", + "definition": null, + "notation": "gillimanning", + "altlabel": null, + "related": null, + "@id": "gillimanning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gillingarra", + "definition": null, + "notation": "gillingarra", + "altlabel": null, + "related": null, + "@id": "gillingarra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gilroyd", + "definition": null, + "notation": "gilroyd", + "altlabel": null, + "related": null, + "@id": "gilroyd", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gingerah", + "definition": null, + "notation": "gingerah", + "altlabel": null, + "related": null, + "@id": "gingerah", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gingin", + "definition": null, + "notation": "gingin", + "altlabel": null, + "related": null, + "@id": "gingin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ginginup", + "definition": null, + "notation": "ginginup", + "altlabel": null, + "related": null, + "@id": "ginginup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Girrawheen", + "definition": null, + "notation": "girrawheen", + "altlabel": null, + "related": null, + "@id": "girrawheen", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gledhow", + "definition": null, + "notation": "gledhow", + "altlabel": null, + "related": null, + "@id": "gledhow", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glen Forrest", + "definition": null, + "notation": "glen-forrest", + "altlabel": null, + "related": null, + "@id": "glen-forrest", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glen Iris", + "definition": null, + "notation": "glen-iris", + "altlabel": null, + "related": null, + "@id": "glen-iris", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glen Mervyn", + "definition": null, + "notation": "glen-mervyn", + "altlabel": null, + "related": null, + "@id": "glen-mervyn", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glencoe", + "definition": null, + "notation": "glencoe", + "altlabel": null, + "related": null, + "@id": "glencoe", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glendalough", + "definition": null, + "notation": "glendalough", + "altlabel": null, + "related": null, + "@id": "glendalough", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenfield", + "definition": null, + "notation": "glenfield", + "altlabel": null, + "related": null, + "@id": "glenfield", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenlynn", + "definition": null, + "notation": "glenlynn", + "altlabel": null, + "related": null, + "@id": "glenlynn", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glenoran", + "definition": null, + "notation": "glenoran", + "altlabel": null, + "related": null, + "@id": "glenoran", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Glentromie", + "definition": null, + "notation": "glentromie", + "altlabel": null, + "related": null, + "@id": "glentromie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gnangara", + "definition": null, + "notation": "gnangara", + "altlabel": null, + "related": null, + "@id": "gnangara", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gnarabup", + "definition": null, + "notation": "gnarabup", + "altlabel": null, + "related": null, + "@id": "gnarabup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gnoorea", + "definition": null, + "notation": "gnoorea", + "altlabel": null, + "related": null, + "@id": "gnoorea", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gnowangerup", + "definition": null, + "notation": "gnowangerup", + "altlabel": null, + "related": null, + "@id": "gnowangerup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gnowellen", + "definition": null, + "notation": "gnowellen", + "altlabel": null, + "related": null, + "@id": "gnowellen", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Golden Bay", + "definition": null, + "notation": "golden-bay", + "altlabel": null, + "related": null, + "@id": "golden-bay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goode Beach", + "definition": null, + "notation": "goode-beach", + "altlabel": null, + "related": null, + "@id": "goode-beach", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goodlands", + "definition": null, + "notation": "goodlands", + "altlabel": null, + "related": null, + "@id": "goodlands", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goomalling", + "definition": null, + "notation": "goomalling", + "altlabel": null, + "related": null, + "@id": "goomalling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Goomarin", + "definition": null, + "notation": "goomarin", + "altlabel": null, + "related": null, + "@id": "goomarin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gooseberry Hill", + "definition": null, + "notation": "gooseberry-hill", + "altlabel": null, + "related": null, + "@id": "gooseberry-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gorge Rock", + "definition": null, + "notation": "gorge-rock", + "altlabel": null, + "related": null, + "@id": "gorge-rock", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gorrie", + "definition": null, + "notation": "gorrie", + "altlabel": null, + "related": null, + "@id": "gorrie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gosnells", + "definition": null, + "notation": "gosnells", + "altlabel": null, + "related": null, + "@id": "gosnells", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gracetown", + "definition": null, + "notation": "gracetown", + "altlabel": null, + "related": null, + "@id": "gracetown", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Granville", + "definition": null, + "notation": "granville", + "altlabel": null, + "related": null, + "@id": "granville", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Grass Patch", + "definition": null, + "notation": "grass-patch", + "altlabel": null, + "related": null, + "@id": "grass-patch", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Grass Valley", + "definition": null, + "notation": "grass-valley", + "altlabel": null, + "related": null, + "@id": "grass-valley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Green Head", + "definition": null, + "notation": "green-head", + "altlabel": null, + "related": null, + "@id": "green-head", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Green Range", + "definition": null, + "notation": "green-range", + "altlabel": null, + "related": null, + "@id": "green-range", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Green Valley", + "definition": null, + "notation": "green-valley", + "altlabel": null, + "related": null, + "@id": "green-valley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greenbushes", + "definition": null, + "notation": "greenbushes", + "altlabel": null, + "related": null, + "@id": "greenbushes", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greenfields", + "definition": null, + "notation": "greenfields", + "altlabel": null, + "related": null, + "@id": "greenfields", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greenhills", + "definition": null, + "notation": "greenhills", + "altlabel": null, + "related": null, + "@id": "greenhills", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greenmount", + "definition": null, + "notation": "greenmount", + "altlabel": null, + "related": null, + "@id": "greenmount", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greenough", + "definition": null, + "notation": "greenough", + "altlabel": null, + "related": null, + "@id": "greenough", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greenwood", + "definition": null, + "notation": "greenwood", + "altlabel": null, + "related": null, + "@id": "greenwood", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greenwoods Valley", + "definition": null, + "notation": "greenwoods-valley", + "altlabel": null, + "related": null, + "@id": "greenwoods-valley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gregory", + "definition": null, + "notation": "gregory", + "altlabel": null, + "related": null, + "@id": "gregory", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Grey", + "definition": null, + "notation": "grey", + "altlabel": null, + "related": null, + "@id": "grey", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Greys Plain", + "definition": null, + "notation": "greys-plain", + "altlabel": null, + "related": null, + "@id": "greys-plain", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Grimwade", + "definition": null, + "notation": "grimwade", + "altlabel": null, + "related": null, + "@id": "grimwade", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Guilderton", + "definition": null, + "notation": "guilderton", + "altlabel": null, + "related": null, + "@id": "guilderton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Guildford", + "definition": null, + "notation": "guildford", + "altlabel": null, + "related": null, + "@id": "guildford", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gundaring", + "definition": null, + "notation": "gundaring", + "altlabel": null, + "related": null, + "@id": "gundaring", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gunyidi", + "definition": null, + "notation": "gunyidi", + "altlabel": null, + "related": null, + "@id": "gunyidi", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gutha", + "definition": null, + "notation": "gutha", + "altlabel": null, + "related": null, + "@id": "gutha", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gwambygine", + "definition": null, + "notation": "gwambygine", + "altlabel": null, + "related": null, + "@id": "gwambygine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gwelup", + "definition": null, + "notation": "gwelup", + "altlabel": null, + "related": null, + "@id": "gwelup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Gwindinup", + "definition": null, + "notation": "gwindinup", + "altlabel": null, + "related": null, + "@id": "gwindinup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hacketts Gully", + "definition": null, + "notation": "hacketts-gully", + "altlabel": null, + "related": null, + "@id": "hacketts-gully", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Halls Creek", + "definition": null, + "notation": "halls-creek", + "altlabel": null, + "related": null, + "@id": "halls-creek", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Halls Head", + "definition": null, + "notation": "halls-head", + "altlabel": null, + "related": null, + "@id": "halls-head", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hamel", + "definition": null, + "notation": "hamel", + "altlabel": null, + "related": null, + "@id": "hamel", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hamelin Bay", + "definition": null, + "notation": "hamelin-bay", + "altlabel": null, + "related": null, + "@id": "hamelin-bay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hamelin Pool", + "definition": null, + "notation": "hamelin-pool", + "altlabel": null, + "related": null, + "@id": "hamelin-pool", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hamersley", + "definition": null, + "notation": "hamersley", + "altlabel": null, + "related": null, + "@id": "hamersley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hamersley Range", + "definition": null, + "notation": "hamersley-range", + "altlabel": null, + "related": null, + "@id": "hamersley-range", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hamilton Hill", + "definition": null, + "notation": "hamilton-hill", + "altlabel": null, + "related": null, + "@id": "hamilton-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hammond Park", + "definition": null, + "notation": "hammond-park", + "altlabel": null, + "related": null, + "@id": "hammond-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hannans", + "definition": null, + "notation": "hannans", + "altlabel": null, + "related": null, + "@id": "hannans", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Harris River", + "definition": null, + "notation": "harris-river", + "altlabel": null, + "related": null, + "@id": "harris-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Harrisdale", + "definition": null, + "notation": "harrisdale", + "altlabel": null, + "related": null, + "@id": "harrisdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Harrismith", + "definition": null, + "notation": "harrismith", + "altlabel": null, + "related": null, + "@id": "harrismith", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Harvey", + "definition": null, + "notation": "harvey", + "altlabel": null, + "related": null, + "@id": "harvey", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hastings", + "definition": null, + "notation": "hastings", + "altlabel": null, + "related": null, + "@id": "hastings", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hatter Hill", + "definition": null, + "notation": "hatter-hill", + "altlabel": null, + "related": null, + "@id": "hatter-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hay", + "definition": null, + "notation": "hay", + "altlabel": null, + "related": null, + "@id": "hay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Haynes", + "definition": null, + "notation": "haynes", + "altlabel": null, + "related": null, + "@id": "haynes", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hazelmere", + "definition": null, + "notation": "hazelmere", + "altlabel": null, + "related": null, + "@id": "hazelmere", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hazelvale", + "definition": null, + "notation": "hazelvale", + "altlabel": null, + "related": null, + "@id": "hazelvale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Heathridge", + "definition": null, + "notation": "heathridge", + "altlabel": null, + "related": null, + "@id": "heathridge", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Helena Valley", + "definition": null, + "notation": "helena-valley", + "altlabel": null, + "related": null, + "@id": "helena-valley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Henderson", + "definition": null, + "notation": "henderson", + "altlabel": null, + "related": null, + "@id": "henderson", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Henley Brook", + "definition": null, + "notation": "henley-brook", + "altlabel": null, + "related": null, + "@id": "henley-brook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Henty", + "definition": null, + "notation": "henty", + "altlabel": null, + "related": null, + "@id": "henty", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Herdsman", + "definition": null, + "notation": "herdsman", + "altlabel": null, + "related": null, + "@id": "herdsman", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Herne Hill", + "definition": null, + "notation": "herne-hill", + "altlabel": null, + "related": null, + "@id": "herne-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Herron", + "definition": null, + "notation": "herron", + "altlabel": null, + "related": null, + "@id": "herron", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hester", + "definition": null, + "notation": "hester", + "altlabel": null, + "related": null, + "@id": "hester", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hester Brook", + "definition": null, + "notation": "hester-brook", + "altlabel": null, + "related": null, + "@id": "hester-brook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hickety", + "definition": null, + "notation": "hickety", + "altlabel": null, + "related": null, + "@id": "hickety", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Higginsville", + "definition": null, + "notation": "higginsville", + "altlabel": null, + "related": null, + "@id": "higginsville", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "High Wycombe", + "definition": null, + "notation": "high-wycombe", + "altlabel": null, + "related": null, + "@id": "high-wycombe", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Highbury", + "definition": null, + "notation": "highbury", + "altlabel": null, + "related": null, + "@id": "highbury", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Highgate", + "definition": null, + "notation": "highgate", + "altlabel": null, + "related": null, + "@id": "highgate", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hilbert", + "definition": null, + "notation": "hilbert", + "altlabel": null, + "related": null, + "@id": "hilbert", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hill River", + "definition": null, + "notation": "hill-river", + "altlabel": null, + "related": null, + "@id": "hill-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hillarys", + "definition": null, + "notation": "hillarys", + "altlabel": null, + "related": null, + "@id": "hillarys", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hillman", + "definition": null, + "notation": "hillman", + "altlabel": null, + "related": null, + "@id": "hillman", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hillside", + "definition": null, + "notation": "hillside", + "altlabel": null, + "related": null, + "@id": "hillside", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hilton", + "definition": null, + "notation": "hilton", + "altlabel": null, + "related": null, + "@id": "hilton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hindmarsh", + "definition": null, + "notation": "hindmarsh", + "altlabel": null, + "related": null, + "@id": "hindmarsh", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hines Hill", + "definition": null, + "notation": "hines-hill", + "altlabel": null, + "related": null, + "@id": "hines-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hithergreen", + "definition": null, + "notation": "hithergreen", + "altlabel": null, + "related": null, + "@id": "hithergreen", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hocking", + "definition": null, + "notation": "hocking", + "altlabel": null, + "related": null, + "@id": "hocking", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hoddys Well", + "definition": null, + "notation": "hoddys-well", + "altlabel": null, + "related": null, + "@id": "hoddys-well", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hoffman", + "definition": null, + "notation": "hoffman", + "altlabel": null, + "related": null, + "@id": "hoffman", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Holleton", + "definition": null, + "notation": "holleton", + "altlabel": null, + "related": null, + "@id": "holleton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Holmwood", + "definition": null, + "notation": "holmwood", + "altlabel": null, + "related": null, + "@id": "holmwood", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Holt Rock", + "definition": null, + "notation": "holt-rock", + "altlabel": null, + "related": null, + "@id": "holt-rock", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Holyoake", + "definition": null, + "notation": "holyoake", + "altlabel": null, + "related": null, + "@id": "holyoake", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Home Island Cocos (Keeling) Is", + "definition": null, + "notation": "home-island-cocos-(keeling)-is", + "altlabel": null, + "related": null, + "@id": "home-island-cocos--keeling--is", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hope Valley", + "definition": null, + "notation": "hope-valley", + "altlabel": null, + "related": null, + "@id": "hope-valley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hopeland", + "definition": null, + "notation": "hopeland", + "altlabel": null, + "related": null, + "@id": "hopeland", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hopetoun", + "definition": null, + "notation": "hopetoun", + "altlabel": null, + "related": null, + "@id": "hopetoun", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Horrocks", + "definition": null, + "notation": "horrocks", + "altlabel": null, + "related": null, + "@id": "horrocks", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Houtman Abrolhos", + "definition": null, + "notation": "houtman-abrolhos", + "altlabel": null, + "related": null, + "@id": "houtman-abrolhos", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hovea", + "definition": null, + "notation": "hovea", + "altlabel": null, + "related": null, + "@id": "hovea", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Howatharra", + "definition": null, + "notation": "howatharra", + "altlabel": null, + "related": null, + "@id": "howatharra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Howick", + "definition": null, + "notation": "howick", + "altlabel": null, + "related": null, + "@id": "howick", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hulongine", + "definition": null, + "notation": "hulongine", + "altlabel": null, + "related": null, + "@id": "hulongine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Huntingdale", + "definition": null, + "notation": "huntingdale", + "altlabel": null, + "related": null, + "@id": "huntingdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Hyden", + "definition": null, + "notation": "hyden", + "altlabel": null, + "related": null, + "@id": "hyden", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ikewa", + "definition": null, + "notation": "ikewa", + "altlabel": null, + "related": null, + "@id": "ikewa", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Iluka", + "definition": null, + "notation": "iluka", + "altlabel": null, + "related": null, + "@id": "iluka", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Indee", + "definition": null, + "notation": "indee", + "altlabel": null, + "related": null, + "@id": "indee", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Inggarda", + "definition": null, + "notation": "inggarda", + "altlabel": null, + "related": null, + "@id": "inggarda", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Inglehope", + "definition": null, + "notation": "inglehope", + "altlabel": null, + "related": null, + "@id": "inglehope", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Inglewood", + "definition": null, + "notation": "inglewood", + "altlabel": null, + "related": null, + "@id": "inglewood", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Inkpen", + "definition": null, + "notation": "inkpen", + "altlabel": null, + "related": null, + "@id": "inkpen", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Innaloo", + "definition": null, + "notation": "innaloo", + "altlabel": null, + "related": null, + "@id": "innaloo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Innawanga", + "definition": null, + "notation": "innawanga", + "altlabel": null, + "related": null, + "@id": "innawanga", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Irishtown", + "definition": null, + "notation": "irishtown", + "altlabel": null, + "related": null, + "@id": "irishtown", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Irrunytju", + "definition": null, + "notation": "irrunytju", + "altlabel": null, + "related": null, + "@id": "irrunytju", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Irwin", + "definition": null, + "notation": "irwin", + "altlabel": null, + "related": null, + "@id": "irwin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Israelite Bay", + "definition": null, + "notation": "israelite-bay", + "altlabel": null, + "related": null, + "@id": "israelite-bay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Isseka", + "definition": null, + "notation": "isseka", + "altlabel": null, + "related": null, + "@id": "isseka", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jackitup", + "definition": null, + "notation": "jackitup", + "altlabel": null, + "related": null, + "@id": "jackitup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jacup", + "definition": null, + "notation": "jacup", + "altlabel": null, + "related": null, + "@id": "jacup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jalbarragup", + "definition": null, + "notation": "jalbarragup", + "altlabel": null, + "related": null, + "@id": "jalbarragup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jaloran", + "definition": null, + "notation": "jaloran", + "altlabel": null, + "related": null, + "@id": "jaloran", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jandabup", + "definition": null, + "notation": "jandabup", + "altlabel": null, + "related": null, + "@id": "jandabup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jandakot", + "definition": null, + "notation": "jandakot", + "altlabel": null, + "related": null, + "@id": "jandakot", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jane Brook", + "definition": null, + "notation": "jane-brook", + "altlabel": null, + "related": null, + "@id": "jane-brook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jardee", + "definition": null, + "notation": "jardee", + "altlabel": null, + "related": null, + "@id": "jardee", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jarlmadangah Burru", + "definition": null, + "notation": "jarlmadangah-burru", + "altlabel": null, + "related": null, + "@id": "jarlmadangah-burru", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jarrahdale", + "definition": null, + "notation": "jarrahdale", + "altlabel": null, + "related": null, + "@id": "jarrahdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jarrahwood", + "definition": null, + "notation": "jarrahwood", + "altlabel": null, + "related": null, + "@id": "jarrahwood", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jelcobine", + "definition": null, + "notation": "jelcobine", + "altlabel": null, + "related": null, + "@id": "jelcobine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jennacubbine", + "definition": null, + "notation": "jennacubbine", + "altlabel": null, + "related": null, + "@id": "jennacubbine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jennapullin", + "definition": null, + "notation": "jennapullin", + "altlabel": null, + "related": null, + "@id": "jennapullin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jerdacuttup", + "definition": null, + "notation": "jerdacuttup", + "altlabel": null, + "related": null, + "@id": "jerdacuttup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jerramungup", + "definition": null, + "notation": "jerramungup", + "altlabel": null, + "related": null, + "@id": "jerramungup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jibberding", + "definition": null, + "notation": "jibberding", + "altlabel": null, + "related": null, + "@id": "jibberding", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jigalong", + "definition": null, + "notation": "jigalong", + "altlabel": null, + "related": null, + "@id": "jigalong", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jilakin", + "definition": null, + "notation": "jilakin", + "altlabel": null, + "related": null, + "@id": "jilakin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jindalee", + "definition": null, + "notation": "jindalee", + "altlabel": null, + "related": null, + "@id": "jindalee", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jindong", + "definition": null, + "notation": "jindong", + "altlabel": null, + "related": null, + "@id": "jindong", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jingalup", + "definition": null, + "notation": "jingalup", + "altlabel": null, + "related": null, + "@id": "jingalup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jitarning", + "definition": null, + "notation": "jitarning", + "altlabel": null, + "related": null, + "@id": "jitarning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jolimont", + "definition": null, + "notation": "jolimont", + "altlabel": null, + "related": null, + "@id": "jolimont", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Joondalup", + "definition": null, + "notation": "joondalup", + "altlabel": null, + "related": null, + "@id": "joondalup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Joondanna", + "definition": null, + "notation": "joondanna", + "altlabel": null, + "related": null, + "@id": "joondanna", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Julimar", + "definition": null, + "notation": "julimar", + "altlabel": null, + "related": null, + "@id": "julimar", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Juna Downs", + "definition": null, + "notation": "juna-downs", + "altlabel": null, + "related": null, + "@id": "juna-downs", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Jurien Bay", + "definition": null, + "notation": "jurien-bay", + "altlabel": null, + "related": null, + "@id": "jurien-bay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kadathinni", + "definition": null, + "notation": "kadathinni", + "altlabel": null, + "related": null, + "@id": "kadathinni", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kalamunda", + "definition": null, + "notation": "kalamunda", + "altlabel": null, + "related": null, + "@id": "kalamunda", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kalannie", + "definition": null, + "notation": "kalannie", + "altlabel": null, + "related": null, + "@id": "kalannie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kalbarri", + "definition": null, + "notation": "kalbarri", + "altlabel": null, + "related": null, + "@id": "kalbarri", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kalbarri National Park", + "definition": null, + "notation": "kalbarri-national-park", + "altlabel": null, + "related": null, + "@id": "kalbarri-national-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kalgan", + "definition": null, + "notation": "kalgan", + "altlabel": null, + "related": null, + "@id": "kalgan", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kalgoorlie", + "definition": null, + "notation": "kalgoorlie", + "altlabel": null, + "related": null, + "@id": "kalgoorlie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kalgup", + "definition": null, + "notation": "kalgup", + "altlabel": null, + "related": null, + "@id": "kalgup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kallaroo", + "definition": null, + "notation": "kallaroo", + "altlabel": null, + "related": null, + "@id": "kallaroo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kaloorup", + "definition": null, + "notation": "kaloorup", + "altlabel": null, + "related": null, + "@id": "kaloorup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kalumburu", + "definition": null, + "notation": "kalumburu", + "altlabel": null, + "related": null, + "@id": "kalumburu", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kambalda East", + "definition": null, + "notation": "kambalda-east", + "altlabel": null, + "related": null, + "@id": "kambalda-east", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kambalda West", + "definition": null, + "notation": "kambalda-west", + "altlabel": null, + "related": null, + "@id": "kambalda-west", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kangaroo Gully", + "definition": null, + "notation": "kangaroo-gully", + "altlabel": null, + "related": null, + "@id": "kangaroo-gully", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kanowna", + "definition": null, + "notation": "kanowna", + "altlabel": null, + "related": null, + "@id": "kanowna", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kanpa", + "definition": null, + "notation": "kanpa", + "altlabel": null, + "related": null, + "@id": "kanpa", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karakin", + "definition": null, + "notation": "karakin", + "altlabel": null, + "related": null, + "@id": "karakin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karalundi", + "definition": null, + "notation": "karalundi", + "altlabel": null, + "related": null, + "@id": "karalundi", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karawara", + "definition": null, + "notation": "karawara", + "altlabel": null, + "related": null, + "@id": "karawara", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kardinya", + "definition": null, + "notation": "kardinya", + "altlabel": null, + "related": null, + "@id": "kardinya", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karijini", + "definition": null, + "notation": "karijini", + "altlabel": null, + "related": null, + "@id": "karijini", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karlgarin", + "definition": null, + "notation": "karlgarin", + "altlabel": null, + "related": null, + "@id": "karlgarin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karlkurla", + "definition": null, + "notation": "karlkurla", + "altlabel": null, + "related": null, + "@id": "karlkurla", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karloning", + "definition": null, + "notation": "karloning", + "altlabel": null, + "related": null, + "@id": "karloning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karloo", + "definition": null, + "notation": "karloo", + "altlabel": null, + "related": null, + "@id": "karloo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karnup", + "definition": null, + "notation": "karnup", + "altlabel": null, + "related": null, + "@id": "karnup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karragullen", + "definition": null, + "notation": "karragullen", + "altlabel": null, + "related": null, + "@id": "karragullen", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karrakatta", + "definition": null, + "notation": "karrakatta", + "altlabel": null, + "related": null, + "@id": "karrakatta", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karrakup", + "definition": null, + "notation": "karrakup", + "altlabel": null, + "related": null, + "@id": "karrakup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karramindie", + "definition": null, + "notation": "karramindie", + "altlabel": null, + "related": null, + "@id": "karramindie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karranadgin", + "definition": null, + "notation": "karranadgin", + "altlabel": null, + "related": null, + "@id": "karranadgin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karratha", + "definition": null, + "notation": "karratha", + "altlabel": null, + "related": null, + "@id": "karratha", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karratha Industrial Estate", + "definition": null, + "notation": "karratha-industrial-estate", + "altlabel": null, + "related": null, + "@id": "karratha-industrial-estate", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karridale", + "definition": null, + "notation": "karridale", + "altlabel": null, + "related": null, + "@id": "karridale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karrinyup", + "definition": null, + "notation": "karrinyup", + "altlabel": null, + "related": null, + "@id": "karrinyup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Karroun Hill", + "definition": null, + "notation": "karroun-hill", + "altlabel": null, + "related": null, + "@id": "karroun-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Katanning", + "definition": null, + "notation": "katanning", + "altlabel": null, + "related": null, + "@id": "katanning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Katrine", + "definition": null, + "notation": "katrine", + "altlabel": null, + "related": null, + "@id": "katrine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kauring", + "definition": null, + "notation": "kauring", + "altlabel": null, + "related": null, + "@id": "kauring", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kealy", + "definition": null, + "notation": "kealy", + "altlabel": null, + "related": null, + "@id": "kealy", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kebaringup", + "definition": null, + "notation": "kebaringup", + "altlabel": null, + "related": null, + "@id": "kebaringup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kellerberrin", + "definition": null, + "notation": "kellerberrin", + "altlabel": null, + "related": null, + "@id": "kellerberrin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kelmscott", + "definition": null, + "notation": "kelmscott", + "altlabel": null, + "related": null, + "@id": "kelmscott", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kendenup", + "definition": null, + "notation": "kendenup", + "altlabel": null, + "related": null, + "@id": "kendenup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kenmare", + "definition": null, + "notation": "kenmare", + "altlabel": null, + "related": null, + "@id": "kenmare", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kennedy Range", + "definition": null, + "notation": "kennedy-range", + "altlabel": null, + "related": null, + "@id": "kennedy-range", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kensington", + "definition": null, + "notation": "kensington", + "altlabel": null, + "related": null, + "@id": "kensington", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kentdale", + "definition": null, + "notation": "kentdale", + "altlabel": null, + "related": null, + "@id": "kentdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kenwick", + "definition": null, + "notation": "kenwick", + "altlabel": null, + "related": null, + "@id": "kenwick", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Keralup", + "definition": null, + "notation": "keralup", + "altlabel": null, + "related": null, + "@id": "keralup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kewdale", + "definition": null, + "notation": "kewdale", + "altlabel": null, + "related": null, + "@id": "kewdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Keysbrook", + "definition": null, + "notation": "keysbrook", + "altlabel": null, + "related": null, + "@id": "keysbrook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kiara", + "definition": null, + "notation": "kiara", + "altlabel": null, + "related": null, + "@id": "kiara", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kimbolton", + "definition": null, + "notation": "kimbolton", + "altlabel": null, + "related": null, + "@id": "kimbolton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "King Leopold Ranges", + "definition": null, + "notation": "king-leopold-ranges", + "altlabel": null, + "related": null, + "@id": "king-leopold-ranges", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "King River", + "definition": null, + "notation": "king-river", + "altlabel": null, + "related": null, + "@id": "king-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kings Park", + "definition": null, + "notation": "kings-park", + "altlabel": null, + "related": null, + "@id": "kings-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kingsford", + "definition": null, + "notation": "kingsford", + "altlabel": null, + "related": null, + "@id": "kingsford", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kingsley", + "definition": null, + "notation": "kingsley", + "altlabel": null, + "related": null, + "@id": "kingsley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kingston", + "definition": null, + "notation": "kingston", + "altlabel": null, + "related": null, + "@id": "kingston", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kinross", + "definition": null, + "notation": "kinross", + "altlabel": null, + "related": null, + "@id": "kinross", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kirk Rock", + "definition": null, + "notation": "kirk-rock", + "altlabel": null, + "related": null, + "@id": "kirk-rock", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kirup", + "definition": null, + "notation": "kirup", + "altlabel": null, + "related": null, + "@id": "kirup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kojaneerup South", + "definition": null, + "notation": "kojaneerup-south", + "altlabel": null, + "related": null, + "@id": "kojaneerup-south", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kojarena", + "definition": null, + "notation": "kojarena", + "altlabel": null, + "related": null, + "@id": "kojarena", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kojonup", + "definition": null, + "notation": "kojonup", + "altlabel": null, + "related": null, + "@id": "kojonup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kokeby", + "definition": null, + "notation": "kokeby", + "altlabel": null, + "related": null, + "@id": "kokeby", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kondinin", + "definition": null, + "notation": "kondinin", + "altlabel": null, + "related": null, + "@id": "kondinin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kondut", + "definition": null, + "notation": "kondut", + "altlabel": null, + "related": null, + "@id": "kondut", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Konnongorring", + "definition": null, + "notation": "konnongorring", + "altlabel": null, + "related": null, + "@id": "konnongorring", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koojan", + "definition": null, + "notation": "koojan", + "altlabel": null, + "related": null, + "@id": "koojan", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kookynie", + "definition": null, + "notation": "kookynie", + "altlabel": null, + "related": null, + "@id": "kookynie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koolanooka", + "definition": null, + "notation": "koolanooka", + "altlabel": null, + "related": null, + "@id": "koolanooka", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koolyanobbing", + "definition": null, + "notation": "koolyanobbing", + "altlabel": null, + "related": null, + "@id": "koolyanobbing", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koomberkine", + "definition": null, + "notation": "koomberkine", + "altlabel": null, + "related": null, + "@id": "koomberkine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koondoola", + "definition": null, + "notation": "koondoola", + "altlabel": null, + "related": null, + "@id": "koondoola", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koongamia", + "definition": null, + "notation": "koongamia", + "altlabel": null, + "related": null, + "@id": "koongamia", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Koorda", + "definition": null, + "notation": "koorda", + "altlabel": null, + "related": null, + "@id": "koorda", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Korbel", + "definition": null, + "notation": "korbel", + "altlabel": null, + "related": null, + "@id": "korbel", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kordabup", + "definition": null, + "notation": "kordabup", + "altlabel": null, + "related": null, + "@id": "kordabup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Korrelocking", + "definition": null, + "notation": "korrelocking", + "altlabel": null, + "related": null, + "@id": "korrelocking", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kronkup", + "definition": null, + "notation": "kronkup", + "altlabel": null, + "related": null, + "@id": "kronkup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kudardup", + "definition": null, + "notation": "kudardup", + "altlabel": null, + "related": null, + "@id": "kudardup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kuender", + "definition": null, + "notation": "kuender", + "altlabel": null, + "related": null, + "@id": "kuender", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kukerin", + "definition": null, + "notation": "kukerin", + "altlabel": null, + "related": null, + "@id": "kukerin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kulikup", + "definition": null, + "notation": "kulikup", + "altlabel": null, + "related": null, + "@id": "kulikup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kulin", + "definition": null, + "notation": "kulin", + "altlabel": null, + "related": null, + "@id": "kulin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kulin West", + "definition": null, + "notation": "kulin-west", + "altlabel": null, + "related": null, + "@id": "kulin-west", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kulja", + "definition": null, + "notation": "kulja", + "altlabel": null, + "related": null, + "@id": "kulja", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kumarina", + "definition": null, + "notation": "kumarina", + "altlabel": null, + "related": null, + "@id": "kumarina", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kundat Djaru", + "definition": null, + "notation": "kundat-djaru", + "altlabel": null, + "related": null, + "@id": "kundat-djaru", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kunjin", + "definition": null, + "notation": "kunjin", + "altlabel": null, + "related": null, + "@id": "kunjin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kununoppin", + "definition": null, + "notation": "kununoppin", + "altlabel": null, + "related": null, + "@id": "kununoppin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kununurra", + "definition": null, + "notation": "kununurra", + "altlabel": null, + "related": null, + "@id": "kununurra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kupartiya", + "definition": null, + "notation": "kupartiya", + "altlabel": null, + "related": null, + "@id": "kupartiya", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kurnalpi", + "definition": null, + "notation": "kurnalpi", + "altlabel": null, + "related": null, + "@id": "kurnalpi", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kurrenkutten", + "definition": null, + "notation": "kurrenkutten", + "altlabel": null, + "related": null, + "@id": "kurrenkutten", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kweda", + "definition": null, + "notation": "kweda", + "altlabel": null, + "related": null, + "@id": "kweda", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kwelkan", + "definition": null, + "notation": "kwelkan", + "altlabel": null, + "related": null, + "@id": "kwelkan", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kwinana Beach", + "definition": null, + "notation": "kwinana-beach", + "altlabel": null, + "related": null, + "@id": "kwinana-beach", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kwinana Town Centre", + "definition": null, + "notation": "kwinana-town-centre", + "altlabel": null, + "related": null, + "@id": "kwinana-town-centre", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Kwolyin", + "definition": null, + "notation": "kwolyin", + "altlabel": null, + "related": null, + "@id": "kwolyin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lagrange", + "definition": null, + "notation": "lagrange", + "altlabel": null, + "related": null, + "@id": "lagrange", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Argyle", + "definition": null, + "notation": "lake-argyle", + "altlabel": null, + "related": null, + "@id": "lake-argyle", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Austin", + "definition": null, + "notation": "lake-austin", + "altlabel": null, + "related": null, + "@id": "lake-austin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Biddy", + "definition": null, + "notation": "lake-biddy", + "altlabel": null, + "related": null, + "@id": "lake-biddy", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Brown", + "definition": null, + "notation": "lake-brown", + "altlabel": null, + "related": null, + "@id": "lake-brown", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Camm", + "definition": null, + "notation": "lake-camm", + "altlabel": null, + "related": null, + "@id": "lake-camm", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Carnegie", + "definition": null, + "notation": "lake-carnegie", + "altlabel": null, + "related": null, + "@id": "lake-carnegie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Clifton", + "definition": null, + "notation": "lake-clifton", + "altlabel": null, + "related": null, + "@id": "lake-clifton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Coogee", + "definition": null, + "notation": "lake-coogee", + "altlabel": null, + "related": null, + "@id": "lake-coogee", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Darlot", + "definition": null, + "notation": "lake-darlot", + "altlabel": null, + "related": null, + "@id": "lake-darlot", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Deborah", + "definition": null, + "notation": "lake-deborah", + "altlabel": null, + "related": null, + "@id": "lake-deborah", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Grace", + "definition": null, + "notation": "lake-grace", + "altlabel": null, + "related": null, + "@id": "lake-grace", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Hinds", + "definition": null, + "notation": "lake-hinds", + "altlabel": null, + "related": null, + "@id": "lake-hinds", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Jasper", + "definition": null, + "notation": "lake-jasper", + "altlabel": null, + "related": null, + "@id": "lake-jasper", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake King", + "definition": null, + "notation": "lake-king", + "altlabel": null, + "related": null, + "@id": "lake-king", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Margarette", + "definition": null, + "notation": "lake-margarette", + "altlabel": null, + "related": null, + "@id": "lake-margarette", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Muir", + "definition": null, + "notation": "lake-muir", + "altlabel": null, + "related": null, + "@id": "lake-muir", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Ninan", + "definition": null, + "notation": "lake-ninan", + "altlabel": null, + "related": null, + "@id": "lake-ninan", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Toolbrunup", + "definition": null, + "notation": "lake-toolbrunup", + "altlabel": null, + "related": null, + "@id": "lake-toolbrunup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lake Wells", + "definition": null, + "notation": "lake-wells", + "altlabel": null, + "related": null, + "@id": "lake-wells", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lakelands", + "definition": null, + "notation": "lakelands", + "altlabel": null, + "related": null, + "@id": "lakelands", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lakewood", + "definition": null, + "notation": "lakewood", + "altlabel": null, + "related": null, + "@id": "lakewood", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lamington", + "definition": null, + "notation": "lamington", + "altlabel": null, + "related": null, + "@id": "lamington", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lancelin", + "definition": null, + "notation": "lancelin", + "altlabel": null, + "related": null, + "@id": "lancelin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Landsdale", + "definition": null, + "notation": "landsdale", + "altlabel": null, + "related": null, + "@id": "landsdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lange", + "definition": null, + "notation": "lange", + "altlabel": null, + "related": null, + "@id": "lange", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Langford", + "definition": null, + "notation": "langford", + "altlabel": null, + "related": null, + "@id": "langford", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Latham", + "definition": null, + "notation": "latham", + "altlabel": null, + "related": null, + "@id": "latham", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lathlain", + "definition": null, + "notation": "lathlain", + "altlabel": null, + "related": null, + "@id": "lathlain", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Laverton", + "definition": null, + "notation": "laverton", + "altlabel": null, + "related": null, + "@id": "laverton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Learmonth", + "definition": null, + "notation": "learmonth", + "altlabel": null, + "related": null, + "@id": "learmonth", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Leda", + "definition": null, + "notation": "leda", + "altlabel": null, + "related": null, + "@id": "leda", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ledge Point", + "definition": null, + "notation": "ledge-point", + "altlabel": null, + "related": null, + "@id": "ledge-point", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Leederville", + "definition": null, + "notation": "leederville", + "altlabel": null, + "related": null, + "@id": "leederville", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Leeman", + "definition": null, + "notation": "leeman", + "altlabel": null, + "related": null, + "@id": "leeman", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Leeming", + "definition": null, + "notation": "leeming", + "altlabel": null, + "related": null, + "@id": "leeming", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Leeuwin", + "definition": null, + "notation": "leeuwin", + "altlabel": null, + "related": null, + "@id": "leeuwin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Leinster", + "definition": null, + "notation": "leinster", + "altlabel": null, + "related": null, + "@id": "leinster", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lennard Brook", + "definition": null, + "notation": "lennard-brook", + "altlabel": null, + "related": null, + "@id": "lennard-brook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Leonora", + "definition": null, + "notation": "leonora", + "altlabel": null, + "related": null, + "@id": "leonora", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Leschenault", + "definition": null, + "notation": "leschenault", + "altlabel": null, + "related": null, + "@id": "leschenault", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lesley", + "definition": null, + "notation": "lesley", + "altlabel": null, + "related": null, + "@id": "lesley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lesmurdie", + "definition": null, + "notation": "lesmurdie", + "altlabel": null, + "related": null, + "@id": "lesmurdie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lexia", + "definition": null, + "notation": "lexia", + "altlabel": null, + "related": null, + "@id": "lexia", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lime Lake", + "definition": null, + "notation": "lime-lake", + "altlabel": null, + "related": null, + "@id": "lime-lake", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Linfarne", + "definition": null, + "notation": "linfarne", + "altlabel": null, + "related": null, + "@id": "linfarne", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Little Grove", + "definition": null, + "notation": "little-grove", + "altlabel": null, + "related": null, + "@id": "little-grove", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Little Italy", + "definition": null, + "notation": "little-italy", + "altlabel": null, + "related": null, + "@id": "little-italy", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Little Sandy Desert", + "definition": null, + "notation": "little-sandy-desert", + "altlabel": null, + "related": null, + "@id": "little-sandy-desert", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lockier", + "definition": null, + "notation": "lockier", + "altlabel": null, + "related": null, + "@id": "lockier", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lockridge", + "definition": null, + "notation": "lockridge", + "altlabel": null, + "related": null, + "@id": "lockridge", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lockyer", + "definition": null, + "notation": "lockyer", + "altlabel": null, + "related": null, + "@id": "lockyer", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lol Gray", + "definition": null, + "notation": "lol-gray", + "altlabel": null, + "related": null, + "@id": "lol-gray", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Londonderry", + "definition": null, + "notation": "londonderry", + "altlabel": null, + "related": null, + "@id": "londonderry", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lort River", + "definition": null, + "notation": "lort-river", + "altlabel": null, + "related": null, + "@id": "lort-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lowden", + "definition": null, + "notation": "lowden", + "altlabel": null, + "related": null, + "@id": "lowden", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lower Chittering", + "definition": null, + "notation": "lower-chittering", + "altlabel": null, + "related": null, + "@id": "lower-chittering", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lower Hotham", + "definition": null, + "notation": "lower-hotham", + "altlabel": null, + "related": null, + "@id": "lower-hotham", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lower King", + "definition": null, + "notation": "lower-king", + "altlabel": null, + "related": null, + "@id": "lower-king", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lowlands", + "definition": null, + "notation": "lowlands", + "altlabel": null, + "related": null, + "@id": "lowlands", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ludlow", + "definition": null, + "notation": "ludlow", + "altlabel": null, + "related": null, + "@id": "ludlow", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lumeah", + "definition": null, + "notation": "lumeah", + "altlabel": null, + "related": null, + "@id": "lumeah", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lyalls Mill", + "definition": null, + "notation": "lyalls-mill", + "altlabel": null, + "related": null, + "@id": "lyalls-mill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lyndon", + "definition": null, + "notation": "lyndon", + "altlabel": null, + "related": null, + "@id": "lyndon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Lynwood", + "definition": null, + "notation": "lynwood", + "altlabel": null, + "related": null, + "@id": "lynwood", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Macleod", + "definition": null, + "notation": "macleod", + "altlabel": null, + "related": null, + "@id": "macleod", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maddington", + "definition": null, + "notation": "maddington", + "altlabel": null, + "related": null, + "@id": "maddington", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Madeley", + "definition": null, + "notation": "madeley", + "altlabel": null, + "related": null, + "@id": "madeley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Madora Bay", + "definition": null, + "notation": "madora-bay", + "altlabel": null, + "related": null, + "@id": "madora-bay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Madura", + "definition": null, + "notation": "madura", + "altlabel": null, + "related": null, + "@id": "madura", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Magenta", + "definition": null, + "notation": "magenta", + "altlabel": null, + "related": null, + "@id": "magenta", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Magitup", + "definition": null, + "notation": "magitup", + "altlabel": null, + "related": null, + "@id": "magitup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mahogany Creek", + "definition": null, + "notation": "mahogany-creek", + "altlabel": null, + "related": null, + "@id": "mahogany-creek", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mahomets Flats", + "definition": null, + "notation": "mahomets-flats", + "altlabel": null, + "related": null, + "@id": "mahomets-flats", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maida Vale", + "definition": null, + "notation": "maida-vale", + "altlabel": null, + "related": null, + "@id": "maida-vale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maitland", + "definition": null, + "notation": "maitland", + "altlabel": null, + "related": null, + "@id": "maitland", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Malabaine", + "definition": null, + "notation": "malabaine", + "altlabel": null, + "related": null, + "@id": "malabaine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Malaga", + "definition": null, + "notation": "malaga", + "altlabel": null, + "related": null, + "@id": "malaga", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Malebelling", + "definition": null, + "notation": "malebelling", + "altlabel": null, + "related": null, + "@id": "malebelling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mallee Hill", + "definition": null, + "notation": "mallee-hill", + "altlabel": null, + "related": null, + "@id": "mallee-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Malmalling", + "definition": null, + "notation": "malmalling", + "altlabel": null, + "related": null, + "@id": "malmalling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Malyalling", + "definition": null, + "notation": "malyalling", + "altlabel": null, + "related": null, + "@id": "malyalling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mandogalup", + "definition": null, + "notation": "mandogalup", + "altlabel": null, + "related": null, + "@id": "mandogalup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mandurah", + "definition": null, + "notation": "mandurah", + "altlabel": null, + "related": null, + "@id": "mandurah", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Manjimup", + "definition": null, + "notation": "manjimup", + "altlabel": null, + "related": null, + "@id": "manjimup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Manmanning", + "definition": null, + "notation": "manmanning", + "altlabel": null, + "related": null, + "@id": "manmanning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Manning", + "definition": null, + "notation": "manning", + "altlabel": null, + "related": null, + "@id": "manning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mantamaru", + "definition": null, + "notation": "mantamaru", + "altlabel": null, + "related": null, + "@id": "mantamaru", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Manypeaks", + "definition": null, + "notation": "manypeaks", + "altlabel": null, + "related": null, + "@id": "manypeaks", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marangaroo", + "definition": null, + "notation": "marangaroo", + "altlabel": null, + "related": null, + "@id": "marangaroo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maranup", + "definition": null, + "notation": "maranup", + "altlabel": null, + "related": null, + "@id": "maranup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marbelup", + "definition": null, + "notation": "marbelup", + "altlabel": null, + "related": null, + "@id": "marbelup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marble Bar", + "definition": null, + "notation": "marble-bar", + "altlabel": null, + "related": null, + "@id": "marble-bar", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marchagee", + "definition": null, + "notation": "marchagee", + "altlabel": null, + "related": null, + "@id": "marchagee", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mardella", + "definition": null, + "notation": "mardella", + "altlabel": null, + "related": null, + "@id": "mardella", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mardie", + "definition": null, + "notation": "mardie", + "altlabel": null, + "related": null, + "@id": "mardie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Margaret River", + "definition": null, + "notation": "margaret-river", + "altlabel": null, + "related": null, + "@id": "margaret-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mariginiup", + "definition": null, + "notation": "mariginiup", + "altlabel": null, + "related": null, + "@id": "mariginiup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marmion", + "definition": null, + "notation": "marmion", + "altlabel": null, + "related": null, + "@id": "marmion", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marne", + "definition": null, + "notation": "marne", + "altlabel": null, + "related": null, + "@id": "marne", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marracoonda", + "definition": null, + "notation": "marracoonda", + "altlabel": null, + "related": null, + "@id": "marracoonda", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marradong", + "definition": null, + "notation": "marradong", + "altlabel": null, + "related": null, + "@id": "marradong", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marrah", + "definition": null, + "notation": "marrah", + "altlabel": null, + "related": null, + "@id": "marrah", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marrinup", + "definition": null, + "notation": "marrinup", + "altlabel": null, + "related": null, + "@id": "marrinup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Martin", + "definition": null, + "notation": "martin", + "altlabel": null, + "related": null, + "@id": "martin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marvel Loch", + "definition": null, + "notation": "marvel-loch", + "altlabel": null, + "related": null, + "@id": "marvel-loch", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Marybrook", + "definition": null, + "notation": "marybrook", + "altlabel": null, + "related": null, + "@id": "marybrook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Massey Bay", + "definition": null, + "notation": "massey-bay", + "altlabel": null, + "related": null, + "@id": "massey-bay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maya", + "definition": null, + "notation": "maya", + "altlabel": null, + "related": null, + "@id": "maya", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mayanup", + "definition": null, + "notation": "mayanup", + "altlabel": null, + "related": null, + "@id": "mayanup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Maylands", + "definition": null, + "notation": "maylands", + "altlabel": null, + "related": null, + "@id": "maylands", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mcalinden", + "definition": null, + "notation": "mcalinden", + "altlabel": null, + "related": null, + "@id": "mcalinden", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mcbeath", + "definition": null, + "notation": "mcbeath", + "altlabel": null, + "related": null, + "@id": "mcbeath", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mckail", + "definition": null, + "notation": "mckail", + "altlabel": null, + "related": null, + "@id": "mckail", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meadow", + "definition": null, + "notation": "meadow", + "altlabel": null, + "related": null, + "@id": "meadow", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meadow Springs", + "definition": null, + "notation": "meadow-springs", + "altlabel": null, + "related": null, + "@id": "meadow-springs", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meckering", + "definition": null, + "notation": "meckering", + "altlabel": null, + "related": null, + "@id": "meckering", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meda", + "definition": null, + "notation": "meda", + "altlabel": null, + "related": null, + "@id": "meda", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Medina", + "definition": null, + "notation": "medina", + "altlabel": null, + "related": null, + "@id": "medina", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meekatharra", + "definition": null, + "notation": "meekatharra", + "altlabel": null, + "related": null, + "@id": "meekatharra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meeking", + "definition": null, + "notation": "meeking", + "altlabel": null, + "related": null, + "@id": "meeking", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meelon", + "definition": null, + "notation": "meelon", + "altlabel": null, + "related": null, + "@id": "meelon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meenaar", + "definition": null, + "notation": "meenaar", + "altlabel": null, + "related": null, + "@id": "meenaar", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meerup", + "definition": null, + "notation": "meerup", + "altlabel": null, + "related": null, + "@id": "meerup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Melaleuca", + "definition": null, + "notation": "melaleuca", + "altlabel": null, + "related": null, + "@id": "melaleuca", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Melville", + "definition": null, + "notation": "melville", + "altlabel": null, + "related": null, + "@id": "melville", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Menora", + "definition": null, + "notation": "menora", + "altlabel": null, + "related": null, + "@id": "menora", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Menzies", + "definition": null, + "notation": "menzies", + "altlabel": null, + "related": null, + "@id": "menzies", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merilup", + "definition": null, + "notation": "merilup", + "altlabel": null, + "related": null, + "@id": "merilup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merivale", + "definition": null, + "notation": "merivale", + "altlabel": null, + "related": null, + "@id": "merivale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merkanooka", + "definition": null, + "notation": "merkanooka", + "altlabel": null, + "related": null, + "@id": "merkanooka", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merredin", + "definition": null, + "notation": "merredin", + "altlabel": null, + "related": null, + "@id": "merredin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Merriwa", + "definition": null, + "notation": "merriwa", + "altlabel": null, + "related": null, + "@id": "merriwa", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Meru", + "definition": null, + "notation": "meru", + "altlabel": null, + "related": null, + "@id": "meru", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Metricup", + "definition": null, + "notation": "metricup", + "altlabel": null, + "related": null, + "@id": "metricup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mettler", + "definition": null, + "notation": "mettler", + "altlabel": null, + "related": null, + "@id": "mettler", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Miamoon", + "definition": null, + "notation": "miamoon", + "altlabel": null, + "related": null, + "@id": "miamoon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Middle Swan", + "definition": null, + "notation": "middle-swan", + "altlabel": null, + "related": null, + "@id": "middle-swan", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Middlesex", + "definition": null, + "notation": "middlesex", + "altlabel": null, + "related": null, + "@id": "middlesex", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Middleton Beach", + "definition": null, + "notation": "middleton-beach", + "altlabel": null, + "related": null, + "@id": "middleton-beach", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Midland", + "definition": null, + "notation": "midland", + "altlabel": null, + "related": null, + "@id": "midland", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Midvale", + "definition": null, + "notation": "midvale", + "altlabel": null, + "related": null, + "@id": "midvale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Miling", + "definition": null, + "notation": "miling", + "altlabel": null, + "related": null, + "@id": "miling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Millars Well", + "definition": null, + "notation": "millars-well", + "altlabel": null, + "related": null, + "@id": "millars-well", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Millbridge", + "definition": null, + "notation": "millbridge", + "altlabel": null, + "related": null, + "@id": "millbridge", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Millbrook", + "definition": null, + "notation": "millbrook", + "altlabel": null, + "related": null, + "@id": "millbrook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Millendon", + "definition": null, + "notation": "millendon", + "altlabel": null, + "related": null, + "@id": "millendon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mills Lake", + "definition": null, + "notation": "mills-lake", + "altlabel": null, + "related": null, + "@id": "mills-lake", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Millstream", + "definition": null, + "notation": "millstream", + "altlabel": null, + "related": null, + "@id": "millstream", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Milo", + "definition": null, + "notation": "milo", + "altlabel": null, + "related": null, + "@id": "milo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Milpara", + "definition": null, + "notation": "milpara", + "altlabel": null, + "related": null, + "@id": "milpara", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mimegarra", + "definition": null, + "notation": "mimegarra", + "altlabel": null, + "related": null, + "@id": "mimegarra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mindarabin", + "definition": null, + "notation": "mindarabin", + "altlabel": null, + "related": null, + "@id": "mindarabin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mindarie", + "definition": null, + "notation": "mindarie", + "altlabel": null, + "related": null, + "@id": "mindarie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mindarra", + "definition": null, + "notation": "mindarra", + "altlabel": null, + "related": null, + "@id": "mindarra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Minding", + "definition": null, + "notation": "minding", + "altlabel": null, + "related": null, + "@id": "minding", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mingenew", + "definition": null, + "notation": "mingenew", + "altlabel": null, + "related": null, + "@id": "mingenew", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Minigin", + "definition": null, + "notation": "minigin", + "altlabel": null, + "related": null, + "@id": "minigin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Minilya", + "definition": null, + "notation": "minilya", + "altlabel": null, + "related": null, + "@id": "minilya", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Minnenooka", + "definition": null, + "notation": "minnenooka", + "altlabel": null, + "related": null, + "@id": "minnenooka", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Minnivale", + "definition": null, + "notation": "minnivale", + "altlabel": null, + "related": null, + "@id": "minnivale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Minyirr", + "definition": null, + "notation": "minyirr", + "altlabel": null, + "related": null, + "@id": "minyirr", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mira Mar", + "definition": null, + "notation": "mira-mar", + "altlabel": null, + "related": null, + "@id": "mira-mar", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mirrabooka", + "definition": null, + "notation": "mirrabooka", + "altlabel": null, + "related": null, + "@id": "mirrabooka", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mitchell Plateau", + "definition": null, + "notation": "mitchell-plateau", + "altlabel": null, + "related": null, + "@id": "mitchell-plateau", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mobrup", + "definition": null, + "notation": "mobrup", + "altlabel": null, + "related": null, + "@id": "mobrup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mocardy", + "definition": null, + "notation": "mocardy", + "altlabel": null, + "related": null, + "@id": "mocardy", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mogumber", + "definition": null, + "notation": "mogumber", + "altlabel": null, + "related": null, + "@id": "mogumber", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mokine", + "definition": null, + "notation": "mokine", + "altlabel": null, + "related": null, + "@id": "mokine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mokup", + "definition": null, + "notation": "mokup", + "altlabel": null, + "related": null, + "@id": "mokup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mollerin", + "definition": null, + "notation": "mollerin", + "altlabel": null, + "related": null, + "@id": "mollerin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Molloy Island", + "definition": null, + "notation": "molloy-island", + "altlabel": null, + "related": null, + "@id": "molloy-island", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Monjebup", + "definition": null, + "notation": "monjebup", + "altlabel": null, + "related": null, + "@id": "monjebup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Monjingup", + "definition": null, + "notation": "monjingup", + "altlabel": null, + "related": null, + "@id": "monjingup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Monkey Mia", + "definition": null, + "notation": "monkey-mia", + "altlabel": null, + "related": null, + "@id": "monkey-mia", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moodiarrup", + "definition": null, + "notation": "moodiarrup", + "altlabel": null, + "related": null, + "@id": "moodiarrup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moojebing", + "definition": null, + "notation": "moojebing", + "altlabel": null, + "related": null, + "@id": "moojebing", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mooliabeenee", + "definition": null, + "notation": "mooliabeenee", + "altlabel": null, + "related": null, + "@id": "mooliabeenee", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moondah", + "definition": null, + "notation": "moondah", + "altlabel": null, + "related": null, + "@id": "moondah", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moondyne", + "definition": null, + "notation": "moondyne", + "altlabel": null, + "related": null, + "@id": "moondyne", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moonies Hill", + "definition": null, + "notation": "moonies-hill", + "altlabel": null, + "related": null, + "@id": "moonies-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moonyoonooka", + "definition": null, + "notation": "moonyoonooka", + "altlabel": null, + "related": null, + "@id": "moonyoonooka", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moora", + "definition": null, + "notation": "moora", + "altlabel": null, + "related": null, + "@id": "moora", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moore River National Park", + "definition": null, + "notation": "moore-river-national-park", + "altlabel": null, + "related": null, + "@id": "moore-river-national-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mooriary", + "definition": null, + "notation": "mooriary", + "altlabel": null, + "related": null, + "@id": "mooriary", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moorine Rock", + "definition": null, + "notation": "moorine-rock", + "altlabel": null, + "related": null, + "@id": "moorine-rock", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Morangup", + "definition": null, + "notation": "morangup", + "altlabel": null, + "related": null, + "@id": "morangup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Morawa", + "definition": null, + "notation": "morawa", + "altlabel": null, + "related": null, + "@id": "morawa", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Morbinning", + "definition": null, + "notation": "morbinning", + "altlabel": null, + "related": null, + "@id": "morbinning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mordalup", + "definition": null, + "notation": "mordalup", + "altlabel": null, + "related": null, + "@id": "mordalup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moresby", + "definition": null, + "notation": "moresby", + "altlabel": null, + "related": null, + "@id": "moresby", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Morgantown", + "definition": null, + "notation": "morgantown", + "altlabel": null, + "related": null, + "@id": "morgantown", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Morley", + "definition": null, + "notation": "morley", + "altlabel": null, + "related": null, + "@id": "morley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mornington", + "definition": null, + "notation": "mornington", + "altlabel": null, + "related": null, + "@id": "mornington", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mosman Park", + "definition": null, + "notation": "mosman-park", + "altlabel": null, + "related": null, + "@id": "mosman-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Moulyinning", + "definition": null, + "notation": "moulyinning", + "altlabel": null, + "related": null, + "@id": "moulyinning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Adams", + "definition": null, + "notation": "mount-adams", + "altlabel": null, + "related": null, + "@id": "mount-adams", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Anketell", + "definition": null, + "notation": "mount-anketell", + "altlabel": null, + "related": null, + "@id": "mount-anketell", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Barker", + "definition": null, + "notation": "mount-barker", + "altlabel": null, + "related": null, + "@id": "mount-barker", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Budd", + "definition": null, + "notation": "mount-budd", + "altlabel": null, + "related": null, + "@id": "mount-budd", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Burges", + "definition": null, + "notation": "mount-burges", + "altlabel": null, + "related": null, + "@id": "mount-burges", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Caroline", + "definition": null, + "notation": "mount-caroline", + "altlabel": null, + "related": null, + "@id": "mount-caroline", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Claremont", + "definition": null, + "notation": "mount-claremont", + "altlabel": null, + "related": null, + "@id": "mount-claremont", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Clarence", + "definition": null, + "notation": "mount-clarence", + "altlabel": null, + "related": null, + "@id": "mount-clarence", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Cooke", + "definition": null, + "notation": "mount-cooke", + "altlabel": null, + "related": null, + "@id": "mount-cooke", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Elphinstone", + "definition": null, + "notation": "mount-elphinstone", + "altlabel": null, + "related": null, + "@id": "mount-elphinstone", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Erin", + "definition": null, + "notation": "mount-erin", + "altlabel": null, + "related": null, + "@id": "mount-erin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Hampton", + "definition": null, + "notation": "mount-hampton", + "altlabel": null, + "related": null, + "@id": "mount-hampton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Hardey", + "definition": null, + "notation": "mount-hardey", + "altlabel": null, + "related": null, + "@id": "mount-hardey", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Hardman", + "definition": null, + "notation": "mount-hardman", + "altlabel": null, + "related": null, + "@id": "mount-hardman", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Hawthorn", + "definition": null, + "notation": "mount-hawthorn", + "altlabel": null, + "related": null, + "@id": "mount-hawthorn", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Helena", + "definition": null, + "notation": "mount-helena", + "altlabel": null, + "related": null, + "@id": "mount-helena", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Hill", + "definition": null, + "notation": "mount-hill", + "altlabel": null, + "related": null, + "@id": "mount-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Holland", + "definition": null, + "notation": "mount-holland", + "altlabel": null, + "related": null, + "@id": "mount-holland", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Horner", + "definition": null, + "notation": "mount-horner", + "altlabel": null, + "related": null, + "@id": "mount-horner", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Jackson", + "definition": null, + "notation": "mount-jackson", + "altlabel": null, + "related": null, + "@id": "mount-jackson", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Lawley", + "definition": null, + "notation": "mount-lawley", + "altlabel": null, + "related": null, + "@id": "mount-lawley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Lindesay", + "definition": null, + "notation": "mount-lindesay", + "altlabel": null, + "related": null, + "@id": "mount-lindesay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Madden", + "definition": null, + "notation": "mount-madden", + "altlabel": null, + "related": null, + "@id": "mount-madden", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Magnet", + "definition": null, + "notation": "mount-magnet", + "altlabel": null, + "related": null, + "@id": "mount-magnet", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Melville", + "definition": null, + "notation": "mount-melville", + "altlabel": null, + "related": null, + "@id": "mount-melville", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Nasura", + "definition": null, + "notation": "mount-nasura", + "altlabel": null, + "related": null, + "@id": "mount-nasura", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Ney", + "definition": null, + "notation": "mount-ney", + "altlabel": null, + "related": null, + "@id": "mount-ney", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Observation", + "definition": null, + "notation": "mount-observation", + "altlabel": null, + "related": null, + "@id": "mount-observation", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Palmer", + "definition": null, + "notation": "mount-palmer", + "altlabel": null, + "related": null, + "@id": "mount-palmer", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Pleasant", + "definition": null, + "notation": "mount-pleasant", + "altlabel": null, + "related": null, + "@id": "mount-pleasant", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Richon", + "definition": null, + "notation": "mount-richon", + "altlabel": null, + "related": null, + "@id": "mount-richon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Romance", + "definition": null, + "notation": "mount-romance", + "altlabel": null, + "related": null, + "@id": "mount-romance", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Sheila", + "definition": null, + "notation": "mount-sheila", + "altlabel": null, + "related": null, + "@id": "mount-sheila", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Sheridan", + "definition": null, + "notation": "mount-sheridan", + "altlabel": null, + "related": null, + "@id": "mount-sheridan", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Stirling", + "definition": null, + "notation": "mount-stirling", + "altlabel": null, + "related": null, + "@id": "mount-stirling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Tarcoola", + "definition": null, + "notation": "mount-tarcoola", + "altlabel": null, + "related": null, + "@id": "mount-tarcoola", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Walker", + "definition": null, + "notation": "mount-walker", + "altlabel": null, + "related": null, + "@id": "mount-walker", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mount Wells", + "definition": null, + "notation": "mount-wells", + "altlabel": null, + "related": null, + "@id": "mount-wells", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mouroubra", + "definition": null, + "notation": "mouroubra", + "altlabel": null, + "related": null, + "@id": "mouroubra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Muchea", + "definition": null, + "notation": "muchea", + "altlabel": null, + "related": null, + "@id": "muchea", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Muckenburra", + "definition": null, + "notation": "muckenburra", + "altlabel": null, + "related": null, + "@id": "muckenburra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mueller Ranges", + "definition": null, + "notation": "mueller-ranges", + "altlabel": null, + "related": null, + "@id": "mueller-ranges", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Muja", + "definition": null, + "notation": "muja", + "altlabel": null, + "related": null, + "@id": "muja", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mukinbudin", + "definition": null, + "notation": "mukinbudin", + "altlabel": null, + "related": null, + "@id": "mukinbudin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mulataga", + "definition": null, + "notation": "mulataga", + "altlabel": null, + "related": null, + "@id": "mulataga", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mulga Downs", + "definition": null, + "notation": "mulga-downs", + "altlabel": null, + "related": null, + "@id": "mulga-downs", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mullaloo", + "definition": null, + "notation": "mullaloo", + "altlabel": null, + "related": null, + "@id": "mullaloo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mullalyup", + "definition": null, + "notation": "mullalyup", + "altlabel": null, + "related": null, + "@id": "mullalyup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mullewa", + "definition": null, + "notation": "mullewa", + "altlabel": null, + "related": null, + "@id": "mullewa", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mullingar", + "definition": null, + "notation": "mullingar", + "altlabel": null, + "related": null, + "@id": "mullingar", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Muluckine", + "definition": null, + "notation": "muluckine", + "altlabel": null, + "related": null, + "@id": "muluckine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mumballup", + "definition": null, + "notation": "mumballup", + "altlabel": null, + "related": null, + "@id": "mumballup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mumberkine", + "definition": null, + "notation": "mumberkine", + "altlabel": null, + "related": null, + "@id": "mumberkine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mundabullangana", + "definition": null, + "notation": "mundabullangana", + "altlabel": null, + "related": null, + "@id": "mundabullangana", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mundaring", + "definition": null, + "notation": "mundaring", + "altlabel": null, + "related": null, + "@id": "mundaring", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mundijong", + "definition": null, + "notation": "mundijong", + "altlabel": null, + "related": null, + "@id": "mundijong", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mundrabilla", + "definition": null, + "notation": "mundrabilla", + "altlabel": null, + "related": null, + "@id": "mundrabilla", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Mungalup", + "definition": null, + "notation": "mungalup", + "altlabel": null, + "related": null, + "@id": "mungalup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Munglinup", + "definition": null, + "notation": "munglinup", + "altlabel": null, + "related": null, + "@id": "munglinup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Munster", + "definition": null, + "notation": "munster", + "altlabel": null, + "related": null, + "@id": "munster", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Muntadgin", + "definition": null, + "notation": "muntadgin", + "altlabel": null, + "related": null, + "@id": "muntadgin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Muradup", + "definition": null, + "notation": "muradup", + "altlabel": null, + "related": null, + "@id": "muradup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murchison", + "definition": null, + "notation": "murchison", + "altlabel": null, + "related": null, + "@id": "murchison", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murdoch", + "definition": null, + "notation": "murdoch", + "altlabel": null, + "related": null, + "@id": "murdoch", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Murdong", + "definition": null, + "notation": "murdong", + "altlabel": null, + "related": null, + "@id": "murdong", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Muresk", + "definition": null, + "notation": "muresk", + "altlabel": null, + "related": null, + "@id": "muresk", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Myalup", + "definition": null, + "notation": "myalup", + "altlabel": null, + "related": null, + "@id": "myalup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Myara", + "definition": null, + "notation": "myara", + "altlabel": null, + "related": null, + "@id": "myara", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Myaree", + "definition": null, + "notation": "myaree", + "altlabel": null, + "related": null, + "@id": "myaree", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Myrup", + "definition": null, + "notation": "myrup", + "altlabel": null, + "related": null, + "@id": "myrup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nabawa", + "definition": null, + "notation": "nabawa", + "altlabel": null, + "related": null, + "@id": "nabawa", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nairibin", + "definition": null, + "notation": "nairibin", + "altlabel": null, + "related": null, + "@id": "nairibin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nalkain", + "definition": null, + "notation": "nalkain", + "altlabel": null, + "related": null, + "@id": "nalkain", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nalyerlup", + "definition": null, + "notation": "nalyerlup", + "altlabel": null, + "related": null, + "@id": "nalyerlup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Namban", + "definition": null, + "notation": "namban", + "altlabel": null, + "related": null, + "@id": "namban", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nambeelup", + "definition": null, + "notation": "nambeelup", + "altlabel": null, + "related": null, + "@id": "nambeelup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nambung", + "definition": null, + "notation": "nambung", + "altlabel": null, + "related": null, + "@id": "nambung", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nanarup", + "definition": null, + "notation": "nanarup", + "altlabel": null, + "related": null, + "@id": "nanarup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nanga", + "definition": null, + "notation": "nanga", + "altlabel": null, + "related": null, + "@id": "nanga", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nanga Brook", + "definition": null, + "notation": "nanga-brook", + "altlabel": null, + "related": null, + "@id": "nanga-brook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nangeenan", + "definition": null, + "notation": "nangeenan", + "altlabel": null, + "related": null, + "@id": "nangeenan", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nangetty", + "definition": null, + "notation": "nangetty", + "altlabel": null, + "related": null, + "@id": "nangetty", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nannup", + "definition": null, + "notation": "nannup", + "altlabel": null, + "related": null, + "@id": "nannup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nanson", + "definition": null, + "notation": "nanson", + "altlabel": null, + "related": null, + "@id": "nanson", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nanutarra", + "definition": null, + "notation": "nanutarra", + "altlabel": null, + "related": null, + "@id": "nanutarra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Napier", + "definition": null, + "notation": "napier", + "altlabel": null, + "related": null, + "@id": "napier", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Naraling", + "definition": null, + "notation": "naraling", + "altlabel": null, + "related": null, + "@id": "naraling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narembeen", + "definition": null, + "notation": "narembeen", + "altlabel": null, + "related": null, + "@id": "narembeen", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narngulu", + "definition": null, + "notation": "narngulu", + "altlabel": null, + "related": null, + "@id": "narngulu", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narra Tarra", + "definition": null, + "notation": "narra-tarra", + "altlabel": null, + "related": null, + "@id": "narra-tarra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narraloggan", + "definition": null, + "notation": "narraloggan", + "altlabel": null, + "related": null, + "@id": "narraloggan", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narrikup", + "definition": null, + "notation": "narrikup", + "altlabel": null, + "related": null, + "@id": "narrikup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narrogin", + "definition": null, + "notation": "narrogin", + "altlabel": null, + "related": null, + "@id": "narrogin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Narrogin Valley", + "definition": null, + "notation": "narrogin-valley", + "altlabel": null, + "related": null, + "@id": "narrogin-valley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Naturaliste", + "definition": null, + "notation": "naturaliste", + "altlabel": null, + "related": null, + "@id": "naturaliste", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Naval Base", + "definition": null, + "notation": "naval-base", + "altlabel": null, + "related": null, + "@id": "naval-base", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Neale", + "definition": null, + "notation": "neale", + "altlabel": null, + "related": null, + "@id": "neale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nedlands", + "definition": null, + "notation": "nedlands", + "altlabel": null, + "related": null, + "@id": "nedlands", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Needilup", + "definition": null, + "notation": "needilup", + "altlabel": null, + "related": null, + "@id": "needilup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Neendaling", + "definition": null, + "notation": "neendaling", + "altlabel": null, + "related": null, + "@id": "neendaling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Neerabup", + "definition": null, + "notation": "neerabup", + "altlabel": null, + "related": null, + "@id": "neerabup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Neergabby", + "definition": null, + "notation": "neergabby", + "altlabel": null, + "related": null, + "@id": "neergabby", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nembudding", + "definition": null, + "notation": "nembudding", + "altlabel": null, + "related": null, + "@id": "nembudding", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Neridup", + "definition": null, + "notation": "neridup", + "altlabel": null, + "related": null, + "@id": "neridup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nerramyne", + "definition": null, + "notation": "nerramyne", + "altlabel": null, + "related": null, + "@id": "nerramyne", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nerren Nerren", + "definition": null, + "notation": "nerren-nerren", + "altlabel": null, + "related": null, + "@id": "nerren-nerren", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "New Norcia", + "definition": null, + "notation": "new-norcia", + "altlabel": null, + "related": null, + "@id": "new-norcia", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Newcarlbeon", + "definition": null, + "notation": "newcarlbeon", + "altlabel": null, + "related": null, + "@id": "newcarlbeon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Newdegate", + "definition": null, + "notation": "newdegate", + "altlabel": null, + "related": null, + "@id": "newdegate", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Newlands", + "definition": null, + "notation": "newlands", + "altlabel": null, + "related": null, + "@id": "newlands", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Newman", + "definition": null, + "notation": "newman", + "altlabel": null, + "related": null, + "@id": "newman", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ngaanyatjarra-Giles", + "definition": null, + "notation": "ngaanyatjarra-giles", + "altlabel": null, + "related": null, + "@id": "ngaanyatjarra-giles", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nickol", + "definition": null, + "notation": "nickol", + "altlabel": null, + "related": null, + "@id": "nickol", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nilgen", + "definition": null, + "notation": "nilgen", + "altlabel": null, + "related": null, + "@id": "nilgen", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nillup", + "definition": null, + "notation": "nillup", + "altlabel": null, + "related": null, + "@id": "nillup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ningaloo", + "definition": null, + "notation": "ningaloo", + "altlabel": null, + "related": null, + "@id": "ningaloo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nippering", + "definition": null, + "notation": "nippering", + "altlabel": null, + "related": null, + "@id": "nippering", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nirimba", + "definition": null, + "notation": "nirimba", + "altlabel": null, + "related": null, + "@id": "nirimba", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Noggerup", + "definition": null, + "notation": "noggerup", + "altlabel": null, + "related": null, + "@id": "noggerup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nokaning", + "definition": null, + "notation": "nokaning", + "altlabel": null, + "related": null, + "@id": "nokaning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nolba", + "definition": null, + "notation": "nolba", + "altlabel": null, + "related": null, + "@id": "nolba", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nollamara", + "definition": null, + "notation": "nollamara", + "altlabel": null, + "related": null, + "@id": "nollamara", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nomans Lake", + "definition": null, + "notation": "nomans-lake", + "altlabel": null, + "related": null, + "@id": "nomans-lake", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Noranda", + "definition": null, + "notation": "noranda", + "altlabel": null, + "related": null, + "@id": "noranda", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nornalup", + "definition": null, + "notation": "nornalup", + "altlabel": null, + "related": null, + "@id": "nornalup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Norpa", + "definition": null, + "notation": "norpa", + "altlabel": null, + "related": null, + "@id": "norpa", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Norseman", + "definition": null, + "notation": "norseman", + "altlabel": null, + "related": null, + "@id": "norseman", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Baandee", + "definition": null, + "notation": "north-baandee", + "altlabel": null, + "related": null, + "@id": "north-baandee", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Bannister", + "definition": null, + "notation": "north-bannister", + "altlabel": null, + "related": null, + "@id": "north-bannister", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Beach", + "definition": null, + "notation": "north-beach", + "altlabel": null, + "related": null, + "@id": "north-beach", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Bodallin", + "definition": null, + "notation": "north-bodallin", + "altlabel": null, + "related": null, + "@id": "north-bodallin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Boyanup", + "definition": null, + "notation": "north-boyanup", + "altlabel": null, + "related": null, + "@id": "north-boyanup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Burngup", + "definition": null, + "notation": "north-burngup", + "altlabel": null, + "related": null, + "@id": "north-burngup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Cascade", + "definition": null, + "notation": "north-cascade", + "altlabel": null, + "related": null, + "@id": "north-cascade", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Coogee", + "definition": null, + "notation": "north-coogee", + "altlabel": null, + "related": null, + "@id": "north-coogee", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Dandalup", + "definition": null, + "notation": "north-dandalup", + "altlabel": null, + "related": null, + "@id": "north-dandalup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Eradu", + "definition": null, + "notation": "north-eradu", + "altlabel": null, + "related": null, + "@id": "north-eradu", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Fremantle", + "definition": null, + "notation": "north-fremantle", + "altlabel": null, + "related": null, + "@id": "north-fremantle", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Greenbushes", + "definition": null, + "notation": "north-greenbushes", + "altlabel": null, + "related": null, + "@id": "north-greenbushes", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Jindong", + "definition": null, + "notation": "north-jindong", + "altlabel": null, + "related": null, + "@id": "north-jindong", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Kellerberrin", + "definition": null, + "notation": "north-kellerberrin", + "altlabel": null, + "related": null, + "@id": "north-kellerberrin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Kukerin", + "definition": null, + "notation": "north-kukerin", + "altlabel": null, + "related": null, + "@id": "north-kukerin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Kununoppin", + "definition": null, + "notation": "north-kununoppin", + "altlabel": null, + "related": null, + "@id": "north-kununoppin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Lake", + "definition": null, + "notation": "north-lake", + "altlabel": null, + "related": null, + "@id": "north-lake", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Lake Grace", + "definition": null, + "notation": "north-lake-grace", + "altlabel": null, + "related": null, + "@id": "north-lake-grace", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Moulyinning", + "definition": null, + "notation": "north-moulyinning", + "altlabel": null, + "related": null, + "@id": "north-moulyinning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Perth", + "definition": null, + "notation": "north-perth", + "altlabel": null, + "related": null, + "@id": "north-perth", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Plantations", + "definition": null, + "notation": "north-plantations", + "altlabel": null, + "related": null, + "@id": "north-plantations", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Stirlings", + "definition": null, + "notation": "north-stirlings", + "altlabel": null, + "related": null, + "@id": "north-stirlings", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Tammin", + "definition": null, + "notation": "north-tammin", + "altlabel": null, + "related": null, + "@id": "north-tammin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Trayning", + "definition": null, + "notation": "north-trayning", + "altlabel": null, + "related": null, + "@id": "north-trayning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Walpole", + "definition": null, + "notation": "north-walpole", + "altlabel": null, + "related": null, + "@id": "north-walpole", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North West Cape", + "definition": null, + "notation": "north-west-cape", + "altlabel": null, + "related": null, + "@id": "north-west-cape", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Wialki", + "definition": null, + "notation": "north-wialki", + "altlabel": null, + "related": null, + "@id": "north-wialki", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Yelbeni", + "definition": null, + "notation": "north-yelbeni", + "altlabel": null, + "related": null, + "@id": "north-yelbeni", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "North Yunderup", + "definition": null, + "notation": "north-yunderup", + "altlabel": null, + "related": null, + "@id": "north-yunderup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Northam", + "definition": null, + "notation": "northam", + "altlabel": null, + "related": null, + "@id": "northam", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Northampton", + "definition": null, + "notation": "northampton", + "altlabel": null, + "related": null, + "@id": "northampton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Northbridge", + "definition": null, + "notation": "northbridge", + "altlabel": null, + "related": null, + "@id": "northbridge", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Northcliffe", + "definition": null, + "notation": "northcliffe", + "altlabel": null, + "related": null, + "@id": "northcliffe", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Northern Gully", + "definition": null, + "notation": "northern-gully", + "altlabel": null, + "related": null, + "@id": "northern-gully", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nowergup", + "definition": null, + "notation": "nowergup", + "altlabel": null, + "related": null, + "@id": "nowergup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nugadong", + "definition": null, + "notation": "nugadong", + "altlabel": null, + "related": null, + "@id": "nugadong", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nukarni", + "definition": null, + "notation": "nukarni", + "altlabel": null, + "related": null, + "@id": "nukarni", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nullagine", + "definition": null, + "notation": "nullagine", + "altlabel": null, + "related": null, + "@id": "nullagine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nullaki", + "definition": null, + "notation": "nullaki", + "altlabel": null, + "related": null, + "@id": "nullaki", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nulsen", + "definition": null, + "notation": "nulsen", + "altlabel": null, + "related": null, + "@id": "nulsen", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nungarin", + "definition": null, + "notation": "nungarin", + "altlabel": null, + "related": null, + "@id": "nungarin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nunierra", + "definition": null, + "notation": "nunierra", + "altlabel": null, + "related": null, + "@id": "nunierra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nunile", + "definition": null, + "notation": "nunile", + "altlabel": null, + "related": null, + "@id": "nunile", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Nyabing", + "definition": null, + "notation": "nyabing", + "altlabel": null, + "related": null, + "@id": "nyabing", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Oakajee", + "definition": null, + "notation": "oakajee", + "altlabel": null, + "related": null, + "@id": "oakajee", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Oakford", + "definition": null, + "notation": "oakford", + "altlabel": null, + "related": null, + "@id": "oakford", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Oakley", + "definition": null, + "notation": "oakley", + "altlabel": null, + "related": null, + "@id": "oakley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ocean Beach", + "definition": null, + "notation": "ocean-beach", + "altlabel": null, + "related": null, + "@id": "ocean-beach", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ocean Reef", + "definition": null, + "notation": "ocean-reef", + "altlabel": null, + "related": null, + "@id": "ocean-reef", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "O'Connor", + "definition": null, + "notation": "o'connor", + "altlabel": null, + "related": null, + "@id": "o-connor", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ogilvie", + "definition": null, + "notation": "ogilvie", + "altlabel": null, + "related": null, + "@id": "ogilvie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Old Plains", + "definition": null, + "notation": "old-plains", + "altlabel": null, + "related": null, + "@id": "old-plains", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Oldbury", + "definition": null, + "notation": "oldbury", + "altlabel": null, + "related": null, + "@id": "oldbury", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ongerup", + "definition": null, + "notation": "ongerup", + "altlabel": null, + "related": null, + "@id": "ongerup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Onslow", + "definition": null, + "notation": "onslow", + "altlabel": null, + "related": null, + "@id": "onslow", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Oombulgurri", + "definition": null, + "notation": "oombulgurri", + "altlabel": null, + "related": null, + "@id": "oombulgurri", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ora Banda", + "definition": null, + "notation": "ora-banda", + "altlabel": null, + "related": null, + "@id": "ora-banda", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Orana", + "definition": null, + "notation": "orana", + "altlabel": null, + "related": null, + "@id": "orana", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Orange Grove", + "definition": null, + "notation": "orange-grove", + "altlabel": null, + "related": null, + "@id": "orange-grove", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Orange Springs", + "definition": null, + "notation": "orange-springs", + "altlabel": null, + "related": null, + "@id": "orange-springs", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Orchid Valley", + "definition": null, + "notation": "orchid-valley", + "altlabel": null, + "related": null, + "@id": "orchid-valley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ord River", + "definition": null, + "notation": "ord-river", + "altlabel": null, + "related": null, + "@id": "ord-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Orelia", + "definition": null, + "notation": "orelia", + "altlabel": null, + "related": null, + "@id": "orelia", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Osborne Park", + "definition": null, + "notation": "osborne-park", + "altlabel": null, + "related": null, + "@id": "osborne-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Osmington", + "definition": null, + "notation": "osmington", + "altlabel": null, + "related": null, + "@id": "osmington", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Padbury", + "definition": null, + "notation": "padbury", + "altlabel": null, + "related": null, + "@id": "padbury", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Palgarup", + "definition": null, + "notation": "palgarup", + "altlabel": null, + "related": null, + "@id": "palgarup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pallinup", + "definition": null, + "notation": "pallinup", + "altlabel": null, + "related": null, + "@id": "pallinup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Palmdale", + "definition": null, + "notation": "palmdale", + "altlabel": null, + "related": null, + "@id": "palmdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Palmer", + "definition": null, + "notation": "palmer", + "altlabel": null, + "related": null, + "@id": "palmer", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Palmyra", + "definition": null, + "notation": "palmyra", + "altlabel": null, + "related": null, + "@id": "palmyra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pannawonica", + "definition": null, + "notation": "pannawonica", + "altlabel": null, + "related": null, + "@id": "pannawonica", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pantapin", + "definition": null, + "notation": "pantapin", + "altlabel": null, + "related": null, + "@id": "pantapin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Papulankutja", + "definition": null, + "notation": "papulankutja", + "altlabel": null, + "related": null, + "@id": "papulankutja", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Paraburdoo", + "definition": null, + "notation": "paraburdoo", + "altlabel": null, + "related": null, + "@id": "paraburdoo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Paradise", + "definition": null, + "notation": "paradise", + "altlabel": null, + "related": null, + "@id": "paradise", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pardoo", + "definition": null, + "notation": "pardoo", + "altlabel": null, + "related": null, + "@id": "pardoo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Parker Range", + "definition": null, + "notation": "parker-range", + "altlabel": null, + "related": null, + "@id": "parker-range", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Parkerville", + "definition": null, + "notation": "parkerville", + "altlabel": null, + "related": null, + "@id": "parkerville", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Parkeston", + "definition": null, + "notation": "parkeston", + "altlabel": null, + "related": null, + "@id": "parkeston", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Parkfield", + "definition": null, + "notation": "parkfield", + "altlabel": null, + "related": null, + "@id": "parkfield", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Parklands", + "definition": null, + "notation": "parklands", + "altlabel": null, + "related": null, + "@id": "parklands", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Parkwood", + "definition": null, + "notation": "parkwood", + "altlabel": null, + "related": null, + "@id": "parkwood", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Parmelia", + "definition": null, + "notation": "parmelia", + "altlabel": null, + "related": null, + "@id": "parmelia", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Parryville", + "definition": null, + "notation": "parryville", + "altlabel": null, + "related": null, + "@id": "parryville", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Patjarr", + "definition": null, + "notation": "patjarr", + "altlabel": null, + "related": null, + "@id": "patjarr", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Paulls Valley", + "definition": null, + "notation": "paulls-valley", + "altlabel": null, + "related": null, + "@id": "paulls-valley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Paynedale", + "definition": null, + "notation": "paynedale", + "altlabel": null, + "related": null, + "@id": "paynedale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Paynes Find", + "definition": null, + "notation": "paynes-find", + "altlabel": null, + "related": null, + "@id": "paynes-find", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Paynesville", + "definition": null, + "notation": "paynesville", + "altlabel": null, + "related": null, + "@id": "paynesville", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Peaceful Bay", + "definition": null, + "notation": "peaceful-bay", + "altlabel": null, + "related": null, + "@id": "peaceful-bay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Peak Hill", + "definition": null, + "notation": "peak-hill", + "altlabel": null, + "related": null, + "@id": "peak-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pearsall", + "definition": null, + "notation": "pearsall", + "altlabel": null, + "related": null, + "@id": "pearsall", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Peedamulla", + "definition": null, + "notation": "peedamulla", + "altlabel": null, + "related": null, + "@id": "peedamulla", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Peerabeelup", + "definition": null, + "notation": "peerabeelup", + "altlabel": null, + "related": null, + "@id": "peerabeelup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pegs Creek", + "definition": null, + "notation": "pegs-creek", + "altlabel": null, + "related": null, + "@id": "pegs-creek", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pelican Point", + "definition": null, + "notation": "pelican-point", + "altlabel": null, + "related": null, + "@id": "pelican-point", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pemberton", + "definition": null, + "notation": "pemberton", + "altlabel": null, + "related": null, + "@id": "pemberton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Peppermint Grove", + "definition": null, + "notation": "peppermint-grove", + "altlabel": null, + "related": null, + "@id": "peppermint-grove", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Peppermint Grove Beach", + "definition": null, + "notation": "peppermint-grove-beach", + "altlabel": null, + "related": null, + "@id": "peppermint-grove-beach", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Perenjori", + "definition": null, + "notation": "perenjori", + "altlabel": null, + "related": null, + "@id": "perenjori", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Perillup", + "definition": null, + "notation": "perillup", + "altlabel": null, + "related": null, + "@id": "perillup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Peron", + "definition": null, + "notation": "peron", + "altlabel": null, + "related": null, + "@id": "peron", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Perth", + "definition": null, + "notation": "perth", + "altlabel": null, + "related": null, + "@id": "perth", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Perth Airport", + "definition": null, + "notation": "perth-airport", + "altlabel": null, + "related": null, + "@id": "perth-airport", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Perup", + "definition": null, + "notation": "perup", + "altlabel": null, + "related": null, + "@id": "perup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Petrudor", + "definition": null, + "notation": "petrudor", + "altlabel": null, + "related": null, + "@id": "petrudor", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Piara Waters", + "definition": null, + "notation": "piara-waters", + "altlabel": null, + "related": null, + "@id": "piara-waters", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Piawaning", + "definition": null, + "notation": "piawaning", + "altlabel": null, + "related": null, + "@id": "piawaning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Piccadilly", + "definition": null, + "notation": "piccadilly", + "altlabel": null, + "related": null, + "@id": "piccadilly", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pickering Brook", + "definition": null, + "notation": "pickering-brook", + "altlabel": null, + "related": null, + "@id": "pickering-brook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Picton", + "definition": null, + "notation": "picton", + "altlabel": null, + "related": null, + "@id": "picton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Picton East", + "definition": null, + "notation": "picton-east", + "altlabel": null, + "related": null, + "@id": "picton-east", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Piesse Brook", + "definition": null, + "notation": "piesse-brook", + "altlabel": null, + "related": null, + "@id": "piesse-brook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Piesseville", + "definition": null, + "notation": "piesseville", + "altlabel": null, + "related": null, + "@id": "piesseville", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pindar", + "definition": null, + "notation": "pindar", + "altlabel": null, + "related": null, + "@id": "pindar", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pingaring", + "definition": null, + "notation": "pingaring", + "altlabel": null, + "related": null, + "@id": "pingaring", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pingelly", + "definition": null, + "notation": "pingelly", + "altlabel": null, + "related": null, + "@id": "pingelly", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pingrup", + "definition": null, + "notation": "pingrup", + "altlabel": null, + "related": null, + "@id": "pingrup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pinjar", + "definition": null, + "notation": "pinjar", + "altlabel": null, + "related": null, + "@id": "pinjar", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pinjarra", + "definition": null, + "notation": "pinjarra", + "altlabel": null, + "related": null, + "@id": "pinjarra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pink Lake", + "definition": null, + "notation": "pink-lake", + "altlabel": null, + "related": null, + "@id": "pink-lake", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pintharuka", + "definition": null, + "notation": "pintharuka", + "altlabel": null, + "related": null, + "@id": "pintharuka", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pinwernying", + "definition": null, + "notation": "pinwernying", + "altlabel": null, + "related": null, + "@id": "pinwernying", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pippingarra", + "definition": null, + "notation": "pippingarra", + "altlabel": null, + "related": null, + "@id": "pippingarra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pithara", + "definition": null, + "notation": "pithara", + "altlabel": null, + "related": null, + "@id": "pithara", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Plumridge Lakes", + "definition": null, + "notation": "plumridge-lakes", + "altlabel": null, + "related": null, + "@id": "plumridge-lakes", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Point Grey", + "definition": null, + "notation": "point-grey", + "altlabel": null, + "related": null, + "@id": "point-grey", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Point Samson", + "definition": null, + "notation": "point-samson", + "altlabel": null, + "related": null, + "@id": "point-samson", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Popanyinning", + "definition": null, + "notation": "popanyinning", + "altlabel": null, + "related": null, + "@id": "popanyinning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Porongurup", + "definition": null, + "notation": "porongurup", + "altlabel": null, + "related": null, + "@id": "porongurup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Port Albany", + "definition": null, + "notation": "port-albany", + "altlabel": null, + "related": null, + "@id": "port-albany", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Port Denison", + "definition": null, + "notation": "port-denison", + "altlabel": null, + "related": null, + "@id": "port-denison", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Port Hedland", + "definition": null, + "notation": "port-hedland", + "altlabel": null, + "related": null, + "@id": "port-hedland", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Port Kennedy", + "definition": null, + "notation": "port-kennedy", + "altlabel": null, + "related": null, + "@id": "port-kennedy", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Postans", + "definition": null, + "notation": "postans", + "altlabel": null, + "related": null, + "@id": "postans", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Preston Beach", + "definition": null, + "notation": "preston-beach", + "altlabel": null, + "related": null, + "@id": "preston-beach", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Preston Settlement", + "definition": null, + "notation": "preston-settlement", + "altlabel": null, + "related": null, + "@id": "preston-settlement", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Prevelly", + "definition": null, + "notation": "prevelly", + "altlabel": null, + "related": null, + "@id": "prevelly", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Prince Regent River", + "definition": null, + "notation": "prince-regent-river", + "altlabel": null, + "related": null, + "@id": "prince-regent-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Pumphreys Bridge", + "definition": null, + "notation": "pumphreys-bridge", + "altlabel": null, + "related": null, + "@id": "pumphreys-bridge", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Purnululu", + "definition": null, + "notation": "purnululu", + "altlabel": null, + "related": null, + "@id": "purnululu", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Quairading", + "definition": null, + "notation": "quairading", + "altlabel": null, + "related": null, + "@id": "quairading", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Qualeup", + "definition": null, + "notation": "qualeup", + "altlabel": null, + "related": null, + "@id": "qualeup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Quedjinup", + "definition": null, + "notation": "quedjinup", + "altlabel": null, + "related": null, + "@id": "quedjinup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Queens Park", + "definition": null, + "notation": "queens-park", + "altlabel": null, + "related": null, + "@id": "queens-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Queenwood", + "definition": null, + "notation": "queenwood", + "altlabel": null, + "related": null, + "@id": "queenwood", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Quelagetting", + "definition": null, + "notation": "quelagetting", + "altlabel": null, + "related": null, + "@id": "quelagetting", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Quellington", + "definition": null, + "notation": "quellington", + "altlabel": null, + "related": null, + "@id": "quellington", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Quindalup", + "definition": null, + "notation": "quindalup", + "altlabel": null, + "related": null, + "@id": "quindalup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Quindanning", + "definition": null, + "notation": "quindanning", + "altlabel": null, + "related": null, + "@id": "quindanning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Quinninup", + "definition": null, + "notation": "quinninup", + "altlabel": null, + "related": null, + "@id": "quinninup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Quinns Rocks", + "definition": null, + "notation": "quinns-rocks", + "altlabel": null, + "related": null, + "@id": "quinns-rocks", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ranford", + "definition": null, + "notation": "ranford", + "altlabel": null, + "related": null, + "@id": "ranford", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rangeway", + "definition": null, + "notation": "rangeway", + "altlabel": null, + "related": null, + "@id": "rangeway", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ravensthorpe", + "definition": null, + "notation": "ravensthorpe", + "altlabel": null, + "related": null, + "@id": "ravensthorpe", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ravenswood", + "definition": null, + "notation": "ravenswood", + "altlabel": null, + "related": null, + "@id": "ravenswood", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rawlinna", + "definition": null, + "notation": "rawlinna", + "altlabel": null, + "related": null, + "@id": "rawlinna", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Red Gully", + "definition": null, + "notation": "red-gully", + "altlabel": null, + "related": null, + "@id": "red-gully", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Red Hill", + "definition": null, + "notation": "red-hill", + "altlabel": null, + "related": null, + "@id": "red-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Redbank", + "definition": null, + "notation": "redbank", + "altlabel": null, + "related": null, + "@id": "redbank", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Redcliffe", + "definition": null, + "notation": "redcliffe", + "altlabel": null, + "related": null, + "@id": "redcliffe", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Redgate", + "definition": null, + "notation": "redgate", + "altlabel": null, + "related": null, + "@id": "redgate", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Redmond", + "definition": null, + "notation": "redmond", + "altlabel": null, + "related": null, + "@id": "redmond", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Redmond West", + "definition": null, + "notation": "redmond-west", + "altlabel": null, + "related": null, + "@id": "redmond-west", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Reedy", + "definition": null, + "notation": "reedy", + "altlabel": null, + "related": null, + "@id": "reedy", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Regans Ford", + "definition": null, + "notation": "regans-ford", + "altlabel": null, + "related": null, + "@id": "regans-ford", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Reinscourt", + "definition": null, + "notation": "reinscourt", + "altlabel": null, + "related": null, + "@id": "reinscourt", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Remlap", + "definition": null, + "notation": "remlap", + "altlabel": null, + "related": null, + "@id": "remlap", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Reservoir", + "definition": null, + "notation": "reservoir", + "altlabel": null, + "related": null, + "@id": "reservoir", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ridgewood", + "definition": null, + "notation": "ridgewood", + "altlabel": null, + "related": null, + "@id": "ridgewood", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ringbark", + "definition": null, + "notation": "ringbark", + "altlabel": null, + "related": null, + "@id": "ringbark", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Riverton", + "definition": null, + "notation": "riverton", + "altlabel": null, + "related": null, + "@id": "riverton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rivervale", + "definition": null, + "notation": "rivervale", + "altlabel": null, + "related": null, + "@id": "rivervale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Robinson", + "definition": null, + "notation": "robinson", + "altlabel": null, + "related": null, + "@id": "robinson", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rockingham", + "definition": null, + "notation": "rockingham", + "altlabel": null, + "related": null, + "@id": "rockingham", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rocklea", + "definition": null, + "notation": "rocklea", + "altlabel": null, + "related": null, + "@id": "rocklea", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rockwell", + "definition": null, + "notation": "rockwell", + "altlabel": null, + "related": null, + "@id": "rockwell", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rocky Gully", + "definition": null, + "notation": "rocky-gully", + "altlabel": null, + "related": null, + "@id": "rocky-gully", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Roebourne", + "definition": null, + "notation": "roebourne", + "altlabel": null, + "related": null, + "@id": "roebourne", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Roebuck", + "definition": null, + "notation": "roebuck", + "altlabel": null, + "related": null, + "@id": "roebuck", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Roelands", + "definition": null, + "notation": "roelands", + "altlabel": null, + "related": null, + "@id": "roelands", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Roleystone", + "definition": null, + "notation": "roleystone", + "altlabel": null, + "related": null, + "@id": "roleystone", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rosa Brook", + "definition": null, + "notation": "rosa-brook", + "altlabel": null, + "related": null, + "@id": "rosa-brook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rosa Glen", + "definition": null, + "notation": "rosa-glen", + "altlabel": null, + "related": null, + "@id": "rosa-glen", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rossmore", + "definition": null, + "notation": "rossmore", + "altlabel": null, + "related": null, + "@id": "rossmore", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rossmoyne", + "definition": null, + "notation": "rossmoyne", + "altlabel": null, + "related": null, + "@id": "rossmoyne", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rothsay", + "definition": null, + "notation": "rothsay", + "altlabel": null, + "related": null, + "@id": "rothsay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rottnest Island", + "definition": null, + "notation": "rottnest-island", + "altlabel": null, + "related": null, + "@id": "rottnest-island", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ruabon", + "definition": null, + "notation": "ruabon", + "altlabel": null, + "related": null, + "@id": "ruabon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Rudds Gully", + "definition": null, + "notation": "rudds-gully", + "altlabel": null, + "related": null, + "@id": "rudds-gully", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ryansbrook", + "definition": null, + "notation": "ryansbrook", + "altlabel": null, + "related": null, + "@id": "ryansbrook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sabina River", + "definition": null, + "notation": "sabina-river", + "altlabel": null, + "related": null, + "@id": "sabina-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Safety Bay", + "definition": null, + "notation": "safety-bay", + "altlabel": null, + "related": null, + "@id": "safety-bay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Salmon Gums", + "definition": null, + "notation": "salmon-gums", + "altlabel": null, + "related": null, + "@id": "salmon-gums", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Salter Point", + "definition": null, + "notation": "salter-point", + "altlabel": null, + "related": null, + "@id": "salter-point", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Samson", + "definition": null, + "notation": "samson", + "altlabel": null, + "related": null, + "@id": "samson", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "San Remo", + "definition": null, + "notation": "san-remo", + "altlabel": null, + "related": null, + "@id": "san-remo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sandpatch", + "definition": null, + "notation": "sandpatch", + "altlabel": null, + "related": null, + "@id": "sandpatch", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sandsprings", + "definition": null, + "notation": "sandsprings", + "altlabel": null, + "related": null, + "@id": "sandsprings", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sandstone", + "definition": null, + "notation": "sandstone", + "altlabel": null, + "related": null, + "@id": "sandstone", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sandy Gully", + "definition": null, + "notation": "sandy-gully", + "altlabel": null, + "related": null, + "@id": "sandy-gully", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sawyers Valley", + "definition": null, + "notation": "sawyers-valley", + "altlabel": null, + "related": null, + "@id": "sawyers-valley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Scaddan", + "definition": null, + "notation": "scaddan", + "altlabel": null, + "related": null, + "@id": "scaddan", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Scarborough", + "definition": null, + "notation": "scarborough", + "altlabel": null, + "related": null, + "@id": "scarborough", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Schroeder", + "definition": null, + "notation": "schroeder", + "altlabel": null, + "related": null, + "@id": "schroeder", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Scotsdale", + "definition": null, + "notation": "scotsdale", + "altlabel": null, + "related": null, + "@id": "scotsdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Scott River", + "definition": null, + "notation": "scott-river", + "altlabel": null, + "related": null, + "@id": "scott-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Scott River East", + "definition": null, + "notation": "scott-river-east", + "altlabel": null, + "related": null, + "@id": "scott-river-east", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Scotts Brook", + "definition": null, + "notation": "scotts-brook", + "altlabel": null, + "related": null, + "@id": "scotts-brook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Seabird", + "definition": null, + "notation": "seabird", + "altlabel": null, + "related": null, + "@id": "seabird", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Secret Harbour", + "definition": null, + "notation": "secret-harbour", + "altlabel": null, + "related": null, + "@id": "secret-harbour", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Seppings", + "definition": null, + "notation": "seppings", + "altlabel": null, + "related": null, + "@id": "seppings", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Serpentine", + "definition": null, + "notation": "serpentine", + "altlabel": null, + "related": null, + "@id": "serpentine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Seville Grove", + "definition": null, + "notation": "seville-grove", + "altlabel": null, + "related": null, + "@id": "seville-grove", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shackleton", + "definition": null, + "notation": "shackleton", + "altlabel": null, + "related": null, + "@id": "shackleton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shadforth", + "definition": null, + "notation": "shadforth", + "altlabel": null, + "related": null, + "@id": "shadforth", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shannon", + "definition": null, + "notation": "shannon", + "altlabel": null, + "related": null, + "@id": "shannon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shark Bay", + "definition": null, + "notation": "shark-bay", + "altlabel": null, + "related": null, + "@id": "shark-bay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shelley", + "definition": null, + "notation": "shelley", + "altlabel": null, + "related": null, + "@id": "shelley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shenton Park", + "definition": null, + "notation": "shenton-park", + "altlabel": null, + "related": null, + "@id": "shenton-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sherlock", + "definition": null, + "notation": "sherlock", + "altlabel": null, + "related": null, + "@id": "sherlock", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shoalwater", + "definition": null, + "notation": "shoalwater", + "altlabel": null, + "related": null, + "@id": "shoalwater", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Shotts", + "definition": null, + "notation": "shotts", + "altlabel": null, + "related": null, + "@id": "shotts", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Siesta Park", + "definition": null, + "notation": "siesta-park", + "altlabel": null, + "related": null, + "@id": "siesta-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Silver Sands", + "definition": null, + "notation": "silver-sands", + "altlabel": null, + "related": null, + "@id": "silver-sands", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sinagra", + "definition": null, + "notation": "sinagra", + "altlabel": null, + "related": null, + "@id": "sinagra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sinclair", + "definition": null, + "notation": "sinclair", + "altlabel": null, + "related": null, + "@id": "sinclair", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Singleton", + "definition": null, + "notation": "singleton", + "altlabel": null, + "related": null, + "@id": "singleton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sir Samuel", + "definition": null, + "notation": "sir-samuel", + "altlabel": null, + "related": null, + "@id": "sir-samuel", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Skeleton Rock", + "definition": null, + "notation": "skeleton-rock", + "altlabel": null, + "related": null, + "@id": "skeleton-rock", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Smith Brook", + "definition": null, + "notation": "smith-brook", + "altlabel": null, + "related": null, + "@id": "smith-brook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Solus", + "definition": null, + "notation": "solus", + "altlabel": null, + "related": null, + "@id": "solus", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Somerville", + "definition": null, + "notation": "somerville", + "altlabel": null, + "related": null, + "@id": "somerville", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sorrento", + "definition": null, + "notation": "sorrento", + "altlabel": null, + "related": null, + "@id": "sorrento", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Bodallin", + "definition": null, + "notation": "south-bodallin", + "altlabel": null, + "related": null, + "@id": "south-bodallin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Boulder", + "definition": null, + "notation": "south-boulder", + "altlabel": null, + "related": null, + "@id": "south-boulder", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Bunbury", + "definition": null, + "notation": "south-bunbury", + "altlabel": null, + "related": null, + "@id": "south-bunbury", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Burracoppin", + "definition": null, + "notation": "south-burracoppin", + "altlabel": null, + "related": null, + "@id": "south-burracoppin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Carnarvon", + "definition": null, + "notation": "south-carnarvon", + "altlabel": null, + "related": null, + "@id": "south-carnarvon", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Datatine", + "definition": null, + "notation": "south-datatine", + "altlabel": null, + "related": null, + "@id": "south-datatine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Doodlakine", + "definition": null, + "notation": "south-doodlakine", + "altlabel": null, + "related": null, + "@id": "south-doodlakine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Fremantle", + "definition": null, + "notation": "south-fremantle", + "altlabel": null, + "related": null, + "@id": "south-fremantle", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Glencoe", + "definition": null, + "notation": "south-glencoe", + "altlabel": null, + "related": null, + "@id": "south-glencoe", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Greenough", + "definition": null, + "notation": "south-greenough", + "altlabel": null, + "related": null, + "@id": "south-greenough", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Guildford", + "definition": null, + "notation": "south-guildford", + "altlabel": null, + "related": null, + "@id": "south-guildford", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Hedland", + "definition": null, + "notation": "south-hedland", + "altlabel": null, + "related": null, + "@id": "south-hedland", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Kalgoorlie", + "definition": null, + "notation": "south-kalgoorlie", + "altlabel": null, + "related": null, + "@id": "south-kalgoorlie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Kukerin", + "definition": null, + "notation": "south-kukerin", + "altlabel": null, + "related": null, + "@id": "south-kukerin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Kumminin", + "definition": null, + "notation": "south-kumminin", + "altlabel": null, + "related": null, + "@id": "south-kumminin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Kununoppin", + "definition": null, + "notation": "south-kununoppin", + "altlabel": null, + "related": null, + "@id": "south-kununoppin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Lake", + "definition": null, + "notation": "south-lake", + "altlabel": null, + "related": null, + "@id": "south-lake", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Lake Grace", + "definition": null, + "notation": "south-lake-grace", + "altlabel": null, + "related": null, + "@id": "south-lake-grace", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Murchison", + "definition": null, + "notation": "south-murchison", + "altlabel": null, + "related": null, + "@id": "south-murchison", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Newdegate", + "definition": null, + "notation": "south-newdegate", + "altlabel": null, + "related": null, + "@id": "south-newdegate", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Perth", + "definition": null, + "notation": "south-perth", + "altlabel": null, + "related": null, + "@id": "south-perth", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Plantations", + "definition": null, + "notation": "south-plantations", + "altlabel": null, + "related": null, + "@id": "south-plantations", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Quairading", + "definition": null, + "notation": "south-quairading", + "altlabel": null, + "related": null, + "@id": "south-quairading", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Stirling", + "definition": null, + "notation": "south-stirling", + "altlabel": null, + "related": null, + "@id": "south-stirling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Tammin", + "definition": null, + "notation": "south-tammin", + "altlabel": null, + "related": null, + "@id": "south-tammin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Trayning", + "definition": null, + "notation": "south-trayning", + "altlabel": null, + "related": null, + "@id": "south-trayning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Yelbeni", + "definition": null, + "notation": "south-yelbeni", + "altlabel": null, + "related": null, + "@id": "south-yelbeni", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Yilgarn", + "definition": null, + "notation": "south-yilgarn", + "altlabel": null, + "related": null, + "@id": "south-yilgarn", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Yuna", + "definition": null, + "notation": "south-yuna", + "altlabel": null, + "related": null, + "@id": "south-yuna", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "South Yunderup", + "definition": null, + "notation": "south-yunderup", + "altlabel": null, + "related": null, + "@id": "south-yunderup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Southampton", + "definition": null, + "notation": "southampton", + "altlabel": null, + "related": null, + "@id": "southampton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Southern Brook", + "definition": null, + "notation": "southern-brook", + "altlabel": null, + "related": null, + "@id": "southern-brook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Southern Cross", + "definition": null, + "notation": "southern-cross", + "altlabel": null, + "related": null, + "@id": "southern-cross", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Southern River", + "definition": null, + "notation": "southern-river", + "altlabel": null, + "related": null, + "@id": "southern-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Spalding", + "definition": null, + "notation": "spalding", + "altlabel": null, + "related": null, + "@id": "spalding", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Spearwood", + "definition": null, + "notation": "spearwood", + "altlabel": null, + "related": null, + "@id": "spearwood", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Spencer Park", + "definition": null, + "notation": "spencer-park", + "altlabel": null, + "related": null, + "@id": "spencer-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Spencers Brook", + "definition": null, + "notation": "spencers-brook", + "altlabel": null, + "related": null, + "@id": "spencers-brook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Springfield", + "definition": null, + "notation": "springfield", + "altlabel": null, + "related": null, + "@id": "springfield", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Springs", + "definition": null, + "notation": "springs", + "altlabel": null, + "related": null, + "@id": "springs", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "St George Ranges", + "definition": null, + "notation": "st-george-ranges", + "altlabel": null, + "related": null, + "@id": "st-george-ranges", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "St James", + "definition": null, + "notation": "st-james", + "altlabel": null, + "related": null, + "@id": "st-james", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "St Ronans", + "definition": null, + "notation": "st-ronans", + "altlabel": null, + "related": null, + "@id": "st-ronans", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stake Hill", + "definition": null, + "notation": "stake-hill", + "altlabel": null, + "related": null, + "@id": "stake-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stirling", + "definition": null, + "notation": "stirling", + "altlabel": null, + "related": null, + "@id": "stirling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stirling Estate", + "definition": null, + "notation": "stirling-estate", + "altlabel": null, + "related": null, + "@id": "stirling-estate", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stirling Range National Park", + "definition": null, + "notation": "stirling-range-national-park", + "altlabel": null, + "related": null, + "@id": "stirling-range-national-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stoneville", + "definition": null, + "notation": "stoneville", + "altlabel": null, + "related": null, + "@id": "stoneville", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stove Hill", + "definition": null, + "notation": "stove-hill", + "altlabel": null, + "related": null, + "@id": "stove-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Strathalbyn", + "definition": null, + "notation": "strathalbyn", + "altlabel": null, + "related": null, + "@id": "strathalbyn", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stratham", + "definition": null, + "notation": "stratham", + "altlabel": null, + "related": null, + "@id": "stratham", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stratherne", + "definition": null, + "notation": "stratherne", + "altlabel": null, + "related": null, + "@id": "stratherne", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Stratton", + "definition": null, + "notation": "stratton", + "altlabel": null, + "related": null, + "@id": "stratton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Strelley", + "definition": null, + "notation": "strelley", + "altlabel": null, + "related": null, + "@id": "strelley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sturt Creek", + "definition": null, + "notation": "sturt-creek", + "altlabel": null, + "related": null, + "@id": "sturt-creek", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Subiaco", + "definition": null, + "notation": "subiaco", + "altlabel": null, + "related": null, + "@id": "subiaco", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Success", + "definition": null, + "notation": "success", + "altlabel": null, + "related": null, + "@id": "success", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sunnyside", + "definition": null, + "notation": "sunnyside", + "altlabel": null, + "related": null, + "@id": "sunnyside", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Sunset Beach", + "definition": null, + "notation": "sunset-beach", + "altlabel": null, + "related": null, + "@id": "sunset-beach", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Swan View", + "definition": null, + "notation": "swan-view", + "altlabel": null, + "related": null, + "@id": "swan-view", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Swanbourne", + "definition": null, + "notation": "swanbourne", + "altlabel": null, + "related": null, + "@id": "swanbourne", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Takalarup", + "definition": null, + "notation": "takalarup", + "altlabel": null, + "related": null, + "@id": "takalarup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Talandji", + "definition": null, + "notation": "talandji", + "altlabel": null, + "related": null, + "@id": "talandji", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Talbot", + "definition": null, + "notation": "talbot", + "altlabel": null, + "related": null, + "@id": "talbot", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Talbot West", + "definition": null, + "notation": "talbot-west", + "altlabel": null, + "related": null, + "@id": "talbot-west", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Talgomine", + "definition": null, + "notation": "talgomine", + "altlabel": null, + "related": null, + "@id": "talgomine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Talisker", + "definition": null, + "notation": "talisker", + "altlabel": null, + "related": null, + "@id": "talisker", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tamala", + "definition": null, + "notation": "tamala", + "altlabel": null, + "related": null, + "@id": "tamala", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tamala Park", + "definition": null, + "notation": "tamala-park", + "altlabel": null, + "related": null, + "@id": "tamala-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tambellup", + "definition": null, + "notation": "tambellup", + "altlabel": null, + "related": null, + "@id": "tambellup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tammin", + "definition": null, + "notation": "tammin", + "altlabel": null, + "related": null, + "@id": "tammin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tampu", + "definition": null, + "notation": "tampu", + "altlabel": null, + "related": null, + "@id": "tampu", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tanami", + "definition": null, + "notation": "tanami", + "altlabel": null, + "related": null, + "@id": "tanami", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tandegin", + "definition": null, + "notation": "tandegin", + "altlabel": null, + "related": null, + "@id": "tandegin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tapping", + "definition": null, + "notation": "tapping", + "altlabel": null, + "related": null, + "@id": "tapping", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarcoola Beach", + "definition": null, + "notation": "tarcoola-beach", + "altlabel": null, + "related": null, + "@id": "tarcoola-beach", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tardun", + "definition": null, + "notation": "tardun", + "altlabel": null, + "related": null, + "@id": "tardun", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tarin Rock", + "definition": null, + "notation": "tarin-rock", + "altlabel": null, + "related": null, + "@id": "tarin-rock", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Teesdale", + "definition": null, + "notation": "teesdale", + "altlabel": null, + "related": null, + "@id": "teesdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Telfer", + "definition": null, + "notation": "telfer", + "altlabel": null, + "related": null, + "@id": "telfer", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tenindewa", + "definition": null, + "notation": "tenindewa", + "altlabel": null, + "related": null, + "@id": "tenindewa", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tenterden", + "definition": null, + "notation": "tenterden", + "altlabel": null, + "related": null, + "@id": "tenterden", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "The Lakes", + "definition": null, + "notation": "the-lakes", + "altlabel": null, + "related": null, + "@id": "the-lakes", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "The Plains", + "definition": null, + "notation": "the-plains", + "altlabel": null, + "related": null, + "@id": "the-plains", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "The Spectacles", + "definition": null, + "notation": "the-spectacles", + "altlabel": null, + "related": null, + "@id": "the-spectacles", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "The Vines", + "definition": null, + "notation": "the-vines", + "altlabel": null, + "related": null, + "@id": "the-vines", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Thomson Brook", + "definition": null, + "notation": "thomson-brook", + "altlabel": null, + "related": null, + "@id": "thomson-brook", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Thornlie", + "definition": null, + "notation": "thornlie", + "altlabel": null, + "related": null, + "@id": "thornlie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Three Springs", + "definition": null, + "notation": "three-springs", + "altlabel": null, + "related": null, + "@id": "three-springs", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Throssell", + "definition": null, + "notation": "throssell", + "altlabel": null, + "related": null, + "@id": "throssell", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tibradden", + "definition": null, + "notation": "tibradden", + "altlabel": null, + "related": null, + "@id": "tibradden", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tincurrin", + "definition": null, + "notation": "tincurrin", + "altlabel": null, + "related": null, + "@id": "tincurrin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tingledale", + "definition": null, + "notation": "tingledale", + "altlabel": null, + "related": null, + "@id": "tingledale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tjirrkarli", + "definition": null, + "notation": "tjirrkarli", + "altlabel": null, + "related": null, + "@id": "tjirrkarli", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tjukurla", + "definition": null, + "notation": "tjukurla", + "altlabel": null, + "related": null, + "@id": "tjukurla", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tom Price", + "definition": null, + "notation": "tom-price", + "altlabel": null, + "related": null, + "@id": "tom-price", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tonebridge", + "definition": null, + "notation": "tonebridge", + "altlabel": null, + "related": null, + "@id": "tonebridge", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toodyay", + "definition": null, + "notation": "toodyay", + "altlabel": null, + "related": null, + "@id": "toodyay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toolibin", + "definition": null, + "notation": "toolibin", + "altlabel": null, + "related": null, + "@id": "toolibin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toolonga", + "definition": null, + "notation": "toolonga", + "altlabel": null, + "related": null, + "@id": "toolonga", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Toompup", + "definition": null, + "notation": "toompup", + "altlabel": null, + "related": null, + "@id": "toompup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Torbay", + "definition": null, + "notation": "torbay", + "altlabel": null, + "related": null, + "@id": "torbay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Torndirrup", + "definition": null, + "notation": "torndirrup", + "altlabel": null, + "related": null, + "@id": "torndirrup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Townsendale", + "definition": null, + "notation": "townsendale", + "altlabel": null, + "related": null, + "@id": "townsendale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Trafalgar", + "definition": null, + "notation": "trafalgar", + "altlabel": null, + "related": null, + "@id": "trafalgar", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Trayning", + "definition": null, + "notation": "trayning", + "altlabel": null, + "related": null, + "@id": "trayning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Treeby", + "definition": null, + "notation": "treeby", + "altlabel": null, + "related": null, + "@id": "treeby", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Treeton", + "definition": null, + "notation": "treeton", + "altlabel": null, + "related": null, + "@id": "treeton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Trent", + "definition": null, + "notation": "trent", + "altlabel": null, + "related": null, + "@id": "trent", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Trigg", + "definition": null, + "notation": "trigg", + "altlabel": null, + "related": null, + "@id": "trigg", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Trigwell", + "definition": null, + "notation": "trigwell", + "altlabel": null, + "related": null, + "@id": "trigwell", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tuart Hill", + "definition": null, + "notation": "tuart-hill", + "altlabel": null, + "related": null, + "@id": "tuart-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Turkey Hill", + "definition": null, + "notation": "turkey-hill", + "altlabel": null, + "related": null, + "@id": "turkey-hill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Tutunup", + "definition": null, + "notation": "tutunup", + "altlabel": null, + "related": null, + "@id": "tutunup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Two Rocks", + "definition": null, + "notation": "two-rocks", + "altlabel": null, + "related": null, + "@id": "two-rocks", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ucarty", + "definition": null, + "notation": "ucarty", + "altlabel": null, + "related": null, + "@id": "ucarty", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ucarty West", + "definition": null, + "notation": "ucarty-west", + "altlabel": null, + "related": null, + "@id": "ucarty-west", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Uduc", + "definition": null, + "notation": "uduc", + "altlabel": null, + "related": null, + "@id": "uduc", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Ularring", + "definition": null, + "notation": "ularring", + "altlabel": null, + "related": null, + "@id": "ularring", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Upper Capel", + "definition": null, + "notation": "upper-capel", + "altlabel": null, + "related": null, + "@id": "upper-capel", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Upper Murray", + "definition": null, + "notation": "upper-murray", + "altlabel": null, + "related": null, + "@id": "upper-murray", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Upper Swan", + "definition": null, + "notation": "upper-swan", + "altlabel": null, + "related": null, + "@id": "upper-swan", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Upper Warren", + "definition": null, + "notation": "upper-warren", + "altlabel": null, + "related": null, + "@id": "upper-warren", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Useless Loop", + "definition": null, + "notation": "useless-loop", + "altlabel": null, + "related": null, + "@id": "useless-loop", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Usher", + "definition": null, + "notation": "usher", + "altlabel": null, + "related": null, + "@id": "usher", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Utakarra", + "definition": null, + "notation": "utakarra", + "altlabel": null, + "related": null, + "@id": "utakarra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Valentine", + "definition": null, + "notation": "valentine", + "altlabel": null, + "related": null, + "@id": "valentine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Vancouver Peninsula", + "definition": null, + "notation": "vancouver-peninsula", + "altlabel": null, + "related": null, + "@id": "vancouver-peninsula", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Varley", + "definition": null, + "notation": "varley", + "altlabel": null, + "related": null, + "@id": "varley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Vasse", + "definition": null, + "notation": "vasse", + "altlabel": null, + "related": null, + "@id": "vasse", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Victoria Park", + "definition": null, + "notation": "victoria-park", + "altlabel": null, + "related": null, + "@id": "victoria-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Victoria Rock", + "definition": null, + "notation": "victoria-rock", + "altlabel": null, + "related": null, + "@id": "victoria-rock", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Victory Heights", + "definition": null, + "notation": "victory-heights", + "altlabel": null, + "related": null, + "@id": "victory-heights", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Vittoria", + "definition": null, + "notation": "vittoria", + "altlabel": null, + "related": null, + "@id": "vittoria", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Viveash", + "definition": null, + "notation": "viveash", + "altlabel": null, + "related": null, + "@id": "viveash", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wadderin", + "definition": null, + "notation": "wadderin", + "altlabel": null, + "related": null, + "@id": "wadderin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waddington", + "definition": null, + "notation": "waddington", + "altlabel": null, + "related": null, + "@id": "waddington", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waddy Forest", + "definition": null, + "notation": "waddy-forest", + "altlabel": null, + "related": null, + "@id": "waddy-forest", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waeel", + "definition": null, + "notation": "waeel", + "altlabel": null, + "related": null, + "@id": "waeel", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wagerup", + "definition": null, + "notation": "wagerup", + "altlabel": null, + "related": null, + "@id": "wagerup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waggrakine", + "definition": null, + "notation": "waggrakine", + "altlabel": null, + "related": null, + "@id": "waggrakine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wagin", + "definition": null, + "notation": "wagin", + "altlabel": null, + "related": null, + "@id": "wagin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waikiki", + "definition": null, + "notation": "waikiki", + "altlabel": null, + "related": null, + "@id": "waikiki", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walebing", + "definition": null, + "notation": "walebing", + "altlabel": null, + "related": null, + "@id": "walebing", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walgoolan", + "definition": null, + "notation": "walgoolan", + "altlabel": null, + "related": null, + "@id": "walgoolan", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walkaway", + "definition": null, + "notation": "walkaway", + "altlabel": null, + "related": null, + "@id": "walkaway", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wallareenya", + "definition": null, + "notation": "wallareenya", + "altlabel": null, + "related": null, + "@id": "wallareenya", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wallaroo", + "definition": null, + "notation": "wallaroo", + "altlabel": null, + "related": null, + "@id": "wallaroo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walliston", + "definition": null, + "notation": "walliston", + "altlabel": null, + "related": null, + "@id": "walliston", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walmsley", + "definition": null, + "notation": "walmsley", + "altlabel": null, + "related": null, + "@id": "walmsley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walpole", + "definition": null, + "notation": "walpole", + "altlabel": null, + "related": null, + "@id": "walpole", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walsall", + "definition": null, + "notation": "walsall", + "altlabel": null, + "related": null, + "@id": "walsall", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walyormouring", + "definition": null, + "notation": "walyormouring", + "altlabel": null, + "related": null, + "@id": "walyormouring", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walyunga National Park", + "definition": null, + "notation": "walyunga-national-park", + "altlabel": null, + "related": null, + "@id": "walyunga-national-park", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Walyurin", + "definition": null, + "notation": "walyurin", + "altlabel": null, + "related": null, + "@id": "walyurin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wamenusking", + "definition": null, + "notation": "wamenusking", + "altlabel": null, + "related": null, + "@id": "wamenusking", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wanarn", + "definition": null, + "notation": "wanarn", + "altlabel": null, + "related": null, + "@id": "wanarn", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wandana", + "definition": null, + "notation": "wandana", + "altlabel": null, + "related": null, + "@id": "wandana", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wandering", + "definition": null, + "notation": "wandering", + "altlabel": null, + "related": null, + "@id": "wandering", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wandi", + "definition": null, + "notation": "wandi", + "altlabel": null, + "related": null, + "@id": "wandi", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wandillup", + "definition": null, + "notation": "wandillup", + "altlabel": null, + "related": null, + "@id": "wandillup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wandina", + "definition": null, + "notation": "wandina", + "altlabel": null, + "related": null, + "@id": "wandina", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wanerie", + "definition": null, + "notation": "wanerie", + "altlabel": null, + "related": null, + "@id": "wanerie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wangara", + "definition": null, + "notation": "wangara", + "altlabel": null, + "related": null, + "@id": "wangara", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wannamal", + "definition": null, + "notation": "wannamal", + "altlabel": null, + "related": null, + "@id": "wannamal", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wannanup", + "definition": null, + "notation": "wannanup", + "altlabel": null, + "related": null, + "@id": "wannanup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wanneroo", + "definition": null, + "notation": "wanneroo", + "altlabel": null, + "related": null, + "@id": "wanneroo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wansbrough", + "definition": null, + "notation": "wansbrough", + "altlabel": null, + "related": null, + "@id": "wansbrough", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warakurna", + "definition": null, + "notation": "warakurna", + "altlabel": null, + "related": null, + "@id": "warakurna", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warawarrup", + "definition": null, + "notation": "warawarrup", + "altlabel": null, + "related": null, + "@id": "warawarrup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warburton", + "definition": null, + "notation": "warburton", + "altlabel": null, + "related": null, + "@id": "warburton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wardering", + "definition": null, + "notation": "wardering", + "altlabel": null, + "related": null, + "@id": "wardering", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warding East", + "definition": null, + "notation": "warding-east", + "altlabel": null, + "related": null, + "@id": "warding-east", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warmun", + "definition": null, + "notation": "warmun", + "altlabel": null, + "related": null, + "@id": "warmun", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warnbro", + "definition": null, + "notation": "warnbro", + "altlabel": null, + "related": null, + "@id": "warnbro", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warner Glen", + "definition": null, + "notation": "warner-glen", + "altlabel": null, + "related": null, + "@id": "warner-glen", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waroona", + "definition": null, + "notation": "waroona", + "altlabel": null, + "related": null, + "@id": "waroona", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrachuppin", + "definition": null, + "notation": "warrachuppin", + "altlabel": null, + "related": null, + "@id": "warrachuppin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warradarge", + "definition": null, + "notation": "warradarge", + "altlabel": null, + "related": null, + "@id": "warradarge", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warralakin", + "definition": null, + "notation": "warralakin", + "altlabel": null, + "related": null, + "@id": "warralakin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warrenup", + "definition": null, + "notation": "warrenup", + "altlabel": null, + "related": null, + "@id": "warrenup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Warwick", + "definition": null, + "notation": "warwick", + "altlabel": null, + "related": null, + "@id": "warwick", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waterbank", + "definition": null, + "notation": "waterbank", + "altlabel": null, + "related": null, + "@id": "waterbank", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Watercarrin", + "definition": null, + "notation": "watercarrin", + "altlabel": null, + "related": null, + "@id": "watercarrin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waterford", + "definition": null, + "notation": "waterford", + "altlabel": null, + "related": null, + "@id": "waterford", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Waterloo", + "definition": null, + "notation": "waterloo", + "altlabel": null, + "related": null, + "@id": "waterloo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Watermans Bay", + "definition": null, + "notation": "watermans-bay", + "altlabel": null, + "related": null, + "@id": "watermans-bay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Watheroo", + "definition": null, + "notation": "watheroo", + "altlabel": null, + "related": null, + "@id": "watheroo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wattening", + "definition": null, + "notation": "wattening", + "altlabel": null, + "related": null, + "@id": "wattening", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wattle Grove", + "definition": null, + "notation": "wattle-grove", + "altlabel": null, + "related": null, + "@id": "wattle-grove", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wattleup", + "definition": null, + "notation": "wattleup", + "altlabel": null, + "related": null, + "@id": "wattleup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wattoning", + "definition": null, + "notation": "wattoning", + "altlabel": null, + "related": null, + "@id": "wattoning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Webberton", + "definition": null, + "notation": "webberton", + "altlabel": null, + "related": null, + "@id": "webberton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wedge Island", + "definition": null, + "notation": "wedge-island", + "altlabel": null, + "related": null, + "@id": "wedge-island", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wedgecarrup", + "definition": null, + "notation": "wedgecarrup", + "altlabel": null, + "related": null, + "@id": "wedgecarrup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wedgefield", + "definition": null, + "notation": "wedgefield", + "altlabel": null, + "related": null, + "@id": "wedgefield", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Welbungin", + "definition": null, + "notation": "welbungin", + "altlabel": null, + "related": null, + "@id": "welbungin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Weld Range", + "definition": null, + "notation": "weld-range", + "altlabel": null, + "related": null, + "@id": "weld-range", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wellard", + "definition": null, + "notation": "wellard", + "altlabel": null, + "related": null, + "@id": "wellard", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wellesley", + "definition": null, + "notation": "wellesley", + "altlabel": null, + "related": null, + "@id": "wellesley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wellington Forest", + "definition": null, + "notation": "wellington-forest", + "altlabel": null, + "related": null, + "@id": "wellington-forest", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wellington Mill", + "definition": null, + "notation": "wellington-mill", + "altlabel": null, + "related": null, + "@id": "wellington-mill", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wellstead", + "definition": null, + "notation": "wellstead", + "altlabel": null, + "related": null, + "@id": "wellstead", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Welshpool", + "definition": null, + "notation": "welshpool", + "altlabel": null, + "related": null, + "@id": "welshpool", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wembley", + "definition": null, + "notation": "wembley", + "altlabel": null, + "related": null, + "@id": "wembley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wembley Downs", + "definition": null, + "notation": "wembley-downs", + "altlabel": null, + "related": null, + "@id": "wembley-downs", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Ballidu", + "definition": null, + "notation": "west-ballidu", + "altlabel": null, + "related": null, + "@id": "west-ballidu", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Beach", + "definition": null, + "notation": "west-beach", + "altlabel": null, + "related": null, + "@id": "west-beach", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Binnu", + "definition": null, + "notation": "west-binnu", + "altlabel": null, + "related": null, + "@id": "west-binnu", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Busselton", + "definition": null, + "notation": "west-busselton", + "altlabel": null, + "related": null, + "@id": "west-busselton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Cape Howe", + "definition": null, + "notation": "west-cape-howe", + "altlabel": null, + "related": null, + "@id": "west-cape-howe", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Casuarinas", + "definition": null, + "notation": "west-casuarinas", + "altlabel": null, + "related": null, + "@id": "west-casuarinas", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Coolup", + "definition": null, + "notation": "west-coolup", + "altlabel": null, + "related": null, + "@id": "west-coolup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West End", + "definition": null, + "notation": "west-end", + "altlabel": null, + "related": null, + "@id": "west-end", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Fitzgerald", + "definition": null, + "notation": "west-fitzgerald", + "altlabel": null, + "related": null, + "@id": "west-fitzgerald", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Holleton", + "definition": null, + "notation": "west-holleton", + "altlabel": null, + "related": null, + "@id": "west-holleton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Island Cocos (Keeling) Is", + "definition": null, + "notation": "west-island-cocos-(keeling)-is", + "altlabel": null, + "related": null, + "@id": "west-island-cocos--keeling--is", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Kalgoorlie", + "definition": null, + "notation": "west-kalgoorlie", + "altlabel": null, + "related": null, + "@id": "west-kalgoorlie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Lamington", + "definition": null, + "notation": "west-lamington", + "altlabel": null, + "related": null, + "@id": "west-lamington", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Leederville", + "definition": null, + "notation": "west-leederville", + "altlabel": null, + "related": null, + "@id": "west-leederville", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Lyons River", + "definition": null, + "notation": "west-lyons-river", + "altlabel": null, + "related": null, + "@id": "west-lyons-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Perth", + "definition": null, + "notation": "west-perth", + "altlabel": null, + "related": null, + "@id": "west-perth", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Pingelly", + "definition": null, + "notation": "west-pingelly", + "altlabel": null, + "related": null, + "@id": "west-pingelly", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Pinjarra", + "definition": null, + "notation": "west-pinjarra", + "altlabel": null, + "related": null, + "@id": "west-pinjarra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Popanyinning", + "definition": null, + "notation": "west-popanyinning", + "altlabel": null, + "related": null, + "@id": "west-popanyinning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West River", + "definition": null, + "notation": "west-river", + "altlabel": null, + "related": null, + "@id": "west-river", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Swan", + "definition": null, + "notation": "west-swan", + "altlabel": null, + "related": null, + "@id": "west-swan", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "West Toodyay", + "definition": null, + "notation": "west-toodyay", + "altlabel": null, + "related": null, + "@id": "west-toodyay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Westdale", + "definition": null, + "notation": "westdale", + "altlabel": null, + "related": null, + "@id": "westdale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Westminster", + "definition": null, + "notation": "westminster", + "altlabel": null, + "related": null, + "@id": "westminster", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Westonia", + "definition": null, + "notation": "westonia", + "altlabel": null, + "related": null, + "@id": "westonia", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Westwood", + "definition": null, + "notation": "westwood", + "altlabel": null, + "related": null, + "@id": "westwood", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whim Creek", + "definition": null, + "notation": "whim-creek", + "altlabel": null, + "related": null, + "@id": "whim-creek", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whitby", + "definition": null, + "notation": "whitby", + "altlabel": null, + "related": null, + "@id": "whitby", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "White Gum Valley", + "definition": null, + "notation": "white-gum-valley", + "altlabel": null, + "related": null, + "@id": "white-gum-valley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "White Peak", + "definition": null, + "notation": "white-peak", + "altlabel": null, + "related": null, + "@id": "white-peak", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whiteman", + "definition": null, + "notation": "whiteman", + "altlabel": null, + "related": null, + "@id": "whiteman", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Whittaker", + "definition": null, + "notation": "whittaker", + "altlabel": null, + "related": null, + "@id": "whittaker", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wialki", + "definition": null, + "notation": "wialki", + "altlabel": null, + "related": null, + "@id": "wialki", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wicherina", + "definition": null, + "notation": "wicherina", + "altlabel": null, + "related": null, + "@id": "wicherina", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wicherina South", + "definition": null, + "notation": "wicherina-south", + "altlabel": null, + "related": null, + "@id": "wicherina-south", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wickepin", + "definition": null, + "notation": "wickepin", + "altlabel": null, + "related": null, + "@id": "wickepin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wickham", + "definition": null, + "notation": "wickham", + "altlabel": null, + "related": null, + "@id": "wickham", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Widgiemooltha", + "definition": null, + "notation": "widgiemooltha", + "altlabel": null, + "related": null, + "@id": "widgiemooltha", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wijilawarrim", + "definition": null, + "notation": "wijilawarrim", + "altlabel": null, + "related": null, + "@id": "wijilawarrim", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wilberforce", + "definition": null, + "notation": "wilberforce", + "altlabel": null, + "related": null, + "@id": "wilberforce", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wilbinga", + "definition": null, + "notation": "wilbinga", + "altlabel": null, + "related": null, + "@id": "wilbinga", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wilga", + "definition": null, + "notation": "wilga", + "altlabel": null, + "related": null, + "@id": "wilga", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wilga West", + "definition": null, + "notation": "wilga-west", + "altlabel": null, + "related": null, + "@id": "wilga-west", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wilgarrup", + "definition": null, + "notation": "wilgarrup", + "altlabel": null, + "related": null, + "@id": "wilgarrup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wilgoyne", + "definition": null, + "notation": "wilgoyne", + "altlabel": null, + "related": null, + "@id": "wilgoyne", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Willagee", + "definition": null, + "notation": "willagee", + "altlabel": null, + "related": null, + "@id": "willagee", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Willare", + "definition": null, + "notation": "willare", + "altlabel": null, + "related": null, + "@id": "willare", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Willetton", + "definition": null, + "notation": "willetton", + "altlabel": null, + "related": null, + "@id": "willetton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "William Bay", + "definition": null, + "notation": "william-bay", + "altlabel": null, + "related": null, + "@id": "william-bay", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Williams", + "definition": null, + "notation": "williams", + "altlabel": null, + "related": null, + "@id": "williams", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Williamstown", + "definition": null, + "notation": "williamstown", + "altlabel": null, + "related": null, + "@id": "williamstown", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Willyung", + "definition": null, + "notation": "willyung", + "altlabel": null, + "related": null, + "@id": "willyung", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wilson", + "definition": null, + "notation": "wilson", + "altlabel": null, + "related": null, + "@id": "wilson", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wiluna", + "definition": null, + "notation": "wiluna", + "altlabel": null, + "related": null, + "@id": "wiluna", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wilyabrup", + "definition": null, + "notation": "wilyabrup", + "altlabel": null, + "related": null, + "@id": "wilyabrup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Windabout", + "definition": null, + "notation": "windabout", + "altlabel": null, + "related": null, + "@id": "windabout", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Windy Harbour", + "definition": null, + "notation": "windy-harbour", + "altlabel": null, + "related": null, + "@id": "windy-harbour", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Winnejup", + "definition": null, + "notation": "winnejup", + "altlabel": null, + "related": null, + "@id": "winnejup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Winthrop", + "definition": null, + "notation": "winthrop", + "altlabel": null, + "related": null, + "@id": "winthrop", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Witchcliffe", + "definition": null, + "notation": "witchcliffe", + "altlabel": null, + "related": null, + "@id": "witchcliffe", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Withers", + "definition": null, + "notation": "withers", + "altlabel": null, + "related": null, + "@id": "withers", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wittenoom", + "definition": null, + "notation": "wittenoom", + "altlabel": null, + "related": null, + "@id": "wittenoom", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wittenoom Hills", + "definition": null, + "notation": "wittenoom-hills", + "altlabel": null, + "related": null, + "@id": "wittenoom-hills", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wogolin", + "definition": null, + "notation": "wogolin", + "altlabel": null, + "related": null, + "@id": "wogolin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wokalup", + "definition": null, + "notation": "wokalup", + "altlabel": null, + "related": null, + "@id": "wokalup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Womarden", + "definition": null, + "notation": "womarden", + "altlabel": null, + "related": null, + "@id": "womarden", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wongamine", + "definition": null, + "notation": "wongamine", + "altlabel": null, + "related": null, + "@id": "wongamine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wongan Hills", + "definition": null, + "notation": "wongan-hills", + "altlabel": null, + "related": null, + "@id": "wongan-hills", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wongoondy", + "definition": null, + "notation": "wongoondy", + "altlabel": null, + "related": null, + "@id": "wongoondy", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wonnerup", + "definition": null, + "notation": "wonnerup", + "altlabel": null, + "related": null, + "@id": "wonnerup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wonthella", + "definition": null, + "notation": "wonthella", + "altlabel": null, + "related": null, + "@id": "wonthella", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woodanilling", + "definition": null, + "notation": "woodanilling", + "altlabel": null, + "related": null, + "@id": "woodanilling", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woodbridge", + "definition": null, + "notation": "woodbridge", + "altlabel": null, + "related": null, + "@id": "woodbridge", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woodlands", + "definition": null, + "notation": "woodlands", + "altlabel": null, + "related": null, + "@id": "woodlands", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woodleigh", + "definition": null, + "notation": "woodleigh", + "altlabel": null, + "related": null, + "@id": "woodleigh", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woodridge", + "definition": null, + "notation": "woodridge", + "altlabel": null, + "related": null, + "@id": "woodridge", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woodvale", + "definition": null, + "notation": "woodvale", + "altlabel": null, + "related": null, + "@id": "woodvale", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woogenellup", + "definition": null, + "notation": "woogenellup", + "altlabel": null, + "related": null, + "@id": "woogenellup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woolgorong", + "definition": null, + "notation": "woolgorong", + "altlabel": null, + "related": null, + "@id": "woolgorong", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woolocutty", + "definition": null, + "notation": "woolocutty", + "altlabel": null, + "related": null, + "@id": "woolocutty", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wooramel", + "definition": null, + "notation": "wooramel", + "altlabel": null, + "related": null, + "@id": "wooramel", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wooroloo", + "definition": null, + "notation": "wooroloo", + "altlabel": null, + "related": null, + "@id": "wooroloo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woorree", + "definition": null, + "notation": "woorree", + "altlabel": null, + "related": null, + "@id": "woorree", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Woottating", + "definition": null, + "notation": "woottating", + "altlabel": null, + "related": null, + "@id": "woottating", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Worsley", + "definition": null, + "notation": "worsley", + "altlabel": null, + "related": null, + "@id": "worsley", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wubin", + "definition": null, + "notation": "wubin", + "altlabel": null, + "related": null, + "@id": "wubin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wundowie", + "definition": null, + "notation": "wundowie", + "altlabel": null, + "related": null, + "@id": "wundowie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wungong", + "definition": null, + "notation": "wungong", + "altlabel": null, + "related": null, + "@id": "wungong", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wuraming", + "definition": null, + "notation": "wuraming", + "altlabel": null, + "related": null, + "@id": "wuraming", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wyalkatchem", + "definition": null, + "notation": "wyalkatchem", + "altlabel": null, + "related": null, + "@id": "wyalkatchem", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wyening", + "definition": null, + "notation": "wyening", + "altlabel": null, + "related": null, + "@id": "wyening", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wyndham", + "definition": null, + "notation": "wyndham", + "altlabel": null, + "related": null, + "@id": "wyndham", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Wyola West", + "definition": null, + "notation": "wyola-west", + "altlabel": null, + "related": null, + "@id": "wyola-west", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Xantippe", + "definition": null, + "notation": "xantippe", + "altlabel": null, + "related": null, + "@id": "xantippe", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yabberup", + "definition": null, + "notation": "yabberup", + "altlabel": null, + "related": null, + "@id": "yabberup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yakamia", + "definition": null, + "notation": "yakamia", + "altlabel": null, + "related": null, + "@id": "yakamia", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yalardy", + "definition": null, + "notation": "yalardy", + "altlabel": null, + "related": null, + "@id": "yalardy", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yalgoo", + "definition": null, + "notation": "yalgoo", + "altlabel": null, + "related": null, + "@id": "yalgoo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yallabatharra", + "definition": null, + "notation": "yallabatharra", + "altlabel": null, + "related": null, + "@id": "yallabatharra", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yallingup", + "definition": null, + "notation": "yallingup", + "altlabel": null, + "related": null, + "@id": "yallingup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yallingup Siding", + "definition": null, + "notation": "yallingup-siding", + "altlabel": null, + "related": null, + "@id": "yallingup-siding", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yalyalup", + "definition": null, + "notation": "yalyalup", + "altlabel": null, + "related": null, + "@id": "yalyalup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yanchep", + "definition": null, + "notation": "yanchep", + "altlabel": null, + "related": null, + "@id": "yanchep", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yandanooka", + "definition": null, + "notation": "yandanooka", + "altlabel": null, + "related": null, + "@id": "yandanooka", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yandoo Creek", + "definition": null, + "notation": "yandoo-creek", + "altlabel": null, + "related": null, + "@id": "yandoo-creek", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yangebup", + "definition": null, + "notation": "yangebup", + "altlabel": null, + "related": null, + "@id": "yangebup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yanmah", + "definition": null, + "notation": "yanmah", + "altlabel": null, + "related": null, + "@id": "yanmah", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yannarie", + "definition": null, + "notation": "yannarie", + "altlabel": null, + "related": null, + "@id": "yannarie", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarawindah", + "definition": null, + "notation": "yarawindah", + "altlabel": null, + "related": null, + "@id": "yarawindah", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yardarino", + "definition": null, + "notation": "yardarino", + "altlabel": null, + "related": null, + "@id": "yardarino", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarloop", + "definition": null, + "notation": "yarloop", + "altlabel": null, + "related": null, + "@id": "yarloop", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yarragadee", + "definition": null, + "notation": "yarragadee", + "altlabel": null, + "related": null, + "@id": "yarragadee", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yathroo", + "definition": null, + "notation": "yathroo", + "altlabel": null, + "related": null, + "@id": "yathroo", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yeagarup", + "definition": null, + "notation": "yeagarup", + "altlabel": null, + "related": null, + "@id": "yeagarup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yeal", + "definition": null, + "notation": "yeal", + "altlabel": null, + "related": null, + "@id": "yeal", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yealering", + "definition": null, + "notation": "yealering", + "altlabel": null, + "related": null, + "@id": "yealering", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yebble", + "definition": null, + "notation": "yebble", + "altlabel": null, + "related": null, + "@id": "yebble", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yelbeni", + "definition": null, + "notation": "yelbeni", + "altlabel": null, + "related": null, + "@id": "yelbeni", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yellowdine", + "definition": null, + "notation": "yellowdine", + "altlabel": null, + "related": null, + "@id": "yellowdine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yelverton", + "definition": null, + "notation": "yelverton", + "altlabel": null, + "related": null, + "@id": "yelverton", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yerecoin", + "definition": null, + "notation": "yerecoin", + "altlabel": null, + "related": null, + "@id": "yerecoin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yetna", + "definition": null, + "notation": "yetna", + "altlabel": null, + "related": null, + "@id": "yetna", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yilkari", + "definition": null, + "notation": "yilkari", + "altlabel": null, + "related": null, + "@id": "yilkari", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yilliminning", + "definition": null, + "notation": "yilliminning", + "altlabel": null, + "related": null, + "@id": "yilliminning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yoganup", + "definition": null, + "notation": "yoganup", + "altlabel": null, + "related": null, + "@id": "yoganup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yokine", + "definition": null, + "notation": "yokine", + "altlabel": null, + "related": null, + "@id": "yokine", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yoongarillup", + "definition": null, + "notation": "yoongarillup", + "altlabel": null, + "related": null, + "@id": "yoongarillup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "York", + "definition": null, + "notation": "york", + "altlabel": null, + "related": null, + "@id": "york", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yornaning", + "definition": null, + "notation": "yornaning", + "altlabel": null, + "related": null, + "@id": "yornaning", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yornup", + "definition": null, + "notation": "yornup", + "altlabel": null, + "related": null, + "@id": "yornup", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yoting", + "definition": null, + "notation": "yoting", + "altlabel": null, + "related": null, + "@id": "yoting", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Youndegin", + "definition": null, + "notation": "youndegin", + "altlabel": null, + "related": null, + "@id": "youndegin", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Youngs Siding", + "definition": null, + "notation": "youngs-siding", + "altlabel": null, + "related": null, + "@id": "youngs-siding", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yourdamung Lake", + "definition": null, + "notation": "yourdamung-lake", + "altlabel": null, + "related": null, + "@id": "yourdamung-lake", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yuna", + "definition": null, + "notation": "yuna", + "altlabel": null, + "related": null, + "@id": "yuna", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Yuna", + "definition": null, + "notation": "yuna", + "altlabel": null, + "related": null, + "@id": "yuna", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Zanthus", + "definition": null, + "notation": "zanthus", + "altlabel": null, + "related": null, + "@id": "zanthus", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + }, + { + "preflabel": "Zuytdorp", + "definition": null, + "notation": "zuytdorp", + "altlabel": null, + "related": null, + "@id": "zuytdorp", + "type": "termtype:AdminUnit", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/wa-locality.ttl b/cadastre/CSD-Header/wa-locality.ttl new file mode 100644 index 0000000..194d4cc --- /dev/null +++ b/cadastre/CSD-Header/wa-locality.ttl @@ -0,0 +1,10316 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "abba-river" ; + skos:prefLabel "Abba River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "abbey" ; + skos:prefLabel "Abbey" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "acton-park" ; + skos:prefLabel "Acton Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "adamsvale" ; + skos:prefLabel "Adamsvale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ajana" ; + skos:prefLabel "Ajana" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "albany" ; + skos:prefLabel "Albany" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "aldersyde" ; + skos:prefLabel "Aldersyde" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "alexander-heights" ; + skos:prefLabel "Alexander Heights" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "alexandra-bridge" ; + skos:prefLabel "Alexandra Bridge" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "alfred-cove" ; + skos:prefLabel "Alfred Cove" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "alkimos" ; + skos:prefLabel "Alkimos" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "allanooka" ; + skos:prefLabel "Allanooka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "allanson" ; + skos:prefLabel "Allanson" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "alma" ; + skos:prefLabel "Alma" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ambania" ; + skos:prefLabel "Ambania" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ambergate" ; + skos:prefLabel "Ambergate" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "amelup" ; + skos:prefLabel "Amelup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "angelo-river" ; + skos:prefLabel "Angelo River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "anketell" ; + skos:prefLabel "Anketell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "anniebrook" ; + skos:prefLabel "Anniebrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "antonymyre" ; + skos:prefLabel "Antonymyre" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "applecross" ; + skos:prefLabel "Applecross" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ardath" ; + skos:prefLabel "Ardath" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ardross" ; + skos:prefLabel "Ardross" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "argyle" ; + skos:prefLabel "Argyle" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "armadale" ; + skos:prefLabel "Armadale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "arrino" ; + skos:prefLabel "Arrino" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "arrowsmith" ; + skos:prefLabel "Arrowsmith" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "arrowsmith-east" ; + skos:prefLabel "Arrowsmith East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "arthur-river" ; + skos:prefLabel "Arthur River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ascot" ; + skos:prefLabel "Ascot" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ashby" ; + skos:prefLabel "Ashby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ashendon" ; + skos:prefLabel "Ashendon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ashfield" ; + skos:prefLabel "Ashfield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "attadale" ; + skos:prefLabel "Attadale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "atwell" ; + skos:prefLabel "Atwell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "aubin-grove" ; + skos:prefLabel "Aubin Grove" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "augusta" ; + skos:prefLabel "Augusta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "australind" ; + skos:prefLabel "Australind" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "aveley" ; + skos:prefLabel "Aveley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "avon-valley-national-park" ; + skos:prefLabel "Avon Valley National Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "baandee" ; + skos:prefLabel "Baandee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "babakin" ; + skos:prefLabel "Babakin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "babbage-island" ; + skos:prefLabel "Babbage Island" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "badgebup" ; + skos:prefLabel "Badgebup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "badgerin-rock" ; + skos:prefLabel "Badgerin Rock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "badgin" ; + skos:prefLabel "Badgin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "badgingarra" ; + skos:prefLabel "Badgingarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "badjaling" ; + skos:prefLabel "Badjaling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bailup" ; + skos:prefLabel "Bailup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bakers-hill" ; + skos:prefLabel "Bakers Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "balbarrup" ; + skos:prefLabel "Balbarrup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "balcatta" ; + skos:prefLabel "Balcatta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "baldivis" ; + skos:prefLabel "Baldivis" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "balga" ; + skos:prefLabel "Balga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "balingup" ; + skos:prefLabel "Balingup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "balkuling" ; + skos:prefLabel "Balkuling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "balla-balla" ; + skos:prefLabel "Balla Balla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "balladong" ; + skos:prefLabel "Balladong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "balladonia" ; + skos:prefLabel "Balladonia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ballajura" ; + skos:prefLabel "Ballajura" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ballaying" ; + skos:prefLabel "Ballaying" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ballidu" ; + skos:prefLabel "Ballidu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bally-bally" ; + skos:prefLabel "Bally Bally" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bambun" ; + skos:prefLabel "Bambun" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bandy-creek" ; + skos:prefLabel "Bandy Creek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bandya" ; + skos:prefLabel "Bandya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "banjup" ; + skos:prefLabel "Banjup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "banksia-grove" ; + skos:prefLabel "Banksia Grove" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "banksiadale" ; + skos:prefLabel "Banksiadale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bannister" ; + skos:prefLabel "Bannister" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "barbalin" ; + skos:prefLabel "Barbalin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "barberton" ; + skos:prefLabel "Barberton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "barrabup" ; + skos:prefLabel "Barrabup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "barragup" ; + skos:prefLabel "Barragup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "barrow-island" ; + skos:prefLabel "Barrow Island" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "baskerville" ; + skos:prefLabel "Baskerville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bassendean" ; + skos:prefLabel "Bassendean" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bateman" ; + skos:prefLabel "Bateman" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "baudin" ; + skos:prefLabel "Baudin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "baynton" ; + skos:prefLabel "Baynton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bayonet-head" ; + skos:prefLabel "Bayonet Head" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bayswater" ; + skos:prefLabel "Bayswater" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beachlands" ; + skos:prefLabel "Beachlands" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beacon" ; + skos:prefLabel "Beacon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beaconsfield" ; + skos:prefLabel "Beaconsfield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beadell" ; + skos:prefLabel "Beadell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beaufort-river" ; + skos:prefLabel "Beaufort River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beaumont" ; + skos:prefLabel "Beaumont" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beckenham" ; + skos:prefLabel "Beckenham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bedford" ; + skos:prefLabel "Bedford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bedfordale" ; + skos:prefLabel "Bedfordale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beechboro" ; + skos:prefLabel "Beechboro" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beechina" ; + skos:prefLabel "Beechina" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beedelup" ; + skos:prefLabel "Beedelup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beela" ; + skos:prefLabel "Beela" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beelerup" ; + skos:prefLabel "Beelerup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beeliar" ; + skos:prefLabel "Beeliar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beenong" ; + skos:prefLabel "Beenong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beermullah" ; + skos:prefLabel "Beermullah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bejoording" ; + skos:prefLabel "Bejoording" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beldon" ; + skos:prefLabel "Beldon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "belhus" ; + skos:prefLabel "Belhus" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bellevue" ; + skos:prefLabel "Bellevue" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "belmont" ; + skos:prefLabel "Belmont" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bencubbin" ; + skos:prefLabel "Bencubbin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "benger" ; + skos:prefLabel "Benger" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "benjaberring" ; + skos:prefLabel "Benjaberring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "benjinup" ; + skos:prefLabel "Benjinup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bennett-springs" ; + skos:prefLabel "Bennett Springs" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bentley" ; + skos:prefLabel "Bentley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beresford" ; + skos:prefLabel "Beresford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "berkshire-valley" ; + skos:prefLabel "Berkshire Valley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bernier-island" ; + skos:prefLabel "Bernier Island" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bertram" ; + skos:prefLabel "Bertram" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "beverley" ; + skos:prefLabel "Beverley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bibra-lake" ; + skos:prefLabel "Bibra Lake" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bickley" ; + skos:prefLabel "Bickley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bicton" ; + skos:prefLabel "Bicton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "biddelia" ; + skos:prefLabel "Biddelia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "big-grove" ; + skos:prefLabel "Big Grove" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bilbarin" ; + skos:prefLabel "Bilbarin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bilingurr" ; + skos:prefLabel "Bilingurr" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bimbijy" ; + skos:prefLabel "Bimbijy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bindi-bindi" ; + skos:prefLabel "Bindi Bindi" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bindoon" ; + skos:prefLabel "Bindoon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bindoon-training-area" ; + skos:prefLabel "Bindoon Training Area" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "binduli" ; + skos:prefLabel "Binduli" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "binningup" ; + skos:prefLabel "Binningup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "binnu" ; + skos:prefLabel "Binnu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "birchmont" ; + skos:prefLabel "Birchmont" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bluff-point" ; + skos:prefLabel "Bluff Point" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "blythewood" ; + skos:prefLabel "Blythewood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boallia" ; + skos:prefLabel "Boallia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bobalong" ; + skos:prefLabel "Bobalong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bodallin" ; + skos:prefLabel "Bodallin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boddington" ; + skos:prefLabel "Boddington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boilup" ; + skos:prefLabel "Boilup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bokal" ; + skos:prefLabel "Bokal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bolgart" ; + skos:prefLabel "Bolgart" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bonnie-rock" ; + skos:prefLabel "Bonnie Rock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bonniefield" ; + skos:prefLabel "Bonniefield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boodarie" ; + skos:prefLabel "Boodarie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boodarockin" ; + skos:prefLabel "Boodarockin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bookara" ; + skos:prefLabel "Bookara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boonanarring" ; + skos:prefLabel "Boonanarring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boorabbin" ; + skos:prefLabel "Boorabbin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "booragoon" ; + skos:prefLabel "Booragoon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "booralaming" ; + skos:prefLabel "Booralaming" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boorara" ; + skos:prefLabel "Boorara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boorara-brook" ; + skos:prefLabel "Boorara Brook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bootenal" ; + skos:prefLabel "Bootenal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boothendarra" ; + skos:prefLabel "Boothendarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boranup" ; + skos:prefLabel "Boranup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "borden" ; + skos:prefLabel "Borden" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "borderdale" ; + skos:prefLabel "Borderdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bornholm" ; + skos:prefLabel "Bornholm" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boscabel" ; + skos:prefLabel "Boscabel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boulder" ; + skos:prefLabel "Boulder" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boundain" ; + skos:prefLabel "Boundain" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bouvard" ; + skos:prefLabel "Bouvard" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bovell" ; + skos:prefLabel "Bovell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bow-bridge" ; + skos:prefLabel "Bow Bridge" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bowelling" ; + skos:prefLabel "Bowelling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bowes" ; + skos:prefLabel "Bowes" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bowgada" ; + skos:prefLabel "Bowgada" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boxwood-hill" ; + skos:prefLabel "Boxwood Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boya" ; + skos:prefLabel "Boya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boyanup" ; + skos:prefLabel "Boyanup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boyatup" ; + skos:prefLabel "Boyatup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boyerine" ; + skos:prefLabel "Boyerine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "boyup-brook" ; + skos:prefLabel "Boyup Brook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "brabham" ; + skos:prefLabel "Brabham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bramley" ; + skos:prefLabel "Bramley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "brazier" ; + skos:prefLabel "Brazier" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "breera" ; + skos:prefLabel "Breera" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bremer-bay" ; + skos:prefLabel "Bremer Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "brentwood" ; + skos:prefLabel "Brentwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "breton-bay" ; + skos:prefLabel "Breton Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bridgetown" ; + skos:prefLabel "Bridgetown" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "brigadoon" ; + skos:prefLabel "Brigadoon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bringo" ; + skos:prefLabel "Bringo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "broadwater" ; + skos:prefLabel "Broadwater" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "broadwood" ; + skos:prefLabel "Broadwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "brockman" ; + skos:prefLabel "Brockman" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "broke" ; + skos:prefLabel "Broke" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "brookdale" ; + skos:prefLabel "Brookdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "brookhampton" ; + skos:prefLabel "Brookhampton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "brookton" ; + skos:prefLabel "Brookton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "broome" ; + skos:prefLabel "Broome" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "broomehill-east" ; + skos:prefLabel "Broomehill East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "broomehill-village" ; + skos:prefLabel "Broomehill Village" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "broomehill-west" ; + skos:prefLabel "Broomehill West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "brown-hill" ; + skos:prefLabel "Brown Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "brown-range" ; + skos:prefLabel "Brown Range" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bruce-rock" ; + skos:prefLabel "Bruce Rock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "brunswick" ; + skos:prefLabel "Brunswick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "buckingham" ; + skos:prefLabel "Buckingham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "buckland" ; + skos:prefLabel "Buckland" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bulgarra" ; + skos:prefLabel "Bulgarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bull-creek" ; + skos:prefLabel "Bull Creek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bullabulling" ; + skos:prefLabel "Bullabulling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bullaring" ; + skos:prefLabel "Bullaring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "buller" ; + skos:prefLabel "Buller" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bullfinch" ; + skos:prefLabel "Bullfinch" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bullock-hills" ; + skos:prefLabel "Bullock Hills" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bullsbrook" ; + skos:prefLabel "Bullsbrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bulong" ; + skos:prefLabel "Bulong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bulyee" ; + skos:prefLabel "Bulyee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bunbury" ; + skos:prefLabel "Bunbury" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bundanoon" ; + skos:prefLabel "Bundanoon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "buniche" ; + skos:prefLabel "Buniche" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bunjil" ; + skos:prefLabel "Bunjil" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "buntine" ; + skos:prefLabel "Buntine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "burakin" ; + skos:prefLabel "Burakin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "buraminya" ; + skos:prefLabel "Buraminya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "burekup" ; + skos:prefLabel "Burekup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "burges" ; + skos:prefLabel "Burges" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "burlong" ; + skos:prefLabel "Burlong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "burma-road" ; + skos:prefLabel "Burma Road" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "burns-beach" ; + skos:prefLabel "Burns Beach" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "burnside" ; + skos:prefLabel "Burnside" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "burracoppin" ; + skos:prefLabel "Burracoppin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "burran-rock" ; + skos:prefLabel "Burran Rock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "burrup" ; + skos:prefLabel "Burrup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "burswood" ; + skos:prefLabel "Burswood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "bushmead" ; + skos:prefLabel "Bushmead" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "busselton" ; + skos:prefLabel "Busselton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "butler" ; + skos:prefLabel "Butler" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "byford" ; + skos:prefLabel "Byford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cable-beach" ; + skos:prefLabel "Cable Beach" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cadoux" ; + skos:prefLabel "Cadoux" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "caiguna" ; + skos:prefLabel "Caiguna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "calingiri" ; + skos:prefLabel "Calingiri" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "calista" ; + skos:prefLabel "Calista" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "caljie" ; + skos:prefLabel "Caljie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "callcup" ; + skos:prefLabel "Callcup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "camballin" ; + skos:prefLabel "Camballin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cambridge-gulf" ; + skos:prefLabel "Cambridge Gulf" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "camillo" ; + skos:prefLabel "Camillo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cancanning" ; + skos:prefLabel "Cancanning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cane" ; + skos:prefLabel "Cane" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "canna" ; + skos:prefLabel "Canna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "canning-mills" ; + skos:prefLabel "Canning Mills" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "canning-vale" ; + skos:prefLabel "Canning Vale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cannington" ; + skos:prefLabel "Cannington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cape-arid" ; + skos:prefLabel "Cape Arid" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cape-burney" ; + skos:prefLabel "Cape Burney" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cape-le-grand" ; + skos:prefLabel "Cape Le Grand" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cape-range-national-park" ; + skos:prefLabel "Cape Range National Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "capel" ; + skos:prefLabel "Capel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "capel-river" ; + skos:prefLabel "Capel River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "capricorn" ; + skos:prefLabel "Capricorn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "caraban" ; + skos:prefLabel "Caraban" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "carabooda" ; + skos:prefLabel "Carabooda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "carani" ; + skos:prefLabel "Carani" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "carbla" ; + skos:prefLabel "Carbla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "carbunup-river" ; + skos:prefLabel "Carbunup River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cardiff" ; + skos:prefLabel "Cardiff" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cardup" ; + skos:prefLabel "Cardup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "carey-park" ; + skos:prefLabel "Carey Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "carine" ; + skos:prefLabel "Carine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "carlisle" ; + skos:prefLabel "Carlisle" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "carlotta" ; + skos:prefLabel "Carlotta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "carmel" ; + skos:prefLabel "Carmel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "carnamah" ; + skos:prefLabel "Carnamah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "carnarvon" ; + skos:prefLabel "Carnarvon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "carrabin" ; + skos:prefLabel "Carrabin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "carramar" ; + skos:prefLabel "Carramar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "carrarang" ; + skos:prefLabel "Carrarang" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "carrolup" ; + skos:prefLabel "Carrolup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cartmeticup" ; + skos:prefLabel "Cartmeticup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cascade" ; + skos:prefLabel "Cascade" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "castletown" ; + skos:prefLabel "Castletown" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "casuarina" ; + skos:prefLabel "Casuarina" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cataby" ; + skos:prefLabel "Cataby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "catterick" ; + skos:prefLabel "Catterick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "caversham" ; + skos:prefLabel "Caversham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "centennial-park" ; + skos:prefLabel "Centennial Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cervantes" ; + skos:prefLabel "Cervantes" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "chadwick" ; + skos:prefLabel "Chadwick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "champion-lakes" ; + skos:prefLabel "Champion Lakes" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "chandler" ; + skos:prefLabel "Chandler" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "changerup" ; + skos:prefLabel "Changerup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "channybearup" ; + skos:prefLabel "Channybearup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "chapman-hill" ; + skos:prefLabel "Chapman Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "charley-creek" ; + skos:prefLabel "Charley Creek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cherry-tree-pool" ; + skos:prefLabel "Cherry Tree Pool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cheynes" ; + skos:prefLabel "Cheynes" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "chichester" ; + skos:prefLabel "Chichester" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "chidlow" ; + skos:prefLabel "Chidlow" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "chittering" ; + skos:prefLabel "Chittering" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "chowerup" ; + skos:prefLabel "Chowerup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "christmas-island" ; + skos:prefLabel "Christmas Island" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "churchlands" ; + skos:prefLabel "Churchlands" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "city-beach" ; + skos:prefLabel "City Beach" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "clackline" ; + skos:prefLabel "Clackline" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "claremont" ; + skos:prefLabel "Claremont" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "clarkson" ; + skos:prefLabel "Clarkson" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cleary" ; + skos:prefLabel "Cleary" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cleaverville" ; + skos:prefLabel "Cleaverville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "clifton" ; + skos:prefLabel "Clifton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cloverdale" ; + skos:prefLabel "Cloverdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "coblinine" ; + skos:prefLabel "Coblinine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "coburn" ; + skos:prefLabel "Coburn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cockburn-central" ; + skos:prefLabel "Cockburn Central" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cocklebiddy" ; + skos:prefLabel "Cocklebiddy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "codjatotine" ; + skos:prefLabel "Codjatotine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cold-harbour" ; + skos:prefLabel "Cold Harbour" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "collanilling" ; + skos:prefLabel "Collanilling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "college-grove" ; + skos:prefLabel "College Grove" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "collie" ; + skos:prefLabel "Collie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "collie-burn" ; + skos:prefLabel "Collie Burn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "collingwood-heights" ; + skos:prefLabel "Collingwood Heights" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "collingwood-park" ; + skos:prefLabel "Collingwood Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "collins" ; + skos:prefLabel "Collins" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "commodine" ; + skos:prefLabel "Commodine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "como" ; + skos:prefLabel "Como" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "condingup" ; + skos:prefLabel "Condingup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "connolly" ; + skos:prefLabel "Connolly" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "contine" ; + skos:prefLabel "Contine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "coodanup" ; + skos:prefLabel "Coodanup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "coogee" ; + skos:prefLabel "Coogee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cookernup" ; + skos:prefLabel "Cookernup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cooladar-hill" ; + skos:prefLabel "Cooladar Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "coolbellup" ; + skos:prefLabel "Coolbellup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "coolbinia" ; + skos:prefLabel "Coolbinia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "coolcalalaya" ; + skos:prefLabel "Coolcalalaya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "coolgardie" ; + skos:prefLabel "Coolgardie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cooljarloo" ; + skos:prefLabel "Cooljarloo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cooloongup" ; + skos:prefLabel "Cooloongup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "coolup" ; + skos:prefLabel "Coolup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "coomalbidgup" ; + skos:prefLabel "Coomalbidgup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "coomberdale" ; + skos:prefLabel "Coomberdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "coonabidgee" ; + skos:prefLabel "Coonabidgee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "coondle" ; + skos:prefLabel "Coondle" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "coorow" ; + skos:prefLabel "Coorow" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cooya-pooya" ; + skos:prefLabel "Cooya Pooya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "copley" ; + skos:prefLabel "Copley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "coral-bay" ; + skos:prefLabel "Coral Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "corinthia" ; + skos:prefLabel "Corinthia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "corrigin" ; + skos:prefLabel "Corrigin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cosmo-newbery" ; + skos:prefLabel "Cosmo Newbery" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cossack" ; + skos:prefLabel "Cossack" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cottesloe" ; + skos:prefLabel "Cottesloe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "courtenay" ; + skos:prefLabel "Courtenay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cowalellup" ; + skos:prefLabel "Cowalellup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cowalla" ; + skos:prefLabel "Cowalla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cowaramup" ; + skos:prefLabel "Cowaramup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cowcowing" ; + skos:prefLabel "Cowcowing" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "coyrecup" ; + skos:prefLabel "Coyrecup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "craigie" ; + skos:prefLabel "Craigie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cramphorne" ; + skos:prefLabel "Cramphorne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cranbrook" ; + skos:prefLabel "Cranbrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "crawley" ; + skos:prefLabel "Crawley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "crooked-brook" ; + skos:prefLabel "Crooked Brook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "crossman" ; + skos:prefLabel "Crossman" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "crowea" ; + skos:prefLabel "Crowea" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cuballing" ; + skos:prefLabel "Cuballing" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cubbine" ; + skos:prefLabel "Cubbine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cue" ; + skos:prefLabel "Cue" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "culham" ; + skos:prefLabel "Culham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cullacabardee" ; + skos:prefLabel "Cullacabardee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cullalla" ; + skos:prefLabel "Cullalla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cundeelee" ; + skos:prefLabel "Cundeelee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cunderdin" ; + skos:prefLabel "Cunderdin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cundinup" ; + skos:prefLabel "Cundinup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cunjardine" ; + skos:prefLabel "Cunjardine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "currambine" ; + skos:prefLabel "Currambine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "cuthbert" ; + skos:prefLabel "Cuthbert" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "daadenning-creek" ; + skos:prefLabel "Daadenning Creek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "daggar-hills" ; + skos:prefLabel "Daggar Hills" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "daglish" ; + skos:prefLabel "Daglish" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dale" ; + skos:prefLabel "Dale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "daliak" ; + skos:prefLabel "Daliak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dalkeith" ; + skos:prefLabel "Dalkeith" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dalwallinu" ; + skos:prefLabel "Dalwallinu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dalyellup" ; + skos:prefLabel "Dalyellup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dalyup" ; + skos:prefLabel "Dalyup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dampier" ; + skos:prefLabel "Dampier" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dampier-archipelago" ; + skos:prefLabel "Dampier Archipelago" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dampier-peninsula" ; + skos:prefLabel "Dampier Peninsula" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dandanning" ; + skos:prefLabel "Dandanning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dandaragan" ; + skos:prefLabel "Dandaragan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dangin" ; + skos:prefLabel "Dangin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "darch" ; + skos:prefLabel "Darch" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dardadine" ; + skos:prefLabel "Dardadine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dardanup" ; + skos:prefLabel "Dardanup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dardanup-west" ; + skos:prefLabel "Dardanup West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "darkan" ; + skos:prefLabel "Darkan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "darling-downs" ; + skos:prefLabel "Darling Downs" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "darlington" ; + skos:prefLabel "Darlington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "darradup" ; + skos:prefLabel "Darradup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dartmoor" ; + skos:prefLabel "Dartmoor" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dartnall" ; + skos:prefLabel "Dartnall" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "datatine" ; + skos:prefLabel "Datatine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "davenport" ; + skos:prefLabel "Davenport" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dawesville" ; + skos:prefLabel "Dawesville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dayton" ; + skos:prefLabel "Dayton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "de-grey" ; + skos:prefLabel "De Grey" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "deanmill" ; + skos:prefLabel "Deanmill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "deepdale" ; + skos:prefLabel "Deepdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "deepdene" ; + skos:prefLabel "Deepdene" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "denbarker" ; + skos:prefLabel "Denbarker" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "denham" ; + skos:prefLabel "Denham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "denmark" ; + skos:prefLabel "Denmark" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "derby" ; + skos:prefLabel "Derby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "devils-creek" ; + skos:prefLabel "Devils Creek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dewars-pool" ; + skos:prefLabel "Dewars Pool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "diamond-tree" ; + skos:prefLabel "Diamond Tree" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dianella" ; + skos:prefLabel "Dianella" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dindiloa" ; + skos:prefLabel "Dindiloa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dingup" ; + skos:prefLabel "Dingup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dinninup" ; + skos:prefLabel "Dinninup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dirk-hartog-island" ; + skos:prefLabel "Dirk Hartog Island" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dixvale" ; + skos:prefLabel "Dixvale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "djugun" ; + skos:prefLabel "Djugun" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dongara" ; + skos:prefLabel "Dongara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dongolocking" ; + skos:prefLabel "Dongolocking" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "donnelly-river" ; + skos:prefLabel "Donnelly River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "donnybrook" ; + skos:prefLabel "Donnybrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "doobarda" ; + skos:prefLabel "Doobarda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "doodenanning" ; + skos:prefLabel "Doodenanning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "doodlakine" ; + skos:prefLabel "Doodlakine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dorre-island" ; + skos:prefLabel "Dorre Island" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "doubleview" ; + skos:prefLabel "Doubleview" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dowerin" ; + skos:prefLabel "Dowerin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "drome" ; + skos:prefLabel "Drome" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "drummond-cove" ; + skos:prefLabel "Drummond Cove" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dryandra" ; + skos:prefLabel "Dryandra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "drysdale-river" ; + skos:prefLabel "Drysdale River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dudawa" ; + skos:prefLabel "Dudawa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dudinin" ; + skos:prefLabel "Dudinin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dudley-park" ; + skos:prefLabel "Dudley Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dukin" ; + skos:prefLabel "Dukin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dulbelling" ; + skos:prefLabel "Dulbelling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dulyalbin" ; + skos:prefLabel "Dulyalbin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dumbarton" ; + skos:prefLabel "Dumbarton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dumberning" ; + skos:prefLabel "Dumberning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dumbleyung" ; + skos:prefLabel "Dumbleyung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "duncraig" ; + skos:prefLabel "Duncraig" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dundas" ; + skos:prefLabel "Dundas" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dunn-rock" ; + skos:prefLabel "Dunn Rock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dunsborough" ; + skos:prefLabel "Dunsborough" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "durack" ; + skos:prefLabel "Durack" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "duranillin" ; + skos:prefLabel "Duranillin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "durawah" ; + skos:prefLabel "Durawah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dwarda" ; + skos:prefLabel "Dwarda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "dwellingup" ; + skos:prefLabel "Dwellingup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "eagle-bay" ; + skos:prefLabel "Eagle Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-augusta" ; + skos:prefLabel "East Augusta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-ballidu" ; + skos:prefLabel "East Ballidu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-beverley" ; + skos:prefLabel "East Beverley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-bowes" ; + skos:prefLabel "East Bowes" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-bunbury" ; + skos:prefLabel "East Bunbury" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-cannington" ; + skos:prefLabel "East Cannington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-carnarvon" ; + skos:prefLabel "East Carnarvon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-chapman" ; + skos:prefLabel "East Chapman" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-damboring" ; + skos:prefLabel "East Damboring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-fremantle" ; + skos:prefLabel "East Fremantle" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-lyons-river" ; + skos:prefLabel "East Lyons River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-munglinup" ; + skos:prefLabel "East Munglinup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-murchison" ; + skos:prefLabel "East Murchison" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-nabawa" ; + skos:prefLabel "East Nabawa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-nannup" ; + skos:prefLabel "East Nannup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-newdegate" ; + skos:prefLabel "East Newdegate" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-perth" ; + skos:prefLabel "East Perth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-pingelly" ; + skos:prefLabel "East Pingelly" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-popanyinning" ; + skos:prefLabel "East Popanyinning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-rockingham" ; + skos:prefLabel "East Rockingham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-victoria-park" ; + skos:prefLabel "East Victoria Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-wickepin" ; + skos:prefLabel "East Wickepin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "east-yuna" ; + skos:prefLabel "East Yuna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "eastbrook" ; + skos:prefLabel "Eastbrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "eaton" ; + skos:prefLabel "Eaton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "eden-hill" ; + skos:prefLabel "Eden Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "edgewater" ; + skos:prefLabel "Edgewater" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "eganu" ; + skos:prefLabel "Eganu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "eglinton" ; + skos:prefLabel "Eglinton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "eighty-mile-beach" ; + skos:prefLabel "Eighty Mile Beach" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "elabbin" ; + skos:prefLabel "Elabbin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "elachbutting" ; + skos:prefLabel "Elachbutting" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "elgin" ; + skos:prefLabel "Elgin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "elleker" ; + skos:prefLabel "Elleker" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ellenbrook" ; + skos:prefLabel "Ellenbrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ellendale" ; + skos:prefLabel "Ellendale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "embleton" ; + skos:prefLabel "Embleton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "emu-flat" ; + skos:prefLabel "Emu Flat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "emu-point" ; + skos:prefLabel "Emu Point" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "eneabba" ; + skos:prefLabel "Eneabba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ennuin" ; + skos:prefLabel "Ennuin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "eradu" ; + skos:prefLabel "Eradu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "eradu-south" ; + skos:prefLabel "Eradu South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "erskine" ; + skos:prefLabel "Erskine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "esperance" ; + skos:prefLabel "Esperance" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "etmilyn" ; + skos:prefLabel "Etmilyn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "eucla" ; + skos:prefLabel "Eucla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "eurardy" ; + skos:prefLabel "Eurardy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ewlyamartup" ; + skos:prefLabel "Ewlyamartup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "exmouth" ; + skos:prefLabel "Exmouth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "exmouth-gulf" ; + skos:prefLabel "Exmouth Gulf" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "fairbridge" ; + skos:prefLabel "Fairbridge" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "falcon" ; + skos:prefLabel "Falcon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ferguson" ; + skos:prefLabel "Ferguson" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ferndale" ; + skos:prefLabel "Ferndale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "feysville" ; + skos:prefLabel "Feysville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "fimiston" ; + skos:prefLabel "Fimiston" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "finucane" ; + skos:prefLabel "Finucane" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "fitzgerald" ; + skos:prefLabel "Fitzgerald" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "fitzgerald-river-national-park" ; + skos:prefLabel "Fitzgerald River National Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "fitzroy-crossing" ; + skos:prefLabel "Fitzroy Crossing" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "flint" ; + skos:prefLabel "Flint" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "floreat" ; + skos:prefLabel "Floreat" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "flynn" ; + skos:prefLabel "Flynn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "forest-grove" ; + skos:prefLabel "Forest Grove" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "forest-hill" ; + skos:prefLabel "Forest Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "forrest" ; + skos:prefLabel "Forrest" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "forrest-beach" ; + skos:prefLabel "Forrest Beach" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "forrestania" ; + skos:prefLabel "Forrestania" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "forrestdale" ; + skos:prefLabel "Forrestdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "forrestfield" ; + skos:prefLabel "Forrestfield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "fortescue" ; + skos:prefLabel "Fortescue" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "francois-peron-national-park" ; + skos:prefLabel "Francois Peron National Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "frankland-river" ; + skos:prefLabel "Frankland River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "fraser-range" ; + skos:prefLabel "Fraser Range" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "fremantle" ; + skos:prefLabel "Fremantle" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "frenchman-bay" ; + skos:prefLabel "Frenchman Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "furnissdale" ; + skos:prefLabel "Furnissdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gabalong" ; + skos:prefLabel "Gabalong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gabbadah" ; + skos:prefLabel "Gabbadah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gabbin" ; + skos:prefLabel "Gabbin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gairdner" ; + skos:prefLabel "Gairdner" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gap-ridge" ; + skos:prefLabel "Gap Ridge" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "garden-island" ; + skos:prefLabel "Garden Island" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gascoyne-junction" ; + skos:prefLabel "Gascoyne Junction" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gascoyne-river" ; + skos:prefLabel "Gascoyne River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "geegully-creek" ; + skos:prefLabel "Geegully Creek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gelorup" ; + skos:prefLabel "Gelorup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "geographe" ; + skos:prefLabel "Geographe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "georgina" ; + skos:prefLabel "Georgina" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "geraldton" ; + skos:prefLabel "Geraldton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ghooli" ; + skos:prefLabel "Ghooli" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gibb" ; + skos:prefLabel "Gibb" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gibson" ; + skos:prefLabel "Gibson" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gibson-desert-north" ; + skos:prefLabel "Gibson Desert North" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gibson-desert-south" ; + skos:prefLabel "Gibson Desert South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gidgegannup" ; + skos:prefLabel "Gidgegannup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gilgering" ; + skos:prefLabel "Gilgering" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gillimanning" ; + skos:prefLabel "Gillimanning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gillingarra" ; + skos:prefLabel "Gillingarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gilroyd" ; + skos:prefLabel "Gilroyd" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gingerah" ; + skos:prefLabel "Gingerah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gingin" ; + skos:prefLabel "Gingin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ginginup" ; + skos:prefLabel "Ginginup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "girrawheen" ; + skos:prefLabel "Girrawheen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gledhow" ; + skos:prefLabel "Gledhow" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "glen-forrest" ; + skos:prefLabel "Glen Forrest" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "glen-iris" ; + skos:prefLabel "Glen Iris" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "glen-mervyn" ; + skos:prefLabel "Glen Mervyn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "glencoe" ; + skos:prefLabel "Glencoe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "glendalough" ; + skos:prefLabel "Glendalough" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "glenfield" ; + skos:prefLabel "Glenfield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "glenlynn" ; + skos:prefLabel "Glenlynn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "glenoran" ; + skos:prefLabel "Glenoran" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "glentromie" ; + skos:prefLabel "Glentromie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gnangara" ; + skos:prefLabel "Gnangara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gnarabup" ; + skos:prefLabel "Gnarabup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gnoorea" ; + skos:prefLabel "Gnoorea" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gnowangerup" ; + skos:prefLabel "Gnowangerup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gnowellen" ; + skos:prefLabel "Gnowellen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "golden-bay" ; + skos:prefLabel "Golden Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "goode-beach" ; + skos:prefLabel "Goode Beach" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "goodlands" ; + skos:prefLabel "Goodlands" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "goomalling" ; + skos:prefLabel "Goomalling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "goomarin" ; + skos:prefLabel "Goomarin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gooseberry-hill" ; + skos:prefLabel "Gooseberry Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gorge-rock" ; + skos:prefLabel "Gorge Rock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gorrie" ; + skos:prefLabel "Gorrie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gosnells" ; + skos:prefLabel "Gosnells" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gracetown" ; + skos:prefLabel "Gracetown" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "granville" ; + skos:prefLabel "Granville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "grass-patch" ; + skos:prefLabel "Grass Patch" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "grass-valley" ; + skos:prefLabel "Grass Valley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "green-head" ; + skos:prefLabel "Green Head" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "green-range" ; + skos:prefLabel "Green Range" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "green-valley" ; + skos:prefLabel "Green Valley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "greenbushes" ; + skos:prefLabel "Greenbushes" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "greenfields" ; + skos:prefLabel "Greenfields" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "greenhills" ; + skos:prefLabel "Greenhills" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "greenmount" ; + skos:prefLabel "Greenmount" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "greenough" ; + skos:prefLabel "Greenough" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "greenwood" ; + skos:prefLabel "Greenwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "greenwoods-valley" ; + skos:prefLabel "Greenwoods Valley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gregory" ; + skos:prefLabel "Gregory" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "grey" ; + skos:prefLabel "Grey" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "greys-plain" ; + skos:prefLabel "Greys Plain" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "grimwade" ; + skos:prefLabel "Grimwade" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "guilderton" ; + skos:prefLabel "Guilderton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "guildford" ; + skos:prefLabel "Guildford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gundaring" ; + skos:prefLabel "Gundaring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gunyidi" ; + skos:prefLabel "Gunyidi" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gutha" ; + skos:prefLabel "Gutha" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gwambygine" ; + skos:prefLabel "Gwambygine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gwelup" ; + skos:prefLabel "Gwelup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "gwindinup" ; + skos:prefLabel "Gwindinup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hacketts-gully" ; + skos:prefLabel "Hacketts Gully" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "halls-creek" ; + skos:prefLabel "Halls Creek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "halls-head" ; + skos:prefLabel "Halls Head" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hamel" ; + skos:prefLabel "Hamel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hamelin-bay" ; + skos:prefLabel "Hamelin Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hamelin-pool" ; + skos:prefLabel "Hamelin Pool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hamersley" ; + skos:prefLabel "Hamersley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hamersley-range" ; + skos:prefLabel "Hamersley Range" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hamilton-hill" ; + skos:prefLabel "Hamilton Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hammond-park" ; + skos:prefLabel "Hammond Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hannans" ; + skos:prefLabel "Hannans" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "harris-river" ; + skos:prefLabel "Harris River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "harrisdale" ; + skos:prefLabel "Harrisdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "harrismith" ; + skos:prefLabel "Harrismith" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "harvey" ; + skos:prefLabel "Harvey" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hastings" ; + skos:prefLabel "Hastings" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hatter-hill" ; + skos:prefLabel "Hatter Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hay" ; + skos:prefLabel "Hay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "haynes" ; + skos:prefLabel "Haynes" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hazelmere" ; + skos:prefLabel "Hazelmere" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hazelvale" ; + skos:prefLabel "Hazelvale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "heathridge" ; + skos:prefLabel "Heathridge" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "helena-valley" ; + skos:prefLabel "Helena Valley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "henderson" ; + skos:prefLabel "Henderson" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "henley-brook" ; + skos:prefLabel "Henley Brook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "henty" ; + skos:prefLabel "Henty" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "herdsman" ; + skos:prefLabel "Herdsman" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "herne-hill" ; + skos:prefLabel "Herne Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "herron" ; + skos:prefLabel "Herron" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hester" ; + skos:prefLabel "Hester" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hester-brook" ; + skos:prefLabel "Hester Brook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hickety" ; + skos:prefLabel "Hickety" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "higginsville" ; + skos:prefLabel "Higginsville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "high-wycombe" ; + skos:prefLabel "High Wycombe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "highbury" ; + skos:prefLabel "Highbury" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "highgate" ; + skos:prefLabel "Highgate" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hilbert" ; + skos:prefLabel "Hilbert" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hill-river" ; + skos:prefLabel "Hill River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hillarys" ; + skos:prefLabel "Hillarys" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hillman" ; + skos:prefLabel "Hillman" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hillside" ; + skos:prefLabel "Hillside" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hilton" ; + skos:prefLabel "Hilton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hindmarsh" ; + skos:prefLabel "Hindmarsh" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hines-hill" ; + skos:prefLabel "Hines Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hithergreen" ; + skos:prefLabel "Hithergreen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hocking" ; + skos:prefLabel "Hocking" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hoddys-well" ; + skos:prefLabel "Hoddys Well" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hoffman" ; + skos:prefLabel "Hoffman" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "holleton" ; + skos:prefLabel "Holleton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "holmwood" ; + skos:prefLabel "Holmwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "holt-rock" ; + skos:prefLabel "Holt Rock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "holyoake" ; + skos:prefLabel "Holyoake" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "home-island-cocos-(keeling)-is" ; + skos:prefLabel "Home Island Cocos (Keeling) Is" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hope-valley" ; + skos:prefLabel "Hope Valley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hopeland" ; + skos:prefLabel "Hopeland" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hopetoun" ; + skos:prefLabel "Hopetoun" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "horrocks" ; + skos:prefLabel "Horrocks" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "houtman-abrolhos" ; + skos:prefLabel "Houtman Abrolhos" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hovea" ; + skos:prefLabel "Hovea" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "howatharra" ; + skos:prefLabel "Howatharra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "howick" ; + skos:prefLabel "Howick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hulongine" ; + skos:prefLabel "Hulongine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "huntingdale" ; + skos:prefLabel "Huntingdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "hyden" ; + skos:prefLabel "Hyden" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ikewa" ; + skos:prefLabel "Ikewa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "iluka" ; + skos:prefLabel "Iluka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "indee" ; + skos:prefLabel "Indee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "inggarda" ; + skos:prefLabel "Inggarda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "inglehope" ; + skos:prefLabel "Inglehope" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "inglewood" ; + skos:prefLabel "Inglewood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "inkpen" ; + skos:prefLabel "Inkpen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "innaloo" ; + skos:prefLabel "Innaloo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "innawanga" ; + skos:prefLabel "Innawanga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "irishtown" ; + skos:prefLabel "Irishtown" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "irrunytju" ; + skos:prefLabel "Irrunytju" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "irwin" ; + skos:prefLabel "Irwin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "israelite-bay" ; + skos:prefLabel "Israelite Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "isseka" ; + skos:prefLabel "Isseka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jackitup" ; + skos:prefLabel "Jackitup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jacup" ; + skos:prefLabel "Jacup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jalbarragup" ; + skos:prefLabel "Jalbarragup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jaloran" ; + skos:prefLabel "Jaloran" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jandabup" ; + skos:prefLabel "Jandabup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jandakot" ; + skos:prefLabel "Jandakot" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jane-brook" ; + skos:prefLabel "Jane Brook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jardee" ; + skos:prefLabel "Jardee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jarlmadangah-burru" ; + skos:prefLabel "Jarlmadangah Burru" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jarrahdale" ; + skos:prefLabel "Jarrahdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jarrahwood" ; + skos:prefLabel "Jarrahwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jelcobine" ; + skos:prefLabel "Jelcobine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jennacubbine" ; + skos:prefLabel "Jennacubbine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jennapullin" ; + skos:prefLabel "Jennapullin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jerdacuttup" ; + skos:prefLabel "Jerdacuttup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jerramungup" ; + skos:prefLabel "Jerramungup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jibberding" ; + skos:prefLabel "Jibberding" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jigalong" ; + skos:prefLabel "Jigalong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jilakin" ; + skos:prefLabel "Jilakin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jindalee" ; + skos:prefLabel "Jindalee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jindong" ; + skos:prefLabel "Jindong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jingalup" ; + skos:prefLabel "Jingalup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jitarning" ; + skos:prefLabel "Jitarning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jolimont" ; + skos:prefLabel "Jolimont" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "joondalup" ; + skos:prefLabel "Joondalup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "joondanna" ; + skos:prefLabel "Joondanna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "julimar" ; + skos:prefLabel "Julimar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "juna-downs" ; + skos:prefLabel "Juna Downs" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "jurien-bay" ; + skos:prefLabel "Jurien Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kadathinni" ; + skos:prefLabel "Kadathinni" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kalamunda" ; + skos:prefLabel "Kalamunda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kalannie" ; + skos:prefLabel "Kalannie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kalbarri" ; + skos:prefLabel "Kalbarri" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kalbarri-national-park" ; + skos:prefLabel "Kalbarri National Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kalgan" ; + skos:prefLabel "Kalgan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kalgoorlie" ; + skos:prefLabel "Kalgoorlie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kalgup" ; + skos:prefLabel "Kalgup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kallaroo" ; + skos:prefLabel "Kallaroo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kaloorup" ; + skos:prefLabel "Kaloorup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kalumburu" ; + skos:prefLabel "Kalumburu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kambalda-east" ; + skos:prefLabel "Kambalda East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kambalda-west" ; + skos:prefLabel "Kambalda West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kangaroo-gully" ; + skos:prefLabel "Kangaroo Gully" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kanowna" ; + skos:prefLabel "Kanowna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kanpa" ; + skos:prefLabel "Kanpa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karakin" ; + skos:prefLabel "Karakin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karalundi" ; + skos:prefLabel "Karalundi" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karawara" ; + skos:prefLabel "Karawara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kardinya" ; + skos:prefLabel "Kardinya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karijini" ; + skos:prefLabel "Karijini" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karlgarin" ; + skos:prefLabel "Karlgarin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karlkurla" ; + skos:prefLabel "Karlkurla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karloning" ; + skos:prefLabel "Karloning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karloo" ; + skos:prefLabel "Karloo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karnup" ; + skos:prefLabel "Karnup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karragullen" ; + skos:prefLabel "Karragullen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karrakatta" ; + skos:prefLabel "Karrakatta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karrakup" ; + skos:prefLabel "Karrakup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karramindie" ; + skos:prefLabel "Karramindie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karranadgin" ; + skos:prefLabel "Karranadgin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karratha" ; + skos:prefLabel "Karratha" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karratha-industrial-estate" ; + skos:prefLabel "Karratha Industrial Estate" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karridale" ; + skos:prefLabel "Karridale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karrinyup" ; + skos:prefLabel "Karrinyup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "karroun-hill" ; + skos:prefLabel "Karroun Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "katanning" ; + skos:prefLabel "Katanning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "katrine" ; + skos:prefLabel "Katrine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kauring" ; + skos:prefLabel "Kauring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kealy" ; + skos:prefLabel "Kealy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kebaringup" ; + skos:prefLabel "Kebaringup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kellerberrin" ; + skos:prefLabel "Kellerberrin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kelmscott" ; + skos:prefLabel "Kelmscott" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kendenup" ; + skos:prefLabel "Kendenup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kenmare" ; + skos:prefLabel "Kenmare" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kennedy-range" ; + skos:prefLabel "Kennedy Range" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kensington" ; + skos:prefLabel "Kensington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kentdale" ; + skos:prefLabel "Kentdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kenwick" ; + skos:prefLabel "Kenwick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "keralup" ; + skos:prefLabel "Keralup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kewdale" ; + skos:prefLabel "Kewdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "keysbrook" ; + skos:prefLabel "Keysbrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kiara" ; + skos:prefLabel "Kiara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kimbolton" ; + skos:prefLabel "Kimbolton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "king-leopold-ranges" ; + skos:prefLabel "King Leopold Ranges" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "king-river" ; + skos:prefLabel "King River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kings-park" ; + skos:prefLabel "Kings Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kingsford" ; + skos:prefLabel "Kingsford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kingsley" ; + skos:prefLabel "Kingsley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kingston" ; + skos:prefLabel "Kingston" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kinross" ; + skos:prefLabel "Kinross" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kirk-rock" ; + skos:prefLabel "Kirk Rock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kirup" ; + skos:prefLabel "Kirup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kojaneerup-south" ; + skos:prefLabel "Kojaneerup South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kojarena" ; + skos:prefLabel "Kojarena" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kojonup" ; + skos:prefLabel "Kojonup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kokeby" ; + skos:prefLabel "Kokeby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kondinin" ; + skos:prefLabel "Kondinin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kondut" ; + skos:prefLabel "Kondut" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "konnongorring" ; + skos:prefLabel "Konnongorring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "koojan" ; + skos:prefLabel "Koojan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kookynie" ; + skos:prefLabel "Kookynie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "koolanooka" ; + skos:prefLabel "Koolanooka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "koolyanobbing" ; + skos:prefLabel "Koolyanobbing" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "koomberkine" ; + skos:prefLabel "Koomberkine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "koondoola" ; + skos:prefLabel "Koondoola" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "koongamia" ; + skos:prefLabel "Koongamia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "koorda" ; + skos:prefLabel "Koorda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "korbel" ; + skos:prefLabel "Korbel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kordabup" ; + skos:prefLabel "Kordabup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "korrelocking" ; + skos:prefLabel "Korrelocking" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kronkup" ; + skos:prefLabel "Kronkup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kudardup" ; + skos:prefLabel "Kudardup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kuender" ; + skos:prefLabel "Kuender" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kukerin" ; + skos:prefLabel "Kukerin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kulikup" ; + skos:prefLabel "Kulikup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kulin" ; + skos:prefLabel "Kulin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kulin-west" ; + skos:prefLabel "Kulin West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kulja" ; + skos:prefLabel "Kulja" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kumarina" ; + skos:prefLabel "Kumarina" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kundat-djaru" ; + skos:prefLabel "Kundat Djaru" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kunjin" ; + skos:prefLabel "Kunjin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kununoppin" ; + skos:prefLabel "Kununoppin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kununurra" ; + skos:prefLabel "Kununurra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kupartiya" ; + skos:prefLabel "Kupartiya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kurnalpi" ; + skos:prefLabel "Kurnalpi" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kurrenkutten" ; + skos:prefLabel "Kurrenkutten" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kweda" ; + skos:prefLabel "Kweda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kwelkan" ; + skos:prefLabel "Kwelkan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kwinana-beach" ; + skos:prefLabel "Kwinana Beach" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kwinana-town-centre" ; + skos:prefLabel "Kwinana Town Centre" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "kwolyin" ; + skos:prefLabel "Kwolyin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lagrange" ; + skos:prefLabel "Lagrange" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-argyle" ; + skos:prefLabel "Lake Argyle" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-austin" ; + skos:prefLabel "Lake Austin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-biddy" ; + skos:prefLabel "Lake Biddy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-brown" ; + skos:prefLabel "Lake Brown" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-camm" ; + skos:prefLabel "Lake Camm" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-carnegie" ; + skos:prefLabel "Lake Carnegie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-clifton" ; + skos:prefLabel "Lake Clifton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-coogee" ; + skos:prefLabel "Lake Coogee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-darlot" ; + skos:prefLabel "Lake Darlot" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-deborah" ; + skos:prefLabel "Lake Deborah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-grace" ; + skos:prefLabel "Lake Grace" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-hinds" ; + skos:prefLabel "Lake Hinds" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-jasper" ; + skos:prefLabel "Lake Jasper" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-king" ; + skos:prefLabel "Lake King" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-margarette" ; + skos:prefLabel "Lake Margarette" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-muir" ; + skos:prefLabel "Lake Muir" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-ninan" ; + skos:prefLabel "Lake Ninan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-toolbrunup" ; + skos:prefLabel "Lake Toolbrunup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lake-wells" ; + skos:prefLabel "Lake Wells" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lakelands" ; + skos:prefLabel "Lakelands" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lakewood" ; + skos:prefLabel "Lakewood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lamington" ; + skos:prefLabel "Lamington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lancelin" ; + skos:prefLabel "Lancelin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "landsdale" ; + skos:prefLabel "Landsdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lange" ; + skos:prefLabel "Lange" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "langford" ; + skos:prefLabel "Langford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "latham" ; + skos:prefLabel "Latham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lathlain" ; + skos:prefLabel "Lathlain" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "laverton" ; + skos:prefLabel "Laverton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "learmonth" ; + skos:prefLabel "Learmonth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "leda" ; + skos:prefLabel "Leda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ledge-point" ; + skos:prefLabel "Ledge Point" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "leederville" ; + skos:prefLabel "Leederville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "leeman" ; + skos:prefLabel "Leeman" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "leeming" ; + skos:prefLabel "Leeming" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "leeuwin" ; + skos:prefLabel "Leeuwin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "leinster" ; + skos:prefLabel "Leinster" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lennard-brook" ; + skos:prefLabel "Lennard Brook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "leonora" ; + skos:prefLabel "Leonora" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "leschenault" ; + skos:prefLabel "Leschenault" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lesley" ; + skos:prefLabel "Lesley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lesmurdie" ; + skos:prefLabel "Lesmurdie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lexia" ; + skos:prefLabel "Lexia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lime-lake" ; + skos:prefLabel "Lime Lake" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "linfarne" ; + skos:prefLabel "Linfarne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "little-grove" ; + skos:prefLabel "Little Grove" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "little-italy" ; + skos:prefLabel "Little Italy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "little-sandy-desert" ; + skos:prefLabel "Little Sandy Desert" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lockier" ; + skos:prefLabel "Lockier" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lockridge" ; + skos:prefLabel "Lockridge" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lockyer" ; + skos:prefLabel "Lockyer" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lol-gray" ; + skos:prefLabel "Lol Gray" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "londonderry" ; + skos:prefLabel "Londonderry" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lort-river" ; + skos:prefLabel "Lort River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lowden" ; + skos:prefLabel "Lowden" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lower-chittering" ; + skos:prefLabel "Lower Chittering" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lower-hotham" ; + skos:prefLabel "Lower Hotham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lower-king" ; + skos:prefLabel "Lower King" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lowlands" ; + skos:prefLabel "Lowlands" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ludlow" ; + skos:prefLabel "Ludlow" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lumeah" ; + skos:prefLabel "Lumeah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lyalls-mill" ; + skos:prefLabel "Lyalls Mill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lyndon" ; + skos:prefLabel "Lyndon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "lynwood" ; + skos:prefLabel "Lynwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "macleod" ; + skos:prefLabel "Macleod" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "maddington" ; + skos:prefLabel "Maddington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "madeley" ; + skos:prefLabel "Madeley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "madora-bay" ; + skos:prefLabel "Madora Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "madura" ; + skos:prefLabel "Madura" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "magenta" ; + skos:prefLabel "Magenta" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "magitup" ; + skos:prefLabel "Magitup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mahogany-creek" ; + skos:prefLabel "Mahogany Creek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mahomets-flats" ; + skos:prefLabel "Mahomets Flats" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "maida-vale" ; + skos:prefLabel "Maida Vale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "maitland" ; + skos:prefLabel "Maitland" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "malabaine" ; + skos:prefLabel "Malabaine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "malaga" ; + skos:prefLabel "Malaga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "malebelling" ; + skos:prefLabel "Malebelling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mallee-hill" ; + skos:prefLabel "Mallee Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "malmalling" ; + skos:prefLabel "Malmalling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "malyalling" ; + skos:prefLabel "Malyalling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mandogalup" ; + skos:prefLabel "Mandogalup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mandurah" ; + skos:prefLabel "Mandurah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "manjimup" ; + skos:prefLabel "Manjimup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "manmanning" ; + skos:prefLabel "Manmanning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "manning" ; + skos:prefLabel "Manning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mantamaru" ; + skos:prefLabel "Mantamaru" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "manypeaks" ; + skos:prefLabel "Manypeaks" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "marangaroo" ; + skos:prefLabel "Marangaroo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "maranup" ; + skos:prefLabel "Maranup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "marbelup" ; + skos:prefLabel "Marbelup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "marble-bar" ; + skos:prefLabel "Marble Bar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "marchagee" ; + skos:prefLabel "Marchagee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mardella" ; + skos:prefLabel "Mardella" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mardie" ; + skos:prefLabel "Mardie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "margaret-river" ; + skos:prefLabel "Margaret River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mariginiup" ; + skos:prefLabel "Mariginiup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "marmion" ; + skos:prefLabel "Marmion" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "marne" ; + skos:prefLabel "Marne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "marracoonda" ; + skos:prefLabel "Marracoonda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "marradong" ; + skos:prefLabel "Marradong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "marrah" ; + skos:prefLabel "Marrah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "marrinup" ; + skos:prefLabel "Marrinup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "martin" ; + skos:prefLabel "Martin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "marvel-loch" ; + skos:prefLabel "Marvel Loch" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "marybrook" ; + skos:prefLabel "Marybrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "massey-bay" ; + skos:prefLabel "Massey Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "maya" ; + skos:prefLabel "Maya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mayanup" ; + skos:prefLabel "Mayanup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "maylands" ; + skos:prefLabel "Maylands" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mcalinden" ; + skos:prefLabel "Mcalinden" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mcbeath" ; + skos:prefLabel "Mcbeath" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mckail" ; + skos:prefLabel "Mckail" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "meadow" ; + skos:prefLabel "Meadow" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "meadow-springs" ; + skos:prefLabel "Meadow Springs" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "meckering" ; + skos:prefLabel "Meckering" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "meda" ; + skos:prefLabel "Meda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "medina" ; + skos:prefLabel "Medina" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "meekatharra" ; + skos:prefLabel "Meekatharra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "meeking" ; + skos:prefLabel "Meeking" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "meelon" ; + skos:prefLabel "Meelon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "meenaar" ; + skos:prefLabel "Meenaar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "meerup" ; + skos:prefLabel "Meerup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "melaleuca" ; + skos:prefLabel "Melaleuca" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "melville" ; + skos:prefLabel "Melville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "menora" ; + skos:prefLabel "Menora" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "menzies" ; + skos:prefLabel "Menzies" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "merilup" ; + skos:prefLabel "Merilup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "merivale" ; + skos:prefLabel "Merivale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "merkanooka" ; + skos:prefLabel "Merkanooka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "merredin" ; + skos:prefLabel "Merredin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "merriwa" ; + skos:prefLabel "Merriwa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "meru" ; + skos:prefLabel "Meru" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "metricup" ; + skos:prefLabel "Metricup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mettler" ; + skos:prefLabel "Mettler" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "miamoon" ; + skos:prefLabel "Miamoon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "middle-swan" ; + skos:prefLabel "Middle Swan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "middlesex" ; + skos:prefLabel "Middlesex" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "middleton-beach" ; + skos:prefLabel "Middleton Beach" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "midland" ; + skos:prefLabel "Midland" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "midvale" ; + skos:prefLabel "Midvale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "miling" ; + skos:prefLabel "Miling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "millars-well" ; + skos:prefLabel "Millars Well" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "millbridge" ; + skos:prefLabel "Millbridge" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "millbrook" ; + skos:prefLabel "Millbrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "millendon" ; + skos:prefLabel "Millendon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mills-lake" ; + skos:prefLabel "Mills Lake" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "millstream" ; + skos:prefLabel "Millstream" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "milo" ; + skos:prefLabel "Milo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "milpara" ; + skos:prefLabel "Milpara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mimegarra" ; + skos:prefLabel "Mimegarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mindarabin" ; + skos:prefLabel "Mindarabin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mindarie" ; + skos:prefLabel "Mindarie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mindarra" ; + skos:prefLabel "Mindarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "minding" ; + skos:prefLabel "Minding" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mingenew" ; + skos:prefLabel "Mingenew" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "minigin" ; + skos:prefLabel "Minigin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "minilya" ; + skos:prefLabel "Minilya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "minnenooka" ; + skos:prefLabel "Minnenooka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "minnivale" ; + skos:prefLabel "Minnivale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "minyirr" ; + skos:prefLabel "Minyirr" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mira-mar" ; + skos:prefLabel "Mira Mar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mirrabooka" ; + skos:prefLabel "Mirrabooka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mitchell-plateau" ; + skos:prefLabel "Mitchell Plateau" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mobrup" ; + skos:prefLabel "Mobrup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mocardy" ; + skos:prefLabel "Mocardy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mogumber" ; + skos:prefLabel "Mogumber" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mokine" ; + skos:prefLabel "Mokine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mokup" ; + skos:prefLabel "Mokup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mollerin" ; + skos:prefLabel "Mollerin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "molloy-island" ; + skos:prefLabel "Molloy Island" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "monjebup" ; + skos:prefLabel "Monjebup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "monjingup" ; + skos:prefLabel "Monjingup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "monkey-mia" ; + skos:prefLabel "Monkey Mia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "moodiarrup" ; + skos:prefLabel "Moodiarrup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "moojebing" ; + skos:prefLabel "Moojebing" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mooliabeenee" ; + skos:prefLabel "Mooliabeenee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "moondah" ; + skos:prefLabel "Moondah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "moondyne" ; + skos:prefLabel "Moondyne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "moonies-hill" ; + skos:prefLabel "Moonies Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "moonyoonooka" ; + skos:prefLabel "Moonyoonooka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "moora" ; + skos:prefLabel "Moora" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "moore-river-national-park" ; + skos:prefLabel "Moore River National Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mooriary" ; + skos:prefLabel "Mooriary" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "moorine-rock" ; + skos:prefLabel "Moorine Rock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "morangup" ; + skos:prefLabel "Morangup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "morawa" ; + skos:prefLabel "Morawa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "morbinning" ; + skos:prefLabel "Morbinning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mordalup" ; + skos:prefLabel "Mordalup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "moresby" ; + skos:prefLabel "Moresby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "morgantown" ; + skos:prefLabel "Morgantown" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "morley" ; + skos:prefLabel "Morley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mornington" ; + skos:prefLabel "Mornington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mosman-park" ; + skos:prefLabel "Mosman Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "moulyinning" ; + skos:prefLabel "Moulyinning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-adams" ; + skos:prefLabel "Mount Adams" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-anketell" ; + skos:prefLabel "Mount Anketell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-barker" ; + skos:prefLabel "Mount Barker" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-budd" ; + skos:prefLabel "Mount Budd" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-burges" ; + skos:prefLabel "Mount Burges" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-caroline" ; + skos:prefLabel "Mount Caroline" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-claremont" ; + skos:prefLabel "Mount Claremont" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-clarence" ; + skos:prefLabel "Mount Clarence" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-cooke" ; + skos:prefLabel "Mount Cooke" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-elphinstone" ; + skos:prefLabel "Mount Elphinstone" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-erin" ; + skos:prefLabel "Mount Erin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-hampton" ; + skos:prefLabel "Mount Hampton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-hardey" ; + skos:prefLabel "Mount Hardey" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-hardman" ; + skos:prefLabel "Mount Hardman" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-hawthorn" ; + skos:prefLabel "Mount Hawthorn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-helena" ; + skos:prefLabel "Mount Helena" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-hill" ; + skos:prefLabel "Mount Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-holland" ; + skos:prefLabel "Mount Holland" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-horner" ; + skos:prefLabel "Mount Horner" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-jackson" ; + skos:prefLabel "Mount Jackson" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-lawley" ; + skos:prefLabel "Mount Lawley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-lindesay" ; + skos:prefLabel "Mount Lindesay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-madden" ; + skos:prefLabel "Mount Madden" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-magnet" ; + skos:prefLabel "Mount Magnet" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-melville" ; + skos:prefLabel "Mount Melville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-nasura" ; + skos:prefLabel "Mount Nasura" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-ney" ; + skos:prefLabel "Mount Ney" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-observation" ; + skos:prefLabel "Mount Observation" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-palmer" ; + skos:prefLabel "Mount Palmer" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-pleasant" ; + skos:prefLabel "Mount Pleasant" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-richon" ; + skos:prefLabel "Mount Richon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-romance" ; + skos:prefLabel "Mount Romance" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-sheila" ; + skos:prefLabel "Mount Sheila" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-sheridan" ; + skos:prefLabel "Mount Sheridan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-stirling" ; + skos:prefLabel "Mount Stirling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-tarcoola" ; + skos:prefLabel "Mount Tarcoola" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-walker" ; + skos:prefLabel "Mount Walker" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mount-wells" ; + skos:prefLabel "Mount Wells" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mouroubra" ; + skos:prefLabel "Mouroubra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "muchea" ; + skos:prefLabel "Muchea" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "muckenburra" ; + skos:prefLabel "Muckenburra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mueller-ranges" ; + skos:prefLabel "Mueller Ranges" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "muja" ; + skos:prefLabel "Muja" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mukinbudin" ; + skos:prefLabel "Mukinbudin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mulataga" ; + skos:prefLabel "Mulataga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mulga-downs" ; + skos:prefLabel "Mulga Downs" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mullaloo" ; + skos:prefLabel "Mullaloo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mullalyup" ; + skos:prefLabel "Mullalyup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mullewa" ; + skos:prefLabel "Mullewa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mullingar" ; + skos:prefLabel "Mullingar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "muluckine" ; + skos:prefLabel "Muluckine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mumballup" ; + skos:prefLabel "Mumballup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mumberkine" ; + skos:prefLabel "Mumberkine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mundabullangana" ; + skos:prefLabel "Mundabullangana" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mundaring" ; + skos:prefLabel "Mundaring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mundijong" ; + skos:prefLabel "Mundijong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mundrabilla" ; + skos:prefLabel "Mundrabilla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "mungalup" ; + skos:prefLabel "Mungalup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "munglinup" ; + skos:prefLabel "Munglinup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "munster" ; + skos:prefLabel "Munster" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "muntadgin" ; + skos:prefLabel "Muntadgin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "muradup" ; + skos:prefLabel "Muradup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "murchison" ; + skos:prefLabel "Murchison" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "murdoch" ; + skos:prefLabel "Murdoch" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "murdong" ; + skos:prefLabel "Murdong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "muresk" ; + skos:prefLabel "Muresk" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "myalup" ; + skos:prefLabel "Myalup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "myara" ; + skos:prefLabel "Myara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "myaree" ; + skos:prefLabel "Myaree" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "myrup" ; + skos:prefLabel "Myrup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nabawa" ; + skos:prefLabel "Nabawa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nairibin" ; + skos:prefLabel "Nairibin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nalkain" ; + skos:prefLabel "Nalkain" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nalyerlup" ; + skos:prefLabel "Nalyerlup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "namban" ; + skos:prefLabel "Namban" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nambeelup" ; + skos:prefLabel "Nambeelup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nambung" ; + skos:prefLabel "Nambung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nanarup" ; + skos:prefLabel "Nanarup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nanga" ; + skos:prefLabel "Nanga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nanga-brook" ; + skos:prefLabel "Nanga Brook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nangeenan" ; + skos:prefLabel "Nangeenan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nangetty" ; + skos:prefLabel "Nangetty" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nannup" ; + skos:prefLabel "Nannup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nanson" ; + skos:prefLabel "Nanson" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nanutarra" ; + skos:prefLabel "Nanutarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "napier" ; + skos:prefLabel "Napier" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "naraling" ; + skos:prefLabel "Naraling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "narembeen" ; + skos:prefLabel "Narembeen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "narngulu" ; + skos:prefLabel "Narngulu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "narra-tarra" ; + skos:prefLabel "Narra Tarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "narraloggan" ; + skos:prefLabel "Narraloggan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "narrikup" ; + skos:prefLabel "Narrikup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "narrogin" ; + skos:prefLabel "Narrogin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "narrogin-valley" ; + skos:prefLabel "Narrogin Valley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "naturaliste" ; + skos:prefLabel "Naturaliste" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "naval-base" ; + skos:prefLabel "Naval Base" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "neale" ; + skos:prefLabel "Neale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nedlands" ; + skos:prefLabel "Nedlands" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "needilup" ; + skos:prefLabel "Needilup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "neendaling" ; + skos:prefLabel "Neendaling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "neerabup" ; + skos:prefLabel "Neerabup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "neergabby" ; + skos:prefLabel "Neergabby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nembudding" ; + skos:prefLabel "Nembudding" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "neridup" ; + skos:prefLabel "Neridup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nerramyne" ; + skos:prefLabel "Nerramyne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nerren-nerren" ; + skos:prefLabel "Nerren Nerren" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "new-norcia" ; + skos:prefLabel "New Norcia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "newcarlbeon" ; + skos:prefLabel "Newcarlbeon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "newdegate" ; + skos:prefLabel "Newdegate" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "newlands" ; + skos:prefLabel "Newlands" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "newman" ; + skos:prefLabel "Newman" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ngaanyatjarra-giles" ; + skos:prefLabel "Ngaanyatjarra-Giles" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nickol" ; + skos:prefLabel "Nickol" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nilgen" ; + skos:prefLabel "Nilgen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nillup" ; + skos:prefLabel "Nillup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ningaloo" ; + skos:prefLabel "Ningaloo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nippering" ; + skos:prefLabel "Nippering" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nirimba" ; + skos:prefLabel "Nirimba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "noggerup" ; + skos:prefLabel "Noggerup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nokaning" ; + skos:prefLabel "Nokaning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nolba" ; + skos:prefLabel "Nolba" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nollamara" ; + skos:prefLabel "Nollamara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nomans-lake" ; + skos:prefLabel "Nomans Lake" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "noranda" ; + skos:prefLabel "Noranda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nornalup" ; + skos:prefLabel "Nornalup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "norpa" ; + skos:prefLabel "Norpa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "norseman" ; + skos:prefLabel "Norseman" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-baandee" ; + skos:prefLabel "North Baandee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-bannister" ; + skos:prefLabel "North Bannister" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-beach" ; + skos:prefLabel "North Beach" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-bodallin" ; + skos:prefLabel "North Bodallin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-boyanup" ; + skos:prefLabel "North Boyanup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-burngup" ; + skos:prefLabel "North Burngup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-cascade" ; + skos:prefLabel "North Cascade" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-coogee" ; + skos:prefLabel "North Coogee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-dandalup" ; + skos:prefLabel "North Dandalup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-eradu" ; + skos:prefLabel "North Eradu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-fremantle" ; + skos:prefLabel "North Fremantle" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-greenbushes" ; + skos:prefLabel "North Greenbushes" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-jindong" ; + skos:prefLabel "North Jindong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-kellerberrin" ; + skos:prefLabel "North Kellerberrin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-kukerin" ; + skos:prefLabel "North Kukerin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-kununoppin" ; + skos:prefLabel "North Kununoppin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-lake" ; + skos:prefLabel "North Lake" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-lake-grace" ; + skos:prefLabel "North Lake Grace" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-moulyinning" ; + skos:prefLabel "North Moulyinning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-perth" ; + skos:prefLabel "North Perth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-plantations" ; + skos:prefLabel "North Plantations" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-stirlings" ; + skos:prefLabel "North Stirlings" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-tammin" ; + skos:prefLabel "North Tammin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-trayning" ; + skos:prefLabel "North Trayning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-walpole" ; + skos:prefLabel "North Walpole" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-west-cape" ; + skos:prefLabel "North West Cape" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-wialki" ; + skos:prefLabel "North Wialki" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-yelbeni" ; + skos:prefLabel "North Yelbeni" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "north-yunderup" ; + skos:prefLabel "North Yunderup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "northam" ; + skos:prefLabel "Northam" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "northampton" ; + skos:prefLabel "Northampton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "northbridge" ; + skos:prefLabel "Northbridge" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "northcliffe" ; + skos:prefLabel "Northcliffe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "northern-gully" ; + skos:prefLabel "Northern Gully" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nowergup" ; + skos:prefLabel "Nowergup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nugadong" ; + skos:prefLabel "Nugadong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nukarni" ; + skos:prefLabel "Nukarni" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nullagine" ; + skos:prefLabel "Nullagine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nullaki" ; + skos:prefLabel "Nullaki" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nulsen" ; + skos:prefLabel "Nulsen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nungarin" ; + skos:prefLabel "Nungarin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nunierra" ; + skos:prefLabel "Nunierra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nunile" ; + skos:prefLabel "Nunile" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "nyabing" ; + skos:prefLabel "Nyabing" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "o'connor" ; + skos:prefLabel "O'Connor" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "oakajee" ; + skos:prefLabel "Oakajee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "oakford" ; + skos:prefLabel "Oakford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "oakley" ; + skos:prefLabel "Oakley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ocean-beach" ; + skos:prefLabel "Ocean Beach" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ocean-reef" ; + skos:prefLabel "Ocean Reef" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ogilvie" ; + skos:prefLabel "Ogilvie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "old-plains" ; + skos:prefLabel "Old Plains" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "oldbury" ; + skos:prefLabel "Oldbury" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ongerup" ; + skos:prefLabel "Ongerup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "onslow" ; + skos:prefLabel "Onslow" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "oombulgurri" ; + skos:prefLabel "Oombulgurri" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ora-banda" ; + skos:prefLabel "Ora Banda" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "orana" ; + skos:prefLabel "Orana" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "orange-grove" ; + skos:prefLabel "Orange Grove" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "orange-springs" ; + skos:prefLabel "Orange Springs" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "orchid-valley" ; + skos:prefLabel "Orchid Valley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ord-river" ; + skos:prefLabel "Ord River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "orelia" ; + skos:prefLabel "Orelia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "osborne-park" ; + skos:prefLabel "Osborne Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "osmington" ; + skos:prefLabel "Osmington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "padbury" ; + skos:prefLabel "Padbury" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "palgarup" ; + skos:prefLabel "Palgarup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pallinup" ; + skos:prefLabel "Pallinup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "palmdale" ; + skos:prefLabel "Palmdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "palmer" ; + skos:prefLabel "Palmer" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "palmyra" ; + skos:prefLabel "Palmyra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pannawonica" ; + skos:prefLabel "Pannawonica" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pantapin" ; + skos:prefLabel "Pantapin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "papulankutja" ; + skos:prefLabel "Papulankutja" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "paraburdoo" ; + skos:prefLabel "Paraburdoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "paradise" ; + skos:prefLabel "Paradise" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pardoo" ; + skos:prefLabel "Pardoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "parker-range" ; + skos:prefLabel "Parker Range" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "parkerville" ; + skos:prefLabel "Parkerville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "parkeston" ; + skos:prefLabel "Parkeston" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "parkfield" ; + skos:prefLabel "Parkfield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "parklands" ; + skos:prefLabel "Parklands" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "parkwood" ; + skos:prefLabel "Parkwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "parmelia" ; + skos:prefLabel "Parmelia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "parryville" ; + skos:prefLabel "Parryville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "patjarr" ; + skos:prefLabel "Patjarr" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "paulls-valley" ; + skos:prefLabel "Paulls Valley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "paynedale" ; + skos:prefLabel "Paynedale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "paynes-find" ; + skos:prefLabel "Paynes Find" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "paynesville" ; + skos:prefLabel "Paynesville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "peaceful-bay" ; + skos:prefLabel "Peaceful Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "peak-hill" ; + skos:prefLabel "Peak Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pearsall" ; + skos:prefLabel "Pearsall" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "peedamulla" ; + skos:prefLabel "Peedamulla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "peerabeelup" ; + skos:prefLabel "Peerabeelup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pegs-creek" ; + skos:prefLabel "Pegs Creek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pelican-point" ; + skos:prefLabel "Pelican Point" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pemberton" ; + skos:prefLabel "Pemberton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "peppermint-grove" ; + skos:prefLabel "Peppermint Grove" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "peppermint-grove-beach" ; + skos:prefLabel "Peppermint Grove Beach" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "perenjori" ; + skos:prefLabel "Perenjori" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "perillup" ; + skos:prefLabel "Perillup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "peron" ; + skos:prefLabel "Peron" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "perth" ; + skos:prefLabel "Perth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "perth-airport" ; + skos:prefLabel "Perth Airport" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "perup" ; + skos:prefLabel "Perup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "petrudor" ; + skos:prefLabel "Petrudor" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "piara-waters" ; + skos:prefLabel "Piara Waters" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "piawaning" ; + skos:prefLabel "Piawaning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "piccadilly" ; + skos:prefLabel "Piccadilly" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pickering-brook" ; + skos:prefLabel "Pickering Brook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "picton" ; + skos:prefLabel "Picton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "picton-east" ; + skos:prefLabel "Picton East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "piesse-brook" ; + skos:prefLabel "Piesse Brook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "piesseville" ; + skos:prefLabel "Piesseville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pindar" ; + skos:prefLabel "Pindar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pingaring" ; + skos:prefLabel "Pingaring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pingelly" ; + skos:prefLabel "Pingelly" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pingrup" ; + skos:prefLabel "Pingrup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pinjar" ; + skos:prefLabel "Pinjar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pinjarra" ; + skos:prefLabel "Pinjarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pink-lake" ; + skos:prefLabel "Pink Lake" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pintharuka" ; + skos:prefLabel "Pintharuka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pinwernying" ; + skos:prefLabel "Pinwernying" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pippingarra" ; + skos:prefLabel "Pippingarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pithara" ; + skos:prefLabel "Pithara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "plumridge-lakes" ; + skos:prefLabel "Plumridge Lakes" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "point-grey" ; + skos:prefLabel "Point Grey" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "point-samson" ; + skos:prefLabel "Point Samson" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "popanyinning" ; + skos:prefLabel "Popanyinning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "porongurup" ; + skos:prefLabel "Porongurup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "port-albany" ; + skos:prefLabel "Port Albany" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "port-denison" ; + skos:prefLabel "Port Denison" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "port-hedland" ; + skos:prefLabel "Port Hedland" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "port-kennedy" ; + skos:prefLabel "Port Kennedy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "postans" ; + skos:prefLabel "Postans" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "preston-beach" ; + skos:prefLabel "Preston Beach" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "preston-settlement" ; + skos:prefLabel "Preston Settlement" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "prevelly" ; + skos:prefLabel "Prevelly" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "prince-regent-river" ; + skos:prefLabel "Prince Regent River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "pumphreys-bridge" ; + skos:prefLabel "Pumphreys Bridge" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "purnululu" ; + skos:prefLabel "Purnululu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "quairading" ; + skos:prefLabel "Quairading" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "qualeup" ; + skos:prefLabel "Qualeup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "quedjinup" ; + skos:prefLabel "Quedjinup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "queens-park" ; + skos:prefLabel "Queens Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "queenwood" ; + skos:prefLabel "Queenwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "quelagetting" ; + skos:prefLabel "Quelagetting" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "quellington" ; + skos:prefLabel "Quellington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "quindalup" ; + skos:prefLabel "Quindalup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "quindanning" ; + skos:prefLabel "Quindanning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "quinninup" ; + skos:prefLabel "Quinninup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "quinns-rocks" ; + skos:prefLabel "Quinns Rocks" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ranford" ; + skos:prefLabel "Ranford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "rangeway" ; + skos:prefLabel "Rangeway" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ravensthorpe" ; + skos:prefLabel "Ravensthorpe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ravenswood" ; + skos:prefLabel "Ravenswood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "rawlinna" ; + skos:prefLabel "Rawlinna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "red-gully" ; + skos:prefLabel "Red Gully" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "red-hill" ; + skos:prefLabel "Red Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "redbank" ; + skos:prefLabel "Redbank" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "redcliffe" ; + skos:prefLabel "Redcliffe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "redgate" ; + skos:prefLabel "Redgate" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "redmond" ; + skos:prefLabel "Redmond" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "redmond-west" ; + skos:prefLabel "Redmond West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "reedy" ; + skos:prefLabel "Reedy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "regans-ford" ; + skos:prefLabel "Regans Ford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "reinscourt" ; + skos:prefLabel "Reinscourt" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "remlap" ; + skos:prefLabel "Remlap" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "reservoir" ; + skos:prefLabel "Reservoir" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ridgewood" ; + skos:prefLabel "Ridgewood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ringbark" ; + skos:prefLabel "Ringbark" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "riverton" ; + skos:prefLabel "Riverton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "rivervale" ; + skos:prefLabel "Rivervale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "robinson" ; + skos:prefLabel "Robinson" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "rockingham" ; + skos:prefLabel "Rockingham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "rocklea" ; + skos:prefLabel "Rocklea" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "rockwell" ; + skos:prefLabel "Rockwell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "rocky-gully" ; + skos:prefLabel "Rocky Gully" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "roebourne" ; + skos:prefLabel "Roebourne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "roebuck" ; + skos:prefLabel "Roebuck" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "roelands" ; + skos:prefLabel "Roelands" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "roleystone" ; + skos:prefLabel "Roleystone" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "rosa-brook" ; + skos:prefLabel "Rosa Brook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "rosa-glen" ; + skos:prefLabel "Rosa Glen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "rossmore" ; + skos:prefLabel "Rossmore" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "rossmoyne" ; + skos:prefLabel "Rossmoyne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "rothsay" ; + skos:prefLabel "Rothsay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "rottnest-island" ; + skos:prefLabel "Rottnest Island" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ruabon" ; + skos:prefLabel "Ruabon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "rudds-gully" ; + skos:prefLabel "Rudds Gully" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ryansbrook" ; + skos:prefLabel "Ryansbrook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "sabina-river" ; + skos:prefLabel "Sabina River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "safety-bay" ; + skos:prefLabel "Safety Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "salmon-gums" ; + skos:prefLabel "Salmon Gums" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "salter-point" ; + skos:prefLabel "Salter Point" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "samson" ; + skos:prefLabel "Samson" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "san-remo" ; + skos:prefLabel "San Remo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "sandpatch" ; + skos:prefLabel "Sandpatch" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "sandsprings" ; + skos:prefLabel "Sandsprings" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "sandstone" ; + skos:prefLabel "Sandstone" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "sandy-gully" ; + skos:prefLabel "Sandy Gully" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "sawyers-valley" ; + skos:prefLabel "Sawyers Valley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "scaddan" ; + skos:prefLabel "Scaddan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "scarborough" ; + skos:prefLabel "Scarborough" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "schroeder" ; + skos:prefLabel "Schroeder" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "scotsdale" ; + skos:prefLabel "Scotsdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "scott-river" ; + skos:prefLabel "Scott River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "scott-river-east" ; + skos:prefLabel "Scott River East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "scotts-brook" ; + skos:prefLabel "Scotts Brook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "seabird" ; + skos:prefLabel "Seabird" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "secret-harbour" ; + skos:prefLabel "Secret Harbour" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "seppings" ; + skos:prefLabel "Seppings" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "serpentine" ; + skos:prefLabel "Serpentine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "seville-grove" ; + skos:prefLabel "Seville Grove" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shackleton" ; + skos:prefLabel "Shackleton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shadforth" ; + skos:prefLabel "Shadforth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shannon" ; + skos:prefLabel "Shannon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shark-bay" ; + skos:prefLabel "Shark Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shelley" ; + skos:prefLabel "Shelley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shenton-park" ; + skos:prefLabel "Shenton Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "sherlock" ; + skos:prefLabel "Sherlock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shoalwater" ; + skos:prefLabel "Shoalwater" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "shotts" ; + skos:prefLabel "Shotts" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "siesta-park" ; + skos:prefLabel "Siesta Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "silver-sands" ; + skos:prefLabel "Silver Sands" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "sinagra" ; + skos:prefLabel "Sinagra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "sinclair" ; + skos:prefLabel "Sinclair" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "singleton" ; + skos:prefLabel "Singleton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "sir-samuel" ; + skos:prefLabel "Sir Samuel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "skeleton-rock" ; + skos:prefLabel "Skeleton Rock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "smith-brook" ; + skos:prefLabel "Smith Brook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "solus" ; + skos:prefLabel "Solus" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "somerville" ; + skos:prefLabel "Somerville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "sorrento" ; + skos:prefLabel "Sorrento" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-bodallin" ; + skos:prefLabel "South Bodallin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-boulder" ; + skos:prefLabel "South Boulder" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-bunbury" ; + skos:prefLabel "South Bunbury" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-burracoppin" ; + skos:prefLabel "South Burracoppin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-carnarvon" ; + skos:prefLabel "South Carnarvon" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-datatine" ; + skos:prefLabel "South Datatine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-doodlakine" ; + skos:prefLabel "South Doodlakine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-fremantle" ; + skos:prefLabel "South Fremantle" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-glencoe" ; + skos:prefLabel "South Glencoe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-greenough" ; + skos:prefLabel "South Greenough" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-guildford" ; + skos:prefLabel "South Guildford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-hedland" ; + skos:prefLabel "South Hedland" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-kalgoorlie" ; + skos:prefLabel "South Kalgoorlie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-kukerin" ; + skos:prefLabel "South Kukerin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-kumminin" ; + skos:prefLabel "South Kumminin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-kununoppin" ; + skos:prefLabel "South Kununoppin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-lake" ; + skos:prefLabel "South Lake" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-lake-grace" ; + skos:prefLabel "South Lake Grace" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-murchison" ; + skos:prefLabel "South Murchison" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-newdegate" ; + skos:prefLabel "South Newdegate" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-perth" ; + skos:prefLabel "South Perth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-plantations" ; + skos:prefLabel "South Plantations" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-quairading" ; + skos:prefLabel "South Quairading" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-stirling" ; + skos:prefLabel "South Stirling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-tammin" ; + skos:prefLabel "South Tammin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-trayning" ; + skos:prefLabel "South Trayning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-yelbeni" ; + skos:prefLabel "South Yelbeni" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-yilgarn" ; + skos:prefLabel "South Yilgarn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-yuna" ; + skos:prefLabel "South Yuna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "south-yunderup" ; + skos:prefLabel "South Yunderup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "southampton" ; + skos:prefLabel "Southampton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "southern-brook" ; + skos:prefLabel "Southern Brook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "southern-cross" ; + skos:prefLabel "Southern Cross" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "southern-river" ; + skos:prefLabel "Southern River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "spalding" ; + skos:prefLabel "Spalding" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "spearwood" ; + skos:prefLabel "Spearwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "spencer-park" ; + skos:prefLabel "Spencer Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "spencers-brook" ; + skos:prefLabel "Spencers Brook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "springfield" ; + skos:prefLabel "Springfield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "springs" ; + skos:prefLabel "Springs" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "st-george-ranges" ; + skos:prefLabel "St George Ranges" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "st-james" ; + skos:prefLabel "St James" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "st-ronans" ; + skos:prefLabel "St Ronans" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "stake-hill" ; + skos:prefLabel "Stake Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "stirling" ; + skos:prefLabel "Stirling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "stirling-estate" ; + skos:prefLabel "Stirling Estate" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "stirling-range-national-park" ; + skos:prefLabel "Stirling Range National Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "stoneville" ; + skos:prefLabel "Stoneville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "stove-hill" ; + skos:prefLabel "Stove Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "strathalbyn" ; + skos:prefLabel "Strathalbyn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "stratham" ; + skos:prefLabel "Stratham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "stratherne" ; + skos:prefLabel "Stratherne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "stratton" ; + skos:prefLabel "Stratton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "strelley" ; + skos:prefLabel "Strelley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "sturt-creek" ; + skos:prefLabel "Sturt Creek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "subiaco" ; + skos:prefLabel "Subiaco" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "success" ; + skos:prefLabel "Success" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "sunnyside" ; + skos:prefLabel "Sunnyside" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "sunset-beach" ; + skos:prefLabel "Sunset Beach" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "swan-view" ; + skos:prefLabel "Swan View" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "swanbourne" ; + skos:prefLabel "Swanbourne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "takalarup" ; + skos:prefLabel "Takalarup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "talandji" ; + skos:prefLabel "Talandji" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "talbot" ; + skos:prefLabel "Talbot" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "talbot-west" ; + skos:prefLabel "Talbot West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "talgomine" ; + skos:prefLabel "Talgomine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "talisker" ; + skos:prefLabel "Talisker" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tamala" ; + skos:prefLabel "Tamala" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tamala-park" ; + skos:prefLabel "Tamala Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tambellup" ; + skos:prefLabel "Tambellup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tammin" ; + skos:prefLabel "Tammin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tampu" ; + skos:prefLabel "Tampu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tanami" ; + skos:prefLabel "Tanami" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tandegin" ; + skos:prefLabel "Tandegin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tapping" ; + skos:prefLabel "Tapping" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tarcoola-beach" ; + skos:prefLabel "Tarcoola Beach" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tardun" ; + skos:prefLabel "Tardun" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tarin-rock" ; + skos:prefLabel "Tarin Rock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "teesdale" ; + skos:prefLabel "Teesdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "telfer" ; + skos:prefLabel "Telfer" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tenindewa" ; + skos:prefLabel "Tenindewa" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tenterden" ; + skos:prefLabel "Tenterden" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "the-lakes" ; + skos:prefLabel "The Lakes" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "the-plains" ; + skos:prefLabel "The Plains" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "the-spectacles" ; + skos:prefLabel "The Spectacles" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "the-vines" ; + skos:prefLabel "The Vines" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "thomson-brook" ; + skos:prefLabel "Thomson Brook" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "thornlie" ; + skos:prefLabel "Thornlie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "three-springs" ; + skos:prefLabel "Three Springs" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "throssell" ; + skos:prefLabel "Throssell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tibradden" ; + skos:prefLabel "Tibradden" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tincurrin" ; + skos:prefLabel "Tincurrin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tingledale" ; + skos:prefLabel "Tingledale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tjirrkarli" ; + skos:prefLabel "Tjirrkarli" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tjukurla" ; + skos:prefLabel "Tjukurla" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tom-price" ; + skos:prefLabel "Tom Price" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tonebridge" ; + skos:prefLabel "Tonebridge" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "toodyay" ; + skos:prefLabel "Toodyay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "toolibin" ; + skos:prefLabel "Toolibin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "toolonga" ; + skos:prefLabel "Toolonga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "toompup" ; + skos:prefLabel "Toompup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "torbay" ; + skos:prefLabel "Torbay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "torndirrup" ; + skos:prefLabel "Torndirrup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "townsendale" ; + skos:prefLabel "Townsendale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "trafalgar" ; + skos:prefLabel "Trafalgar" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "trayning" ; + skos:prefLabel "Trayning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "treeby" ; + skos:prefLabel "Treeby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "treeton" ; + skos:prefLabel "Treeton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "trent" ; + skos:prefLabel "Trent" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "trigg" ; + skos:prefLabel "Trigg" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "trigwell" ; + skos:prefLabel "Trigwell" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tuart-hill" ; + skos:prefLabel "Tuart Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "turkey-hill" ; + skos:prefLabel "Turkey Hill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "tutunup" ; + skos:prefLabel "Tutunup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "two-rocks" ; + skos:prefLabel "Two Rocks" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ucarty" ; + skos:prefLabel "Ucarty" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ucarty-west" ; + skos:prefLabel "Ucarty West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "uduc" ; + skos:prefLabel "Uduc" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "ularring" ; + skos:prefLabel "Ularring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "upper-capel" ; + skos:prefLabel "Upper Capel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "upper-murray" ; + skos:prefLabel "Upper Murray" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "upper-swan" ; + skos:prefLabel "Upper Swan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "upper-warren" ; + skos:prefLabel "Upper Warren" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "useless-loop" ; + skos:prefLabel "Useless Loop" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "usher" ; + skos:prefLabel "Usher" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "utakarra" ; + skos:prefLabel "Utakarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "valentine" ; + skos:prefLabel "Valentine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "vancouver-peninsula" ; + skos:prefLabel "Vancouver Peninsula" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "varley" ; + skos:prefLabel "Varley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "vasse" ; + skos:prefLabel "Vasse" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "victoria-park" ; + skos:prefLabel "Victoria Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "victoria-rock" ; + skos:prefLabel "Victoria Rock" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "victory-heights" ; + skos:prefLabel "Victory Heights" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "vittoria" ; + skos:prefLabel "Vittoria" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "viveash" ; + skos:prefLabel "Viveash" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wadderin" ; + skos:prefLabel "Wadderin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "waddington" ; + skos:prefLabel "Waddington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "waddy-forest" ; + skos:prefLabel "Waddy Forest" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "waeel" ; + skos:prefLabel "Waeel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wagerup" ; + skos:prefLabel "Wagerup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "waggrakine" ; + skos:prefLabel "Waggrakine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wagin" ; + skos:prefLabel "Wagin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "waikiki" ; + skos:prefLabel "Waikiki" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "walebing" ; + skos:prefLabel "Walebing" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "walgoolan" ; + skos:prefLabel "Walgoolan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "walkaway" ; + skos:prefLabel "Walkaway" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wallareenya" ; + skos:prefLabel "Wallareenya" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wallaroo" ; + skos:prefLabel "Wallaroo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "walliston" ; + skos:prefLabel "Walliston" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "walmsley" ; + skos:prefLabel "Walmsley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "walpole" ; + skos:prefLabel "Walpole" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "walsall" ; + skos:prefLabel "Walsall" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "walyormouring" ; + skos:prefLabel "Walyormouring" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "walyunga-national-park" ; + skos:prefLabel "Walyunga National Park" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "walyurin" ; + skos:prefLabel "Walyurin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wamenusking" ; + skos:prefLabel "Wamenusking" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wanarn" ; + skos:prefLabel "Wanarn" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wandana" ; + skos:prefLabel "Wandana" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wandering" ; + skos:prefLabel "Wandering" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wandi" ; + skos:prefLabel "Wandi" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wandillup" ; + skos:prefLabel "Wandillup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wandina" ; + skos:prefLabel "Wandina" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wanerie" ; + skos:prefLabel "Wanerie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wangara" ; + skos:prefLabel "Wangara" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wannamal" ; + skos:prefLabel "Wannamal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wannanup" ; + skos:prefLabel "Wannanup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wanneroo" ; + skos:prefLabel "Wanneroo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wansbrough" ; + skos:prefLabel "Wansbrough" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "warakurna" ; + skos:prefLabel "Warakurna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "warawarrup" ; + skos:prefLabel "Warawarrup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "warburton" ; + skos:prefLabel "Warburton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wardering" ; + skos:prefLabel "Wardering" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "warding-east" ; + skos:prefLabel "Warding East" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "warmun" ; + skos:prefLabel "Warmun" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "warnbro" ; + skos:prefLabel "Warnbro" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "warner-glen" ; + skos:prefLabel "Warner Glen" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "waroona" ; + skos:prefLabel "Waroona" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "warrachuppin" ; + skos:prefLabel "Warrachuppin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "warradarge" ; + skos:prefLabel "Warradarge" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "warralakin" ; + skos:prefLabel "Warralakin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "warrenup" ; + skos:prefLabel "Warrenup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "warwick" ; + skos:prefLabel "Warwick" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "waterbank" ; + skos:prefLabel "Waterbank" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "watercarrin" ; + skos:prefLabel "Watercarrin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "waterford" ; + skos:prefLabel "Waterford" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "waterloo" ; + skos:prefLabel "Waterloo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "watermans-bay" ; + skos:prefLabel "Watermans Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "watheroo" ; + skos:prefLabel "Watheroo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wattening" ; + skos:prefLabel "Wattening" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wattle-grove" ; + skos:prefLabel "Wattle Grove" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wattleup" ; + skos:prefLabel "Wattleup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wattoning" ; + skos:prefLabel "Wattoning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "webberton" ; + skos:prefLabel "Webberton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wedge-island" ; + skos:prefLabel "Wedge Island" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wedgecarrup" ; + skos:prefLabel "Wedgecarrup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wedgefield" ; + skos:prefLabel "Wedgefield" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "welbungin" ; + skos:prefLabel "Welbungin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "weld-range" ; + skos:prefLabel "Weld Range" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wellard" ; + skos:prefLabel "Wellard" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wellesley" ; + skos:prefLabel "Wellesley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wellington-forest" ; + skos:prefLabel "Wellington Forest" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wellington-mill" ; + skos:prefLabel "Wellington Mill" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wellstead" ; + skos:prefLabel "Wellstead" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "welshpool" ; + skos:prefLabel "Welshpool" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wembley" ; + skos:prefLabel "Wembley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wembley-downs" ; + skos:prefLabel "Wembley Downs" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-ballidu" ; + skos:prefLabel "West Ballidu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-beach" ; + skos:prefLabel "West Beach" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-binnu" ; + skos:prefLabel "West Binnu" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-busselton" ; + skos:prefLabel "West Busselton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-cape-howe" ; + skos:prefLabel "West Cape Howe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-casuarinas" ; + skos:prefLabel "West Casuarinas" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-coolup" ; + skos:prefLabel "West Coolup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-end" ; + skos:prefLabel "West End" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-fitzgerald" ; + skos:prefLabel "West Fitzgerald" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-holleton" ; + skos:prefLabel "West Holleton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-island-cocos-(keeling)-is" ; + skos:prefLabel "West Island Cocos (Keeling) Is" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-kalgoorlie" ; + skos:prefLabel "West Kalgoorlie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-lamington" ; + skos:prefLabel "West Lamington" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-leederville" ; + skos:prefLabel "West Leederville" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-lyons-river" ; + skos:prefLabel "West Lyons River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-perth" ; + skos:prefLabel "West Perth" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-pingelly" ; + skos:prefLabel "West Pingelly" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-pinjarra" ; + skos:prefLabel "West Pinjarra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-popanyinning" ; + skos:prefLabel "West Popanyinning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-river" ; + skos:prefLabel "West River" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-swan" ; + skos:prefLabel "West Swan" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "west-toodyay" ; + skos:prefLabel "West Toodyay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "westdale" ; + skos:prefLabel "Westdale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "westminster" ; + skos:prefLabel "Westminster" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "westonia" ; + skos:prefLabel "Westonia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "westwood" ; + skos:prefLabel "Westwood" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "whim-creek" ; + skos:prefLabel "Whim Creek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "whitby" ; + skos:prefLabel "Whitby" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "white-gum-valley" ; + skos:prefLabel "White Gum Valley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "white-peak" ; + skos:prefLabel "White Peak" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "whiteman" ; + skos:prefLabel "Whiteman" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "whittaker" ; + skos:prefLabel "Whittaker" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wialki" ; + skos:prefLabel "Wialki" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wicherina" ; + skos:prefLabel "Wicherina" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wicherina-south" ; + skos:prefLabel "Wicherina South" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wickepin" ; + skos:prefLabel "Wickepin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wickham" ; + skos:prefLabel "Wickham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "widgiemooltha" ; + skos:prefLabel "Widgiemooltha" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wijilawarrim" ; + skos:prefLabel "Wijilawarrim" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wilberforce" ; + skos:prefLabel "Wilberforce" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wilbinga" ; + skos:prefLabel "Wilbinga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wilga" ; + skos:prefLabel "Wilga" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wilga-west" ; + skos:prefLabel "Wilga West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wilgarrup" ; + skos:prefLabel "Wilgarrup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wilgoyne" ; + skos:prefLabel "Wilgoyne" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "willagee" ; + skos:prefLabel "Willagee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "willare" ; + skos:prefLabel "Willare" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "willetton" ; + skos:prefLabel "Willetton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "william-bay" ; + skos:prefLabel "William Bay" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "williams" ; + skos:prefLabel "Williams" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "williamstown" ; + skos:prefLabel "Williamstown" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "willyung" ; + skos:prefLabel "Willyung" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wilson" ; + skos:prefLabel "Wilson" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wiluna" ; + skos:prefLabel "Wiluna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wilyabrup" ; + skos:prefLabel "Wilyabrup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "windabout" ; + skos:prefLabel "Windabout" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "windy-harbour" ; + skos:prefLabel "Windy Harbour" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "winnejup" ; + skos:prefLabel "Winnejup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "winthrop" ; + skos:prefLabel "Winthrop" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "witchcliffe" ; + skos:prefLabel "Witchcliffe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "withers" ; + skos:prefLabel "Withers" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wittenoom" ; + skos:prefLabel "Wittenoom" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wittenoom-hills" ; + skos:prefLabel "Wittenoom Hills" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wogolin" ; + skos:prefLabel "Wogolin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wokalup" ; + skos:prefLabel "Wokalup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "womarden" ; + skos:prefLabel "Womarden" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wongamine" ; + skos:prefLabel "Wongamine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wongan-hills" ; + skos:prefLabel "Wongan Hills" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wongoondy" ; + skos:prefLabel "Wongoondy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wonnerup" ; + skos:prefLabel "Wonnerup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wonthella" ; + skos:prefLabel "Wonthella" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "woodanilling" ; + skos:prefLabel "Woodanilling" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "woodbridge" ; + skos:prefLabel "Woodbridge" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "woodlands" ; + skos:prefLabel "Woodlands" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "woodleigh" ; + skos:prefLabel "Woodleigh" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "woodridge" ; + skos:prefLabel "Woodridge" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "woodvale" ; + skos:prefLabel "Woodvale" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "woogenellup" ; + skos:prefLabel "Woogenellup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "woolgorong" ; + skos:prefLabel "Woolgorong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "woolocutty" ; + skos:prefLabel "Woolocutty" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wooramel" ; + skos:prefLabel "Wooramel" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wooroloo" ; + skos:prefLabel "Wooroloo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "woorree" ; + skos:prefLabel "Woorree" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "woottating" ; + skos:prefLabel "Woottating" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "worsley" ; + skos:prefLabel "Worsley" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wubin" ; + skos:prefLabel "Wubin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wundowie" ; + skos:prefLabel "Wundowie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wungong" ; + skos:prefLabel "Wungong" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wuraming" ; + skos:prefLabel "Wuraming" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wyalkatchem" ; + skos:prefLabel "Wyalkatchem" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wyening" ; + skos:prefLabel "Wyening" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wyndham" ; + skos:prefLabel "Wyndham" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "wyola-west" ; + skos:prefLabel "Wyola West" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "xantippe" ; + skos:prefLabel "Xantippe" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yabberup" ; + skos:prefLabel "Yabberup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yakamia" ; + skos:prefLabel "Yakamia" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yalardy" ; + skos:prefLabel "Yalardy" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yalgoo" ; + skos:prefLabel "Yalgoo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yallabatharra" ; + skos:prefLabel "Yallabatharra" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yallingup" ; + skos:prefLabel "Yallingup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yallingup-siding" ; + skos:prefLabel "Yallingup Siding" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yalyalup" ; + skos:prefLabel "Yalyalup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yanchep" ; + skos:prefLabel "Yanchep" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yandanooka" ; + skos:prefLabel "Yandanooka" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yandoo-creek" ; + skos:prefLabel "Yandoo Creek" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yangebup" ; + skos:prefLabel "Yangebup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yanmah" ; + skos:prefLabel "Yanmah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yannarie" ; + skos:prefLabel "Yannarie" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yarawindah" ; + skos:prefLabel "Yarawindah" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yardarino" ; + skos:prefLabel "Yardarino" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yarloop" ; + skos:prefLabel "Yarloop" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yarragadee" ; + skos:prefLabel "Yarragadee" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yathroo" ; + skos:prefLabel "Yathroo" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yeagarup" ; + skos:prefLabel "Yeagarup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yeal" ; + skos:prefLabel "Yeal" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yealering" ; + skos:prefLabel "Yealering" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yebble" ; + skos:prefLabel "Yebble" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yelbeni" ; + skos:prefLabel "Yelbeni" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yellowdine" ; + skos:prefLabel "Yellowdine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yelverton" ; + skos:prefLabel "Yelverton" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yerecoin" ; + skos:prefLabel "Yerecoin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yetna" ; + skos:prefLabel "Yetna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yilkari" ; + skos:prefLabel "Yilkari" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yilliminning" ; + skos:prefLabel "Yilliminning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yoganup" ; + skos:prefLabel "Yoganup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yokine" ; + skos:prefLabel "Yokine" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yoongarillup" ; + skos:prefLabel "Yoongarillup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "york" ; + skos:prefLabel "York" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yornaning" ; + skos:prefLabel "Yornaning" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yornup" ; + skos:prefLabel "Yornup" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yoting" ; + skos:prefLabel "Yoting" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "youndegin" ; + skos:prefLabel "Youndegin" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "youngs-siding" ; + skos:prefLabel "Youngs Siding" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yourdamung-lake" ; + skos:prefLabel "Yourdamung Lake" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "yuna" ; + skos:prefLabel "Yuna" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "zanthus" ; + skos:prefLabel "Zanthus" . + + a skos:Concept, + termtype:AdminUnit ; + skos:inScheme ; + skos:notation "zuytdorp" ; + skos:prefLabel "Zuytdorp" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Localities" ; + skos:scopeNote "termtype:AdminUnit" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:48.979378"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:46.988829"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/wa-survey-documentation-type.csv b/cadastre/CSD-Header/wa-survey-documentation-type.csv new file mode 100644 index 0000000..59169a2 --- /dev/null +++ b/cadastre/CSD-Header/wa-survey-documentation-type.csv @@ -0,0 +1,19 @@ +preflabel,definition,notation,altlabel,related +Plan (PDF),Plan in PDF format,2d-plan,, +Plan (3DCSDM),Plan in 3DCSDM format,3d-plan,, +Plan - Survey Sheet (PDF),Plan Survey Sheet in PDF format,2d-plan-survey-sheet,, +Plan - Survey Sheet (3DCSDM),Plan Survey Sheet in 3DCSDM format,3d-plan-survey-sheet,, +Survey Report,Survey Report and/or additional notes,survey-report,, +Plan Scheme,Scheme Reference that this is parent or child of which this is part,plan-scheme,, +Scheme (UE),Scheme Schedule of Unit Entitlement (version required),scheme-ue,, +Scheme Form,Multiple forms for additional scheme information,scheme-form,, +Scheme Record Form,Record of Scheme Schedule (formerly Form 8),scheme-record-form,, +2 year certificate,Note: To be confirmed if part of final schema design,2-year-certificate,, +Initial Survey Certificate,Note: To be confirmed if part of final schema design,initial-survey-certificate,, +Limited marking approval,Note: To be confirmed if part of final schema design,limited-marking-approval,, +Road Name Exemption,Note: To be confirmed if part of final schema design,road-name-exemption,, +WAPC exemption,Note: To be confirmed if part of final schema design,wapc-exemption,, +Final Survey Certificate,Note: To be confirmed if part of final schema design,final-survey-certificate,, +Field record certificate, Note: To be confirmed if part of final schema design,field-record-certificate,, +Field record, "Field book in PDF or image format",field-record,, +Sketch plan,Supporting document,sketch-plan,, diff --git a/cadastre/CSD-Header/wa-survey-documentation-type.jsonld b/cadastre/CSD-Header/wa-survey-documentation-type.jsonld new file mode 100644 index 0000000..62cacf3 --- /dev/null +++ b/cadastre/CSD-Header/wa-survey-documentation-type.jsonld @@ -0,0 +1,212 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-survey-documentation-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-survey-documentation-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Survey Documentation", + "class": "termtype:DocType", + "concepts": [ + { + "preflabel": "Plan (PDF)", + "definition": "Plan in PDF format", + "notation": "2d-plan", + "altlabel": null, + "related": null, + "@id": "2d-plan", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Plan (3DCSDM)", + "definition": "Plan in 3DCSDM format", + "notation": "3d-plan", + "altlabel": null, + "related": null, + "@id": "3d-plan", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Plan - Survey Sheet (PDF)", + "definition": "Plan Survey Sheet in PDF format", + "notation": "2d-plan-survey-sheet", + "altlabel": null, + "related": null, + "@id": "2d-plan-survey-sheet", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Plan - Survey Sheet (3DCSDM)", + "definition": "Plan Survey Sheet in 3DCSDM format", + "notation": "3d-plan-survey-sheet", + "altlabel": null, + "related": null, + "@id": "3d-plan-survey-sheet", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Survey Report", + "definition": "Survey Report and/or additional notes", + "notation": "survey-report", + "altlabel": null, + "related": null, + "@id": "survey-report", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Plan Scheme", + "definition": "Scheme Reference that this is parent or child of which this is part", + "notation": "plan-scheme", + "altlabel": null, + "related": null, + "@id": "plan-scheme", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Scheme (UE)", + "definition": "Scheme Schedule of Unit Entitlement (version required)", + "notation": "scheme-ue", + "altlabel": null, + "related": null, + "@id": "scheme-ue", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Scheme Form", + "definition": "Multiple forms for additional scheme information", + "notation": "scheme-form", + "altlabel": null, + "related": null, + "@id": "scheme-form", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Scheme Record Form", + "definition": "Record of Scheme Schedule (formerly Form 8)", + "notation": "scheme-record-form", + "altlabel": null, + "related": null, + "@id": "scheme-record-form", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "2 year certificate", + "definition": "Note: To be confirmed if part of final schema design", + "notation": "2-year-certificate", + "altlabel": null, + "related": null, + "@id": "2-year-certificate", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Initial Survey Certificate", + "definition": "Note: To be confirmed if part of final schema design", + "notation": "initial-survey-certificate", + "altlabel": null, + "related": null, + "@id": "initial-survey-certificate", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Limited marking approval", + "definition": "Note: To be confirmed if part of final schema design", + "notation": "limited-marking-approval", + "altlabel": null, + "related": null, + "@id": "limited-marking-approval", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Road Name Exemption", + "definition": "Note: To be confirmed if part of final schema design", + "notation": "road-name-exemption", + "altlabel": null, + "related": null, + "@id": "road-name-exemption", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "WAPC exemption", + "definition": "Note: To be confirmed if part of final schema design", + "notation": "wapc-exemption", + "altlabel": null, + "related": null, + "@id": "wapc-exemption", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Final Survey Certificate", + "definition": "Note: To be confirmed if part of final schema design", + "notation": "final-survey-certificate", + "altlabel": null, + "related": null, + "@id": "final-survey-certificate", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Field record certificate", + "definition": " Note: To be confirmed if part of final schema design", + "notation": "field-record-certificate", + "altlabel": null, + "related": null, + "@id": "field-record-certificate", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Field record", + "definition": " \"Field book in PDF or image format\"", + "notation": "field-record", + "altlabel": null, + "related": null, + "@id": "field-record", + "type": "termtype:DocType", + "@type": "skos:Concept" + }, + { + "preflabel": "Sketch plan", + "definition": "Supporting document", + "notation": "sketch-plan", + "altlabel": null, + "related": null, + "@id": "sketch-plan", + "type": "termtype:DocType", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/wa-survey-documentation-type.ttl b/cadastre/CSD-Header/wa-survey-documentation-type.ttl new file mode 100644 index 0000000..df10a59 --- /dev/null +++ b/cadastre/CSD-Header/wa-survey-documentation-type.ttl @@ -0,0 +1,152 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:DocType ; + skos:definition "Note: To be confirmed if part of final schema design" ; + skos:inScheme ; + skos:notation "2-year-certificate" ; + skos:prefLabel "2 year certificate" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Plan in PDF format" ; + skos:inScheme ; + skos:notation "2d-plan" ; + skos:prefLabel "Plan (PDF)" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Plan Survey Sheet in PDF format" ; + skos:inScheme ; + skos:notation "2d-plan-survey-sheet" ; + skos:prefLabel "Plan - Survey Sheet (PDF)" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Plan in 3DCSDM format" ; + skos:inScheme ; + skos:notation "3d-plan" ; + skos:prefLabel "Plan (3DCSDM)" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Plan Survey Sheet in 3DCSDM format" ; + skos:inScheme ; + skos:notation "3d-plan-survey-sheet" ; + skos:prefLabel "Plan - Survey Sheet (3DCSDM)" . + + a skos:Concept, + termtype:DocType ; + skos:definition " \"Field book in PDF or image format\"" ; + skos:inScheme ; + skos:notation "field-record" ; + skos:prefLabel "Field record" . + + a skos:Concept, + termtype:DocType ; + skos:definition " Note: To be confirmed if part of final schema design" ; + skos:inScheme ; + skos:notation "field-record-certificate" ; + skos:prefLabel "Field record certificate" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Note: To be confirmed if part of final schema design" ; + skos:inScheme ; + skos:notation "final-survey-certificate" ; + skos:prefLabel "Final Survey Certificate" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Note: To be confirmed if part of final schema design" ; + skos:inScheme ; + skos:notation "initial-survey-certificate" ; + skos:prefLabel "Initial Survey Certificate" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Note: To be confirmed if part of final schema design" ; + skos:inScheme ; + skos:notation "limited-marking-approval" ; + skos:prefLabel "Limited marking approval" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Scheme Reference that this is parent or child of which this is part" ; + skos:inScheme ; + skos:notation "plan-scheme" ; + skos:prefLabel "Plan Scheme" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Note: To be confirmed if part of final schema design" ; + skos:inScheme ; + skos:notation "road-name-exemption" ; + skos:prefLabel "Road Name Exemption" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Multiple forms for additional scheme information" ; + skos:inScheme ; + skos:notation "scheme-form" ; + skos:prefLabel "Scheme Form" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Record of Scheme Schedule (formerly Form 8)" ; + skos:inScheme ; + skos:notation "scheme-record-form" ; + skos:prefLabel "Scheme Record Form" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Scheme Schedule of Unit Entitlement (version required)" ; + skos:inScheme ; + skos:notation "scheme-ue" ; + skos:prefLabel "Scheme (UE)" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Supporting document" ; + skos:inScheme ; + skos:notation "sketch-plan" ; + skos:prefLabel "Sketch plan" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Survey Report and/or additional notes" ; + skos:inScheme ; + skos:notation "survey-report" ; + skos:prefLabel "Survey Report" . + + a skos:Concept, + termtype:DocType ; + skos:definition "Note: To be confirmed if part of final schema design" ; + skos:inScheme ; + skos:notation "wapc-exemption" ; + skos:prefLabel "WAPC exemption" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Survey Documentation" ; + skos:scopeNote "termtype:DocType" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:45.305931"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:45.204903"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/wa-survey-purpose.csv b/cadastre/CSD-Header/wa-survey-purpose.csv new file mode 100644 index 0000000..0f84e75 --- /dev/null +++ b/cadastre/CSD-Header/wa-survey-purpose.csv @@ -0,0 +1,23 @@ +preflabel,definition,notation,altlabel,related +Field Record,Field Record,field-record,, +Subdivision,Plan of Subdivsion,subdivision,, +Acquisition,Plan for the Purpose of Taking or Acquisition,acquisition,, +Conversion,Plan for the Purpose of Conversion,conversion,, +Redefinition,Plan for the Purpose of Redefinition,redefinition,, +Interest,Plan for Interest purposes only,interest,, +Statutory,Plan for Statutory purpose,statutory,, +Crown Land Amalgamation,Plan for the Purpose of Crown Land Amalgamation,amalgamation,, +Road,Plan for the Purpose of creating Road,road,, +Acquisition (Road),Plan for the Purpose of Acquisition for Road,acquisition-road,, +Road Closure,Plan for the Purpose of Road Closure,road-closure,, +Vesting in the Crown,Plan for the Purpose ofVesting in the Crown,vesting-in-the-crown,, +Re-Subdivision - Type 4,Plan for the Purpose of Re-Subdivision - Type 4,re-subdivision-type-4,, +Consolidation of Lots - Type 3,Plan for the Purpose of Consolidation of Lots - Type 3,consolidation-type-3,, +Merger of Land and Building,Plan for the Purpose of Merger of Land and Building,merger-land-building,, +Redefinition of Boundaries,Plan for the Purpose of Redefinition of Boundaries,redefinition-of-boundaries,, +Re-Subdivision - Type 1(a),Plan for the Purpose of Add Land from Outside the Parcel to Common Property - Type 1(a),re-subdivision-type-1a,, +Re-Subdivision - Type 2,Plan for the Purpose of Removal of Common Property from the Parcel - Type 2,re-subdivision-type-2,, +Re-Subdivision - Type 1(b),Plan for the Purpose of Transfer Lots to Common Property - Type 1(b) subdivision,re-subdivision-type-1b,, +Lot definition amendment,Plan for the Purpose of Lot definition amendment,lot-definition-amendment,, +Tier parcel boundary amendment,Plan for the Purpose of Tier parcel boundary amendment,teir-parcel-boundary-amendment,, +Boundary redefinition ,Plan for the Purpose of Boundary Redefinition,boundary-redefinition,, diff --git a/cadastre/CSD-Header/wa-survey-purpose.jsonld b/cadastre/CSD-Header/wa-survey-purpose.jsonld new file mode 100644 index 0000000..4766e4f --- /dev/null +++ b/cadastre/CSD-Header/wa-survey-purpose.jsonld @@ -0,0 +1,252 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-survey-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-survey-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Survey Purpose", + "class": "surv:SurveyPurpose", + "concepts": [ + { + "preflabel": "Field Record", + "definition": "Field Record", + "notation": "field-record", + "altlabel": null, + "related": null, + "@id": "field-record", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Subdivision", + "definition": "Plan of Subdivsion", + "notation": "subdivision", + "altlabel": null, + "related": null, + "@id": "subdivision", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Acquisition", + "definition": "Plan for the Purpose of Taking or Acquisition", + "notation": "acquisition", + "altlabel": null, + "related": null, + "@id": "acquisition", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Conversion", + "definition": "Plan for the Purpose of Conversion", + "notation": "conversion", + "altlabel": null, + "related": null, + "@id": "conversion", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Redefinition", + "definition": "Plan for the Purpose of Redefinition", + "notation": "redefinition", + "altlabel": null, + "related": null, + "@id": "redefinition", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Interest", + "definition": "Plan for Interest purposes only", + "notation": "interest", + "altlabel": null, + "related": null, + "@id": "interest", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Statutory", + "definition": "Plan for Statutory purpose", + "notation": "statutory", + "altlabel": null, + "related": null, + "@id": "statutory", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown Land Amalgamation", + "definition": "Plan for the Purpose of Crown Land Amalgamation", + "notation": "amalgamation", + "altlabel": null, + "related": null, + "@id": "amalgamation", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Road", + "definition": "Plan for the Purpose of creating Road", + "notation": "road", + "altlabel": null, + "related": null, + "@id": "road", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Acquisition (Road)", + "definition": "Plan for the Purpose of Acquisition for Road", + "notation": "acquisition-road", + "altlabel": null, + "related": null, + "@id": "acquisition-road", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Road Closure", + "definition": "Plan for the Purpose of Road Closure", + "notation": "road-closure", + "altlabel": null, + "related": null, + "@id": "road-closure", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Vesting in the Crown", + "definition": "Plan for the Purpose ofVesting in the Crown", + "notation": "vesting-in-the-crown", + "altlabel": null, + "related": null, + "@id": "vesting-in-the-crown", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Re-Subdivision - Type 4", + "definition": "Plan for the Purpose of Re-Subdivision - Type 4", + "notation": "re-subdivision-type-4", + "altlabel": null, + "related": null, + "@id": "re-subdivision-type-4", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Consolidation of Lots - Type 3", + "definition": "Plan for the Purpose of Consolidation of Lots - Type 3", + "notation": "consolidation-type-3", + "altlabel": null, + "related": null, + "@id": "consolidation-type-3", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Merger of Land and Building", + "definition": "Plan for the Purpose of Merger of Land and Building", + "notation": "merger-land-building", + "altlabel": null, + "related": null, + "@id": "merger-land-building", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Redefinition of Boundaries", + "definition": "Plan for the Purpose of Redefinition of Boundaries", + "notation": "redefinition-of-boundaries", + "altlabel": null, + "related": null, + "@id": "redefinition-of-boundaries", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Re-Subdivision - Type 1(a)", + "definition": "Plan for the Purpose of Add Land from Outside the Parcel to Common Property - Type 1(a)", + "notation": "re-subdivision-type-1a", + "altlabel": null, + "related": null, + "@id": "re-subdivision-type-1a", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Re-Subdivision - Type 2", + "definition": "Plan for the Purpose of Removal of Common Property from the Parcel - Type 2", + "notation": "re-subdivision-type-2", + "altlabel": null, + "related": null, + "@id": "re-subdivision-type-2", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Re-Subdivision - Type 1(b)", + "definition": "Plan for the Purpose of Transfer Lots to Common Property - Type 1(b) subdivision", + "notation": "re-subdivision-type-1b", + "altlabel": null, + "related": null, + "@id": "re-subdivision-type-1b", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Lot definition amendment", + "definition": "Plan for the Purpose of Lot definition amendment", + "notation": "lot-definition-amendment", + "altlabel": null, + "related": null, + "@id": "lot-definition-amendment", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Tier parcel boundary amendment", + "definition": "Plan for the Purpose of Tier parcel boundary amendment", + "notation": "teir-parcel-boundary-amendment", + "altlabel": null, + "related": null, + "@id": "teir-parcel-boundary-amendment", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Boundary redefinition ", + "definition": "Plan for the Purpose of Boundary Redefinition", + "notation": "boundary-redefinition", + "altlabel": null, + "related": null, + "@id": "boundary-redefinition", + "type": "surv:SurveyPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/wa-survey-purpose.ttl b/cadastre/CSD-Header/wa-survey-purpose.ttl new file mode 100644 index 0000000..d11416e --- /dev/null +++ b/cadastre/CSD-Header/wa-survey-purpose.ttl @@ -0,0 +1,180 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose of Taking or Acquisition" ; + skos:inScheme ; + skos:notation "acquisition" ; + skos:prefLabel "Acquisition" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose of Acquisition for Road" ; + skos:inScheme ; + skos:notation "acquisition-road" ; + skos:prefLabel "Acquisition (Road)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose of Crown Land Amalgamation" ; + skos:inScheme ; + skos:notation "amalgamation" ; + skos:prefLabel "Crown Land Amalgamation" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose of Boundary Redefinition" ; + skos:inScheme ; + skos:notation "boundary-redefinition" ; + skos:prefLabel "Boundary redefinition " . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose of Consolidation of Lots - Type 3" ; + skos:inScheme ; + skos:notation "consolidation-type-3" ; + skos:prefLabel "Consolidation of Lots - Type 3" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose of Conversion" ; + skos:inScheme ; + skos:notation "conversion" ; + skos:prefLabel "Conversion" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Field Record" ; + skos:inScheme ; + skos:notation "field-record" ; + skos:prefLabel "Field Record" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for Interest purposes only" ; + skos:inScheme ; + skos:notation "interest" ; + skos:prefLabel "Interest" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose of Lot definition amendment" ; + skos:inScheme ; + skos:notation "lot-definition-amendment" ; + skos:prefLabel "Lot definition amendment" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose of Merger of Land and Building" ; + skos:inScheme ; + skos:notation "merger-land-building" ; + skos:prefLabel "Merger of Land and Building" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose of Add Land from Outside the Parcel to Common Property - Type 1(a)" ; + skos:inScheme ; + skos:notation "re-subdivision-type-1a" ; + skos:prefLabel "Re-Subdivision - Type 1(a)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose of Transfer Lots to Common Property - Type 1(b) subdivision" ; + skos:inScheme ; + skos:notation "re-subdivision-type-1b" ; + skos:prefLabel "Re-Subdivision - Type 1(b)" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose of Removal of Common Property from the Parcel - Type 2" ; + skos:inScheme ; + skos:notation "re-subdivision-type-2" ; + skos:prefLabel "Re-Subdivision - Type 2" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose of Re-Subdivision - Type 4" ; + skos:inScheme ; + skos:notation "re-subdivision-type-4" ; + skos:prefLabel "Re-Subdivision - Type 4" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose of Redefinition" ; + skos:inScheme ; + skos:notation "redefinition" ; + skos:prefLabel "Redefinition" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose of Redefinition of Boundaries" ; + skos:inScheme ; + skos:notation "redefinition-of-boundaries" ; + skos:prefLabel "Redefinition of Boundaries" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose of creating Road" ; + skos:inScheme ; + skos:notation "road" ; + skos:prefLabel "Road" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose of Road Closure" ; + skos:inScheme ; + skos:notation "road-closure" ; + skos:prefLabel "Road Closure" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for Statutory purpose" ; + skos:inScheme ; + skos:notation "statutory" ; + skos:prefLabel "Statutory" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan of Subdivsion" ; + skos:inScheme ; + skos:notation "subdivision" ; + skos:prefLabel "Subdivision" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose of Tier parcel boundary amendment" ; + skos:inScheme ; + skos:notation "teir-parcel-boundary-amendment" ; + skos:prefLabel "Tier parcel boundary amendment" . + + a skos:Concept, + surv:SurveyPurpose ; + skos:definition "Plan for the Purpose ofVesting in the Crown" ; + skos:inScheme ; + skos:notation "vesting-in-the-crown" ; + skos:prefLabel "Vesting in the Crown" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Survey Purpose" ; + skos:scopeNote "surv:SurveyPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:41.953900"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:41.847363"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/wa-survey-type.csv b/cadastre/CSD-Header/wa-survey-type.csv new file mode 100644 index 0000000..e0fde6b --- /dev/null +++ b/cadastre/CSD-Header/wa-survey-type.csv @@ -0,0 +1,16 @@ +preflabel,definition,notation,altlabel,related +FieldRecord,Field Record ,field-record,FB, +DepositedPlan,Deposited Plan,deposited-plan,DP, +StrataPlan,Strata Plan,strata-plan,BSP, +SurveyStrataPlan,Survey-Strata Plan,survey-strata-plan,SSP, +SchemePlan,Scheme,scheme-plan,, +CSD,Cadastral Survey Data (APX-05) attribute equivalent,csd,, +DSD,Landgate Database extract attribute equivalent,dsd,, +CommunityTitle(Land),Community Title (Land) Plan,community-title-land,CTL, +CommunityTitle(Building),Community Title (Building) Plan,community-title-building,CTB, +Survey Sheet,Survey Sheet,survey-sheet,SSA, +Conventional,Survey - Conventional Survey,conventional,, +Conventional-unsurveyed lots,Survey with unsurveyed Lots(s) - Conventional Survey with unsurveyed Lots(s),conventional-unsurveyed-lots,, +Compiled,No additional survey performed,compiled,, +Special Survey Area,Survey in compliance with Survey Practice Guidelines for Subdivisions within Special Survey Areas (WA),SSA,, +Coordinates,Survey by Coordinates,survey-by-coordinates,, diff --git a/cadastre/CSD-Header/wa-survey-type.jsonld b/cadastre/CSD-Header/wa-survey-type.jsonld new file mode 100644 index 0000000..a21ebf3 --- /dev/null +++ b/cadastre/CSD-Header/wa-survey-type.jsonld @@ -0,0 +1,182 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-survey-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-survey-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA CSD Survey Type", + "class": "termtype:SurveyType", + "concepts": [ + { + "preflabel": "FieldRecord", + "definition": "Field Record ", + "notation": "field-record", + "altlabel": "FB", + "related": null, + "@id": "field-record", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "DepositedPlan", + "definition": "Deposited Plan", + "notation": "deposited-plan", + "altlabel": "DP", + "related": null, + "@id": "deposited-plan", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "StrataPlan", + "definition": "Strata Plan", + "notation": "strata-plan", + "altlabel": "BSP", + "related": null, + "@id": "strata-plan", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "SurveyStrataPlan", + "definition": "Survey-Strata Plan", + "notation": "survey-strata-plan", + "altlabel": "SSP", + "related": null, + "@id": "survey-strata-plan", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "SchemePlan", + "definition": "Scheme", + "notation": "scheme-plan", + "altlabel": null, + "related": null, + "@id": "scheme-plan", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "CSD", + "definition": "Cadastral Survey Data (APX-05) attribute equivalent", + "notation": "csd", + "altlabel": null, + "related": null, + "@id": "csd", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "DSD", + "definition": "Landgate Database extract attribute equivalent", + "notation": "dsd", + "altlabel": null, + "related": null, + "@id": "dsd", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "CommunityTitle(Land)", + "definition": "Community Title (Land) Plan", + "notation": "community-title-land", + "altlabel": "CTL", + "related": null, + "@id": "community-title-land", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "CommunityTitle(Building)", + "definition": "Community Title (Building) Plan", + "notation": "community-title-building", + "altlabel": "CTB", + "related": null, + "@id": "community-title-building", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "Survey Sheet", + "definition": "Survey Sheet", + "notation": "survey-sheet", + "altlabel": "SSA", + "related": null, + "@id": "survey-sheet", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "Conventional", + "definition": "Survey - Conventional Survey", + "notation": "conventional", + "altlabel": null, + "related": null, + "@id": "conventional", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "Conventional-unsurveyed lots", + "definition": "Survey with unsurveyed Lots(s) - Conventional Survey with unsurveyed Lots(s)", + "notation": "conventional-unsurveyed-lots", + "altlabel": null, + "related": null, + "@id": "conventional-unsurveyed-lots", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "Compiled", + "definition": "No additional survey performed", + "notation": "compiled", + "altlabel": null, + "related": null, + "@id": "compiled", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "Special Survey Area", + "definition": "Survey in compliance with Survey Practice Guidelines for Subdivisions within Special Survey Areas (WA)", + "notation": "SSA", + "altlabel": null, + "related": null, + "@id": "SSA", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + }, + { + "preflabel": "Coordinates", + "definition": "Survey by Coordinates", + "notation": "survey-by-coordinates", + "altlabel": null, + "related": null, + "@id": "survey-by-coordinates", + "type": "termtype:SurveyType", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/wa-survey-type.ttl b/cadastre/CSD-Header/wa-survey-type.ttl new file mode 100644 index 0000000..6c0eac3 --- /dev/null +++ b/cadastre/CSD-Header/wa-survey-type.ttl @@ -0,0 +1,138 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "Survey in compliance with Survey Practice Guidelines for Subdivisions within Special Survey Areas (WA)" ; + skos:inScheme ; + skos:notation "SSA" ; + skos:prefLabel "Special Survey Area" . + + a skos:Concept, + termtype:SurveyType ; + skos:altLabel "CTB" ; + skos:definition "Community Title (Building) Plan" ; + skos:inScheme ; + skos:notation "community-title-building" ; + skos:prefLabel "CommunityTitle(Building)" . + + a skos:Concept, + termtype:SurveyType ; + skos:altLabel "CTL" ; + skos:definition "Community Title (Land) Plan" ; + skos:inScheme ; + skos:notation "community-title-land" ; + skos:prefLabel "CommunityTitle(Land)" . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "No additional survey performed" ; + skos:inScheme ; + skos:notation "compiled" ; + skos:prefLabel "Compiled" . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "Survey - Conventional Survey" ; + skos:inScheme ; + skos:notation "conventional" ; + skos:prefLabel "Conventional" . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "Survey with unsurveyed Lots(s) - Conventional Survey with unsurveyed Lots(s)" ; + skos:inScheme ; + skos:notation "conventional-unsurveyed-lots" ; + skos:prefLabel "Conventional-unsurveyed lots" . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "Cadastral Survey Data (APX-05) attribute equivalent" ; + skos:inScheme ; + skos:notation "csd" ; + skos:prefLabel "CSD" . + + a skos:Concept, + termtype:SurveyType ; + skos:altLabel "DP" ; + skos:definition "Deposited Plan" ; + skos:inScheme ; + skos:notation "deposited-plan" ; + skos:prefLabel "DepositedPlan" . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "Landgate Database extract attribute equivalent" ; + skos:inScheme ; + skos:notation "dsd" ; + skos:prefLabel "DSD" . + + a skos:Concept, + termtype:SurveyType ; + skos:altLabel "FB" ; + skos:definition "Field Record " ; + skos:inScheme ; + skos:notation "field-record" ; + skos:prefLabel "FieldRecord" . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "Scheme" ; + skos:inScheme ; + skos:notation "scheme-plan" ; + skos:prefLabel "SchemePlan" . + + a skos:Concept, + termtype:SurveyType ; + skos:altLabel "BSP" ; + skos:definition "Strata Plan" ; + skos:inScheme ; + skos:notation "strata-plan" ; + skos:prefLabel "StrataPlan" . + + a skos:Concept, + termtype:SurveyType ; + skos:definition "Survey by Coordinates" ; + skos:inScheme ; + skos:notation "survey-by-coordinates" ; + skos:prefLabel "Coordinates" . + + a skos:Concept, + termtype:SurveyType ; + skos:altLabel "SSA" ; + skos:definition "Survey Sheet" ; + skos:inScheme ; + skos:notation "survey-sheet" ; + skos:prefLabel "Survey Sheet" . + + a skos:Concept, + termtype:SurveyType ; + skos:altLabel "SSP" ; + skos:definition "Survey-Strata Plan" ; + skos:inScheme ; + skos:notation "survey-strata-plan" ; + skos:prefLabel "SurveyStrataPlan" . + + a skos:ConceptScheme ; + skos:prefLabel "WA CSD Survey Type" ; + skos:scopeNote "termtype:SurveyType" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:49.514564"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:49.317088"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/CSD-Header/wa-vhd.csv b/cadastre/CSD-Header/wa-vhd.csv new file mode 100644 index 0000000..aaaaa9c --- /dev/null +++ b/cadastre/CSD-Header/wa-vhd.csv @@ -0,0 +1,2 @@ +preflabel,definition,notation,altlabel,related +AHD,Australian Height Datum 1971,5711,AHD71, \ No newline at end of file diff --git a/cadastre/CSD-Header/wa-vhd.jsonld b/cadastre/CSD-Header/wa-vhd.jsonld new file mode 100644 index 0000000..50b378b --- /dev/null +++ b/cadastre/CSD-Header/wa-vhd.jsonld @@ -0,0 +1,42 @@ +{ + "@context": [ + { + "@base": "http://www.opengis.net/def/crs/EPSG/0/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "http://www.opengis.net/def/crs/EPSG/0", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Height Datums", + "class": "termtype:AllowableCoordinateReferenceSystem", + "concepts": [ + { + "preflabel": "AHD", + "definition": "Australian Height Datum 1971", + "notation": "5711", + "altlabel": "AHD71", + "related": null, + "@id": "5711", + "type": "termtype:AllowableCoordinateReferenceSystem", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/CSD-Header/wa-vhd.ttl b/cadastre/CSD-Header/wa-vhd.ttl new file mode 100644 index 0000000..ad5a3f2 --- /dev/null +++ b/cadastre/CSD-Header/wa-vhd.ttl @@ -0,0 +1,34 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:AllowableCoordinateReferenceSystem ; + skos:altLabel "AHD71" ; + skos:definition "Australian Height Datum 1971" ; + skos:inScheme ; + skos:notation "5711" ; + skos:prefLabel "AHD" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Height Datums" ; + skos:scopeNote "termtype:AllowableCoordinateReferenceSystem" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:46.656589"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:46.575082"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/icsm-parcel-state.csv b/cadastre/Parcels/icsm-parcel-state.csv new file mode 100644 index 0000000..91c8556 --- /dev/null +++ b/cadastre/Parcels/icsm-parcel-state.csv @@ -0,0 +1,17 @@ +preflabel,definition,notation,altlabel,related +affected,The parcel must be amalgamated with one or more parcels created by the survey when the survey is deposited,a,, +created,The parcel is being created by the survey,c,, +encroached,The parcel has been subject to natural erosion and/or accretion and the definition of the parcel has been/should be updated. Relevant where the parcel affected by the accretion/erosion is not extinguished by the survey,enc,, +existing,The parcel is referenced by the survey,exist,,referenced +extinguished,The parcel is being replaced by one or more parcels created by the survey,exting,, +proposed,"The parcel is introduced on the survey but has not actually been ‘created’. This will generally only apply to parcels such as Future Development Units (FDU) on a Proposed Unit Development plan (PUD). The parcel will be created in a subsequent plan, e.g., Stage 1 of the Unit Development",prop,, +referenced,The parcel is referenced by the survey,ref,, +lodged,Database state: Lodged,lodged,,created +superseded,Database State: Element further subdivided or removed,superseded,,extinguished +registered,Database state: Element registered,registered,,created +cancelled,Document and Database State: Plan/Scheme unregistered and cancelled,cancelled,, +terminated,Document and Database State: Plan/Scheme terminated,terminated,,extinguished +former tenure,Document state: The parcel is being replaced by one or more parcels created by the survey,former-tenure,,extinguished +inset,Document state: The parcel is an inset lot,inset,, +affected tenure,Document state: The parcel is to be encumbured,affected-tenure,,affected +removed,An easement / restriction subject to removal,removed,, \ No newline at end of file diff --git a/cadastre/Parcels/icsm-parcel-state.jsonld b/cadastre/Parcels/icsm-parcel-state.jsonld new file mode 100644 index 0000000..851b8f5 --- /dev/null +++ b/cadastre/Parcels/icsm-parcel-state.jsonld @@ -0,0 +1,192 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/icsm-parcel-state/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/icsm-parcel-state", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "ICSM Parcel State", + "class": "termtype:ParcelState", + "concepts": [ + { + "preflabel": "affected", + "definition": "The parcel must be amalgamated with one or more parcels created by the survey when the survey is deposited", + "notation": "a", + "altlabel": null, + "related": null, + "@id": "a", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "created", + "definition": "The parcel is being created by the survey", + "notation": "c", + "altlabel": null, + "related": null, + "@id": "c", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "encroached", + "definition": "The parcel has been subject to natural erosion and/or accretion and the definition of the parcel has been/should be updated. Relevant where the parcel affected by the accretion/erosion is not extinguished by the survey", + "notation": "enc", + "altlabel": null, + "related": null, + "@id": "enc", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "existing", + "definition": "The parcel is referenced by the survey", + "notation": "exist", + "altlabel": null, + "related": "referenced", + "@id": "exist", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "extinguished", + "definition": "The parcel is being replaced by one or more parcels created by the survey", + "notation": "exting", + "altlabel": null, + "related": null, + "@id": "exting", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "proposed", + "definition": "The parcel is introduced on the survey but has not actually been \u2018created\u2019. This will generally only apply to parcels such as Future Development Units (FDU) on a Proposed Unit Development plan (PUD). The parcel will be created in a subsequent plan, e.g., Stage 1 of the Unit Development", + "notation": "prop", + "altlabel": null, + "related": null, + "@id": "prop", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "referenced", + "definition": "The parcel is referenced by the survey", + "notation": "ref", + "altlabel": null, + "related": null, + "@id": "ref", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "lodged", + "definition": "Database state: Lodged", + "notation": "lodged", + "altlabel": null, + "related": "created", + "@id": "lodged", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "superseded", + "definition": "Database State: Element further subdivided or removed", + "notation": "superseded", + "altlabel": null, + "related": "extinguished", + "@id": "superseded", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "registered", + "definition": "Database state: Element registered", + "notation": "registered", + "altlabel": null, + "related": "created", + "@id": "registered", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "cancelled", + "definition": "Document and Database State: Plan/Scheme unregistered and cancelled", + "notation": "cancelled", + "altlabel": null, + "related": null, + "@id": "cancelled", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "terminated", + "definition": "Document and Database State: Plan/Scheme terminated", + "notation": "terminated", + "altlabel": null, + "related": "extinguished", + "@id": "terminated", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "former tenure", + "definition": "Document state: The parcel is being replaced by one or more parcels created by the survey", + "notation": "former-tenure", + "altlabel": null, + "related": "extinguished", + "@id": "former-tenure", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "inset", + "definition": "Document state: The parcel is an inset lot", + "notation": "inset", + "altlabel": null, + "related": null, + "@id": "inset", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "affected tenure", + "definition": "Document state: The parcel is to be encumbured", + "notation": "affected-tenure", + "altlabel": null, + "related": "affected", + "@id": "affected-tenure", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "removed", + "definition": "An easement / restriction subject to removal", + "notation": "removed", + "altlabel": null, + "related": null, + "@id": "removed", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/icsm-parcel-state.ttl b/cadastre/Parcels/icsm-parcel-state.ttl new file mode 100644 index 0000000..49a4885 --- /dev/null +++ b/cadastre/Parcels/icsm-parcel-state.ttl @@ -0,0 +1,138 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "The parcel must be amalgamated with one or more parcels created by the survey when the survey is deposited" ; + skos:inScheme ; + skos:notation "a" ; + skos:prefLabel "affected" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Document state: The parcel is to be encumbured" ; + skos:inScheme ; + skos:notation "affected-tenure" ; + skos:prefLabel "affected tenure" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "The parcel is being created by the survey" ; + skos:inScheme ; + skos:notation "c" ; + skos:prefLabel "created" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Document and Database State: Plan/Scheme unregistered and cancelled" ; + skos:inScheme ; + skos:notation "cancelled" ; + skos:prefLabel "cancelled" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "The parcel has been subject to natural erosion and/or accretion and the definition of the parcel has been/should be updated. Relevant where the parcel affected by the accretion/erosion is not extinguished by the survey" ; + skos:inScheme ; + skos:notation "enc" ; + skos:prefLabel "encroached" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "The parcel is referenced by the survey" ; + skos:inScheme ; + skos:notation "exist" ; + skos:prefLabel "existing" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "The parcel is being replaced by one or more parcels created by the survey" ; + skos:inScheme ; + skos:notation "exting" ; + skos:prefLabel "extinguished" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Document state: The parcel is being replaced by one or more parcels created by the survey" ; + skos:inScheme ; + skos:notation "former-tenure" ; + skos:prefLabel "former tenure" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Document state: The parcel is an inset lot" ; + skos:inScheme ; + skos:notation "inset" ; + skos:prefLabel "inset" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Database state: Lodged" ; + skos:inScheme ; + skos:notation "lodged" ; + skos:prefLabel "lodged" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "The parcel is introduced on the survey but has not actually been ‘created’. This will generally only apply to parcels such as Future Development Units (FDU) on a Proposed Unit Development plan (PUD). The parcel will be created in a subsequent plan, e.g., Stage 1 of the Unit Development" ; + skos:inScheme ; + skos:notation "prop" ; + skos:prefLabel "proposed" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "The parcel is referenced by the survey" ; + skos:inScheme ; + skos:notation "ref" ; + skos:prefLabel "referenced" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Database state: Element registered" ; + skos:inScheme ; + skos:notation "registered" ; + skos:prefLabel "registered" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "An easement / restriction subject to removal" ; + skos:inScheme ; + skos:notation "removed" ; + skos:prefLabel "removed" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Database State: Element further subdivided or removed" ; + skos:inScheme ; + skos:notation "superseded" ; + skos:prefLabel "superseded" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Document and Database State: Plan/Scheme terminated" ; + skos:inScheme ; + skos:notation "terminated" ; + skos:prefLabel "terminated" . + + a skos:ConceptScheme ; + skos:prefLabel "ICSM Parcel State" ; + skos:scopeNote "termtype:ParcelState" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:45.569003"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:45.469820"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/nz-interest-type.csv b/cadastre/Parcels/nz-interest-type.csv new file mode 100644 index 0000000..348d93b --- /dev/null +++ b/cadastre/Parcels/nz-interest-type.csv @@ -0,0 +1,5 @@ +preflabel,definition,notation,altlabel,related +Amalgamation,,a,, +Covenant,,c,, +Certificate of Title,,c-t,, +Territorial Authority Consent Condition,,ta-c-c,, \ No newline at end of file diff --git a/cadastre/Parcels/nz-interest-type.jsonld b/cadastre/Parcels/nz-interest-type.jsonld new file mode 100644 index 0000000..c053da7 --- /dev/null +++ b/cadastre/Parcels/nz-interest-type.jsonld @@ -0,0 +1,72 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-interest-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-interest-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Memorial Types", + "class": "surv:InterestType", + "concepts": [ + { + "preflabel": "Amalgamation", + "definition": null, + "notation": "a", + "altlabel": null, + "related": null, + "@id": "a", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Covenant", + "definition": null, + "notation": "c", + "altlabel": null, + "related": null, + "@id": "c", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Certificate of Title", + "definition": null, + "notation": "c-t", + "altlabel": null, + "related": null, + "@id": "c-t", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Territorial Authority Consent Condition", + "definition": null, + "notation": "ta-c-c", + "altlabel": null, + "related": null, + "@id": "ta-c-c", + "type": "surv:InterestType", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/nz-interest-type.ttl b/cadastre/Parcels/nz-interest-type.ttl new file mode 100644 index 0000000..75253c1 --- /dev/null +++ b/cadastre/Parcels/nz-interest-type.ttl @@ -0,0 +1,50 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "a" ; + skos:prefLabel "Amalgamation" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "c" ; + skos:prefLabel "Covenant" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "c-t" ; + skos:prefLabel "Certificate of Title" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "ta-c-c" ; + skos:prefLabel "Territorial Authority Consent Condition" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Memorial Types" ; + skos:scopeNote "surv:InterestType" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:41.845258"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:41.760017"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/nz-parcel-purpose.csv b/cadastre/Parcels/nz-parcel-purpose.csv new file mode 100644 index 0000000..b190645 --- /dev/null +++ b/cadastre/Parcels/nz-parcel-purpose.csv @@ -0,0 +1,11 @@ +preflabel,definition,notation,altlabel,related +Common Marine and Coastal Area,"The marine and coastal area other than: (a) specified freehold land located in that area; and (b) any area that is owned by the Crown and has the status of any of the following kinds: (i) a conservation area within the meaning of section 2(1) of the Conservation Act 1987; (ii) a national park within the meaning of section 2 of the National Parks Act 1980; (iii) a reserve within the meaning of section 2(1) of the Reserves Act 1977; and (c) the bed of Te Whaanga Lagoon in the Chatham Islands (Marine and Coastal Area (Takutai Moana) Act 2011)",cmca,, +Erosion,"A primary parcel defining the portion of land that has been eroded from a parcel being extinguished.",erosion,, +Fee Simple Title,"A primary parcel created for a Fee Simple title, including a parcel with a height limited/stratum boundary. This could include a SO Crown subdivision parcel, reclamation parcel or a parcel shown on a Legalisation CSD (other than a balance parcel)",fst,, +Hydro,"A Primary Parcel defining the residual or balance portion of the bed of a lake, river, stream or the sea. Includes land that has already become part of the common marine and coastal area pursuant to the Marine & Coastal Area Act 2011. Land that will become common marine and coastal area on subdivision pursuant to Sec 237A (1)(b) RM Act must have the parcel intent of Common Marine and Coastal Area.",hydro,, +Legalisation,"A primary parcel on a Legalisation CSD, including a parcel with a height-limited/stratum boundary, that is intended to be subject to a statutory action (including road to be stopped and land to be taken for road). For new parcels not directly subject to the proposed legalisation, but which are required under rule 39 (accounting for all of the land in existing primary parcels), the parcel intent should reflect its current status, for example Fee Simple Title for a fee simple parcel.",legalisation,, +Māori,"Primary parcel created on a Māori Land CSD by an order from the Māori Land Court (MLC). (Includes Roadways if the MLC has declared the roadway to be a separate primary parcel similar in the nature of a Road).",māori,, +Railway,"A primary parcel which is to remain railway (for example when creating a balance railway parcel).",railway,, +Residual Parcel,"A parcel that is the residual portion of a primary parcel remaining as a result of a survey: i. for removal of limitations as to parcels, or ii. for an adverse possession claim, or iii. to change the registration of land from the Deeds Registration Act 1908 to the Land Transfer Act 2017.",residual,, +Road,"A primary parcel which is to remain legal road (for example when creating a balance road parcel).",road,, +Vesting on deposit,"A primary parcel vested on Deposit. Vested parcels include accessways, Government Purpose Reserves, historic reserves (Crown or Territorial Authority), Local Purpose Reserve, Nature Reserve (Crown or Territorial Authority), Recreation Reserve (Crown or Territorial Authority), Road, Scenic Reserve (Crown or Territorial Authority), Scientific Reserve (Crown or Territorial Authority), Service Lane, in Lieu of a Reserve (Crown or Territorial Authority), in the Crown under sec. 239(1)(c) of the Resource Management Act 1991 or the territorial Authority under sec. 237A(1)(a) of the Resource management Act 1991.",vest,, \ No newline at end of file diff --git a/cadastre/Parcels/nz-parcel-purpose.jsonld b/cadastre/Parcels/nz-parcel-purpose.jsonld new file mode 100644 index 0000000..f78b830 --- /dev/null +++ b/cadastre/Parcels/nz-parcel-purpose.jsonld @@ -0,0 +1,132 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-parcel-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-parcel-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Parcel Purpose", + "class": "termtype:ParcelPurpose", + "concepts": [ + { + "preflabel": "Common Marine and Coastal Area", + "definition": "The marine and coastal area other than: (a) specified freehold land located in that area; and (b) any area that is owned by the Crown and has the status of any of the following kinds: (i) a conservation area within the meaning of section 2(1) of the Conservation Act 1987; (ii) a national park within the meaning of section 2 of the National Parks Act 1980; (iii) a reserve within the meaning of section 2(1) of the Reserves Act 1977; and (c) the bed of Te Whaanga Lagoon in the Chatham Islands (Marine and Coastal Area (Takutai Moana) Act 2011)", + "notation": "cmca", + "altlabel": null, + "related": null, + "@id": "cmca", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Erosion", + "definition": "A primary parcel defining the portion of land that has been eroded from a parcel being extinguished.", + "notation": "erosion", + "altlabel": null, + "related": null, + "@id": "erosion", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Fee Simple Title", + "definition": "A primary parcel created for a Fee Simple title, including a parcel with a height limited/stratum boundary. This could include a SO Crown subdivision parcel, reclamation parcel or a parcel shown on a Legalisation CSD (other than a balance parcel)", + "notation": "fst", + "altlabel": null, + "related": null, + "@id": "fst", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Hydro", + "definition": "A Primary Parcel defining the residual or balance portion of the bed of a lake, river, stream or the sea. Includes land that has already become part of the common marine and coastal area pursuant to the Marine & Coastal Area Act 2011. Land that will become common marine and coastal area on subdivision pursuant to Sec 237A (1)(b) RM Act must have the parcel intent of Common Marine and Coastal Area.", + "notation": "hydro", + "altlabel": null, + "related": null, + "@id": "hydro", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Legalisation", + "definition": "A primary parcel on a Legalisation CSD, including a parcel with a height-limited/stratum boundary, that is intended to be subject to a statutory action (including road to be stopped and land to be taken for road). For new parcels not directly subject to the proposed legalisation, but which are required under rule 39 (accounting for all of the land in existing primary parcels), the parcel intent should reflect its current status, for example Fee Simple Title for a fee simple parcel.", + "notation": "legalisation", + "altlabel": null, + "related": null, + "@id": "legalisation", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "M\u0101ori", + "definition": "Primary parcel created on a M\u0101ori Land CSD by an order from the M\u0101ori Land Court (MLC). (Includes Roadways if the MLC has declared the roadway to be a separate primary parcel similar in the nature of a Road).", + "notation": "m\u0101ori", + "altlabel": null, + "related": null, + "@id": "m-ori", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Railway", + "definition": "A primary parcel which is to remain railway (for example when creating a balance railway parcel).", + "notation": "railway", + "altlabel": null, + "related": null, + "@id": "railway", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Residual Parcel", + "definition": "A parcel that is the residual portion of a primary parcel remaining as a result of a survey: i. for removal of limitations as to parcels, or ii. for an adverse possession claim, or iii. to change the registration of land from the Deeds Registration Act 1908 to the Land Transfer Act 2017.", + "notation": "residual", + "altlabel": null, + "related": null, + "@id": "residual", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Road", + "definition": "A primary parcel which is to remain legal road (for example when creating a balance road parcel).", + "notation": "road", + "altlabel": null, + "related": null, + "@id": "road", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Vesting on deposit", + "definition": "A primary parcel vested on Deposit. Vested parcels include accessways, Government Purpose Reserves, historic reserves (Crown or Territorial Authority), Local Purpose Reserve, Nature Reserve (Crown or Territorial Authority), Recreation Reserve (Crown or Territorial Authority), Road, Scenic Reserve (Crown or Territorial Authority), Scientific Reserve (Crown or Territorial Authority), Service Lane, in Lieu of a Reserve (Crown or Territorial Authority), in the Crown under sec. 239(1)(c) of the Resource Management Act 1991 or the territorial Authority under sec. 237A(1)(a) of the Resource management Act 1991.", + "notation": "vest", + "altlabel": null, + "related": null, + "@id": "vest", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/nz-parcel-purpose.ttl b/cadastre/Parcels/nz-parcel-purpose.ttl new file mode 100644 index 0000000..2a5e3a1 --- /dev/null +++ b/cadastre/Parcels/nz-parcel-purpose.ttl @@ -0,0 +1,96 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "The marine and coastal area other than: (a) specified freehold land located in that area; and (b) any area that is owned by the Crown and has the status of any of the following kinds: (i) a conservation area within the meaning of section 2(1) of the Conservation Act 1987; (ii) a national park within the meaning of section 2 of the National Parks Act 1980; (iii) a reserve within the meaning of section 2(1) of the Reserves Act 1977; and (c) the bed of Te Whaanga Lagoon in the Chatham Islands (Marine and Coastal Area (Takutai Moana) Act 2011)" ; + skos:inScheme ; + skos:notation "cmca" ; + skos:prefLabel "Common Marine and Coastal Area" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A primary parcel defining the portion of land that has been eroded from a parcel being extinguished." ; + skos:inScheme ; + skos:notation "erosion" ; + skos:prefLabel "Erosion" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A primary parcel created for a Fee Simple title, including a parcel with a height limited/stratum boundary. This could include a SO Crown subdivision parcel, reclamation parcel or a parcel shown on a Legalisation CSD (other than a balance parcel)" ; + skos:inScheme ; + skos:notation "fst" ; + skos:prefLabel "Fee Simple Title" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A Primary Parcel defining the residual or balance portion of the bed of a lake, river, stream or the sea. Includes land that has already become part of the common marine and coastal area pursuant to the Marine & Coastal Area Act 2011. Land that will become common marine and coastal area on subdivision pursuant to Sec 237A (1)(b) RM Act must have the parcel intent of Common Marine and Coastal Area." ; + skos:inScheme ; + skos:notation "hydro" ; + skos:prefLabel "Hydro" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A primary parcel on a Legalisation CSD, including a parcel with a height-limited/stratum boundary, that is intended to be subject to a statutory action (including road to be stopped and land to be taken for road). For new parcels not directly subject to the proposed legalisation, but which are required under rule 39 (accounting for all of the land in existing primary parcels), the parcel intent should reflect its current status, for example Fee Simple Title for a fee simple parcel." ; + skos:inScheme ; + skos:notation "legalisation" ; + skos:prefLabel "Legalisation" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Primary parcel created on a Māori Land CSD by an order from the Māori Land Court (MLC). (Includes Roadways if the MLC has declared the roadway to be a separate primary parcel similar in the nature of a Road)." ; + skos:inScheme ; + skos:notation "māori" ; + skos:prefLabel "Māori" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A primary parcel which is to remain railway (for example when creating a balance railway parcel)." ; + skos:inScheme ; + skos:notation "railway" ; + skos:prefLabel "Railway" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A parcel that is the residual portion of a primary parcel remaining as a result of a survey: i. for removal of limitations as to parcels, or ii. for an adverse possession claim, or iii. to change the registration of land from the Deeds Registration Act 1908 to the Land Transfer Act 2017." ; + skos:inScheme ; + skos:notation "residual" ; + skos:prefLabel "Residual Parcel" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A primary parcel which is to remain legal road (for example when creating a balance road parcel)." ; + skos:inScheme ; + skos:notation "road" ; + skos:prefLabel "Road" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A primary parcel vested on Deposit. Vested parcels include accessways, Government Purpose Reserves, historic reserves (Crown or Territorial Authority), Local Purpose Reserve, Nature Reserve (Crown or Territorial Authority), Recreation Reserve (Crown or Territorial Authority), Road, Scenic Reserve (Crown or Territorial Authority), Scientific Reserve (Crown or Territorial Authority), Service Lane, in Lieu of a Reserve (Crown or Territorial Authority), in the Crown under sec. 239(1)(c) of the Resource Management Act 1991 or the territorial Authority under sec. 237A(1)(a) of the Resource management Act 1991." ; + skos:inScheme ; + skos:notation "vest" ; + skos:prefLabel "Vesting on deposit" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Parcel Purpose" ; + skos:scopeNote "termtype:ParcelPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:50.200278"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:50.106421"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/nz-parcel-state.csv b/cadastre/Parcels/nz-parcel-state.csv new file mode 100644 index 0000000..a0c0f26 --- /dev/null +++ b/cadastre/Parcels/nz-parcel-state.csv @@ -0,0 +1,8 @@ +preflabel,definition,notation,altlabel,related +affected,The parcel must be amalgamated with one or more parcels created by the survey when the survey is deposited,a,, +created,The parcel is being created by the survey,c,, +encroached,The parcel has been subject to natural erosion and/or accretion and the definition of the parcel has been/should be updated. Relevant where the parcel affected by the accretion/erosion is not extinguished by the survey,enc,, +existing,The parcel is referenced by the survey,exist,,referenced +extinguished,The parcel is being replaced by one or more parcels created by the survey,exting,, +proposed,"The parcel is introduced on the survey but has not actually been ‘created’. This will generally only apply to parcels such as Future Development Units (FDU) on a Proposed Unit Development plan (PUD). The parcel will be created in a subsequent plan, e.g., Stage 1 of the Unit Development",prop,, +referenced,The parcel is referenced by the survey,ref,, \ No newline at end of file diff --git a/cadastre/Parcels/nz-parcel-state.jsonld b/cadastre/Parcels/nz-parcel-state.jsonld new file mode 100644 index 0000000..b12b255 --- /dev/null +++ b/cadastre/Parcels/nz-parcel-state.jsonld @@ -0,0 +1,102 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-parcel-state/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-parcel-state", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Parcel State", + "class": "termtype:ParcelState", + "concepts": [ + { + "preflabel": "affected", + "definition": "The parcel must be amalgamated with one or more parcels created by the survey when the survey is deposited", + "notation": "a", + "altlabel": null, + "related": null, + "@id": "a", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "created", + "definition": "The parcel is being created by the survey", + "notation": "c", + "altlabel": null, + "related": null, + "@id": "c", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "encroached", + "definition": "The parcel has been subject to natural erosion and/or accretion and the definition of the parcel has been/should be updated. Relevant where the parcel affected by the accretion/erosion is not extinguished by the survey", + "notation": "enc", + "altlabel": null, + "related": null, + "@id": "enc", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "existing", + "definition": "The parcel is referenced by the survey", + "notation": "exist", + "altlabel": null, + "related": "referenced", + "@id": "exist", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "extinguished", + "definition": "The parcel is being replaced by one or more parcels created by the survey", + "notation": "exting", + "altlabel": null, + "related": null, + "@id": "exting", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "proposed", + "definition": "The parcel is introduced on the survey but has not actually been \u2018created\u2019. This will generally only apply to parcels such as Future Development Units (FDU) on a Proposed Unit Development plan (PUD). The parcel will be created in a subsequent plan, e.g., Stage 1 of the Unit Development", + "notation": "prop", + "altlabel": null, + "related": null, + "@id": "prop", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "referenced", + "definition": "The parcel is referenced by the survey", + "notation": "ref", + "altlabel": null, + "related": null, + "@id": "ref", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/nz-parcel-state.ttl b/cadastre/Parcels/nz-parcel-state.ttl new file mode 100644 index 0000000..52a4a09 --- /dev/null +++ b/cadastre/Parcels/nz-parcel-state.ttl @@ -0,0 +1,75 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "The parcel must be amalgamated with one or more parcels created by the survey when the survey is deposited" ; + skos:inScheme ; + skos:notation "a" ; + skos:prefLabel "affected" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "The parcel is being created by the survey" ; + skos:inScheme ; + skos:notation "c" ; + skos:prefLabel "created" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "The parcel has been subject to natural erosion and/or accretion and the definition of the parcel has been/should be updated. Relevant where the parcel affected by the accretion/erosion is not extinguished by the survey" ; + skos:inScheme ; + skos:notation "enc" ; + skos:prefLabel "encroached" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "The parcel is referenced by the survey" ; + skos:inScheme ; + skos:notation "exist" ; + skos:prefLabel "existing" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "The parcel is being replaced by one or more parcels created by the survey" ; + skos:inScheme ; + skos:notation "exting" ; + skos:prefLabel "extinguished" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "The parcel is introduced on the survey but has not actually been ‘created’. This will generally only apply to parcels such as Future Development Units (FDU) on a Proposed Unit Development plan (PUD). The parcel will be created in a subsequent plan, e.g., Stage 1 of the Unit Development" ; + skos:inScheme ; + skos:notation "prop" ; + skos:prefLabel "proposed" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "The parcel is referenced by the survey" ; + skos:inScheme ; + skos:notation "ref" ; + skos:prefLabel "referenced" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Parcel State" ; + skos:scopeNote "termtype:ParcelState" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:50.384517"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:50.294880"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/nz-parcel-type.csv b/cadastre/Parcels/nz-parcel-type.csv new file mode 100644 index 0000000..fd03c17 --- /dev/null +++ b/cadastre/Parcels/nz-parcel-type.csv @@ -0,0 +1,7 @@ +preflabel,definition,notation,altlabel,related +Lot,An area of land,l,,Section +Section,An area of land,s,,Lot +Principal unit,"A unit: (a) that is designed for use (whether in conjunction with any accessory unit or not) as a place of residence or business or for any other use of any nature, and that is shown on a unit plan as a principal unit; and (b) that (i) contains a building or part of a building or is contained in a building (although the unit may or may not be bounded by the physical dimensions of the building); or (ii) is 1 or more car parks (Unit Titles Act 2010)",pu,, +Future Development Unit,"In relation to a subdivision of land or a principal unit into units in stages, means a unit that is proposed to be developed or subdivided into 1 or more principal units (with or without accessory units or common property) at a later stage of the development, and that is shown on a stage unit plan as a future development unit (Unit Titles Act 2010)",fdu,, +Accessory Unit,"A unit that is designed for use with any principal unit (including, without limitation, a garden, garage, car parking space, storage space, swimming pool, laundry, stairway, or passage) and that is shown on a unit plan as an accessory unit (Unit Titles Act 2010)",au,, +Unit,"Means a part of the land consisting of a space of any shape situated below, on, or above the surface of the land, or partly in one such situation and partly in another or others, all the dimensions of which are limited, and that is designed for separate ownership",u,, \ No newline at end of file diff --git a/cadastre/Parcels/nz-parcel-type.jsonld b/cadastre/Parcels/nz-parcel-type.jsonld new file mode 100644 index 0000000..8a88c88 --- /dev/null +++ b/cadastre/Parcels/nz-parcel-type.jsonld @@ -0,0 +1,92 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-parcel-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-parcel-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Parcel Type", + "class": "surv:ParcelType", + "concepts": [ + { + "preflabel": "Lot", + "definition": "An area of land", + "notation": "l", + "altlabel": null, + "related": "Section", + "@id": "l", + "type": "surv:ParcelType", + "@type": "skos:Concept" + }, + { + "preflabel": "Section", + "definition": "An area of land", + "notation": "s", + "altlabel": null, + "related": "Lot", + "@id": "s", + "type": "surv:ParcelType", + "@type": "skos:Concept" + }, + { + "preflabel": "Principal unit", + "definition": "A unit: (a) that is designed for use (whether in conjunction with any accessory unit or not) as a place of residence or business or for any other use of any nature, and that is shown on a unit plan as a principal unit; and (b) that (i) contains a building or part of a building or is contained in a building (although the unit may or may not be bounded by the physical dimensions of the building); or (ii) is 1 or more car parks (Unit Titles Act 2010)", + "notation": "pu", + "altlabel": null, + "related": null, + "@id": "pu", + "type": "surv:ParcelType", + "@type": "skos:Concept" + }, + { + "preflabel": "Future Development Unit", + "definition": "In relation to a subdivision of land or a principal unit into units in stages, means a unit that is proposed to be developed or subdivided into 1 or more principal units (with or without accessory units or common property) at a later stage of the development, and that is shown on a stage unit plan as a future development unit (Unit Titles Act 2010)", + "notation": "fdu", + "altlabel": null, + "related": null, + "@id": "fdu", + "type": "surv:ParcelType", + "@type": "skos:Concept" + }, + { + "preflabel": "Accessory Unit", + "definition": "A unit that is designed for use with any principal unit (including, without limitation, a garden, garage, car parking space, storage space, swimming pool, laundry, stairway, or passage) and that is shown on a unit plan as an accessory unit (Unit Titles Act 2010)", + "notation": "au", + "altlabel": null, + "related": null, + "@id": "au", + "type": "surv:ParcelType", + "@type": "skos:Concept" + }, + { + "preflabel": "Unit", + "definition": "Means a part of the land consisting of a space of any shape situated below, on, or above the surface of the land, or partly in one such situation and partly in another or others, all the dimensions of which are limited, and that is designed for separate ownership", + "notation": "u", + "altlabel": null, + "related": null, + "@id": "u", + "type": "surv:ParcelType", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/nz-parcel-type.ttl b/cadastre/Parcels/nz-parcel-type.ttl new file mode 100644 index 0000000..223d076 --- /dev/null +++ b/cadastre/Parcels/nz-parcel-type.ttl @@ -0,0 +1,68 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:ParcelType ; + skos:definition "A unit that is designed for use with any principal unit (including, without limitation, a garden, garage, car parking space, storage space, swimming pool, laundry, stairway, or passage) and that is shown on a unit plan as an accessory unit (Unit Titles Act 2010)" ; + skos:inScheme ; + skos:notation "au" ; + skos:prefLabel "Accessory Unit" . + + a skos:Concept, + surv:ParcelType ; + skos:definition "In relation to a subdivision of land or a principal unit into units in stages, means a unit that is proposed to be developed or subdivided into 1 or more principal units (with or without accessory units or common property) at a later stage of the development, and that is shown on a stage unit plan as a future development unit (Unit Titles Act 2010)" ; + skos:inScheme ; + skos:notation "fdu" ; + skos:prefLabel "Future Development Unit" . + + a skos:Concept, + surv:ParcelType ; + skos:definition "An area of land" ; + skos:inScheme ; + skos:notation "l" ; + skos:prefLabel "Lot" . + + a skos:Concept, + surv:ParcelType ; + skos:definition "A unit: (a) that is designed for use (whether in conjunction with any accessory unit or not) as a place of residence or business or for any other use of any nature, and that is shown on a unit plan as a principal unit; and (b) that (i) contains a building or part of a building or is contained in a building (although the unit may or may not be bounded by the physical dimensions of the building); or (ii) is 1 or more car parks (Unit Titles Act 2010)" ; + skos:inScheme ; + skos:notation "pu" ; + skos:prefLabel "Principal unit" . + + a skos:Concept, + surv:ParcelType ; + skos:definition "An area of land" ; + skos:inScheme ; + skos:notation "s" ; + skos:prefLabel "Section" . + + a skos:Concept, + surv:ParcelType ; + skos:definition "Means a part of the land consisting of a space of any shape situated below, on, or above the surface of the land, or partly in one such situation and partly in another or others, all the dimensions of which are limited, and that is designed for separate ownership" ; + skos:inScheme ; + skos:notation "u" ; + skos:prefLabel "Unit" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Parcel Type" ; + skos:scopeNote "surv:ParcelType" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:33.734533"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:33.609280"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/nz-secondary-parcel-purpose.csv b/cadastre/Parcels/nz-secondary-parcel-purpose.csv new file mode 100644 index 0000000..1884ccb --- /dev/null +++ b/cadastre/Parcels/nz-secondary-parcel-purpose.csv @@ -0,0 +1,14 @@ +preflabel,definition,notation,altlabel,related +Covenant – Flat/Crosslease,"A parcel defining an exclusive use area on a flat plan / cross lease dataset",c-fc,, +Covenant - Land,"A parcel defining an area subject to an agreement where one person promises that they will give, do, or not do, something to their land, e.g., QE2 Covenant, Consent Notice under Section 221 of the RMA 1991",c-l,, +Covenant to be revoked,"A parcel defining the part of a covenant to be revoked",c2br,, +Cross Lease Building,"A parcel created to enable a record of title comprising a leasehold estate and a share of the estate in fee simple to be issued",clb,, +Customary Entitlement,"A parcel to be created as part of a Treaty Settlement, such as a nohoanga entitlement",ce,, +Customary Marine Title,"A parcel defined on an order from the High Court recognising a customary marine title (CMT)",cmt,, +Easement,"A parcel creating a right by the owner of a property to use part of the land in another title for a specific purpose, for example water right, right of way, etc., and includes Māori Roadways in the nature of an easement",e,, +Easements to be Surrendered,"A parcel defining the part of an easement to be surrendered",e2bs,, +Esplanade Strip,"A parcel of land created by the registration of an instrument for one or more of the following purposes: (a) to contribute to the protection of conservation values by, in particular, (i) maintaining or enhancing the natural functioning of the adjacent sea, river, or lake; or (ii) maintaining or enhancing water quality; or (iii) maintaining or enhancing aquatic habitats; or (iv) protecting the natural values associated with the esplanade reserve or esplanade strip; or (v) mitigating natural hazards; or (b) to enable public access to or along any sea, river, or lake; or (c) to enable public recreational use of the esplanade reserve or esplanade strip and adjacent sea, river, or lake, where the use is compatible with conservation values (sections 2 and 229 of the Resource Management Act 1991)",es,, +Lease,"A parcel defining a Lease including one requiring subdivision consent under the Resource Management Act 1991",l,, +Licence/Permit,"A parcel defining a Licence/Permit parcel, for example mining permit area, crown forest licence, etc.",l-p,, +Marginal Strip-Movable,"A parcel defining a movable marginal strip in accordance with rule 84 Cadastral Survey Rules 2021",ms-m,, +Reserve Reclassification,"A parcel defining part of a reserve to be reclassified for a different purpose under the Reserves Act 1977, where a separate title will not issue",rr,, \ No newline at end of file diff --git a/cadastre/Parcels/nz-secondary-parcel-purpose.jsonld b/cadastre/Parcels/nz-secondary-parcel-purpose.jsonld new file mode 100644 index 0000000..bfb504b --- /dev/null +++ b/cadastre/Parcels/nz-secondary-parcel-purpose.jsonld @@ -0,0 +1,162 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-secondary-parcel-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-secondary-parcel-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Secondary Parcel Purpose", + "class": "termtype:ParcelPurpose", + "concepts": [ + { + "preflabel": "Covenant \u2013 Flat/Crosslease", + "definition": "A parcel defining an exclusive use area on a flat plan / cross lease dataset", + "notation": "c-fc", + "altlabel": null, + "related": null, + "@id": "c-fc", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Covenant - Land", + "definition": "A parcel defining an area subject to an agreement where one person promises that they will give, do, or not do, something to their land, e.g., QE2 Covenant, Consent Notice under Section 221 of the RMA 1991", + "notation": "c-l", + "altlabel": null, + "related": null, + "@id": "c-l", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Covenant to be revoked", + "definition": "A parcel defining the part of a covenant to be revoked", + "notation": "c2br", + "altlabel": null, + "related": null, + "@id": "c2br", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Cross Lease Building", + "definition": "A parcel created to enable a record of title comprising a leasehold estate and a share of the estate in fee simple to be issued", + "notation": "clb", + "altlabel": null, + "related": null, + "@id": "clb", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Customary Entitlement", + "definition": "A parcel to be created as part of a Treaty Settlement, such as a nohoanga entitlement", + "notation": "ce", + "altlabel": null, + "related": null, + "@id": "ce", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Customary Marine Title", + "definition": "A parcel defined on an order from the High Court recognising a customary marine title (CMT)", + "notation": "cmt", + "altlabel": null, + "related": null, + "@id": "cmt", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement", + "definition": "A parcel creating a right by the owner of a property to use part of the land in another title for a specific purpose, for example water right, right of way, etc., and includes M\u0101ori Roadways in the nature of an easement", + "notation": "e", + "altlabel": null, + "related": null, + "@id": "e", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easements to be Surrendered", + "definition": "A parcel defining the part of an easement to be surrendered", + "notation": "e2bs", + "altlabel": null, + "related": null, + "@id": "e2bs", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Esplanade Strip", + "definition": "A parcel of land created by the registration of an instrument for one or more of the following purposes: (a) to contribute to the protection of conservation values by, in particular, (i) maintaining or enhancing the natural functioning of the adjacent sea, river, or lake; or (ii) maintaining or enhancing water quality; or (iii) maintaining or enhancing aquatic habitats; or (iv) protecting the natural values associated with the esplanade reserve or esplanade strip; or (v) mitigating natural hazards; or (b) to enable public access to or along any sea, river, or lake; or (c) to enable public recreational use of the esplanade reserve or esplanade strip and adjacent sea, river, or lake, where the use is compatible with conservation values (sections 2 and 229 of the Resource Management Act 1991)", + "notation": "es", + "altlabel": null, + "related": null, + "@id": "es", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Lease", + "definition": "A parcel defining a Lease including one requiring subdivision consent under the Resource Management Act 1991", + "notation": "l", + "altlabel": null, + "related": null, + "@id": "l", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Licence/Permit", + "definition": "A parcel defining a Licence/Permit parcel, for example mining permit area, crown forest licence, etc.", + "notation": "l-p", + "altlabel": null, + "related": null, + "@id": "l-p", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Marginal Strip-Movable", + "definition": "A parcel defining a movable marginal strip in accordance with rule 84 Cadastral Survey Rules 2021", + "notation": "ms-m", + "altlabel": null, + "related": null, + "@id": "ms-m", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve Reclassification", + "definition": "A parcel defining part of a reserve to be reclassified for a different purpose under the Reserves Act 1977, where a separate title will not issue", + "notation": "rr", + "altlabel": null, + "related": null, + "@id": "rr", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/nz-secondary-parcel-purpose.ttl b/cadastre/Parcels/nz-secondary-parcel-purpose.ttl new file mode 100644 index 0000000..1cdc1bf --- /dev/null +++ b/cadastre/Parcels/nz-secondary-parcel-purpose.ttl @@ -0,0 +1,117 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A parcel defining an exclusive use area on a flat plan / cross lease dataset" ; + skos:inScheme ; + skos:notation "c-fc" ; + skos:prefLabel "Covenant – Flat/Crosslease" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A parcel defining an area subject to an agreement where one person promises that they will give, do, or not do, something to their land, e.g., QE2 Covenant, Consent Notice under Section 221 of the RMA 1991" ; + skos:inScheme ; + skos:notation "c-l" ; + skos:prefLabel "Covenant - Land" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A parcel defining the part of a covenant to be revoked" ; + skos:inScheme ; + skos:notation "c2br" ; + skos:prefLabel "Covenant to be revoked" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A parcel to be created as part of a Treaty Settlement, such as a nohoanga entitlement" ; + skos:inScheme ; + skos:notation "ce" ; + skos:prefLabel "Customary Entitlement" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A parcel created to enable a record of title comprising a leasehold estate and a share of the estate in fee simple to be issued" ; + skos:inScheme ; + skos:notation "clb" ; + skos:prefLabel "Cross Lease Building" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A parcel defined on an order from the High Court recognising a customary marine title (CMT)" ; + skos:inScheme ; + skos:notation "cmt" ; + skos:prefLabel "Customary Marine Title" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A parcel creating a right by the owner of a property to use part of the land in another title for a specific purpose, for example water right, right of way, etc., and includes Māori Roadways in the nature of an easement" ; + skos:inScheme ; + skos:notation "e" ; + skos:prefLabel "Easement" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A parcel defining the part of an easement to be surrendered" ; + skos:inScheme ; + skos:notation "e2bs" ; + skos:prefLabel "Easements to be Surrendered" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A parcel of land created by the registration of an instrument for one or more of the following purposes: (a) to contribute to the protection of conservation values by, in particular, (i) maintaining or enhancing the natural functioning of the adjacent sea, river, or lake; or (ii) maintaining or enhancing water quality; or (iii) maintaining or enhancing aquatic habitats; or (iv) protecting the natural values associated with the esplanade reserve or esplanade strip; or (v) mitigating natural hazards; or (b) to enable public access to or along any sea, river, or lake; or (c) to enable public recreational use of the esplanade reserve or esplanade strip and adjacent sea, river, or lake, where the use is compatible with conservation values (sections 2 and 229 of the Resource Management Act 1991)" ; + skos:inScheme ; + skos:notation "es" ; + skos:prefLabel "Esplanade Strip" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A parcel defining a Lease including one requiring subdivision consent under the Resource Management Act 1991" ; + skos:inScheme ; + skos:notation "l" ; + skos:prefLabel "Lease" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A parcel defining a Licence/Permit parcel, for example mining permit area, crown forest licence, etc." ; + skos:inScheme ; + skos:notation "l-p" ; + skos:prefLabel "Licence/Permit" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A parcel defining a movable marginal strip in accordance with rule 84 Cadastral Survey Rules 2021" ; + skos:inScheme ; + skos:notation "ms-m" ; + skos:prefLabel "Marginal Strip-Movable" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A parcel defining part of a reserve to be reclassified for a different purpose under the Reserves Act 1977, where a separate title will not issue" ; + skos:inScheme ; + skos:notation "rr" ; + skos:prefLabel "Reserve Reclassification" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Secondary Parcel Purpose" ; + skos:scopeNote "termtype:ParcelPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:34.442410"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:34.347046"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/nz-secondary-parcel-type.csv b/cadastre/Parcels/nz-secondary-parcel-type.csv new file mode 100644 index 0000000..12e8ae9 --- /dev/null +++ b/cadastre/Parcels/nz-secondary-parcel-type.csv @@ -0,0 +1,3 @@ +preflabel,definition,notation,altlabel,related +Area,A closed shape,a,, +Centreline,A reference line from which the extents of a parcel can be defined,ce,, \ No newline at end of file diff --git a/cadastre/Parcels/nz-secondary-parcel-type.jsonld b/cadastre/Parcels/nz-secondary-parcel-type.jsonld new file mode 100644 index 0000000..6a0d93a --- /dev/null +++ b/cadastre/Parcels/nz-secondary-parcel-type.jsonld @@ -0,0 +1,52 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-secondary-parcel-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-secondary-parcel-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Secondary Parcel Type", + "class": "surv:ParcelType", + "concepts": [ + { + "preflabel": "Area", + "definition": "A closed shape", + "notation": "a", + "altlabel": null, + "related": null, + "@id": "a", + "type": "surv:ParcelType", + "@type": "skos:Concept" + }, + { + "preflabel": "Centreline", + "definition": "A reference line from which the extents of a parcel can be defined", + "notation": "ce", + "altlabel": null, + "related": null, + "@id": "ce", + "type": "surv:ParcelType", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/nz-secondary-parcel-type.ttl b/cadastre/Parcels/nz-secondary-parcel-type.ttl new file mode 100644 index 0000000..bc86023 --- /dev/null +++ b/cadastre/Parcels/nz-secondary-parcel-type.ttl @@ -0,0 +1,40 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:ParcelType ; + skos:definition "A closed shape" ; + skos:inScheme ; + skos:notation "a" ; + skos:prefLabel "Area" . + + a skos:Concept, + surv:ParcelType ; + skos:definition "A reference line from which the extents of a parcel can be defined" ; + skos:inScheme ; + skos:notation "ce" ; + skos:prefLabel "Centreline" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Secondary Parcel Type" ; + skos:scopeNote "surv:ParcelType" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:43.992210"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:43.909168"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/nz-secondary-purpose.csv b/cadastre/Parcels/nz-secondary-purpose.csv new file mode 100644 index 0000000..0493b14 --- /dev/null +++ b/cadastre/Parcels/nz-secondary-purpose.csv @@ -0,0 +1,19 @@ +preflabel,definition,notation,altlabel,related +Rights of Way,"A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) as a means of access to or egress from the Dominant Tenement",row,, +Pedestrian Right of Way,"A right held by the Dominant Tenement (Benefited Land) to walk upon the Servient Tenement (Burdened Land) as a means of access to or egress from the Dominant Tenement",prow,, +Right to convey Computer Media,"A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey computer media without interruption or impediment",rcm,, +Right to convey Electricity,A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey electricity and electrical impulses without interruption or impediment,rce,, +Right to convey Gas,"A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey gas without interruption or impediment",rcg,, +Right to convey Telecommunications,"A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey electricity and electrical telecommunications without interruption or impediment",r-ct,, +Right to convey Telecommunications and Computer Media,"A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey electricity, electrical impulses, and computer media without interruption or impediment",rct-cm,, +Right to convey Water,"A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey water in free and unimpeded flow without interruption or impediment",rcw,, +Right to drain Water,"A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey water (whether sourced from rain, springs, soakage, or seepage) in any quantity without interruption or impediment",rdw,, +Right to drain Storm Water,"A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey storm water in any quantity without interruption or impediment",rdsw,, +Right to drain Sewage,"A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to drain, discharge, and convey sewage and other waste material and waste fluids in any quantity without interruption or impediment",rds,, +Right to emit Dust,"A right held by the Dominant Tenement (Benefited Land) to emit dust",red,, +Right to emit Noise,"A right held by the Dominant Tenement (Benefited Land) to emit noise",ren,, +Right to emit Spray,"A right held by the Dominant Tenement (Benefited Land) to emit spray",res,, +Right to Support,"A right held by the Dominant Tenement (Benefited Land) to require the Servient Tenement (Burdened Land) to ensure structures on the Dominant Tenement are supported",rs,, +Right to Overhang Eaves,"A right held by the Dominant Tenement (Benefited Land) to allow eaves to encroach over the Servient Tenement (Burdened Land)",roe,, +Right to Light and Air,"A right held by the Dominant Tenement (Benefited Land) to ensure the Servient Tenement (Burdened Land) provides unobstructed access to light and air",rl-a,, +Right to Parking,"A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to park vehicles without interruption or impediment",rp,, \ No newline at end of file diff --git a/cadastre/Parcels/nz-secondary-purpose.jsonld b/cadastre/Parcels/nz-secondary-purpose.jsonld new file mode 100644 index 0000000..1022aec --- /dev/null +++ b/cadastre/Parcels/nz-secondary-purpose.jsonld @@ -0,0 +1,212 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-secondary-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-secondary-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Secondary Purpose", + "class": "termtype:ParcelPurpose", + "concepts": [ + { + "preflabel": "Rights of Way", + "definition": "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) as a means of access to or egress from the Dominant Tenement", + "notation": "row", + "altlabel": null, + "related": null, + "@id": "row", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Pedestrian Right of Way", + "definition": "A right held by the Dominant Tenement (Benefited Land) to walk upon the Servient Tenement (Burdened Land) as a means of access to or egress from the Dominant Tenement", + "notation": "prow", + "altlabel": null, + "related": null, + "@id": "prow", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right to convey Computer Media", + "definition": "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey computer media without interruption or impediment", + "notation": "rcm", + "altlabel": null, + "related": null, + "@id": "rcm", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right to convey Electricity", + "definition": "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey electricity and electrical impulses without interruption or impediment", + "notation": "rce", + "altlabel": null, + "related": null, + "@id": "rce", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right to convey Gas", + "definition": "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey gas without interruption or impediment", + "notation": "rcg", + "altlabel": null, + "related": null, + "@id": "rcg", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right to convey Telecommunications", + "definition": "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey electricity and electrical telecommunications without interruption or impediment", + "notation": "r-ct", + "altlabel": null, + "related": null, + "@id": "r-ct", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right to convey Telecommunications and Computer Media", + "definition": "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey electricity, electrical impulses, and computer media without interruption or impediment", + "notation": "rct-cm", + "altlabel": null, + "related": null, + "@id": "rct-cm", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right to convey Water", + "definition": "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey water in free and unimpeded flow without interruption or impediment", + "notation": "rcw", + "altlabel": null, + "related": null, + "@id": "rcw", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right to drain Water", + "definition": "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey water (whether sourced from rain, springs, soakage, or seepage) in any quantity without interruption or impediment", + "notation": "rdw", + "altlabel": null, + "related": null, + "@id": "rdw", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right to drain Storm Water", + "definition": "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey storm water in any quantity without interruption or impediment", + "notation": "rdsw", + "altlabel": null, + "related": null, + "@id": "rdsw", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right to drain Sewage", + "definition": "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to drain, discharge, and convey sewage and other waste material and waste fluids in any quantity without interruption or impediment", + "notation": "rds", + "altlabel": null, + "related": null, + "@id": "rds", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right to emit Dust", + "definition": "A right held by the Dominant Tenement (Benefited Land) to emit dust", + "notation": "red", + "altlabel": null, + "related": null, + "@id": "red", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right to emit Noise", + "definition": "A right held by the Dominant Tenement (Benefited Land) to emit noise", + "notation": "ren", + "altlabel": null, + "related": null, + "@id": "ren", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right to emit Spray", + "definition": "A right held by the Dominant Tenement (Benefited Land) to emit spray", + "notation": "res", + "altlabel": null, + "related": null, + "@id": "res", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right to Support", + "definition": "A right held by the Dominant Tenement (Benefited Land) to require the Servient Tenement (Burdened Land) to ensure structures on the Dominant Tenement are supported", + "notation": "rs", + "altlabel": null, + "related": null, + "@id": "rs", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right to Overhang Eaves", + "definition": "A right held by the Dominant Tenement (Benefited Land) to allow eaves to encroach over the Servient Tenement (Burdened Land)", + "notation": "roe", + "altlabel": null, + "related": null, + "@id": "roe", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right to Light and Air", + "definition": "A right held by the Dominant Tenement (Benefited Land) to ensure the Servient Tenement (Burdened Land) provides unobstructed access to light and air", + "notation": "rl-a", + "altlabel": null, + "related": null, + "@id": "rl-a", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right to Parking", + "definition": "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to park vehicles without interruption or impediment", + "notation": "rp", + "altlabel": null, + "related": null, + "@id": "rp", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/nz-secondary-purpose.ttl b/cadastre/Parcels/nz-secondary-purpose.ttl new file mode 100644 index 0000000..9c3c901 --- /dev/null +++ b/cadastre/Parcels/nz-secondary-purpose.ttl @@ -0,0 +1,152 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to walk upon the Servient Tenement (Burdened Land) as a means of access to or egress from the Dominant Tenement" ; + skos:inScheme ; + skos:notation "prow" ; + skos:prefLabel "Pedestrian Right of Way" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey electricity and electrical telecommunications without interruption or impediment" ; + skos:inScheme ; + skos:notation "r-ct" ; + skos:prefLabel "Right to convey Telecommunications" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey electricity and electrical impulses without interruption or impediment" ; + skos:inScheme ; + skos:notation "rce" ; + skos:prefLabel "Right to convey Electricity" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey gas without interruption or impediment" ; + skos:inScheme ; + skos:notation "rcg" ; + skos:prefLabel "Right to convey Gas" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey computer media without interruption or impediment" ; + skos:inScheme ; + skos:notation "rcm" ; + skos:prefLabel "Right to convey Computer Media" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey electricity, electrical impulses, and computer media without interruption or impediment" ; + skos:inScheme ; + skos:notation "rct-cm" ; + skos:prefLabel "Right to convey Telecommunications and Computer Media" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey water in free and unimpeded flow without interruption or impediment" ; + skos:inScheme ; + skos:notation "rcw" ; + skos:prefLabel "Right to convey Water" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to drain, discharge, and convey sewage and other waste material and waste fluids in any quantity without interruption or impediment" ; + skos:inScheme ; + skos:notation "rds" ; + skos:prefLabel "Right to drain Sewage" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey storm water in any quantity without interruption or impediment" ; + skos:inScheme ; + skos:notation "rdsw" ; + skos:prefLabel "Right to drain Storm Water" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to convey water (whether sourced from rain, springs, soakage, or seepage) in any quantity without interruption or impediment" ; + skos:inScheme ; + skos:notation "rdw" ; + skos:prefLabel "Right to drain Water" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to emit dust" ; + skos:inScheme ; + skos:notation "red" ; + skos:prefLabel "Right to emit Dust" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to emit noise" ; + skos:inScheme ; + skos:notation "ren" ; + skos:prefLabel "Right to emit Noise" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to emit spray" ; + skos:inScheme ; + skos:notation "res" ; + skos:prefLabel "Right to emit Spray" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to ensure the Servient Tenement (Burdened Land) provides unobstructed access to light and air" ; + skos:inScheme ; + skos:notation "rl-a" ; + skos:prefLabel "Right to Light and Air" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to allow eaves to encroach over the Servient Tenement (Burdened Land)" ; + skos:inScheme ; + skos:notation "roe" ; + skos:prefLabel "Right to Overhang Eaves" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) as a means of access to or egress from the Dominant Tenement" ; + skos:inScheme ; + skos:notation "row" ; + skos:prefLabel "Rights of Way" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to use the Servient Tenement (Burdened Land) to park vehicles without interruption or impediment" ; + skos:inScheme ; + skos:notation "rp" ; + skos:prefLabel "Right to Parking" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "A right held by the Dominant Tenement (Benefited Land) to require the Servient Tenement (Burdened Land) to ensure structures on the Dominant Tenement are supported" ; + skos:inScheme ; + skos:notation "rs" ; + skos:prefLabel "Right to Support" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Secondary Purpose" ; + skos:scopeNote "termtype:ParcelPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:41.488344"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:41.385935"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/vic-interest-type.csv b/cadastre/Parcels/vic-interest-type.csv new file mode 100644 index 0000000..f7fc56e --- /dev/null +++ b/cadastre/Parcels/vic-interest-type.csv @@ -0,0 +1,100 @@ +preflabel,definition,notation,altlabel,related +Amalgamation,,a,, +Covenant,,c,, +Certificate of Title,,c-t,, +Freehold,,fh,, +Owners Corporation,,o-c,, +Easement in Gross (Sewerage),,easement-in-gross-sewerage,, +Easement - Drainage,,easement-drainage,, +Alpine Lease,,alpine-lease,, +Crown Grant,,crown-grant,, +Crown Grant(Part),,crown-grant-part,, +Crown Land,,crown-land,, +Crown Lease,,crown-lease,, +Freehold(Part),,freehold-part,, +Identified,,identified,, +Mineral 'Includes',,mineral-includes,, +Mineral 'Excludes',,mineral-excludes,, +Treasurer's Receipt,,treasurer-receipt,, +Easement Benefit,,easement-benefit,, +Restriction Benefit,,restriction-benefit,, +Restriction Burden,,restriction-burden,, +Depth Limitation,,depth-limitation,, +Depth Limitation(Part),,depth-limitation-part +Air Supply,,air-supply,, +Channel,,channel,, +Flow of Air,,flow-of-air,, +Data Transmission,,data-transmission,, +Passage of Air,,passage-of-air,, +Supply of Electricity,,supply-of-electricity,, +Air Exhaust and Ventilation,,air-exhaust-ventilation,, +Transmission of Electricity,,transmission-electricity,, +Carriageway,,carriageway,, +Ground Water Monitoring,,ground-water-monitoring,, +Drainage,,drainage,, +Irrigation,,irrigation,, +Drainage and Floodway,,drainage-floodway,, +Loading and Unloading Heavy Equipment,,load-unload-heavy-equipment,, +Drainage and Sewerage,,drainage-sewage,, +Mail Collection,,mail-collection,, +Drainage and Waterway,,drainage-waterway,, +Overhanging Projections,,overhanging-projections,, +Erosion,,erosion,, +Sanitary Convenience,,sanitary-convenience,, +Fire Access,,fire-access,, +Supply of Recycled Water,,supply-recycled-water,, +Fire Escape,,fire-escape,, +Supply of Water,,supply-water,, +Fire Egress,,fire-egress, +Support,,support,, +Floodway,,floodway,, +Telecommunications,,telecommunications,, +Flooding,,flooding,, +Underground Effluent Disposal,,underground-effluent-disposal,, +Flow of Light and Air,,flow-light-air,, +Use of Stairway,,use-stairway,, +Footway,,footway,, +Vehicle Parking,,vehicle-parking,, +Gas Distribution Pipeline,,gas-distribution-pipeline,, +Waste Disposal,,waste-disposal,, +Gas Transmission Pipeline,,gas-transmission-pipeline,, +Wetland,,wetland,, +Supply of Gas,,supply-gas,, +Flow of Light,,flow-light,, +Passage of Light,,passage-light,, +Bore,,bore,, +Windmill and Tank,,windmill-tank,, +Other,,other,, +Garbage Collection/Garbage,,garbage-collection,, +Overhanging Eaves,,overhanging-eaves,, +Laying Water Pipes,,laying-water-pipes,, +Overhanging Spouting,,overhanging-spouting,, +Nuisance or Annoyance,,nuisance-annoyance,, +Overhanging Balcony,,overhanging-balcony,, +Public Conveniences,,public-conveniences,, +Party Wall,,party-wall,, +Public Highway,,public-highway,, +Chimney,,chimney,, +Quarrying and Blasting,,quarrying-blasting,, +Passage of Light and Air,,passage-light-air,, +Recreation and Garden,,recreation-garden,, +Pipeline or Ancillary Purposes,,pipline-ancillary-purposes,, +Signboard,,signboard,, +Signage,,signage,, +Powerline,,powerline,, +Tree Planting,,tree-planting,, +Right of Entry,,right-entry,, +Sewerage,,sewage,, +Soakage by Water,,soakage-water,, +Air Exhaust,,air-exhaust,, +Ventilation and Access,,ventilation-access,, +Submergence,,submergence,, +Vehicle Parking,,vehicle-parking,, +Walkway,,walkway,, +Carriageway (with Limitation and Obligation),,carriageway-l-o,, +Walkway in the event of ‘activity’ in ‘specific location’,,walkway-activity-specific-location,, +Right of Access,,right-access,, +Waterway,,waterway,, +Waterway Management,,waterway-management,, +Way,,way,, +Vest,To place or give into possession or discretion of some person or authority,vest,, \ No newline at end of file diff --git a/cadastre/Parcels/vic-interest-type.jsonld b/cadastre/Parcels/vic-interest-type.jsonld new file mode 100644 index 0000000..93c8e21 --- /dev/null +++ b/cadastre/Parcels/vic-interest-type.jsonld @@ -0,0 +1,1019 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-interest-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-interest-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Memorial Types", + "class": "surv:InterestType", + "concepts": [ + { + "preflabel": "Amalgamation", + "definition": null, + "notation": "a", + "altlabel": null, + "related": null, + "@id": "a", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Covenant", + "definition": null, + "notation": "c", + "altlabel": null, + "related": null, + "@id": "c", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Certificate of Title", + "definition": null, + "notation": "c-t", + "altlabel": null, + "related": null, + "@id": "c-t", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Freehold", + "definition": null, + "notation": "fh", + "altlabel": null, + "related": null, + "@id": "fh", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Owners Corporation", + "definition": null, + "notation": "o-c", + "altlabel": null, + "related": null, + "@id": "o-c", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement in Gross (Sewerage)", + "definition": null, + "notation": "easement-in-gross-sewerage", + "altlabel": null, + "related": null, + "@id": "easement-in-gross-sewerage", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - Drainage", + "definition": null, + "notation": "easement-drainage", + "altlabel": null, + "related": null, + "@id": "easement-drainage", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Alpine Lease", + "definition": null, + "notation": "alpine-lease", + "altlabel": null, + "related": null, + "@id": "alpine-lease", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown Grant", + "definition": null, + "notation": "crown-grant", + "altlabel": null, + "related": null, + "@id": "crown-grant", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown Grant(Part)", + "definition": null, + "notation": "crown-grant-part", + "altlabel": null, + "related": null, + "@id": "crown-grant-part", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown Land", + "definition": null, + "notation": "crown-land", + "altlabel": null, + "related": null, + "@id": "crown-land", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown Lease", + "definition": null, + "notation": "crown-lease", + "altlabel": null, + "related": null, + "@id": "crown-lease", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Freehold(Part)", + "definition": null, + "notation": "freehold-part", + "altlabel": null, + "related": null, + "@id": "freehold-part", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Identified", + "definition": null, + "notation": "identified", + "altlabel": null, + "related": null, + "@id": "identified", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Mineral 'Includes'", + "definition": null, + "notation": "mineral-includes", + "altlabel": null, + "related": null, + "@id": "mineral-includes", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Mineral 'Excludes'", + "definition": null, + "notation": "mineral-excludes", + "altlabel": null, + "related": null, + "@id": "mineral-excludes", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Treasurer's Receipt", + "definition": null, + "notation": "treasurer-receipt", + "altlabel": null, + "related": null, + "@id": "treasurer-receipt", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement Benefit", + "definition": null, + "notation": "easement-benefit", + "altlabel": null, + "related": null, + "@id": "easement-benefit", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Restriction Benefit", + "definition": null, + "notation": "restriction-benefit", + "altlabel": null, + "related": null, + "@id": "restriction-benefit", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Restriction Burden", + "definition": null, + "notation": "restriction-burden", + "altlabel": null, + "related": null, + "@id": "restriction-burden", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Depth Limitation", + "definition": null, + "notation": "depth-limitation", + "altlabel": null, + "related": null, + "@id": "depth-limitation", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Depth Limitation(Part)", + "definition": null, + "notation": "depth-limitation-part", + "@id": "depth-limitation-part", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Air Supply", + "definition": null, + "notation": "air-supply", + "altlabel": null, + "related": null, + "@id": "air-supply", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Channel", + "definition": null, + "notation": "channel", + "altlabel": null, + "related": null, + "@id": "channel", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Flow of Air", + "definition": null, + "notation": "flow-of-air", + "altlabel": null, + "related": null, + "@id": "flow-of-air", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Data Transmission", + "definition": null, + "notation": "data-transmission", + "altlabel": null, + "related": null, + "@id": "data-transmission", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Passage of Air", + "definition": null, + "notation": "passage-of-air", + "altlabel": null, + "related": null, + "@id": "passage-of-air", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Supply of Electricity", + "definition": null, + "notation": "supply-of-electricity", + "altlabel": null, + "related": null, + "@id": "supply-of-electricity", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Air Exhaust and Ventilation", + "definition": null, + "notation": "air-exhaust-ventilation", + "altlabel": null, + "related": null, + "@id": "air-exhaust-ventilation", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Transmission of Electricity", + "definition": null, + "notation": "transmission-electricity", + "altlabel": null, + "related": null, + "@id": "transmission-electricity", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Carriageway", + "definition": null, + "notation": "carriageway", + "altlabel": null, + "related": null, + "@id": "carriageway", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ground Water Monitoring", + "definition": null, + "notation": "ground-water-monitoring", + "altlabel": null, + "related": null, + "@id": "ground-water-monitoring", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Drainage", + "definition": null, + "notation": "drainage", + "altlabel": null, + "related": null, + "@id": "drainage", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Irrigation", + "definition": null, + "notation": "irrigation", + "altlabel": null, + "related": null, + "@id": "irrigation", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Drainage and Floodway", + "definition": null, + "notation": "drainage-floodway", + "altlabel": null, + "related": null, + "@id": "drainage-floodway", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Loading and Unloading Heavy Equipment", + "definition": null, + "notation": "load-unload-heavy-equipment", + "altlabel": null, + "related": null, + "@id": "load-unload-heavy-equipment", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Drainage and Sewerage", + "definition": null, + "notation": "drainage-sewage", + "altlabel": null, + "related": null, + "@id": "drainage-sewage", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Mail Collection", + "definition": null, + "notation": "mail-collection", + "altlabel": null, + "related": null, + "@id": "mail-collection", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Drainage and Waterway", + "definition": null, + "notation": "drainage-waterway", + "altlabel": null, + "related": null, + "@id": "drainage-waterway", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Overhanging Projections", + "definition": null, + "notation": "overhanging-projections", + "altlabel": null, + "related": null, + "@id": "overhanging-projections", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Erosion", + "definition": null, + "notation": "erosion", + "altlabel": null, + "related": null, + "@id": "erosion", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Sanitary Convenience", + "definition": null, + "notation": "sanitary-convenience", + "altlabel": null, + "related": null, + "@id": "sanitary-convenience", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Fire Access", + "definition": null, + "notation": "fire-access", + "altlabel": null, + "related": null, + "@id": "fire-access", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Supply of Recycled Water", + "definition": null, + "notation": "supply-recycled-water", + "altlabel": null, + "related": null, + "@id": "supply-recycled-water", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Fire Escape", + "definition": null, + "notation": "fire-escape", + "altlabel": null, + "related": null, + "@id": "fire-escape", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Supply of Water", + "definition": null, + "notation": "supply-water", + "altlabel": null, + "related": null, + "@id": "supply-water", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Fire Egress", + "definition": null, + "notation": "fire-egress", + "altlabel": null, + "@id": "fire-egress", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Support", + "definition": null, + "notation": "support", + "altlabel": null, + "related": null, + "@id": "support", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Floodway", + "definition": null, + "notation": "floodway", + "altlabel": null, + "related": null, + "@id": "floodway", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Telecommunications", + "definition": null, + "notation": "telecommunications", + "altlabel": null, + "related": null, + "@id": "telecommunications", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Flooding", + "definition": null, + "notation": "flooding", + "altlabel": null, + "related": null, + "@id": "flooding", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Underground Effluent Disposal", + "definition": null, + "notation": "underground-effluent-disposal", + "altlabel": null, + "related": null, + "@id": "underground-effluent-disposal", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Flow of Light and Air", + "definition": null, + "notation": "flow-light-air", + "altlabel": null, + "related": null, + "@id": "flow-light-air", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Use of Stairway", + "definition": null, + "notation": "use-stairway", + "altlabel": null, + "related": null, + "@id": "use-stairway", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Footway", + "definition": null, + "notation": "footway", + "altlabel": null, + "related": null, + "@id": "footway", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Vehicle Parking", + "definition": null, + "notation": "vehicle-parking", + "altlabel": null, + "related": null, + "@id": "vehicle-parking", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Gas Distribution Pipeline", + "definition": null, + "notation": "gas-distribution-pipeline", + "altlabel": null, + "related": null, + "@id": "gas-distribution-pipeline", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Waste Disposal", + "definition": null, + "notation": "waste-disposal", + "altlabel": null, + "related": null, + "@id": "waste-disposal", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Gas Transmission Pipeline", + "definition": null, + "notation": "gas-transmission-pipeline", + "altlabel": null, + "related": null, + "@id": "gas-transmission-pipeline", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Wetland", + "definition": null, + "notation": "wetland", + "altlabel": null, + "related": null, + "@id": "wetland", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Supply of Gas", + "definition": null, + "notation": "supply-gas", + "altlabel": null, + "related": null, + "@id": "supply-gas", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Flow of Light", + "definition": null, + "notation": "flow-light", + "altlabel": null, + "related": null, + "@id": "flow-light", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Passage of Light", + "definition": null, + "notation": "passage-light", + "altlabel": null, + "related": null, + "@id": "passage-light", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Bore", + "definition": null, + "notation": "bore", + "altlabel": null, + "related": null, + "@id": "bore", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Windmill and Tank", + "definition": null, + "notation": "windmill-tank", + "altlabel": null, + "related": null, + "@id": "windmill-tank", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Other", + "definition": null, + "notation": "other", + "altlabel": null, + "related": null, + "@id": "other", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Garbage Collection/Garbage", + "definition": null, + "notation": "garbage-collection", + "altlabel": null, + "related": null, + "@id": "garbage-collection", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Overhanging Eaves", + "definition": null, + "notation": "overhanging-eaves", + "altlabel": null, + "related": null, + "@id": "overhanging-eaves", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Laying Water Pipes", + "definition": null, + "notation": "laying-water-pipes", + "altlabel": null, + "related": null, + "@id": "laying-water-pipes", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Overhanging Spouting", + "definition": null, + "notation": "overhanging-spouting", + "altlabel": null, + "related": null, + "@id": "overhanging-spouting", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Nuisance or Annoyance", + "definition": null, + "notation": "nuisance-annoyance", + "altlabel": null, + "related": null, + "@id": "nuisance-annoyance", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Overhanging Balcony", + "definition": null, + "notation": "overhanging-balcony", + "altlabel": null, + "related": null, + "@id": "overhanging-balcony", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Public Conveniences", + "definition": null, + "notation": "public-conveniences", + "altlabel": null, + "related": null, + "@id": "public-conveniences", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Party Wall", + "definition": null, + "notation": "party-wall", + "altlabel": null, + "related": null, + "@id": "party-wall", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Public Highway", + "definition": null, + "notation": "public-highway", + "altlabel": null, + "related": null, + "@id": "public-highway", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Chimney", + "definition": null, + "notation": "chimney", + "altlabel": null, + "related": null, + "@id": "chimney", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Quarrying and Blasting", + "definition": null, + "notation": "quarrying-blasting", + "altlabel": null, + "related": null, + "@id": "quarrying-blasting", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Passage of Light and Air", + "definition": null, + "notation": "passage-light-air", + "altlabel": null, + "related": null, + "@id": "passage-light-air", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Recreation and Garden", + "definition": null, + "notation": "recreation-garden", + "altlabel": null, + "related": null, + "@id": "recreation-garden", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Pipeline or Ancillary Purposes", + "definition": null, + "notation": "pipline-ancillary-purposes", + "altlabel": null, + "related": null, + "@id": "pipline-ancillary-purposes", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Signboard", + "definition": null, + "notation": "signboard", + "altlabel": null, + "related": null, + "@id": "signboard", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Signage", + "definition": null, + "notation": "signage", + "altlabel": null, + "related": null, + "@id": "signage", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Powerline", + "definition": null, + "notation": "powerline", + "altlabel": null, + "related": null, + "@id": "powerline", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Tree Planting", + "definition": null, + "notation": "tree-planting", + "altlabel": null, + "related": null, + "@id": "tree-planting", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Right of Entry", + "definition": null, + "notation": "right-entry", + "altlabel": null, + "related": null, + "@id": "right-entry", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Sewerage", + "definition": null, + "notation": "sewage", + "altlabel": null, + "related": null, + "@id": "sewage", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Soakage by Water", + "definition": null, + "notation": "soakage-water", + "altlabel": null, + "related": null, + "@id": "soakage-water", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Air Exhaust", + "definition": null, + "notation": "air-exhaust", + "altlabel": null, + "related": null, + "@id": "air-exhaust", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ventilation and Access", + "definition": null, + "notation": "ventilation-access", + "altlabel": null, + "related": null, + "@id": "ventilation-access", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Submergence", + "definition": null, + "notation": "submergence", + "altlabel": null, + "related": null, + "@id": "submergence", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Vehicle Parking", + "definition": null, + "notation": "vehicle-parking", + "altlabel": null, + "related": null, + "@id": "vehicle-parking", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Walkway", + "definition": null, + "notation": "walkway", + "altlabel": null, + "related": null, + "@id": "walkway", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Carriageway (with Limitation and Obligation)", + "definition": null, + "notation": "carriageway-l-o", + "altlabel": null, + "related": null, + "@id": "carriageway-l-o", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Walkway in the event of \u2018activity\u2019 in \u2018specific location\u2019", + "definition": null, + "notation": "walkway-activity-specific-location", + "altlabel": null, + "related": null, + "@id": "walkway-activity-specific-location", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Right of Access", + "definition": null, + "notation": "right-access", + "altlabel": null, + "related": null, + "@id": "right-access", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Waterway", + "definition": null, + "notation": "waterway", + "altlabel": null, + "related": null, + "@id": "waterway", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Waterway Management", + "definition": null, + "notation": "waterway-management", + "altlabel": null, + "related": null, + "@id": "waterway-management", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Way", + "definition": null, + "notation": "way", + "altlabel": null, + "related": null, + "@id": "way", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Vest", + "definition": "To place or give into possession or discretion of some person or authority", + "notation": "vest", + "altlabel": null, + "related": null, + "@id": "vest", + "type": "surv:InterestType", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/vic-interest-type.ttl b/cadastre/Parcels/vic-interest-type.ttl new file mode 100644 index 0000000..622e275 --- /dev/null +++ b/cadastre/Parcels/vic-interest-type.ttl @@ -0,0 +1,615 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "a" ; + skos:prefLabel "Amalgamation" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "air-exhaust" ; + skos:prefLabel "Air Exhaust" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "air-exhaust-ventilation" ; + skos:prefLabel "Air Exhaust and Ventilation" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "air-supply" ; + skos:prefLabel "Air Supply" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "alpine-lease" ; + skos:prefLabel "Alpine Lease" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "bore" ; + skos:prefLabel "Bore" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "c" ; + skos:prefLabel "Covenant" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "c-t" ; + skos:prefLabel "Certificate of Title" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "carriageway" ; + skos:prefLabel "Carriageway" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "carriageway-l-o" ; + skos:prefLabel "Carriageway (with Limitation and Obligation)" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "channel" ; + skos:prefLabel "Channel" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "chimney" ; + skos:prefLabel "Chimney" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "crown-grant" ; + skos:prefLabel "Crown Grant" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "crown-grant-part" ; + skos:prefLabel "Crown Grant(Part)" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "crown-land" ; + skos:prefLabel "Crown Land" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "crown-lease" ; + skos:prefLabel "Crown Lease" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "data-transmission" ; + skos:prefLabel "Data Transmission" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "depth-limitation" ; + skos:prefLabel "Depth Limitation" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "depth-limitation-part" ; + skos:prefLabel "Depth Limitation(Part)" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "drainage" ; + skos:prefLabel "Drainage" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "drainage-floodway" ; + skos:prefLabel "Drainage and Floodway" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "drainage-sewage" ; + skos:prefLabel "Drainage and Sewerage" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "drainage-waterway" ; + skos:prefLabel "Drainage and Waterway" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "easement-benefit" ; + skos:prefLabel "Easement Benefit" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "easement-drainage" ; + skos:prefLabel "Easement - Drainage" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "easement-in-gross-sewerage" ; + skos:prefLabel "Easement in Gross (Sewerage)" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "erosion" ; + skos:prefLabel "Erosion" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "fh" ; + skos:prefLabel "Freehold" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "fire-access" ; + skos:prefLabel "Fire Access" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "fire-egress" ; + skos:prefLabel "Fire Egress" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "fire-escape" ; + skos:prefLabel "Fire Escape" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "flooding" ; + skos:prefLabel "Flooding" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "floodway" ; + skos:prefLabel "Floodway" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "flow-light" ; + skos:prefLabel "Flow of Light" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "flow-light-air" ; + skos:prefLabel "Flow of Light and Air" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "flow-of-air" ; + skos:prefLabel "Flow of Air" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "footway" ; + skos:prefLabel "Footway" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "freehold-part" ; + skos:prefLabel "Freehold(Part)" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "garbage-collection" ; + skos:prefLabel "Garbage Collection/Garbage" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "gas-distribution-pipeline" ; + skos:prefLabel "Gas Distribution Pipeline" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "gas-transmission-pipeline" ; + skos:prefLabel "Gas Transmission Pipeline" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "ground-water-monitoring" ; + skos:prefLabel "Ground Water Monitoring" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "identified" ; + skos:prefLabel "Identified" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "irrigation" ; + skos:prefLabel "Irrigation" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "laying-water-pipes" ; + skos:prefLabel "Laying Water Pipes" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "load-unload-heavy-equipment" ; + skos:prefLabel "Loading and Unloading Heavy Equipment" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "mail-collection" ; + skos:prefLabel "Mail Collection" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "mineral-excludes" ; + skos:prefLabel "Mineral 'Excludes'" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "mineral-includes" ; + skos:prefLabel "Mineral 'Includes'" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "nuisance-annoyance" ; + skos:prefLabel "Nuisance or Annoyance" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "o-c" ; + skos:prefLabel "Owners Corporation" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "other" ; + skos:prefLabel "Other" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "overhanging-balcony" ; + skos:prefLabel "Overhanging Balcony" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "overhanging-eaves" ; + skos:prefLabel "Overhanging Eaves" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "overhanging-projections" ; + skos:prefLabel "Overhanging Projections" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "overhanging-spouting" ; + skos:prefLabel "Overhanging Spouting" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "party-wall" ; + skos:prefLabel "Party Wall" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "passage-light" ; + skos:prefLabel "Passage of Light" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "passage-light-air" ; + skos:prefLabel "Passage of Light and Air" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "passage-of-air" ; + skos:prefLabel "Passage of Air" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "pipline-ancillary-purposes" ; + skos:prefLabel "Pipeline or Ancillary Purposes" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "powerline" ; + skos:prefLabel "Powerline" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "public-conveniences" ; + skos:prefLabel "Public Conveniences" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "public-highway" ; + skos:prefLabel "Public Highway" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "quarrying-blasting" ; + skos:prefLabel "Quarrying and Blasting" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "recreation-garden" ; + skos:prefLabel "Recreation and Garden" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "restriction-benefit" ; + skos:prefLabel "Restriction Benefit" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "restriction-burden" ; + skos:prefLabel "Restriction Burden" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "right-access" ; + skos:prefLabel "Right of Access" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "right-entry" ; + skos:prefLabel "Right of Entry" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "sanitary-convenience" ; + skos:prefLabel "Sanitary Convenience" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "sewage" ; + skos:prefLabel "Sewerage" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "signage" ; + skos:prefLabel "Signage" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "signboard" ; + skos:prefLabel "Signboard" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "soakage-water" ; + skos:prefLabel "Soakage by Water" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "submergence" ; + skos:prefLabel "Submergence" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "supply-gas" ; + skos:prefLabel "Supply of Gas" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "supply-of-electricity" ; + skos:prefLabel "Supply of Electricity" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "supply-recycled-water" ; + skos:prefLabel "Supply of Recycled Water" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "supply-water" ; + skos:prefLabel "Supply of Water" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "support" ; + skos:prefLabel "Support" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "telecommunications" ; + skos:prefLabel "Telecommunications" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "transmission-electricity" ; + skos:prefLabel "Transmission of Electricity" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "treasurer-receipt" ; + skos:prefLabel "Treasurer's Receipt" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "tree-planting" ; + skos:prefLabel "Tree Planting" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "underground-effluent-disposal" ; + skos:prefLabel "Underground Effluent Disposal" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "use-stairway" ; + skos:prefLabel "Use of Stairway" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "vehicle-parking" ; + skos:prefLabel "Vehicle Parking" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "ventilation-access" ; + skos:prefLabel "Ventilation and Access" . + + a skos:Concept, + surv:InterestType ; + skos:definition "To place or give into possession or discretion of some person or authority" ; + skos:inScheme ; + skos:notation "vest" ; + skos:prefLabel "Vest" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "walkway" ; + skos:prefLabel "Walkway" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "walkway-activity-specific-location" ; + skos:prefLabel "Walkway in the event of ‘activity’ in ‘specific location’" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "waste-disposal" ; + skos:prefLabel "Waste Disposal" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "waterway" ; + skos:prefLabel "Waterway" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "waterway-management" ; + skos:prefLabel "Waterway Management" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "way" ; + skos:prefLabel "Way" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "wetland" ; + skos:prefLabel "Wetland" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "windmill-tank" ; + skos:prefLabel "Windmill and Tank" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Memorial Types" ; + skos:scopeNote "surv:InterestType" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:51.503749"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:51.311019"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/vic-parcel-purpose.csv b/cadastre/Parcels/vic-parcel-purpose.csv new file mode 100644 index 0000000..02c1cc4 --- /dev/null +++ b/cadastre/Parcels/vic-parcel-purpose.csv @@ -0,0 +1,9 @@ +preflabel,definition,notation,altlabel,related +Lot,,lot,, +Stage Lot,,stage-lot,, +Road,,road,, +Reserve,,reserve,, +Common Property,,common-property,, +Crown Allotment,,crown-allotment,, +Crown Portion,,crown-portion,, +Owners Corporation,,owners-corporation,, \ No newline at end of file diff --git a/cadastre/Parcels/vic-parcel-purpose.jsonld b/cadastre/Parcels/vic-parcel-purpose.jsonld new file mode 100644 index 0000000..cc0161e --- /dev/null +++ b/cadastre/Parcels/vic-parcel-purpose.jsonld @@ -0,0 +1,112 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-parcel-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-parcel-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Parcel Purpose", + "class": "termtype:ParcelPurpose", + "concepts": [ + { + "preflabel": "Lot", + "definition": null, + "notation": "lot", + "altlabel": null, + "related": null, + "@id": "lot", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Stage Lot", + "definition": null, + "notation": "stage-lot", + "altlabel": null, + "related": null, + "@id": "stage-lot", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Road", + "definition": null, + "notation": "road", + "altlabel": null, + "related": null, + "@id": "road", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve", + "definition": null, + "notation": "reserve", + "altlabel": null, + "related": null, + "@id": "reserve", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Common Property", + "definition": null, + "notation": "common-property", + "altlabel": null, + "related": null, + "@id": "common-property", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown Allotment", + "definition": null, + "notation": "crown-allotment", + "altlabel": null, + "related": null, + "@id": "crown-allotment", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown Portion", + "definition": null, + "notation": "crown-portion", + "altlabel": null, + "related": null, + "@id": "crown-portion", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Owners Corporation", + "definition": null, + "notation": "owners-corporation", + "altlabel": null, + "related": null, + "@id": "owners-corporation", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/vic-parcel-purpose.ttl b/cadastre/Parcels/vic-parcel-purpose.ttl new file mode 100644 index 0000000..4f5067a --- /dev/null +++ b/cadastre/Parcels/vic-parcel-purpose.ttl @@ -0,0 +1,74 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:inScheme ; + skos:notation "common-property" ; + skos:prefLabel "Common Property" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:inScheme ; + skos:notation "crown-allotment" ; + skos:prefLabel "Crown Allotment" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:inScheme ; + skos:notation "crown-portion" ; + skos:prefLabel "Crown Portion" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:inScheme ; + skos:notation "lot" ; + skos:prefLabel "Lot" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:inScheme ; + skos:notation "owners-corporation" ; + skos:prefLabel "Owners Corporation" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:inScheme ; + skos:notation "reserve" ; + skos:prefLabel "Reserve" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:inScheme ; + skos:notation "road" ; + skos:prefLabel "Road" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:inScheme ; + skos:notation "stage-lot" ; + skos:prefLabel "Stage Lot" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Parcel Purpose" ; + skos:scopeNote "termtype:ParcelPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:41.076246"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:40.987096"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/vic-parcel-state.csv b/cadastre/Parcels/vic-parcel-state.csv new file mode 100644 index 0000000..0ff4c56 --- /dev/null +++ b/cadastre/Parcels/vic-parcel-state.csv @@ -0,0 +1,7 @@ +preflabel,definition,notation,altlabel,related +Affected,An existing parcel subject to amendment due to new boundary adoption from an abutting parcel,affected,, +Created,A new parcel being created in a plan (e.g. (PS) plan of subdivision; (OP) original plan,created,, +Encroached,An existing parcel encroached by a new boundary adoption from an abutting parcel,encroached,, +Existing,A parcel that exists on the cadastre and the boundaries are not affected,existing,, +Cancelled,An existing parcel subject to cancellation,cancelled,, +Removed,An easement / restriction subject to removal,removed,, diff --git a/cadastre/Parcels/vic-parcel-state.jsonld b/cadastre/Parcels/vic-parcel-state.jsonld new file mode 100644 index 0000000..64e1c8c --- /dev/null +++ b/cadastre/Parcels/vic-parcel-state.jsonld @@ -0,0 +1,92 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-parcel-state/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-parcel-state", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Parcel State", + "class": "termtype:ParcelState", + "concepts": [ + { + "preflabel": "Affected", + "definition": "An existing parcel subject to amendment due to new boundary adoption from an abutting parcel", + "notation": "affected", + "altlabel": null, + "related": null, + "@id": "affected", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "Created", + "definition": "A new parcel being created in a plan (e.g. (PS) plan of subdivision; (OP) original plan", + "notation": "created", + "altlabel": null, + "related": null, + "@id": "created", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "Encroached", + "definition": "An existing parcel encroached by a new boundary adoption from an abutting parcel", + "notation": "encroached", + "altlabel": null, + "related": null, + "@id": "encroached", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "Existing", + "definition": "A parcel that exists on the cadastre and the boundaries are not affected", + "notation": "existing", + "altlabel": null, + "related": null, + "@id": "existing", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "Cancelled", + "definition": "An existing parcel subject to cancellation", + "notation": "cancelled", + "altlabel": null, + "related": null, + "@id": "cancelled", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "Removed", + "definition": "An easement / restriction subject to removal", + "notation": "removed", + "altlabel": null, + "related": null, + "@id": "removed", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/vic-parcel-state.ttl b/cadastre/Parcels/vic-parcel-state.ttl new file mode 100644 index 0000000..e6acc6f --- /dev/null +++ b/cadastre/Parcels/vic-parcel-state.ttl @@ -0,0 +1,68 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "An existing parcel subject to amendment due to new boundary adoption from an abutting parcel" ; + skos:inScheme ; + skos:notation "affected" ; + skos:prefLabel "Affected" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "An existing parcel subject to cancellation" ; + skos:inScheme ; + skos:notation "cancelled" ; + skos:prefLabel "Cancelled" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "A new parcel being created in a plan (e.g. (PS) plan of subdivision; (OP) original plan" ; + skos:inScheme ; + skos:notation "created" ; + skos:prefLabel "Created" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "An existing parcel encroached by a new boundary adoption from an abutting parcel" ; + skos:inScheme ; + skos:notation "encroached" ; + skos:prefLabel "Encroached" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "A parcel that exists on the cadastre and the boundaries are not affected" ; + skos:inScheme ; + skos:notation "existing" ; + skos:prefLabel "Existing" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "An easement / restriction subject to removal" ; + skos:inScheme ; + skos:notation "removed" ; + skos:prefLabel "Removed" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Parcel State" ; + skos:scopeNote "termtype:ParcelState" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:44.956623"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:44.868232"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/vic-parcel-type.csv b/cadastre/Parcels/vic-parcel-type.csv new file mode 100644 index 0000000..fe8809c --- /dev/null +++ b/cadastre/Parcels/vic-parcel-type.csv @@ -0,0 +1,5 @@ +preflabel,definition,notation,altlabel,related +2D Building,,2d-building,, +Single,,single,, +Multipart,,multi-part,, +Part,,part,, \ No newline at end of file diff --git a/cadastre/Parcels/vic-parcel-type.jsonld b/cadastre/Parcels/vic-parcel-type.jsonld new file mode 100644 index 0000000..eaa9a71 --- /dev/null +++ b/cadastre/Parcels/vic-parcel-type.jsonld @@ -0,0 +1,72 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-parcel-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-parcel-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Parcel Type", + "class": "surv:ParcelType", + "concepts": [ + { + "preflabel": "2D Building", + "definition": null, + "notation": "2d-building", + "altlabel": null, + "related": null, + "@id": "2d-building", + "type": "surv:ParcelType", + "@type": "skos:Concept" + }, + { + "preflabel": "Single", + "definition": null, + "notation": "single", + "altlabel": null, + "related": null, + "@id": "single", + "type": "surv:ParcelType", + "@type": "skos:Concept" + }, + { + "preflabel": "Multipart", + "definition": null, + "notation": "multi-part", + "altlabel": null, + "related": null, + "@id": "multi-part", + "type": "surv:ParcelType", + "@type": "skos:Concept" + }, + { + "preflabel": "Part", + "definition": null, + "notation": "part", + "altlabel": null, + "related": null, + "@id": "part", + "type": "surv:ParcelType", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/vic-parcel-type.ttl b/cadastre/Parcels/vic-parcel-type.ttl new file mode 100644 index 0000000..e2c148e --- /dev/null +++ b/cadastre/Parcels/vic-parcel-type.ttl @@ -0,0 +1,50 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:ParcelType ; + skos:inScheme ; + skos:notation "2d-building" ; + skos:prefLabel "2D Building" . + + a skos:Concept, + surv:ParcelType ; + skos:inScheme ; + skos:notation "multi-part" ; + skos:prefLabel "Multipart" . + + a skos:Concept, + surv:ParcelType ; + skos:inScheme ; + skos:notation "part" ; + skos:prefLabel "Part" . + + a skos:Concept, + surv:ParcelType ; + skos:inScheme ; + skos:notation "single" ; + skos:prefLabel "Single" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Parcel Type" ; + skos:scopeNote "surv:ParcelType" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:50.104249"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:50.017636"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/vic-secondary-parcel-purpose.csv b/cadastre/Parcels/vic-secondary-parcel-purpose.csv new file mode 100644 index 0000000..736ee0f --- /dev/null +++ b/cadastre/Parcels/vic-secondary-parcel-purpose.csv @@ -0,0 +1,7 @@ +preflabel,definition,notation,altlabel,related +Drainage and Sewerage,,d-s,, +Drainage,,d,, +Depth Limitation,,depth-limitation,, +Easement,,easement,, +Restriction,,restriction,, +Crown Land Service,,crown-land-service,, \ No newline at end of file diff --git a/cadastre/Parcels/vic-secondary-parcel-purpose.jsonld b/cadastre/Parcels/vic-secondary-parcel-purpose.jsonld new file mode 100644 index 0000000..deddcde --- /dev/null +++ b/cadastre/Parcels/vic-secondary-parcel-purpose.jsonld @@ -0,0 +1,92 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-secondary-parcel-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-secondary-parcel-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Secondary Parcel Purpose", + "class": "termtype:ParcelPurpose", + "concepts": [ + { + "preflabel": "Drainage and Sewerage", + "definition": null, + "notation": "d-s", + "altlabel": null, + "related": null, + "@id": "d-s", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Drainage", + "definition": null, + "notation": "d", + "altlabel": null, + "related": null, + "@id": "d", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Depth Limitation", + "definition": null, + "notation": "depth-limitation", + "altlabel": null, + "related": null, + "@id": "depth-limitation", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement", + "definition": null, + "notation": "easement", + "altlabel": null, + "related": null, + "@id": "easement", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Restriction", + "definition": null, + "notation": "restriction", + "altlabel": null, + "related": null, + "@id": "restriction", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown Land Service", + "definition": null, + "notation": "crown-land-service", + "altlabel": null, + "related": null, + "@id": "crown-land-service", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/vic-secondary-parcel-purpose.ttl b/cadastre/Parcels/vic-secondary-parcel-purpose.ttl new file mode 100644 index 0000000..dfdb006 --- /dev/null +++ b/cadastre/Parcels/vic-secondary-parcel-purpose.ttl @@ -0,0 +1,62 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:inScheme ; + skos:notation "crown-land-service" ; + skos:prefLabel "Crown Land Service" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:inScheme ; + skos:notation "d" ; + skos:prefLabel "Drainage" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:inScheme ; + skos:notation "d-s" ; + skos:prefLabel "Drainage and Sewerage" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:inScheme ; + skos:notation "depth-limitation" ; + skos:prefLabel "Depth Limitation" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:inScheme ; + skos:notation "easement" ; + skos:prefLabel "Easement" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:inScheme ; + skos:notation "restriction" ; + skos:prefLabel "Restriction" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Secondary Parcel Purpose" ; + skos:scopeNote "termtype:ParcelPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:33.824853"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:33.738371"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/wa-interest-type.csv b/cadastre/Parcels/wa-interest-type.csv new file mode 100644 index 0000000..f8a4922 --- /dev/null +++ b/cadastre/Parcels/wa-interest-type.csv @@ -0,0 +1,88 @@ +preflabel,definition,notation,altlabel,related +Certificate of Title,Certificate of Title,ct,, +Land Record,Crown Land Record,land-record,, +Memorial Book,Land held under Deed,memorial-book,, +Enrollment Country,Enrollment Country,enrollment-country,, +Enrollment Town,Enrollment Town,enrollment-town,, +Crown Lease,Crown Lease,crown-lease,, +Crown Grant in Trust,Crown Grant in Trust,crown-grant-in-trust,17, +Carbon Right,Interest,carbon-right,23, +Tree Plantation,Interest,tree-plantation,24, +Carbon Covenant - Burden,Interest,carbon covenant-burden,25, +Carbon Covenant - Benefit,Interest,carbon covenant-benefit,26, +Contaminated Site,Interest,contaminated site,27, +Caveat,Interest,caveat,28, +Easement - doc,Interest,easement-doc,29, +Easement - LAA 144,SEC 144 OF THE LAA,easement-laa-144,30, +Easement in Gross - LAA 195,SEC 195 OF THE LAA,easement-in-gross-laa-195,31, +Easement Public Access LAA 195/196,SEC 195 & 196 OF THE LAA,easement-public-access-laa-195-196,32, +Easement - STA 5D,Interest,easement-sta-5D,33, +Easement - TLA 136C,Interest,easement-tla-136C,34, +Easement - TLA 136D,Interest,easement-tla-136D,, +Easement - TLA 167A,Interest,easement-tla-167A,35, +Easement - TP&D 27A Reg 5,"SEC 27A OF THE TP&D ACT, REG 5",easement-tp-d-27A-reg-5,36, +Easement - TP&D 27A Reg 6,"SEC 27A OF THE TP&D ACT, REG 6",easement-tp-d-27A-reg-6,37, +Easement - TP&D 27A Reg 7,"SEC 27A OF THE TP&D ACT, REG 7",easement-tp-d-27A-reg-7,38, +Easement - TP&D 27A Reg 8,"SEC 27A OF THE TP&D ACT, REG 8",easement-tp-d-27A-reg-8,39, +Easement - TP&D 27A Reg 9,"SEC 27A OF THE TP&D ACT, REG 9",easement-tp-d-27A-reg-9,40, +Freehold Lease,Interest,freehold-lease,400, +Memorial,Interest,memorial,401, +Notification,Interest,notification,402, +Profit a prendre,Interest,profit-a-prendre,403, +Restrictive Covenant - Benefit,Interest,restrictive-covenant-benefit,404, +Restrictive Covenant - Burden,Interest,restrictive-covenant-burden,405, +Covenant - LAA 15,SEC 15 OF THE LAA,covenant-laa-15,406, +Easement - P&D 167 Reg 5,"SEC 167 OF THE P&D ACT, REG 5",easement-p-d-167-reg-5,407, +Easement - P&D 167 Reg 6,"SEC 167 OF THE P&D ACT, REG 6",easement-p-d-167-reg-6,408, +Easement - P&D 167 Reg 7,"SEC 167 OF THE P&D ACT, REG 7",easement-p-d-167-reg-7,409, +Easement - P&D 167 Reg 8,"SEC 167 OF THE P&D ACT, REG 8",easement-p-d-167-reg-8,410, +Easement - P&D 167 Reg 9,"SEC 167 OF THE P&D ACT, REG 9",easement-p-d-167-reg-9,411, +Easement - P&D 167 Reg 33(a),"SEC 167 OF THE P&D ACT, REG 33(a)",easement-p-d-167-reg-33(a),412, +Easement - P&D 167 Reg 33(b),"SEC 167 OF THE P&D ACT, REG 33(b)",easement-p-d-167-reg-33(b),413, +Easement - P&D 167 Reg 33(c),"SEC 167 OF THE P&D ACT, REG 33(c)",easement-p-d-167-reg-33(c),414, +Easement - P&D 167 Reg 33(d),"SEC 167 OF THE P&D ACT, REG 33(d)",easement-p-d-167-reg-33(d),415, +Easement - P&D 167 Reg 33(e),"SEC 167 OF THE P&D ACT, REG 33(e)",easement-p-d-167-reg-33(e),416, +EaseBen:STA 33,Sec. 33 of the STA 1985,easeben:sta3333,417, +Ease:STA 33 Reg 31 Vehicle Access,"Sec. 33 of the STA 1985, Reg 31 of the STGR 2019",ease-sta-33-reg-31-vehicle-access,418, +Ease:STA 33 Reg 32 Light & Air,"Sec. 33 of the STA 1985, Reg 32 of the STGR 2019",ease-sta-33-reg-32-light-air,420, +Ease:STA 33 Reg 33 Party Wall,"Sec. 33 of the STA 1985, Reg 33 of the STGR 2019",ease-sta-33-reg-33-party-wall,422, +Ease:STA 33 Reg 34 Intrusion,"Sec. 33 of the STA 1985, Reg 34 of the STGR 2019",ease-sta-33-reg-34-intrusion,424, +Ease:STA 33 Reg 35 Ped Access,"Sec. 33 of the STA 1985, Reg 35 of the STGR 2019",ease-sta-33-reg-35-ped-access,426, +Ease:STA 33 Reg 36 Ease in Gross,"Sec. 33 of the STA 1985, Reg 36 of the STGR 2019",ease-sta-33-reg-36-ease-in-gross,427, +Ease:STA 33 Reg 37 Water supply,"Sec. 33 of the STA 1985, Reg 37 of the STGR 2019",ease-sta-33-reg-37-water-supply,428, +Ease:STA 33 Reg 37 Drainage,"Sec. 33 of the STA 1985, Reg 37 of the STGR 2019",ease-sta-33-reg-37-drainage,429, +Ease:STA 33 Reg 37 Gas supply,"Sec. 33 of the STA 1985, Reg 37 of the STGR 2019",ease-sta-33-reg-37-gas-supply,430, +Ease:STA 33 Reg 37 Overhead Elec,"Sec. 33 of the STA 1985, Reg 37 of the STGR 2019",ease-sta-33-reg-37-overhead-elec,431, +Ease:STA 33 Reg 37 UndGnd Elec,"Sec. 33 of the STA 1985, Reg 37 of the STGR 2019",ease-sta-33-reg-37-undgnd-elec,432, +Ease:STA 33 Reg 37 Overhead Comms,"Sec. 33 of the STA 1985, Reg 37 of the STGR 2019",ease-sta-33-reg-37-overhead-comms,433, +Ease:STA 33 Reg 37 UndGnd Comms,"Sec. 33 of the STA 1985, Reg 37 of the STGR 2019",ease-sta-33-reg-37-undgnd-comms,434, +Ease:STA 33 Reg 37 Sewerage,"Sec. 33 of the STA 1985, Reg 37 of the STGR 2019",ease-sta-33-reg-37-sewerage,435, +RestrCov:STA 33 Reg 43 RoW,"Sec. 33 of the STA 1985, Reg 43 of the STGR 2019",restrcov-sta-33-reg-43-row,436, +RestrCov:STA 33 Reg 44 Land use,"Sec. 33 of the STA 1985, Reg 44 of the STGR 2019",restrcov-sta-33-reg-44-land-use,437, +RestrCov:STA 33 Reg 45 Conserv,"Sec. 33 of the STA 1985, Reg 45 of the STGR 2019",restrcov-sta-33-reg-45-conserv,438, +RestrCov:STA 33 Reg 46 Build Env,"Sec. 33 of the STA 1985,-reg-46 of the STGR 2019",restrcov-sta-33-reg-46 Build Env,439, +RestrCov:STA 33 Reg 47 Fire,"Sec. 33 of the STA 1985, Reg 47 of the STGR 2019",restrcov-sta-33-reg-47 Fire,440, +EaseBen:CTA 38,Sec. 38 of the CTA 2018,easeben-cta-38,442, +Ease:CTA 38 Reg 40 Vehicle Access,"Sec. 38 of the CTA 2018, Reg 40 of the CTAR 2021",ease-cta-38-reg-40-vehicle-access,443, +Ease:CTA 38 Reg 41 Light & Air,"Sec. 38 of the CTA 2018, Reg 41 of the CTAR 2021",ease-cta-38-reg-41-light-air,444, +Ease:CTA 38 Reg 42 Party Wall,"Sec. 38 of the CTA 2018, Reg 42 of the CTAR 2021",ease-cta-38-reg-42-party-wall,445, +Ease:CTA 38 Reg 43 Intrusion,"Sec. 38 of the CTA 2018, Reg 43 of the CTAR 2021",ease-cta-38-reg-43-intrusion,446, +Ease:CTA 38 Reg 44 Ped Access,"Sec. 38 of the CTA 2018, Reg 44 of the CTAR 2021",ease-cta-38-reg-44-ped-access,447, +Ease:CTA 38 Reg 45 Ease in Gross,"Sec. 38 of the CTA 2018, Reg 45 of the CTAR 2021",ease-cta-38-reg-45-ease-in-gross,448, +Ease:CTA 38 Reg 46 Water supply,"Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021",ease-cta-38-reg-46-water-supply,449, +Ease:CTA 38 Reg 46 Drainage,"Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021",ease-cta-38-reg-46-drainage,450, +Ease:CTA 38 Reg 46 Gas supply,"Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021",ease-cta-38-reg-46-gas-supply,451, +Ease:CTA 38 Reg 46 Overhead Elec,"Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021",ease-cta-38-reg-46-overhead-elec,452, +Ease:CTA 38 Reg 46 UndGnd Elec,"Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021",ease-cta-38-reg-46-undgnd-elec,453, +Ease:CTA 38 Reg 46 Overhead Comms,"Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021",ease-cta-38-reg-46-overhead-comms,454, +Ease:CTA 38 Reg 46 UndGnd Comms,"Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021",ease-cta-38-reg-46-undgnd-comms,455, +Ease:CTA 38 Reg 46 Sewerage,"Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021",ease-cta-38-reg-46-sewerage,456, +Ease:CTA 38 Reg 46 Energy,"Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021",ease-cta-38-reg-46-energy,457, +RestrCov:CTA 38 Reg 52 RoW,"Sec. 38 of the CTA 2018, Reg 52 of the CTAR 2021",res-cov-cta-38-reg-52-rowW,458, +RestrCov:CTA 38 Reg 53 Land use,"Sec. 38 of the CTA 2018, Reg 53 of the CTAR 2021",res-cov-CTA 38-reg-53-land-use,459, +RestrCov:CTA 38 Reg 54 Conserv,"Sec. 38 of the CTA 2018, Reg 54 of the CTAR 2021",res-cov-cta-38-reg-54-conserv,460, +RestrCov:CTA 38 Reg 55 Build Env,"Sec. 38 of the CTA 2018, Reg 55 of the CTAR 2021",res-cov-cta-38-reg-55-build-env,461, +RestrCov:CTA 38 Reg 56 Fire,"Sec. 38 of the CTA 2018, Reg 56 of the CTAR 2021",res-cov-cta-38-reg-56-fire,462, +Notification: Sec. 70A of the T.L.A, Notification,70a-tla,, +Notification: Sec. 165 of the P. & D. Act,Notification,165-pda,, +Non-extinguishment of Native Title,,native-title,, \ No newline at end of file diff --git a/cadastre/Parcels/wa-interest-type.jsonld b/cadastre/Parcels/wa-interest-type.jsonld new file mode 100644 index 0000000..fbcc294 --- /dev/null +++ b/cadastre/Parcels/wa-interest-type.jsonld @@ -0,0 +1,902 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-interest-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-interest-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Memorial Types", + "class": "surv:InterestType", + "concepts": [ + { + "preflabel": "Certificate of Title", + "definition": "Certificate of Title", + "notation": "ct", + "altlabel": null, + "related": null, + "@id": "ct", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Land Record", + "definition": "Crown Land Record", + "notation": "land-record", + "altlabel": null, + "related": null, + "@id": "land-record", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Memorial Book", + "definition": "Land held under Deed", + "notation": "memorial-book", + "altlabel": null, + "related": null, + "@id": "memorial-book", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Enrollment Country", + "definition": "Enrollment Country", + "notation": "enrollment-country", + "altlabel": null, + "related": null, + "@id": "enrollment-country", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Enrollment Town", + "definition": "Enrollment Town", + "notation": "enrollment-town", + "altlabel": null, + "related": null, + "@id": "enrollment-town", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown Lease", + "definition": "Crown Lease", + "notation": "crown-lease", + "altlabel": null, + "related": null, + "@id": "crown-lease", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown Grant in Trust", + "definition": "Crown Grant in Trust", + "notation": "crown-grant-in-trust", + "altlabel": "17", + "related": null, + "@id": "crown-grant-in-trust", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Carbon Right", + "definition": "Interest", + "notation": "carbon-right", + "altlabel": "23", + "related": null, + "@id": "carbon-right", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Tree Plantation", + "definition": "Interest", + "notation": "tree-plantation", + "altlabel": "24", + "related": null, + "@id": "tree-plantation", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Carbon Covenant - Burden", + "definition": "Interest", + "notation": "carbon covenant-burden", + "altlabel": "25", + "related": null, + "@id": "carbon-covenant-burden", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Carbon Covenant - Benefit", + "definition": "Interest", + "notation": "carbon covenant-benefit", + "altlabel": "26", + "related": null, + "@id": "carbon-covenant-benefit", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Contaminated Site", + "definition": "Interest", + "notation": "contaminated site", + "altlabel": "27", + "related": null, + "@id": "contaminated-site", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Caveat", + "definition": "Interest", + "notation": "caveat", + "altlabel": "28", + "related": null, + "@id": "caveat", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - doc", + "definition": "Interest", + "notation": "easement-doc", + "altlabel": "29", + "related": null, + "@id": "easement-doc", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - LAA 144", + "definition": "SEC 144 OF THE LAA", + "notation": "easement-laa-144", + "altlabel": "30", + "related": null, + "@id": "easement-laa-144", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement in Gross - LAA 195", + "definition": "SEC 195 OF THE LAA", + "notation": "easement-in-gross-laa-195", + "altlabel": "31", + "related": null, + "@id": "easement-in-gross-laa-195", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement Public Access LAA 195/196", + "definition": "SEC 195 & 196 OF THE LAA", + "notation": "easement-public-access-laa-195-196", + "altlabel": "32", + "related": null, + "@id": "easement-public-access-laa-195-196", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - STA 5D", + "definition": "Interest", + "notation": "easement-sta-5D", + "altlabel": "33", + "related": null, + "@id": "easement-sta-5D", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - TLA 136C", + "definition": "Interest", + "notation": "easement-tla-136C", + "altlabel": "34", + "related": null, + "@id": "easement-tla-136C", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - TLA 136D", + "definition": "Interest", + "notation": "easement-tla-136D", + "altlabel": null, + "related": null, + "@id": "easement-tla-136D", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - TLA 167A", + "definition": "Interest", + "notation": "easement-tla-167A", + "altlabel": "35", + "related": null, + "@id": "easement-tla-167A", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - TP&D 27A Reg 5", + "definition": "SEC 27A OF THE TP&D ACT, REG 5", + "notation": "easement-tp-d-27A-reg-5", + "altlabel": "36", + "related": null, + "@id": "easement-tp-d-27A-reg-5", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - TP&D 27A Reg 6", + "definition": "SEC 27A OF THE TP&D ACT, REG 6", + "notation": "easement-tp-d-27A-reg-6", + "altlabel": "37", + "related": null, + "@id": "easement-tp-d-27A-reg-6", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - TP&D 27A Reg 7", + "definition": "SEC 27A OF THE TP&D ACT, REG 7", + "notation": "easement-tp-d-27A-reg-7", + "altlabel": "38", + "related": null, + "@id": "easement-tp-d-27A-reg-7", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - TP&D 27A Reg 8", + "definition": "SEC 27A OF THE TP&D ACT, REG 8", + "notation": "easement-tp-d-27A-reg-8", + "altlabel": "39", + "related": null, + "@id": "easement-tp-d-27A-reg-8", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - TP&D 27A Reg 9", + "definition": "SEC 27A OF THE TP&D ACT, REG 9", + "notation": "easement-tp-d-27A-reg-9", + "altlabel": "40", + "related": null, + "@id": "easement-tp-d-27A-reg-9", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Freehold Lease", + "definition": "Interest", + "notation": "freehold-lease", + "altlabel": "400", + "related": null, + "@id": "freehold-lease", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Memorial", + "definition": "Interest", + "notation": "memorial", + "altlabel": "401", + "related": null, + "@id": "memorial", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Notification", + "definition": "Interest", + "notation": "notification", + "altlabel": "402", + "related": null, + "@id": "notification", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Profit a prendre", + "definition": "Interest", + "notation": "profit-a-prendre", + "altlabel": "403", + "related": null, + "@id": "profit-a-prendre", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Restrictive Covenant - Benefit", + "definition": "Interest", + "notation": "restrictive-covenant-benefit", + "altlabel": "404", + "related": null, + "@id": "restrictive-covenant-benefit", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Restrictive Covenant - Burden", + "definition": "Interest", + "notation": "restrictive-covenant-burden", + "altlabel": "405", + "related": null, + "@id": "restrictive-covenant-burden", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Covenant - LAA 15", + "definition": "SEC 15 OF THE LAA", + "notation": "covenant-laa-15", + "altlabel": "406", + "related": null, + "@id": "covenant-laa-15", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - P&D 167 Reg 5", + "definition": "SEC 167 OF THE P&D ACT, REG 5", + "notation": "easement-p-d-167-reg-5", + "altlabel": "407", + "related": null, + "@id": "easement-p-d-167-reg-5", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - P&D 167 Reg 6", + "definition": "SEC 167 OF THE P&D ACT, REG 6", + "notation": "easement-p-d-167-reg-6", + "altlabel": "408", + "related": null, + "@id": "easement-p-d-167-reg-6", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - P&D 167 Reg 7", + "definition": "SEC 167 OF THE P&D ACT, REG 7", + "notation": "easement-p-d-167-reg-7", + "altlabel": "409", + "related": null, + "@id": "easement-p-d-167-reg-7", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - P&D 167 Reg 8", + "definition": "SEC 167 OF THE P&D ACT, REG 8", + "notation": "easement-p-d-167-reg-8", + "altlabel": "410", + "related": null, + "@id": "easement-p-d-167-reg-8", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - P&D 167 Reg 9", + "definition": "SEC 167 OF THE P&D ACT, REG 9", + "notation": "easement-p-d-167-reg-9", + "altlabel": "411", + "related": null, + "@id": "easement-p-d-167-reg-9", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - P&D 167 Reg 33(a)", + "definition": "SEC 167 OF THE P&D ACT, REG 33(a)", + "notation": "easement-p-d-167-reg-33(a)", + "altlabel": "412", + "related": null, + "@id": "easement-p-d-167-reg-33-a-", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - P&D 167 Reg 33(b)", + "definition": "SEC 167 OF THE P&D ACT, REG 33(b)", + "notation": "easement-p-d-167-reg-33(b)", + "altlabel": "413", + "related": null, + "@id": "easement-p-d-167-reg-33-b-", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - P&D 167 Reg 33(c)", + "definition": "SEC 167 OF THE P&D ACT, REG 33(c)", + "notation": "easement-p-d-167-reg-33(c)", + "altlabel": "414", + "related": null, + "@id": "easement-p-d-167-reg-33-c-", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - P&D 167 Reg 33(d)", + "definition": "SEC 167 OF THE P&D ACT, REG 33(d)", + "notation": "easement-p-d-167-reg-33(d)", + "altlabel": "415", + "related": null, + "@id": "easement-p-d-167-reg-33-d-", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement - P&D 167 Reg 33(e)", + "definition": "SEC 167 OF THE P&D ACT, REG 33(e)", + "notation": "easement-p-d-167-reg-33(e)", + "altlabel": "416", + "related": null, + "@id": "easement-p-d-167-reg-33-e-", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "EaseBen:STA 33", + "definition": "Sec. 33 of the STA 1985", + "notation": "easeben:sta3333", + "altlabel": "417", + "related": null, + "@id": "easeben-sta3333", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:STA 33 Reg 31 Vehicle Access", + "definition": "Sec. 33 of the STA 1985, Reg 31 of the STGR 2019", + "notation": "ease-sta-33-reg-31-vehicle-access", + "altlabel": "418", + "related": null, + "@id": "ease-sta-33-reg-31-vehicle-access", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:STA 33 Reg 32 Light & Air", + "definition": "Sec. 33 of the STA 1985, Reg 32 of the STGR 2019", + "notation": "ease-sta-33-reg-32-light-air", + "altlabel": "420", + "related": null, + "@id": "ease-sta-33-reg-32-light-air", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:STA 33 Reg 33 Party Wall", + "definition": "Sec. 33 of the STA 1985, Reg 33 of the STGR 2019", + "notation": "ease-sta-33-reg-33-party-wall", + "altlabel": "422", + "related": null, + "@id": "ease-sta-33-reg-33-party-wall", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:STA 33 Reg 34 Intrusion", + "definition": "Sec. 33 of the STA 1985, Reg 34 of the STGR 2019", + "notation": "ease-sta-33-reg-34-intrusion", + "altlabel": "424", + "related": null, + "@id": "ease-sta-33-reg-34-intrusion", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:STA 33 Reg 35 Ped Access", + "definition": "Sec. 33 of the STA 1985, Reg 35 of the STGR 2019", + "notation": "ease-sta-33-reg-35-ped-access", + "altlabel": "426", + "related": null, + "@id": "ease-sta-33-reg-35-ped-access", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:STA 33 Reg 36 Ease in Gross", + "definition": "Sec. 33 of the STA 1985, Reg 36 of the STGR 2019", + "notation": "ease-sta-33-reg-36-ease-in-gross", + "altlabel": "427", + "related": null, + "@id": "ease-sta-33-reg-36-ease-in-gross", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:STA 33 Reg 37 Water supply", + "definition": "Sec. 33 of the STA 1985, Reg 37 of the STGR 2019", + "notation": "ease-sta-33-reg-37-water-supply", + "altlabel": "428", + "related": null, + "@id": "ease-sta-33-reg-37-water-supply", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:STA 33 Reg 37 Drainage", + "definition": "Sec. 33 of the STA 1985, Reg 37 of the STGR 2019", + "notation": "ease-sta-33-reg-37-drainage", + "altlabel": "429", + "related": null, + "@id": "ease-sta-33-reg-37-drainage", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:STA 33 Reg 37 Gas supply", + "definition": "Sec. 33 of the STA 1985, Reg 37 of the STGR 2019", + "notation": "ease-sta-33-reg-37-gas-supply", + "altlabel": "430", + "related": null, + "@id": "ease-sta-33-reg-37-gas-supply", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:STA 33 Reg 37 Overhead Elec", + "definition": "Sec. 33 of the STA 1985, Reg 37 of the STGR 2019", + "notation": "ease-sta-33-reg-37-overhead-elec", + "altlabel": "431", + "related": null, + "@id": "ease-sta-33-reg-37-overhead-elec", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:STA 33 Reg 37 UndGnd Elec", + "definition": "Sec. 33 of the STA 1985, Reg 37 of the STGR 2019", + "notation": "ease-sta-33-reg-37-undgnd-elec", + "altlabel": "432", + "related": null, + "@id": "ease-sta-33-reg-37-undgnd-elec", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:STA 33 Reg 37 Overhead Comms", + "definition": "Sec. 33 of the STA 1985, Reg 37 of the STGR 2019", + "notation": "ease-sta-33-reg-37-overhead-comms", + "altlabel": "433", + "related": null, + "@id": "ease-sta-33-reg-37-overhead-comms", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:STA 33 Reg 37 UndGnd Comms", + "definition": "Sec. 33 of the STA 1985, Reg 37 of the STGR 2019", + "notation": "ease-sta-33-reg-37-undgnd-comms", + "altlabel": "434", + "related": null, + "@id": "ease-sta-33-reg-37-undgnd-comms", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:STA 33 Reg 37 Sewerage", + "definition": "Sec. 33 of the STA 1985, Reg 37 of the STGR 2019", + "notation": "ease-sta-33-reg-37-sewerage", + "altlabel": "435", + "related": null, + "@id": "ease-sta-33-reg-37-sewerage", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "RestrCov:STA 33 Reg 43 RoW", + "definition": "Sec. 33 of the STA 1985, Reg 43 of the STGR 2019", + "notation": "restrcov-sta-33-reg-43-row", + "altlabel": "436", + "related": null, + "@id": "restrcov-sta-33-reg-43-row", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "RestrCov:STA 33 Reg 44 Land use", + "definition": "Sec. 33 of the STA 1985, Reg 44 of the STGR 2019", + "notation": "restrcov-sta-33-reg-44-land-use", + "altlabel": "437", + "related": null, + "@id": "restrcov-sta-33-reg-44-land-use", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "RestrCov:STA 33 Reg 45 Conserv", + "definition": "Sec. 33 of the STA 1985, Reg 45 of the STGR 2019", + "notation": "restrcov-sta-33-reg-45-conserv", + "altlabel": "438", + "related": null, + "@id": "restrcov-sta-33-reg-45-conserv", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "RestrCov:STA 33 Reg 46 Build Env", + "definition": "Sec. 33 of the STA 1985,-reg-46 of the STGR 2019", + "notation": "restrcov-sta-33-reg-46 Build Env", + "altlabel": "439", + "related": null, + "@id": "restrcov-sta-33-reg-46-Build-Env", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "RestrCov:STA 33 Reg 47 Fire", + "definition": "Sec. 33 of the STA 1985, Reg 47 of the STGR 2019", + "notation": "restrcov-sta-33-reg-47 Fire", + "altlabel": "440", + "related": null, + "@id": "restrcov-sta-33-reg-47-Fire", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "EaseBen:CTA 38", + "definition": "Sec. 38 of the CTA 2018", + "notation": "easeben-cta-38", + "altlabel": "442", + "related": null, + "@id": "easeben-cta-38", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:CTA 38 Reg 40 Vehicle Access", + "definition": "Sec. 38 of the CTA 2018, Reg 40 of the CTAR 2021", + "notation": "ease-cta-38-reg-40-vehicle-access", + "altlabel": "443", + "related": null, + "@id": "ease-cta-38-reg-40-vehicle-access", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:CTA 38 Reg 41 Light & Air", + "definition": "Sec. 38 of the CTA 2018, Reg 41 of the CTAR 2021", + "notation": "ease-cta-38-reg-41-light-air", + "altlabel": "444", + "related": null, + "@id": "ease-cta-38-reg-41-light-air", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:CTA 38 Reg 42 Party Wall", + "definition": "Sec. 38 of the CTA 2018, Reg 42 of the CTAR 2021", + "notation": "ease-cta-38-reg-42-party-wall", + "altlabel": "445", + "related": null, + "@id": "ease-cta-38-reg-42-party-wall", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:CTA 38 Reg 43 Intrusion", + "definition": "Sec. 38 of the CTA 2018, Reg 43 of the CTAR 2021", + "notation": "ease-cta-38-reg-43-intrusion", + "altlabel": "446", + "related": null, + "@id": "ease-cta-38-reg-43-intrusion", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:CTA 38 Reg 44 Ped Access", + "definition": "Sec. 38 of the CTA 2018, Reg 44 of the CTAR 2021", + "notation": "ease-cta-38-reg-44-ped-access", + "altlabel": "447", + "related": null, + "@id": "ease-cta-38-reg-44-ped-access", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:CTA 38 Reg 45 Ease in Gross", + "definition": "Sec. 38 of the CTA 2018, Reg 45 of the CTAR 2021", + "notation": "ease-cta-38-reg-45-ease-in-gross", + "altlabel": "448", + "related": null, + "@id": "ease-cta-38-reg-45-ease-in-gross", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:CTA 38 Reg 46 Water supply", + "definition": "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021", + "notation": "ease-cta-38-reg-46-water-supply", + "altlabel": "449", + "related": null, + "@id": "ease-cta-38-reg-46-water-supply", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:CTA 38 Reg 46 Drainage", + "definition": "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021", + "notation": "ease-cta-38-reg-46-drainage", + "altlabel": "450", + "related": null, + "@id": "ease-cta-38-reg-46-drainage", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:CTA 38 Reg 46 Gas supply", + "definition": "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021", + "notation": "ease-cta-38-reg-46-gas-supply", + "altlabel": "451", + "related": null, + "@id": "ease-cta-38-reg-46-gas-supply", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:CTA 38 Reg 46 Overhead Elec", + "definition": "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021", + "notation": "ease-cta-38-reg-46-overhead-elec", + "altlabel": "452", + "related": null, + "@id": "ease-cta-38-reg-46-overhead-elec", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:CTA 38 Reg 46 UndGnd Elec", + "definition": "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021", + "notation": "ease-cta-38-reg-46-undgnd-elec", + "altlabel": "453", + "related": null, + "@id": "ease-cta-38-reg-46-undgnd-elec", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:CTA 38 Reg 46 Overhead Comms", + "definition": "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021", + "notation": "ease-cta-38-reg-46-overhead-comms", + "altlabel": "454", + "related": null, + "@id": "ease-cta-38-reg-46-overhead-comms", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:CTA 38 Reg 46 UndGnd Comms", + "definition": "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021", + "notation": "ease-cta-38-reg-46-undgnd-comms", + "altlabel": "455", + "related": null, + "@id": "ease-cta-38-reg-46-undgnd-comms", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:CTA 38 Reg 46 Sewerage", + "definition": "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021", + "notation": "ease-cta-38-reg-46-sewerage", + "altlabel": "456", + "related": null, + "@id": "ease-cta-38-reg-46-sewerage", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Ease:CTA 38 Reg 46 Energy", + "definition": "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021", + "notation": "ease-cta-38-reg-46-energy", + "altlabel": "457", + "related": null, + "@id": "ease-cta-38-reg-46-energy", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "RestrCov:CTA 38 Reg 52 RoW", + "definition": "Sec. 38 of the CTA 2018, Reg 52 of the CTAR 2021", + "notation": "res-cov-cta-38-reg-52-rowW", + "altlabel": "458", + "related": null, + "@id": "res-cov-cta-38-reg-52-rowW", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "RestrCov:CTA 38 Reg 53 Land use", + "definition": "Sec. 38 of the CTA 2018, Reg 53 of the CTAR 2021", + "notation": "res-cov-CTA 38-reg-53-land-use", + "altlabel": "459", + "related": null, + "@id": "res-cov-CTA-38-reg-53-land-use", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "RestrCov:CTA 38 Reg 54 Conserv", + "definition": "Sec. 38 of the CTA 2018, Reg 54 of the CTAR 2021", + "notation": "res-cov-cta-38-reg-54-conserv", + "altlabel": "460", + "related": null, + "@id": "res-cov-cta-38-reg-54-conserv", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "RestrCov:CTA 38 Reg 55 Build Env", + "definition": "Sec. 38 of the CTA 2018, Reg 55 of the CTAR 2021", + "notation": "res-cov-cta-38-reg-55-build-env", + "altlabel": "461", + "related": null, + "@id": "res-cov-cta-38-reg-55-build-env", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "RestrCov:CTA 38 Reg 56 Fire", + "definition": "Sec. 38 of the CTA 2018, Reg 56 of the CTAR 2021", + "notation": "res-cov-cta-38-reg-56-fire", + "altlabel": "462", + "related": null, + "@id": "res-cov-cta-38-reg-56-fire", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Notification: Sec. 70A of the T.L.A", + "definition": " Notification", + "notation": "70a-tla", + "altlabel": null, + "related": null, + "@id": "70a-tla", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Notification: Sec. 165 of the P. & D. Act", + "definition": "Notification", + "notation": "165-pda", + "altlabel": null, + "related": null, + "@id": "165-pda", + "type": "surv:InterestType", + "@type": "skos:Concept" + }, + { + "preflabel": "Non-extinguishment of Native Title", + "definition": null, + "notation": "native-title", + "altlabel": null, + "related": null, + "@id": "native-title", + "type": "surv:InterestType", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/wa-interest-type.ttl b/cadastre/Parcels/wa-interest-type.ttl new file mode 100644 index 0000000..dd9c1cd --- /dev/null +++ b/cadastre/Parcels/wa-interest-type.ttl @@ -0,0 +1,711 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:InterestType ; + skos:definition "Notification" ; + skos:inScheme ; + skos:notation "165-pda" ; + skos:prefLabel "Notification: Sec. 165 of the P. & D. Act" . + + a skos:Concept, + surv:InterestType ; + skos:definition " Notification" ; + skos:inScheme ; + skos:notation "70a-tla" ; + skos:prefLabel "Notification: Sec. 70A of the T.L.A" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "26" ; + skos:definition "Interest" ; + skos:inScheme ; + skos:notation "carbon covenant-benefit" ; + skos:prefLabel "Carbon Covenant - Benefit" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "25" ; + skos:definition "Interest" ; + skos:inScheme ; + skos:notation "carbon covenant-burden" ; + skos:prefLabel "Carbon Covenant - Burden" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "23" ; + skos:definition "Interest" ; + skos:inScheme ; + skos:notation "carbon-right" ; + skos:prefLabel "Carbon Right" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "28" ; + skos:definition "Interest" ; + skos:inScheme ; + skos:notation "caveat" ; + skos:prefLabel "Caveat" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "27" ; + skos:definition "Interest" ; + skos:inScheme ; + skos:notation "contaminated site" ; + skos:prefLabel "Contaminated Site" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "406" ; + skos:definition "SEC 15 OF THE LAA" ; + skos:inScheme ; + skos:notation "covenant-laa-15" ; + skos:prefLabel "Covenant - LAA 15" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "17" ; + skos:definition "Crown Grant in Trust" ; + skos:inScheme ; + skos:notation "crown-grant-in-trust" ; + skos:prefLabel "Crown Grant in Trust" . + + a skos:Concept, + surv:InterestType ; + skos:definition "Crown Lease" ; + skos:inScheme ; + skos:notation "crown-lease" ; + skos:prefLabel "Crown Lease" . + + a skos:Concept, + surv:InterestType ; + skos:definition "Certificate of Title" ; + skos:inScheme ; + skos:notation "ct" ; + skos:prefLabel "Certificate of Title" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "443" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 40 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "ease-cta-38-reg-40-vehicle-access" ; + skos:prefLabel "Ease:CTA 38 Reg 40 Vehicle Access" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "444" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 41 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "ease-cta-38-reg-41-light-air" ; + skos:prefLabel "Ease:CTA 38 Reg 41 Light & Air" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "445" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 42 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "ease-cta-38-reg-42-party-wall" ; + skos:prefLabel "Ease:CTA 38 Reg 42 Party Wall" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "446" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 43 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "ease-cta-38-reg-43-intrusion" ; + skos:prefLabel "Ease:CTA 38 Reg 43 Intrusion" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "447" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 44 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "ease-cta-38-reg-44-ped-access" ; + skos:prefLabel "Ease:CTA 38 Reg 44 Ped Access" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "448" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 45 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "ease-cta-38-reg-45-ease-in-gross" ; + skos:prefLabel "Ease:CTA 38 Reg 45 Ease in Gross" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "450" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "ease-cta-38-reg-46-drainage" ; + skos:prefLabel "Ease:CTA 38 Reg 46 Drainage" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "457" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "ease-cta-38-reg-46-energy" ; + skos:prefLabel "Ease:CTA 38 Reg 46 Energy" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "451" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "ease-cta-38-reg-46-gas-supply" ; + skos:prefLabel "Ease:CTA 38 Reg 46 Gas supply" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "454" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "ease-cta-38-reg-46-overhead-comms" ; + skos:prefLabel "Ease:CTA 38 Reg 46 Overhead Comms" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "452" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "ease-cta-38-reg-46-overhead-elec" ; + skos:prefLabel "Ease:CTA 38 Reg 46 Overhead Elec" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "456" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "ease-cta-38-reg-46-sewerage" ; + skos:prefLabel "Ease:CTA 38 Reg 46 Sewerage" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "455" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "ease-cta-38-reg-46-undgnd-comms" ; + skos:prefLabel "Ease:CTA 38 Reg 46 UndGnd Comms" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "453" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "ease-cta-38-reg-46-undgnd-elec" ; + skos:prefLabel "Ease:CTA 38 Reg 46 UndGnd Elec" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "449" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 46 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "ease-cta-38-reg-46-water-supply" ; + skos:prefLabel "Ease:CTA 38 Reg 46 Water supply" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "418" ; + skos:definition "Sec. 33 of the STA 1985, Reg 31 of the STGR 2019" ; + skos:inScheme ; + skos:notation "ease-sta-33-reg-31-vehicle-access" ; + skos:prefLabel "Ease:STA 33 Reg 31 Vehicle Access" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "420" ; + skos:definition "Sec. 33 of the STA 1985, Reg 32 of the STGR 2019" ; + skos:inScheme ; + skos:notation "ease-sta-33-reg-32-light-air" ; + skos:prefLabel "Ease:STA 33 Reg 32 Light & Air" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "422" ; + skos:definition "Sec. 33 of the STA 1985, Reg 33 of the STGR 2019" ; + skos:inScheme ; + skos:notation "ease-sta-33-reg-33-party-wall" ; + skos:prefLabel "Ease:STA 33 Reg 33 Party Wall" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "424" ; + skos:definition "Sec. 33 of the STA 1985, Reg 34 of the STGR 2019" ; + skos:inScheme ; + skos:notation "ease-sta-33-reg-34-intrusion" ; + skos:prefLabel "Ease:STA 33 Reg 34 Intrusion" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "426" ; + skos:definition "Sec. 33 of the STA 1985, Reg 35 of the STGR 2019" ; + skos:inScheme ; + skos:notation "ease-sta-33-reg-35-ped-access" ; + skos:prefLabel "Ease:STA 33 Reg 35 Ped Access" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "427" ; + skos:definition "Sec. 33 of the STA 1985, Reg 36 of the STGR 2019" ; + skos:inScheme ; + skos:notation "ease-sta-33-reg-36-ease-in-gross" ; + skos:prefLabel "Ease:STA 33 Reg 36 Ease in Gross" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "429" ; + skos:definition "Sec. 33 of the STA 1985, Reg 37 of the STGR 2019" ; + skos:inScheme ; + skos:notation "ease-sta-33-reg-37-drainage" ; + skos:prefLabel "Ease:STA 33 Reg 37 Drainage" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "430" ; + skos:definition "Sec. 33 of the STA 1985, Reg 37 of the STGR 2019" ; + skos:inScheme ; + skos:notation "ease-sta-33-reg-37-gas-supply" ; + skos:prefLabel "Ease:STA 33 Reg 37 Gas supply" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "433" ; + skos:definition "Sec. 33 of the STA 1985, Reg 37 of the STGR 2019" ; + skos:inScheme ; + skos:notation "ease-sta-33-reg-37-overhead-comms" ; + skos:prefLabel "Ease:STA 33 Reg 37 Overhead Comms" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "431" ; + skos:definition "Sec. 33 of the STA 1985, Reg 37 of the STGR 2019" ; + skos:inScheme ; + skos:notation "ease-sta-33-reg-37-overhead-elec" ; + skos:prefLabel "Ease:STA 33 Reg 37 Overhead Elec" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "435" ; + skos:definition "Sec. 33 of the STA 1985, Reg 37 of the STGR 2019" ; + skos:inScheme ; + skos:notation "ease-sta-33-reg-37-sewerage" ; + skos:prefLabel "Ease:STA 33 Reg 37 Sewerage" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "434" ; + skos:definition "Sec. 33 of the STA 1985, Reg 37 of the STGR 2019" ; + skos:inScheme ; + skos:notation "ease-sta-33-reg-37-undgnd-comms" ; + skos:prefLabel "Ease:STA 33 Reg 37 UndGnd Comms" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "432" ; + skos:definition "Sec. 33 of the STA 1985, Reg 37 of the STGR 2019" ; + skos:inScheme ; + skos:notation "ease-sta-33-reg-37-undgnd-elec" ; + skos:prefLabel "Ease:STA 33 Reg 37 UndGnd Elec" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "428" ; + skos:definition "Sec. 33 of the STA 1985, Reg 37 of the STGR 2019" ; + skos:inScheme ; + skos:notation "ease-sta-33-reg-37-water-supply" ; + skos:prefLabel "Ease:STA 33 Reg 37 Water supply" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "442" ; + skos:definition "Sec. 38 of the CTA 2018" ; + skos:inScheme ; + skos:notation "easeben-cta-38" ; + skos:prefLabel "EaseBen:CTA 38" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "417" ; + skos:definition "Sec. 33 of the STA 1985" ; + skos:inScheme ; + skos:notation "easeben:sta3333" ; + skos:prefLabel "EaseBen:STA 33" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "29" ; + skos:definition "Interest" ; + skos:inScheme ; + skos:notation "easement-doc" ; + skos:prefLabel "Easement - doc" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "31" ; + skos:definition "SEC 195 OF THE LAA" ; + skos:inScheme ; + skos:notation "easement-in-gross-laa-195" ; + skos:prefLabel "Easement in Gross - LAA 195" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "30" ; + skos:definition "SEC 144 OF THE LAA" ; + skos:inScheme ; + skos:notation "easement-laa-144" ; + skos:prefLabel "Easement - LAA 144" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "412" ; + skos:definition "SEC 167 OF THE P&D ACT, REG 33(a)" ; + skos:inScheme ; + skos:notation "easement-p-d-167-reg-33(a)" ; + skos:prefLabel "Easement - P&D 167 Reg 33(a)" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "413" ; + skos:definition "SEC 167 OF THE P&D ACT, REG 33(b)" ; + skos:inScheme ; + skos:notation "easement-p-d-167-reg-33(b)" ; + skos:prefLabel "Easement - P&D 167 Reg 33(b)" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "414" ; + skos:definition "SEC 167 OF THE P&D ACT, REG 33(c)" ; + skos:inScheme ; + skos:notation "easement-p-d-167-reg-33(c)" ; + skos:prefLabel "Easement - P&D 167 Reg 33(c)" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "415" ; + skos:definition "SEC 167 OF THE P&D ACT, REG 33(d)" ; + skos:inScheme ; + skos:notation "easement-p-d-167-reg-33(d)" ; + skos:prefLabel "Easement - P&D 167 Reg 33(d)" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "416" ; + skos:definition "SEC 167 OF THE P&D ACT, REG 33(e)" ; + skos:inScheme ; + skos:notation "easement-p-d-167-reg-33(e)" ; + skos:prefLabel "Easement - P&D 167 Reg 33(e)" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "407" ; + skos:definition "SEC 167 OF THE P&D ACT, REG 5" ; + skos:inScheme ; + skos:notation "easement-p-d-167-reg-5" ; + skos:prefLabel "Easement - P&D 167 Reg 5" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "408" ; + skos:definition "SEC 167 OF THE P&D ACT, REG 6" ; + skos:inScheme ; + skos:notation "easement-p-d-167-reg-6" ; + skos:prefLabel "Easement - P&D 167 Reg 6" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "409" ; + skos:definition "SEC 167 OF THE P&D ACT, REG 7" ; + skos:inScheme ; + skos:notation "easement-p-d-167-reg-7" ; + skos:prefLabel "Easement - P&D 167 Reg 7" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "410" ; + skos:definition "SEC 167 OF THE P&D ACT, REG 8" ; + skos:inScheme ; + skos:notation "easement-p-d-167-reg-8" ; + skos:prefLabel "Easement - P&D 167 Reg 8" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "411" ; + skos:definition "SEC 167 OF THE P&D ACT, REG 9" ; + skos:inScheme ; + skos:notation "easement-p-d-167-reg-9" ; + skos:prefLabel "Easement - P&D 167 Reg 9" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "32" ; + skos:definition "SEC 195 & 196 OF THE LAA" ; + skos:inScheme ; + skos:notation "easement-public-access-laa-195-196" ; + skos:prefLabel "Easement Public Access LAA 195/196" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "33" ; + skos:definition "Interest" ; + skos:inScheme ; + skos:notation "easement-sta-5D" ; + skos:prefLabel "Easement - STA 5D" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "34" ; + skos:definition "Interest" ; + skos:inScheme ; + skos:notation "easement-tla-136C" ; + skos:prefLabel "Easement - TLA 136C" . + + a skos:Concept, + surv:InterestType ; + skos:definition "Interest" ; + skos:inScheme ; + skos:notation "easement-tla-136D" ; + skos:prefLabel "Easement - TLA 136D" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "35" ; + skos:definition "Interest" ; + skos:inScheme ; + skos:notation "easement-tla-167A" ; + skos:prefLabel "Easement - TLA 167A" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "36" ; + skos:definition "SEC 27A OF THE TP&D ACT, REG 5" ; + skos:inScheme ; + skos:notation "easement-tp-d-27A-reg-5" ; + skos:prefLabel "Easement - TP&D 27A Reg 5" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "37" ; + skos:definition "SEC 27A OF THE TP&D ACT, REG 6" ; + skos:inScheme ; + skos:notation "easement-tp-d-27A-reg-6" ; + skos:prefLabel "Easement - TP&D 27A Reg 6" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "38" ; + skos:definition "SEC 27A OF THE TP&D ACT, REG 7" ; + skos:inScheme ; + skos:notation "easement-tp-d-27A-reg-7" ; + skos:prefLabel "Easement - TP&D 27A Reg 7" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "39" ; + skos:definition "SEC 27A OF THE TP&D ACT, REG 8" ; + skos:inScheme ; + skos:notation "easement-tp-d-27A-reg-8" ; + skos:prefLabel "Easement - TP&D 27A Reg 8" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "40" ; + skos:definition "SEC 27A OF THE TP&D ACT, REG 9" ; + skos:inScheme ; + skos:notation "easement-tp-d-27A-reg-9" ; + skos:prefLabel "Easement - TP&D 27A Reg 9" . + + a skos:Concept, + surv:InterestType ; + skos:definition "Enrollment Country" ; + skos:inScheme ; + skos:notation "enrollment-country" ; + skos:prefLabel "Enrollment Country" . + + a skos:Concept, + surv:InterestType ; + skos:definition "Enrollment Town" ; + skos:inScheme ; + skos:notation "enrollment-town" ; + skos:prefLabel "Enrollment Town" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "400" ; + skos:definition "Interest" ; + skos:inScheme ; + skos:notation "freehold-lease" ; + skos:prefLabel "Freehold Lease" . + + a skos:Concept, + surv:InterestType ; + skos:definition "Crown Land Record" ; + skos:inScheme ; + skos:notation "land-record" ; + skos:prefLabel "Land Record" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "401" ; + skos:definition "Interest" ; + skos:inScheme ; + skos:notation "memorial" ; + skos:prefLabel "Memorial" . + + a skos:Concept, + surv:InterestType ; + skos:definition "Land held under Deed" ; + skos:inScheme ; + skos:notation "memorial-book" ; + skos:prefLabel "Memorial Book" . + + a skos:Concept, + surv:InterestType ; + skos:inScheme ; + skos:notation "native-title" ; + skos:prefLabel "Non-extinguishment of Native Title" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "402" ; + skos:definition "Interest" ; + skos:inScheme ; + skos:notation "notification" ; + skos:prefLabel "Notification" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "403" ; + skos:definition "Interest" ; + skos:inScheme ; + skos:notation "profit-a-prendre" ; + skos:prefLabel "Profit a prendre" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "459" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 53 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "res-cov-CTA 38-reg-53-land-use" ; + skos:prefLabel "RestrCov:CTA 38 Reg 53 Land use" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "458" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 52 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "res-cov-cta-38-reg-52-rowW" ; + skos:prefLabel "RestrCov:CTA 38 Reg 52 RoW" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "460" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 54 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "res-cov-cta-38-reg-54-conserv" ; + skos:prefLabel "RestrCov:CTA 38 Reg 54 Conserv" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "461" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 55 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "res-cov-cta-38-reg-55-build-env" ; + skos:prefLabel "RestrCov:CTA 38 Reg 55 Build Env" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "462" ; + skos:definition "Sec. 38 of the CTA 2018, Reg 56 of the CTAR 2021" ; + skos:inScheme ; + skos:notation "res-cov-cta-38-reg-56-fire" ; + skos:prefLabel "RestrCov:CTA 38 Reg 56 Fire" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "436" ; + skos:definition "Sec. 33 of the STA 1985, Reg 43 of the STGR 2019" ; + skos:inScheme ; + skos:notation "restrcov-sta-33-reg-43-row" ; + skos:prefLabel "RestrCov:STA 33 Reg 43 RoW" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "437" ; + skos:definition "Sec. 33 of the STA 1985, Reg 44 of the STGR 2019" ; + skos:inScheme ; + skos:notation "restrcov-sta-33-reg-44-land-use" ; + skos:prefLabel "RestrCov:STA 33 Reg 44 Land use" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "438" ; + skos:definition "Sec. 33 of the STA 1985, Reg 45 of the STGR 2019" ; + skos:inScheme ; + skos:notation "restrcov-sta-33-reg-45-conserv" ; + skos:prefLabel "RestrCov:STA 33 Reg 45 Conserv" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "439" ; + skos:definition "Sec. 33 of the STA 1985,-reg-46 of the STGR 2019" ; + skos:inScheme ; + skos:notation "restrcov-sta-33-reg-46 Build Env" ; + skos:prefLabel "RestrCov:STA 33 Reg 46 Build Env" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "440" ; + skos:definition "Sec. 33 of the STA 1985, Reg 47 of the STGR 2019" ; + skos:inScheme ; + skos:notation "restrcov-sta-33-reg-47 Fire" ; + skos:prefLabel "RestrCov:STA 33 Reg 47 Fire" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "404" ; + skos:definition "Interest" ; + skos:inScheme ; + skos:notation "restrictive-covenant-benefit" ; + skos:prefLabel "Restrictive Covenant - Benefit" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "405" ; + skos:definition "Interest" ; + skos:inScheme ; + skos:notation "restrictive-covenant-burden" ; + skos:prefLabel "Restrictive Covenant - Burden" . + + a skos:Concept, + surv:InterestType ; + skos:altLabel "24" ; + skos:definition "Interest" ; + skos:inScheme ; + skos:notation "tree-plantation" ; + skos:prefLabel "Tree Plantation" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Memorial Types" ; + skos:scopeNote "surv:InterestType" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:42.470237"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:42.285834"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/wa-parcel-purpose.csv b/cadastre/Parcels/wa-parcel-purpose.csv new file mode 100644 index 0000000..1c9e9b1 --- /dev/null +++ b/cadastre/Parcels/wa-parcel-purpose.csv @@ -0,0 +1,21 @@ +preflabel,definition,notation,altlabel,related +Lot,Lot,lot,1, +Strata Lot,Strata Lot,strata-lot,19, +Survey-Strata Lot,Survey-Strata Lot,survey-strata-lot,16, +Right of Way,Right of Way,right-of-way,1, +Pedestrian Access Way,Pedestrian Access Way,pedestrian-access-way,1, +Road,Road,road,13, +Road Widening,Road Widening,road-widening,13, +Community Building Lot,Community Building Lot,community-building-lot,19, +Community Land Lot,Community Land Lot,community-land-lot,16, +Common Property,Common Property,common-property,"16,19", +Vacant Strata Lot,Vacant Strata Lot,vacant-strata-lot,19, +Location,Location,location,1, +Townsite Lot,Townsite Lot,townsite-lot,1, +Miscellaneous,Miscellaneous,miscellaneous,1, +Transfer of Land Act,Transfer of Land Act,transfer-of-land-act,1, +Land Act,Land Act,land-act,1, +Closed Road,Closed Road,closed-road,7, +Railway,Railway,railway,10, +Reserve to Vest for Recreation,Reserve for Recreation,reserve-vest,, +Road to Vest,Road to Vest, road-vest,, diff --git a/cadastre/Parcels/wa-parcel-purpose.jsonld b/cadastre/Parcels/wa-parcel-purpose.jsonld new file mode 100644 index 0000000..63f552a --- /dev/null +++ b/cadastre/Parcels/wa-parcel-purpose.jsonld @@ -0,0 +1,232 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-parcel-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-parcel-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Primary Parcel Purpose", + "class": "termtype:ParcelPurpose", + "concepts": [ + { + "preflabel": "Lot", + "definition": "Lot", + "notation": "lot", + "altlabel": "1", + "related": null, + "@id": "lot", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Strata Lot", + "definition": "Strata Lot", + "notation": "strata-lot", + "altlabel": "19", + "related": null, + "@id": "strata-lot", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Survey-Strata Lot", + "definition": "Survey-Strata Lot", + "notation": "survey-strata-lot", + "altlabel": "16", + "related": null, + "@id": "survey-strata-lot", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right of Way", + "definition": "Right of Way", + "notation": "right-of-way", + "altlabel": "1", + "related": null, + "@id": "right-of-way", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Pedestrian Access Way", + "definition": "Pedestrian Access Way", + "notation": "pedestrian-access-way", + "altlabel": "1", + "related": null, + "@id": "pedestrian-access-way", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Road", + "definition": "Road", + "notation": "road", + "altlabel": "13", + "related": null, + "@id": "road", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Road Widening", + "definition": "Road Widening", + "notation": "road-widening", + "altlabel": "13", + "related": null, + "@id": "road-widening", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Community Building Lot", + "definition": "Community Building Lot", + "notation": "community-building-lot", + "altlabel": "19", + "related": null, + "@id": "community-building-lot", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Community Land Lot", + "definition": "Community Land Lot", + "notation": "community-land-lot", + "altlabel": "16", + "related": null, + "@id": "community-land-lot", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Common Property", + "definition": "Common Property", + "notation": "common-property", + "altlabel": "16,19", + "related": null, + "@id": "common-property", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Vacant Strata Lot", + "definition": "Vacant Strata Lot", + "notation": "vacant-strata-lot", + "altlabel": "19", + "related": null, + "@id": "vacant-strata-lot", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Location", + "definition": "Location", + "notation": "location", + "altlabel": "1", + "related": null, + "@id": "location", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Townsite Lot", + "definition": "Townsite Lot", + "notation": "townsite-lot", + "altlabel": "1", + "related": null, + "@id": "townsite-lot", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Miscellaneous", + "definition": "Miscellaneous", + "notation": "miscellaneous", + "altlabel": "1", + "related": null, + "@id": "miscellaneous", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Transfer of Land Act", + "definition": "Transfer of Land Act", + "notation": "transfer-of-land-act", + "altlabel": "1", + "related": null, + "@id": "transfer-of-land-act", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Land Act", + "definition": "Land Act", + "notation": "land-act", + "altlabel": "1", + "related": null, + "@id": "land-act", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Closed Road", + "definition": "Closed Road", + "notation": "closed-road", + "altlabel": "7", + "related": null, + "@id": "closed-road", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Railway", + "definition": "Railway", + "notation": "railway", + "altlabel": "10", + "related": null, + "@id": "railway", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve to Vest for Recreation", + "definition": "Reserve for Recreation", + "notation": "reserve-vest", + "altlabel": null, + "related": null, + "@id": "reserve-vest", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Road to Vest", + "definition": "Road to Vest", + "notation": " road-vest", + "altlabel": null, + "related": null, + "@id": "road-vest", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/wa-parcel-purpose.ttl b/cadastre/Parcels/wa-parcel-purpose.ttl new file mode 100644 index 0000000..0ee5d0e --- /dev/null +++ b/cadastre/Parcels/wa-parcel-purpose.ttl @@ -0,0 +1,184 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "7" ; + skos:definition "Closed Road" ; + skos:inScheme ; + skos:notation "closed-road" ; + skos:prefLabel "Closed Road" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "16,19" ; + skos:definition "Common Property" ; + skos:inScheme ; + skos:notation "common-property" ; + skos:prefLabel "Common Property" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "19" ; + skos:definition "Community Building Lot" ; + skos:inScheme ; + skos:notation "community-building-lot" ; + skos:prefLabel "Community Building Lot" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "16" ; + skos:definition "Community Land Lot" ; + skos:inScheme ; + skos:notation "community-land-lot" ; + skos:prefLabel "Community Land Lot" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "1" ; + skos:definition "Land Act" ; + skos:inScheme ; + skos:notation "land-act" ; + skos:prefLabel "Land Act" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "1" ; + skos:definition "Location" ; + skos:inScheme ; + skos:notation "location" ; + skos:prefLabel "Location" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "1" ; + skos:definition "Lot" ; + skos:inScheme ; + skos:notation "lot" ; + skos:prefLabel "Lot" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "1" ; + skos:definition "Miscellaneous" ; + skos:inScheme ; + skos:notation "miscellaneous" ; + skos:prefLabel "Miscellaneous" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "1" ; + skos:definition "Pedestrian Access Way" ; + skos:inScheme ; + skos:notation "pedestrian-access-way" ; + skos:prefLabel "Pedestrian Access Way" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "10" ; + skos:definition "Railway" ; + skos:inScheme ; + skos:notation "railway" ; + skos:prefLabel "Railway" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Reserve for Recreation" ; + skos:inScheme ; + skos:notation "reserve-vest" ; + skos:prefLabel "Reserve to Vest for Recreation" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "1" ; + skos:definition "Right of Way" ; + skos:inScheme ; + skos:notation "right-of-way" ; + skos:prefLabel "Right of Way" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "13" ; + skos:definition "Road" ; + skos:inScheme ; + skos:notation "road" ; + skos:prefLabel "Road" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Road to Vest" ; + skos:inScheme ; + skos:notation " road-vest" ; + skos:prefLabel "Road to Vest" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "13" ; + skos:definition "Road Widening" ; + skos:inScheme ; + skos:notation "road-widening" ; + skos:prefLabel "Road Widening" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "19" ; + skos:definition "Strata Lot" ; + skos:inScheme ; + skos:notation "strata-lot" ; + skos:prefLabel "Strata Lot" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "16" ; + skos:definition "Survey-Strata Lot" ; + skos:inScheme ; + skos:notation "survey-strata-lot" ; + skos:prefLabel "Survey-Strata Lot" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "1" ; + skos:definition "Townsite Lot" ; + skos:inScheme ; + skos:notation "townsite-lot" ; + skos:prefLabel "Townsite Lot" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "1" ; + skos:definition "Transfer of Land Act" ; + skos:inScheme ; + skos:notation "transfer-of-land-act" ; + skos:prefLabel "Transfer of Land Act" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "19" ; + skos:definition "Vacant Strata Lot" ; + skos:inScheme ; + skos:notation "vacant-strata-lot" ; + skos:prefLabel "Vacant Strata Lot" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Primary Parcel Purpose" ; + skos:scopeNote "termtype:ParcelPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:41.597580"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:41.493737"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/wa-parcel-state.csv b/cadastre/Parcels/wa-parcel-state.csv new file mode 100644 index 0000000..1f500b1 --- /dev/null +++ b/cadastre/Parcels/wa-parcel-state.csv @@ -0,0 +1,12 @@ +preflabel,definition,notation,altlabel,related +Lodged,Database state: Lodged,lodged,, +Superseded, Database State: Element further subdivided or removed,superseded,, +Registered,Database state: Element registered,registered,, +Cancelled,Document and Database State: Plan/Scheme unregistered and cancelled,cancelled,, +Terminated,Document and Database State: Plan/Scheme terminated,terminated,, +Created,Document state: The parcel is being created by the survey,created,,nz-parcel-state:created +Referenced,Document state: The parcel is referenced by the survey,referenced,,nz-parcel-state:referenced +Former tenure,Document state: The parcel is being replaced by one or more parcels created by the survey,former-tenure,,nz-parcel-state:extinguished +Inset,Document state: The parcel is an inset lot,inset,, +Affected tenure,Document state: The parcel is to be encumbured,affected-tenure,, +Abuttal,Document State:parcel is relevant to display,abuttal,, diff --git a/cadastre/Parcels/wa-parcel-state.jsonld b/cadastre/Parcels/wa-parcel-state.jsonld new file mode 100644 index 0000000..184b502 --- /dev/null +++ b/cadastre/Parcels/wa-parcel-state.jsonld @@ -0,0 +1,142 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-parcel-state/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-parcel-state", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Parcel State", + "class": "termtype:ParcelState", + "concepts": [ + { + "preflabel": "Lodged", + "definition": "Database state: Lodged", + "notation": "lodged", + "altlabel": null, + "related": null, + "@id": "lodged", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded", + "definition": " Database State: Element further subdivided or removed", + "notation": "superseded", + "altlabel": null, + "related": null, + "@id": "superseded", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "Registered", + "definition": "Database state: Element registered", + "notation": "registered", + "altlabel": null, + "related": null, + "@id": "registered", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "Cancelled", + "definition": "Document and Database State: Plan/Scheme unregistered and cancelled", + "notation": "cancelled", + "altlabel": null, + "related": null, + "@id": "cancelled", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "Terminated", + "definition": "Document and Database State: Plan/Scheme terminated", + "notation": "terminated", + "altlabel": null, + "related": null, + "@id": "terminated", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "Created", + "definition": "Document state: The parcel is being created by the survey", + "notation": "created", + "altlabel": null, + "related": "nz-parcel-state:created", + "@id": "created", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "Referenced", + "definition": "Document state: The parcel is referenced by the survey", + "notation": "referenced", + "altlabel": null, + "related": "nz-parcel-state:referenced", + "@id": "referenced", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "Former tenure", + "definition": "Document state: The parcel is being replaced by one or more parcels created by the survey", + "notation": "former-tenure", + "altlabel": null, + "related": "nz-parcel-state:extinguished", + "@id": "former-tenure", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "Inset", + "definition": "Document state: The parcel is an inset lot", + "notation": "inset", + "altlabel": null, + "related": null, + "@id": "inset", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "Affected tenure", + "definition": "Document state: The parcel is to be encumbured", + "notation": "affected-tenure", + "altlabel": null, + "related": null, + "@id": "affected-tenure", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + }, + { + "preflabel": "Abuttal", + "definition": "Document State:parcel is relevant to display", + "notation": "abuttal", + "altlabel": null, + "related": null, + "@id": "abuttal", + "type": "termtype:ParcelState", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/wa-parcel-state.ttl b/cadastre/Parcels/wa-parcel-state.ttl new file mode 100644 index 0000000..fea773e --- /dev/null +++ b/cadastre/Parcels/wa-parcel-state.ttl @@ -0,0 +1,103 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Document State:parcel is relevant to display" ; + skos:inScheme ; + skos:notation "abuttal" ; + skos:prefLabel "Abuttal" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Document state: The parcel is to be encumbured" ; + skos:inScheme ; + skos:notation "affected-tenure" ; + skos:prefLabel "Affected tenure" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Document and Database State: Plan/Scheme unregistered and cancelled" ; + skos:inScheme ; + skos:notation "cancelled" ; + skos:prefLabel "Cancelled" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Document state: The parcel is being created by the survey" ; + skos:inScheme ; + skos:notation "created" ; + skos:prefLabel "Created" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Document state: The parcel is being replaced by one or more parcels created by the survey" ; + skos:inScheme ; + skos:notation "former-tenure" ; + skos:prefLabel "Former tenure" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Document state: The parcel is an inset lot" ; + skos:inScheme ; + skos:notation "inset" ; + skos:prefLabel "Inset" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Database state: Lodged" ; + skos:inScheme ; + skos:notation "lodged" ; + skos:prefLabel "Lodged" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Document state: The parcel is referenced by the survey" ; + skos:inScheme ; + skos:notation "referenced" ; + skos:prefLabel "Referenced" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Database state: Element registered" ; + skos:inScheme ; + skos:notation "registered" ; + skos:prefLabel "Registered" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition " Database State: Element further subdivided or removed" ; + skos:inScheme ; + skos:notation "superseded" ; + skos:prefLabel "Superseded" . + + a skos:Concept, + termtype:ParcelState ; + skos:definition "Document and Database State: Plan/Scheme terminated" ; + skos:inScheme ; + skos:notation "terminated" ; + skos:prefLabel "Terminated" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Parcel State" ; + skos:scopeNote "termtype:ParcelState" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:51.799305"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:51.704864"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/wa-parcel-type.csv b/cadastre/Parcels/wa-parcel-type.csv new file mode 100644 index 0000000..ee434f1 --- /dev/null +++ b/cadastre/Parcels/wa-parcel-type.csv @@ -0,0 +1,6 @@ +preflabel,definition,notation,altlabel,related +Freehold,Parcel is Freehold Land,freehold,, +Crown,Parcel is Crown Land,crown,, +Leasehold,Parcel is Leasehold,leasehold,, +Community Titles (Land) Scheme,Plan is Community Title,community-titles-land-scheme,, +Community Titles (Building) Scheme,Plan is Community Title,community-titles-building-scheme,, diff --git a/cadastre/Parcels/wa-parcel-type.jsonld b/cadastre/Parcels/wa-parcel-type.jsonld new file mode 100644 index 0000000..696bf96 --- /dev/null +++ b/cadastre/Parcels/wa-parcel-type.jsonld @@ -0,0 +1,82 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-parcel-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-parcel-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Parcel Type", + "class": "surv:ParcelType", + "concepts": [ + { + "preflabel": "Freehold", + "definition": "Parcel is Freehold Land", + "notation": "freehold", + "altlabel": null, + "related": null, + "@id": "freehold", + "type": "surv:ParcelType", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown", + "definition": "Parcel is Crown Land", + "notation": "crown", + "altlabel": null, + "related": null, + "@id": "crown", + "type": "surv:ParcelType", + "@type": "skos:Concept" + }, + { + "preflabel": "Leasehold", + "definition": "Parcel is Leasehold", + "notation": "leasehold", + "altlabel": null, + "related": null, + "@id": "leasehold", + "type": "surv:ParcelType", + "@type": "skos:Concept" + }, + { + "preflabel": "Community Titles (Land) Scheme", + "definition": "Plan is Community Title", + "notation": "community-titles-land-scheme", + "altlabel": null, + "related": null, + "@id": "community-titles-land-scheme", + "type": "surv:ParcelType", + "@type": "skos:Concept" + }, + { + "preflabel": "Community Titles (Building) Scheme", + "definition": "Plan is Community Title", + "notation": "community-titles-building-scheme", + "altlabel": null, + "related": null, + "@id": "community-titles-building-scheme", + "type": "surv:ParcelType", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/wa-parcel-type.ttl b/cadastre/Parcels/wa-parcel-type.ttl new file mode 100644 index 0000000..aaf0d3c --- /dev/null +++ b/cadastre/Parcels/wa-parcel-type.ttl @@ -0,0 +1,61 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:ParcelType ; + skos:definition "Plan is Community Title" ; + skos:inScheme ; + skos:notation "community-titles-building-scheme" ; + skos:prefLabel "Community Titles (Building) Scheme" . + + a skos:Concept, + surv:ParcelType ; + skos:definition "Plan is Community Title" ; + skos:inScheme ; + skos:notation "community-titles-land-scheme" ; + skos:prefLabel "Community Titles (Land) Scheme" . + + a skos:Concept, + surv:ParcelType ; + skos:definition "Parcel is Crown Land" ; + skos:inScheme ; + skos:notation "crown" ; + skos:prefLabel "Crown" . + + a skos:Concept, + surv:ParcelType ; + skos:definition "Parcel is Freehold Land" ; + skos:inScheme ; + skos:notation "freehold" ; + skos:prefLabel "Freehold" . + + a skos:Concept, + surv:ParcelType ; + skos:definition "Parcel is Leasehold" ; + skos:inScheme ; + skos:notation "leasehold" ; + skos:prefLabel "Leasehold" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Parcel Type" ; + skos:scopeNote "surv:ParcelType" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:45.467273"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:45.381204"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/wa-secondary-parcel-purpose.csv b/cadastre/Parcels/wa-secondary-parcel-purpose.csv new file mode 100644 index 0000000..1ca84e1 --- /dev/null +++ b/cadastre/Parcels/wa-secondary-parcel-purpose.csv @@ -0,0 +1,61 @@ +preflabel,definition,notation,altlabel,related +Interest,Interest or encumbrance,interest,,int +Reserve,Reserve,reserve,,3 +Lease,Lease,lease,,4 +State Forest,State Forrest,state-forest,,5 +UCL,Unallocated Crown Land,ucl,,6 +Drain Reserve,Drain Reserve,drain-reserve,,8 +Timber Reserve,Timber Reserve,timber-reserve,,9 +Water Feature,Water Feature,water-feature,,11 +Tramway,Tramway,tramway,,12 +Marine Reserve,Marine Reserve,marine-reserve,,14 +Stock Route,Stock Route,stock-route,,15 +Parent of Survey Strata,Parent of Survey Strata,parent-of-survey strata,,22 +Surround,Surround,surround,,181 +Interest Surround,Interest Surround,interest-surround,,182 +Cancelled Surround,Cancelled Surround,cancelled-surround,,183 +Retired Surround,Retired Surround,retired-surround,,184 +Conversion,Conversion,conversion,,186 +Statutory Plan,Statutory Plan,statutory-plan,,187 +Superseded Crown,Superseded Crown,superseded-crown,,200 +Infrastructure 1,Infrastructure 1,infrastructure-1,,146 +Infrastructure 2,Infrastructure 2,infrastructure-2,,147 +Critical Port Areas (CPA),Critical Port Areas (CPA),critical-port-areas-cpa,,148 +ILUA,ILUA,ilua,,149 +LGA Town-site,LGA Town-site,LGA-town-site,,151 +Postal Locality,Postal Locality,postal-locality,,152 +Linked LGA,Linked LGA,linked-LGA,,153 +LGA Ward,LGA Ward,LGA-ward,,154 +PreGazetted LGA Ward,PreGazetted LGA Ward,pregazetted-LGA-ward,,155 +Project 1 Land,Project 1 Land,project-1-land,,156 +Project 2 Land,Project 2 Land,project-2-land,,157 +Project 3 Land,Project 3 Land,project-3-land,,158 +Project 4 Land,Project 4 Land,project-4-land,,159 +MLA,MLA,MLA,,160 +MLC,MLC,MLC,,161 +Proposed MLA Land,Proposed MLA Land,proposed-MLA-land,,162 +Proposed MLC Land,Proposed MLC Land,proposed-MLC-land,,163 +Pre Gazetted LGA Land,Pre Gazetted LGA Land,pre-gazetted-LGA-land,,164 +State Border,State Border,state-border,,165 +Land Division,Land Division,land-division,,166 +Land District,Land District,land-district,,167 +Agricultural Area,Agricultural Area,agricultural-area,,168 +Suburban Area,Suburban Area,suburban-area,,169 +Estate Area,Estate Area,estate-area,,170 +Town-site Land Act,Town-site Land Act,town-site-land-act,,171 +Special Settlement Area,Special Settlement Area,special-settlement-area,,172 +Riverpark Area,Riverpark Area,riverpark-area,,173 +Development Control Area,Development Control Area,development-control-area,,174 +Marine Park,Marine Park,marine-park,,177 +Marine Nature Reserve,Marine Nature Reserve,marine-nature-reserve,,178 +Marine Management Area,Marine Management Area,marine-management-area,,179 +Water Control Area,Water Control Area,water-control-area,,185 +Port Authority,Port Authority,port-authority,,190 +Marine & Harbour Area,Marine & Harbour Area,marine-and-harbour-area,,191 +Special Survey Area,Special Survey Area,SSA,,192 +Shipping and Pilotage Land,Shipping and Pilotage Land,shipping-and-pilotage-land,,193 +Railway Corridor,Railway Corridor,railway-corridor,,194 +DBNGP Corridor,DBNGP Corridor,DBNGP-corridor,,195 +LCMU (Native Title) NNTT,LCMU (Native Title) NNTT,LCMU-native-title-NNTT,,196 +LCMU (Native Title) Fed,LCMU (Native Title) Fed,LCMU-native-title-Fed,,197 +LCMU (Native Title) Det,LCMU (Native Title) Det,LCMU-native-title-Det,,198 \ No newline at end of file diff --git a/cadastre/Parcels/wa-secondary-parcel-purpose.jsonld b/cadastre/Parcels/wa-secondary-parcel-purpose.jsonld new file mode 100644 index 0000000..bc9cbf2 --- /dev/null +++ b/cadastre/Parcels/wa-secondary-parcel-purpose.jsonld @@ -0,0 +1,632 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-secondary-parcel-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-secondary-parcel-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Secondary Parcel Purpose", + "class": "termtype:ParcelPurpose", + "concepts": [ + { + "preflabel": "Interest", + "definition": "Interest or encumbrance", + "notation": "interest", + "altlabel": null, + "related": "int", + "@id": "interest", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve", + "definition": "Reserve", + "notation": "reserve", + "altlabel": null, + "related": "3", + "@id": "reserve", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Lease", + "definition": "Lease", + "notation": "lease", + "altlabel": null, + "related": "4", + "@id": "lease", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "State Forest", + "definition": "State Forrest", + "notation": "state-forest", + "altlabel": null, + "related": "5", + "@id": "state-forest", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "UCL", + "definition": "Unallocated Crown Land", + "notation": "ucl", + "altlabel": null, + "related": "6", + "@id": "ucl", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Drain Reserve", + "definition": "Drain Reserve", + "notation": "drain-reserve", + "altlabel": null, + "related": "8", + "@id": "drain-reserve", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Timber Reserve", + "definition": "Timber Reserve", + "notation": "timber-reserve", + "altlabel": null, + "related": "9", + "@id": "timber-reserve", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Water Feature", + "definition": "Water Feature", + "notation": "water-feature", + "altlabel": null, + "related": "11", + "@id": "water-feature", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Tramway", + "definition": "Tramway", + "notation": "tramway", + "altlabel": null, + "related": "12", + "@id": "tramway", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Marine Reserve", + "definition": "Marine Reserve", + "notation": "marine-reserve", + "altlabel": null, + "related": "14", + "@id": "marine-reserve", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Stock Route", + "definition": "Stock Route", + "notation": "stock-route", + "altlabel": null, + "related": "15", + "@id": "stock-route", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Parent of Survey Strata", + "definition": "Parent of Survey Strata", + "notation": "parent-of-survey strata", + "altlabel": null, + "related": "22", + "@id": "parent-of-survey-strata", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Surround", + "definition": "Surround", + "notation": "surround", + "altlabel": null, + "related": "181", + "@id": "surround", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Interest Surround", + "definition": "Interest Surround", + "notation": "interest-surround", + "altlabel": null, + "related": "182", + "@id": "interest-surround", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Cancelled Surround", + "definition": "Cancelled Surround", + "notation": "cancelled-surround", + "altlabel": null, + "related": "183", + "@id": "cancelled-surround", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Retired Surround", + "definition": "Retired Surround", + "notation": "retired-surround", + "altlabel": null, + "related": "184", + "@id": "retired-surround", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Conversion", + "definition": "Conversion", + "notation": "conversion", + "altlabel": null, + "related": "186", + "@id": "conversion", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Statutory Plan", + "definition": "Statutory Plan", + "notation": "statutory-plan", + "altlabel": null, + "related": "187", + "@id": "statutory-plan", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Crown", + "definition": "Superseded Crown", + "notation": "superseded-crown", + "altlabel": null, + "related": "200", + "@id": "superseded-crown", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Infrastructure 1", + "definition": "Infrastructure 1", + "notation": "infrastructure-1", + "altlabel": null, + "related": "146", + "@id": "infrastructure-1", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Infrastructure 2", + "definition": "Infrastructure 2", + "notation": "infrastructure-2", + "altlabel": null, + "related": "147", + "@id": "infrastructure-2", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Critical Port Areas (CPA)", + "definition": "Critical Port Areas (CPA)", + "notation": "critical-port-areas-cpa", + "altlabel": null, + "related": "148", + "@id": "critical-port-areas-cpa", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "ILUA", + "definition": "ILUA", + "notation": "ilua", + "altlabel": null, + "related": "149", + "@id": "ilua", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "LGA Town-site", + "definition": "LGA Town-site", + "notation": "LGA-town-site", + "altlabel": null, + "related": "151", + "@id": "LGA-town-site", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Postal Locality", + "definition": "Postal Locality", + "notation": "postal-locality", + "altlabel": null, + "related": "152", + "@id": "postal-locality", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Linked LGA", + "definition": "Linked LGA", + "notation": "linked-LGA", + "altlabel": null, + "related": "153", + "@id": "linked-LGA", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "LGA Ward", + "definition": "LGA Ward", + "notation": "LGA-ward", + "altlabel": null, + "related": "154", + "@id": "LGA-ward", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "PreGazetted LGA Ward", + "definition": "PreGazetted LGA Ward", + "notation": "pregazetted-LGA-ward", + "altlabel": null, + "related": "155", + "@id": "pregazetted-LGA-ward", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Project 1 Land", + "definition": "Project 1 Land", + "notation": "project-1-land", + "altlabel": null, + "related": "156", + "@id": "project-1-land", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Project 2 Land", + "definition": "Project 2 Land", + "notation": "project-2-land", + "altlabel": null, + "related": "157", + "@id": "project-2-land", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Project 3 Land", + "definition": "Project 3 Land", + "notation": "project-3-land", + "altlabel": null, + "related": "158", + "@id": "project-3-land", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Project 4 Land", + "definition": "Project 4 Land", + "notation": "project-4-land", + "altlabel": null, + "related": "159", + "@id": "project-4-land", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "MLA", + "definition": "MLA", + "notation": "MLA", + "altlabel": null, + "related": "160", + "@id": "MLA", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "MLC", + "definition": "MLC", + "notation": "MLC", + "altlabel": null, + "related": "161", + "@id": "MLC", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Proposed MLA Land", + "definition": "Proposed MLA Land", + "notation": "proposed-MLA-land", + "altlabel": null, + "related": "162", + "@id": "proposed-MLA-land", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Proposed MLC Land", + "definition": "Proposed MLC Land", + "notation": "proposed-MLC-land", + "altlabel": null, + "related": "163", + "@id": "proposed-MLC-land", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Pre Gazetted LGA Land", + "definition": "Pre Gazetted LGA Land", + "notation": "pre-gazetted-LGA-land", + "altlabel": null, + "related": "164", + "@id": "pre-gazetted-LGA-land", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "State Border", + "definition": "State Border", + "notation": "state-border", + "altlabel": null, + "related": "165", + "@id": "state-border", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Land Division", + "definition": "Land Division", + "notation": "land-division", + "altlabel": null, + "related": "166", + "@id": "land-division", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Land District", + "definition": "Land District", + "notation": "land-district", + "altlabel": null, + "related": "167", + "@id": "land-district", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Agricultural Area", + "definition": "Agricultural Area", + "notation": "agricultural-area", + "altlabel": null, + "related": "168", + "@id": "agricultural-area", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Suburban Area", + "definition": "Suburban Area", + "notation": "suburban-area", + "altlabel": null, + "related": "169", + "@id": "suburban-area", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Estate Area", + "definition": "Estate Area", + "notation": "estate-area", + "altlabel": null, + "related": "170", + "@id": "estate-area", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Town-site Land Act", + "definition": "Town-site Land Act", + "notation": "town-site-land-act", + "altlabel": null, + "related": "171", + "@id": "town-site-land-act", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Special Settlement Area", + "definition": "Special Settlement Area", + "notation": "special-settlement-area", + "altlabel": null, + "related": "172", + "@id": "special-settlement-area", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Riverpark Area", + "definition": "Riverpark Area", + "notation": "riverpark-area", + "altlabel": null, + "related": "173", + "@id": "riverpark-area", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Development Control Area", + "definition": "Development Control Area", + "notation": "development-control-area", + "altlabel": null, + "related": "174", + "@id": "development-control-area", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Marine Park", + "definition": "Marine Park", + "notation": "marine-park", + "altlabel": null, + "related": "177", + "@id": "marine-park", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Marine Nature Reserve", + "definition": "Marine Nature Reserve", + "notation": "marine-nature-reserve", + "altlabel": null, + "related": "178", + "@id": "marine-nature-reserve", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Marine Management Area", + "definition": "Marine Management Area", + "notation": "marine-management-area", + "altlabel": null, + "related": "179", + "@id": "marine-management-area", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Water Control Area", + "definition": "Water Control Area", + "notation": "water-control-area", + "altlabel": null, + "related": "185", + "@id": "water-control-area", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Port Authority", + "definition": "Port Authority", + "notation": "port-authority", + "altlabel": null, + "related": "190", + "@id": "port-authority", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Marine & Harbour Area", + "definition": "Marine & Harbour Area", + "notation": "marine-and-harbour-area", + "altlabel": null, + "related": "191", + "@id": "marine-and-harbour-area", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Special Survey Area", + "definition": "Special Survey Area", + "notation": "SSA", + "altlabel": null, + "related": "192", + "@id": "SSA", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Shipping and Pilotage Land", + "definition": "Shipping and Pilotage Land", + "notation": "shipping-and-pilotage-land", + "altlabel": null, + "related": "193", + "@id": "shipping-and-pilotage-land", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Railway Corridor", + "definition": "Railway Corridor", + "notation": "railway-corridor", + "altlabel": null, + "related": "194", + "@id": "railway-corridor", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "DBNGP Corridor", + "definition": "DBNGP Corridor", + "notation": "DBNGP-corridor", + "altlabel": null, + "related": "195", + "@id": "DBNGP-corridor", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "LCMU (Native Title) NNTT", + "definition": "LCMU (Native Title) NNTT", + "notation": "LCMU-native-title-NNTT", + "altlabel": null, + "related": "196", + "@id": "LCMU-native-title-NNTT", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "LCMU (Native Title) Fed", + "definition": "LCMU (Native Title) Fed", + "notation": "LCMU-native-title-Fed", + "altlabel": null, + "related": "197", + "@id": "LCMU-native-title-Fed", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "LCMU (Native Title) Det", + "definition": "LCMU (Native Title) Det", + "notation": "LCMU-native-title-Det", + "altlabel": null, + "related": "198", + "@id": "LCMU-native-title-Det", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/wa-secondary-parcel-purpose.ttl b/cadastre/Parcels/wa-secondary-parcel-purpose.ttl new file mode 100644 index 0000000..bb3a3b9 --- /dev/null +++ b/cadastre/Parcels/wa-secondary-parcel-purpose.ttl @@ -0,0 +1,446 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "DBNGP Corridor" ; + skos:inScheme ; + skos:notation "DBNGP-corridor" ; + skos:prefLabel "DBNGP Corridor" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "LCMU (Native Title) Det" ; + skos:inScheme ; + skos:notation "LCMU-native-title-Det" ; + skos:prefLabel "LCMU (Native Title) Det" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "LCMU (Native Title) Fed" ; + skos:inScheme ; + skos:notation "LCMU-native-title-Fed" ; + skos:prefLabel "LCMU (Native Title) Fed" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "LCMU (Native Title) NNTT" ; + skos:inScheme ; + skos:notation "LCMU-native-title-NNTT" ; + skos:prefLabel "LCMU (Native Title) NNTT" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "LGA Town-site" ; + skos:inScheme ; + skos:notation "LGA-town-site" ; + skos:prefLabel "LGA Town-site" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "LGA Ward" ; + skos:inScheme ; + skos:notation "LGA-ward" ; + skos:prefLabel "LGA Ward" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "MLA" ; + skos:inScheme ; + skos:notation "MLA" ; + skos:prefLabel "MLA" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "MLC" ; + skos:inScheme ; + skos:notation "MLC" ; + skos:prefLabel "MLC" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Special Survey Area" ; + skos:inScheme ; + skos:notation "SSA" ; + skos:prefLabel "Special Survey Area" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Agricultural Area" ; + skos:inScheme ; + skos:notation "agricultural-area" ; + skos:prefLabel "Agricultural Area" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Cancelled Surround" ; + skos:inScheme ; + skos:notation "cancelled-surround" ; + skos:prefLabel "Cancelled Surround" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Conversion" ; + skos:inScheme ; + skos:notation "conversion" ; + skos:prefLabel "Conversion" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Critical Port Areas (CPA)" ; + skos:inScheme ; + skos:notation "critical-port-areas-cpa" ; + skos:prefLabel "Critical Port Areas (CPA)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Development Control Area" ; + skos:inScheme ; + skos:notation "development-control-area" ; + skos:prefLabel "Development Control Area" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Drain Reserve" ; + skos:inScheme ; + skos:notation "drain-reserve" ; + skos:prefLabel "Drain Reserve" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Estate Area" ; + skos:inScheme ; + skos:notation "estate-area" ; + skos:prefLabel "Estate Area" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "ILUA" ; + skos:inScheme ; + skos:notation "ilua" ; + skos:prefLabel "ILUA" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Infrastructure 1" ; + skos:inScheme ; + skos:notation "infrastructure-1" ; + skos:prefLabel "Infrastructure 1" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Infrastructure 2" ; + skos:inScheme ; + skos:notation "infrastructure-2" ; + skos:prefLabel "Infrastructure 2" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Interest or encumbrance" ; + skos:inScheme ; + skos:notation "interest" ; + skos:prefLabel "Interest" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Interest Surround" ; + skos:inScheme ; + skos:notation "interest-surround" ; + skos:prefLabel "Interest Surround" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Land District" ; + skos:inScheme ; + skos:notation "land-district" ; + skos:prefLabel "Land District" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Land Division" ; + skos:inScheme ; + skos:notation "land-division" ; + skos:prefLabel "Land Division" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Lease" ; + skos:inScheme ; + skos:notation "lease" ; + skos:prefLabel "Lease" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Linked LGA" ; + skos:inScheme ; + skos:notation "linked-LGA" ; + skos:prefLabel "Linked LGA" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Marine & Harbour Area" ; + skos:inScheme ; + skos:notation "marine-and-harbour-area" ; + skos:prefLabel "Marine & Harbour Area" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Marine Management Area" ; + skos:inScheme ; + skos:notation "marine-management-area" ; + skos:prefLabel "Marine Management Area" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Marine Nature Reserve" ; + skos:inScheme ; + skos:notation "marine-nature-reserve" ; + skos:prefLabel "Marine Nature Reserve" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Marine Park" ; + skos:inScheme ; + skos:notation "marine-park" ; + skos:prefLabel "Marine Park" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Marine Reserve" ; + skos:inScheme ; + skos:notation "marine-reserve" ; + skos:prefLabel "Marine Reserve" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Parent of Survey Strata" ; + skos:inScheme ; + skos:notation "parent-of-survey strata" ; + skos:prefLabel "Parent of Survey Strata" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Port Authority" ; + skos:inScheme ; + skos:notation "port-authority" ; + skos:prefLabel "Port Authority" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Postal Locality" ; + skos:inScheme ; + skos:notation "postal-locality" ; + skos:prefLabel "Postal Locality" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Pre Gazetted LGA Land" ; + skos:inScheme ; + skos:notation "pre-gazetted-LGA-land" ; + skos:prefLabel "Pre Gazetted LGA Land" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "PreGazetted LGA Ward" ; + skos:inScheme ; + skos:notation "pregazetted-LGA-ward" ; + skos:prefLabel "PreGazetted LGA Ward" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Project 1 Land" ; + skos:inScheme ; + skos:notation "project-1-land" ; + skos:prefLabel "Project 1 Land" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Project 2 Land" ; + skos:inScheme ; + skos:notation "project-2-land" ; + skos:prefLabel "Project 2 Land" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Project 3 Land" ; + skos:inScheme ; + skos:notation "project-3-land" ; + skos:prefLabel "Project 3 Land" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Project 4 Land" ; + skos:inScheme ; + skos:notation "project-4-land" ; + skos:prefLabel "Project 4 Land" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Proposed MLA Land" ; + skos:inScheme ; + skos:notation "proposed-MLA-land" ; + skos:prefLabel "Proposed MLA Land" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Proposed MLC Land" ; + skos:inScheme ; + skos:notation "proposed-MLC-land" ; + skos:prefLabel "Proposed MLC Land" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Railway Corridor" ; + skos:inScheme ; + skos:notation "railway-corridor" ; + skos:prefLabel "Railway Corridor" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Reserve" ; + skos:inScheme ; + skos:notation "reserve" ; + skos:prefLabel "Reserve" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Retired Surround" ; + skos:inScheme ; + skos:notation "retired-surround" ; + skos:prefLabel "Retired Surround" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Riverpark Area" ; + skos:inScheme ; + skos:notation "riverpark-area" ; + skos:prefLabel "Riverpark Area" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Shipping and Pilotage Land" ; + skos:inScheme ; + skos:notation "shipping-and-pilotage-land" ; + skos:prefLabel "Shipping and Pilotage Land" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Special Settlement Area" ; + skos:inScheme ; + skos:notation "special-settlement-area" ; + skos:prefLabel "Special Settlement Area" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "State Border" ; + skos:inScheme ; + skos:notation "state-border" ; + skos:prefLabel "State Border" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "State Forrest" ; + skos:inScheme ; + skos:notation "state-forest" ; + skos:prefLabel "State Forest" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Statutory Plan" ; + skos:inScheme ; + skos:notation "statutory-plan" ; + skos:prefLabel "Statutory Plan" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Stock Route" ; + skos:inScheme ; + skos:notation "stock-route" ; + skos:prefLabel "Stock Route" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Suburban Area" ; + skos:inScheme ; + skos:notation "suburban-area" ; + skos:prefLabel "Suburban Area" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Superseded Crown" ; + skos:inScheme ; + skos:notation "superseded-crown" ; + skos:prefLabel "Superseded Crown" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Surround" ; + skos:inScheme ; + skos:notation "surround" ; + skos:prefLabel "Surround" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Timber Reserve" ; + skos:inScheme ; + skos:notation "timber-reserve" ; + skos:prefLabel "Timber Reserve" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Town-site Land Act" ; + skos:inScheme ; + skos:notation "town-site-land-act" ; + skos:prefLabel "Town-site Land Act" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Tramway" ; + skos:inScheme ; + skos:notation "tramway" ; + skos:prefLabel "Tramway" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Unallocated Crown Land" ; + skos:inScheme ; + skos:notation "ucl" ; + skos:prefLabel "UCL" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Water Control Area" ; + skos:inScheme ; + skos:notation "water-control-area" ; + skos:prefLabel "Water Control Area" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:definition "Water Feature" ; + skos:inScheme ; + skos:notation "water-feature" ; + skos:prefLabel "Water Feature" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Secondary Parcel Purpose" ; + skos:scopeNote "termtype:ParcelPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:44.144127"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:43.994055"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/wa-secondary-parcel-type.csv b/cadastre/Parcels/wa-secondary-parcel-type.csv new file mode 100644 index 0000000..311cfa6 --- /dev/null +++ b/cadastre/Parcels/wa-secondary-parcel-type.csv @@ -0,0 +1,5 @@ +preflabel,definition,notation,altlabel,related +Freehold,Parcel is Freehold Land,freehold,, +Crown,Parcel is Crown Land,crown,, +Leasehold,Parcel is Leasehold,leasehold,, +Easement Area,"An are3a defining multiple easements. May be Freehold, Crown, or Leasehold land",easement-area,, diff --git a/cadastre/Parcels/wa-secondary-parcel-type.jsonld b/cadastre/Parcels/wa-secondary-parcel-type.jsonld new file mode 100644 index 0000000..3c9425f --- /dev/null +++ b/cadastre/Parcels/wa-secondary-parcel-type.jsonld @@ -0,0 +1,72 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-secondary-parcel-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-secondary-parcel-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Secondary Parcel Type", + "class": "surv:ParcelType", + "concepts": [ + { + "preflabel": "Freehold", + "definition": "Parcel is Freehold Land", + "notation": "freehold", + "altlabel": null, + "related": null, + "@id": "freehold", + "type": "surv:ParcelType", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown", + "definition": "Parcel is Crown Land", + "notation": "crown", + "altlabel": null, + "related": null, + "@id": "crown", + "type": "surv:ParcelType", + "@type": "skos:Concept" + }, + { + "preflabel": "Leasehold", + "definition": "Parcel is Leasehold", + "notation": "leasehold", + "altlabel": null, + "related": null, + "@id": "leasehold", + "type": "surv:ParcelType", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement Area", + "definition": "An are3a defining multiple easements. May be Freehold, Crown, or Leasehold land", + "notation": "easement-area", + "altlabel": null, + "related": null, + "@id": "easement-area", + "type": "surv:ParcelType", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/wa-secondary-parcel-type.ttl b/cadastre/Parcels/wa-secondary-parcel-type.ttl new file mode 100644 index 0000000..2fb8ef1 --- /dev/null +++ b/cadastre/Parcels/wa-secondary-parcel-type.ttl @@ -0,0 +1,54 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:ParcelType ; + skos:definition "Parcel is Crown Land" ; + skos:inScheme ; + skos:notation "crown" ; + skos:prefLabel "Crown" . + + a skos:Concept, + surv:ParcelType ; + skos:definition "An are3a defining multiple easements. May be Freehold, Crown, or Leasehold land" ; + skos:inScheme ; + skos:notation "easement-area" ; + skos:prefLabel "Easement Area" . + + a skos:Concept, + surv:ParcelType ; + skos:definition "Parcel is Freehold Land" ; + skos:inScheme ; + skos:notation "freehold" ; + skos:prefLabel "Freehold" . + + a skos:Concept, + surv:ParcelType ; + skos:definition "Parcel is Leasehold" ; + skos:inScheme ; + skos:notation "leasehold" ; + skos:prefLabel "Leasehold" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Secondary Parcel Type" ; + skos:scopeNote "surv:ParcelType" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:34.731432"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:34.645721"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/Parcels/wa-secondary-purpose.csv b/cadastre/Parcels/wa-secondary-purpose.csv new file mode 100644 index 0000000..37b45f7 --- /dev/null +++ b/cadastre/Parcels/wa-secondary-purpose.csv @@ -0,0 +1,69 @@ +preflabel,definition,notation,altlabel,related +Implied Easement,"Easements, Covenants, Memorials & other Interests",implied-easement,implied-easement, +Expressed Easement,"Easements, Covenants, Memorials & other Interests",expressed-easement,expressed-easement, +Mineral Reservation,"Easements, Covenants, Memorials & other Interests",mineral-reservation,mineral-reservation, +Crown Grant in Trust,"Easements, Covenants, Memorials & other Interests",crown-grant-in-trust,crown-grant-in-trust, +Carbon Right,"Easements, Covenants, Memorials & other Interests",carbon-right,carbon-right, +Tree Plantation,"Easements, Covenants, Memorials & other Interests",tree-plantation,tree-plantation, +Carbon Covenant - Burden,"Easements, Covenants, Memorials & other Interests",carbon-covenant-burden,carbon-covenant-burden, +Carbon Covenant - Benefit,"Easements, Covenants, Memorials & other Interests",carbon-covenant-benefit,carbon-covenant-benefit, +Contaminated Site,"Easements, Covenants, Memorials & other Interests",contaminated-site,contaminated-site, +Caveat,"Easements, Covenants, Memorials & other Interests",caveat,caveat, +Lease,"Easements, Covenants, Memorials & other Interests",lease,lease, +Freehold Lease,"Easements, Covenants, Memorials & other Interests",freehold-lease,freehold-lease, +Profit a prendre,"Easements, Covenants, Memorials & other Interests",profit-a-prendre,profit-a-prendre, +Restrictive Covenant - Benefit,"Easements, Covenants, Memorials & other Interests",restrictive-covenant-benefit,restrictive-covenant-benefit, +Restrictive Covenant - Burden,"Easements, Covenants, Memorials & other Interests",restrictive-covenant-burden,restrictive-covenant-burden, +Covenant,"Easements, Covenants, Memorials & other Interests",covenant,covenant, +Right of Carriageway,"Easements, Covenants, Memorials & other Interests",right-of-carriageway,right-of-carriageway, +Easement,"Easements, Covenants, Memorials & other Interests",easement,easement, +Easement (Drainage),"Easements, Covenants, Memorials & other Interests",easement-drainage,easement-drainage, +Easement (Sewerage),"Easements, Covenants, Memorials & other Interests",easement-sewerage,easement-sewerage, +Easement (Water Supply),"Easements, Covenants, Memorials & other Interests",easement-water-supply,easement-water-supply, +Easement (Irrigation),"Easements, Covenants, Memorials & other Interests",easement-irrigation,easement-irrigation, +Easement (Electricity Supply),"Easements, Covenants, Memorials & other Interests",easement-electricity-supply,easement-electricity-supply, +Easement (Gas Supply),"Easements, Covenants, Memorials & other Interests",easement-gas-supply,easement-gas-supply, +Easement (Electricity),"Easements, Covenants, Memorials & other Interests",easement-electricity,easement-electricity, +Easement (Water Supply Services),"Easements, Covenants, Memorials & other Interests",easement-water-supply-services,easement-water-supply-services, +Easement (Telecommunications Supply Services),"Easements, Covenants, Memorials & other Interests",easement-telecommunications-supply-services,easement-telecommunications-supply-services, +Easement (Right of Footway),"Easements, Covenants, Memorials & other Interests",easement-right-of-footway,easement-right-of-footway, +Easement (Party Wall Rights),"Easements, Covenants, Memorials & other Interests",easement-party-wall-rights,easement-party-wall-rights, +Easement (Eaves & Gutters),"Easements, Covenants, Memorials & other Interests",easement-eaves-gutters,easement-eaves-gutters, +Easement (Motor Vehicle Parking),"Easements, Covenants, Memorials & other Interests",easement-motor-vehicle-parking,easement-motor-vehicle-parking, +Easement (Transmission of Electricity by Overhead Cable),"Easements, Covenants, Memorials & other Interests",easement-transmission-of-electricity-by-overhead-cable,easement-transmission-of-electricity-by-overhead-cable, +Easement (Transmission of Electricity by Underground Cable),"Easements, Covenants, Memorials & other Interests",easement-transmission-of-electricity-by-underground-cable,easement-transmission-of-electricity-by-underground-cable, +Easement (Transmission of Television Signals by Underground Cable),"Easements, Covenants, Memorials & other Interests",easement-transmission-of-television-signals-by-underground-cable,easement-transmission-of-television-signals-by-underground-cable, +Easement (Vehicle Access),"Easements, Covenants, Memorials & other Interests",easement-vehicle-access,easement-vehicle-access, +Easement (Light & Air),"Easements, Covenants, Memorials & other Interests",easement-light-and-air,easement-light-and-air, +Easement (Party Wall),"Easements, Covenants, Memorials & other Interests",easement-party-wall,easement-party-wall, +Easement (Intrusion),"Easements, Covenants, Memorials & other Interests",easement-intrusion,easement-intrusion, +Easement (Pedestrian Access),"Easements, Covenants, Memorials & other Interests",easement-pedestrian-access,easement-pedestrian-access, +Easement (Easement in Gross),"Easements, Covenants, Memorials & other Interests",easement-gross,easement-gross, +Easement (Transmission and distribution of electricity by overhead cable and conductors),"Easements, Covenants, Memorials & other Interests",easement-transmission-distribution-electricity-overhead-cabled-conductors,easement-transmission-and-distribution-of-electricity-by-overhead-cable-and-conductors, +Easement (Transmission and distribution of electricity by underground cable),"Easements, Covenants, Memorials & other Interests",easement-transmission-distribution-electricity-underground-cable,easement-transmission-and-distribution-of-electricity-by-underground-cable, +Easement (Transmission of communication signals by overhead cable),"Easements, Covenants, Memorials & other Interests",easement-transmission-communication-signals-overhead-cable,easement-transmission-of-communication-signals-by-overhead-cable, +Easement (Transmission of communication signals by underground cable),"Easements, Covenants, Memorials & other Interests",easement-transmission-communication-signals-underground-cable,easement-transmission-of-communication-signals-by-underground-cable, +"Easement (Generation, storage or conversion of energy)","Easements, Covenants, Memorials & other Interests",easement-generation-storage-conversion-energy,easement-generation-storage-or-conversion-of-energy, +Restrictive Covenant (Right of Way),"Easements, Covenants, Memorials & other Interests",restrictive-covenant-row,restrictive-covenant-right-of-way, +Restrictive Covenant (Land Use),"Easements, Covenants, Memorials & other Interests",restrictive-covenant-land-use,restrictive-covenant-land-use, +Restrictive Covenant (Conservation),"Easements, Covenants, Memorials & other Interests",restrictive-covenant-conservation,restrictive-covenant-conservation, +Restrictive Covenant (Building Envelope),"Easements, Covenants, Memorials & other Interests",restrictive-covenant-building-envelope,restrictive-covenant-building-envelope, +Restrictive Covenant (Fire),"Easements, Covenants, Memorials & other Interests",restrictive-covenant-fire,restrictive-covenant-fire, +Restrictive Use,"Easements, Covenants, Memorials & other Interests",restrictive-use,restrictive-use, +Memorial,"Vesting, Notifications & Memorials",memorial,memorial, +Notification,"Vesting, Notifications & Memorials",notification,notification, +Reserve,"Vestings, Notifications & Memorials",reserve,reserve, +Reserve for Recreation,"Vestings, Notifications & Memorials",reserve-for-recreation,reserve-for-recreation, +Reserve for Foreshore Management,"Vestings, Notifications & Memorials",reserve-for-foreshore-management,reserve-for-foreshore-management, +Reserve for Conservation,"Vestings, Notifications & Memorials",reserve-for-conservation,reserve-for-conservation, +Reserve for Waterway Management,"Vestings, Notifications & Memorials",reserve-for-waterway-management,reserve-for-waterway-management, +Reserve for the strategic water supply for fire fighting purposes,"Vestings, Notifications & Memorials",reserve-strategic-water-supply-fire-purposes,reserve-for-the-strategic-water-supply-for-fire-fighting-purposes, +Reserve for Drainage,"Vestings, Notifications & Memorials",reserve-for-drainage,reserve-for-drainage, +Reserve for Parks and Recreation,"Vestings, Notifications & Memorials",reserve-for-parks-and-recreation,reserve-for-parks-and-recreation, +Reserve for Public Open Space,"Vestings, Notifications & Memorials",reserve-for-public-open-space,reserve-for-public-open-space, +Reserve for Pedestrian Accessway,"Vestings, Notifications & Memorials",reserve-for-pedestrian-accessway,reserve-for-pedestrian-accessway, +Reserve for Right of Way,"Vestings, Notifications & Memorials",reserve-for-right-of-way,reserve-for-right-of-way, +Reserve for Conservation or Protection of the Environment,"Vestings, Notifications & Memorials",reserve-conservation-protection-environment,reserve-for-conservation-or-protection-of-the-environment, +Reserve for Sewerage,"Vestings, Notifications & Memorials",reserve-sewerage,reserve-for-sewerage, +Reserve for Electrcity Supply,"Vestings, Notifications & Memorials",reserve-electrcity-supply,reserve-for-electrcity-supply, +Non-extinguisment of Native Title,"Vestings, Notifications & Memorials",non-extinguisment-native-title,non-extinguisment-of-native-title, diff --git a/cadastre/Parcels/wa-secondary-purpose.jsonld b/cadastre/Parcels/wa-secondary-purpose.jsonld new file mode 100644 index 0000000..5fd883e --- /dev/null +++ b/cadastre/Parcels/wa-secondary-purpose.jsonld @@ -0,0 +1,712 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-secondary-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-secondary-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA secondary Parcel Purpose", + "class": "termtype:ParcelPurpose", + "concepts": [ + { + "preflabel": "Implied Easement", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "implied-easement", + "altlabel": "implied-easement", + "related": null, + "@id": "implied-easement", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Expressed Easement", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "expressed-easement", + "altlabel": "expressed-easement", + "related": null, + "@id": "expressed-easement", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Mineral Reservation", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "mineral-reservation", + "altlabel": "mineral-reservation", + "related": null, + "@id": "mineral-reservation", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Crown Grant in Trust", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "crown-grant-in-trust", + "altlabel": "crown-grant-in-trust", + "related": null, + "@id": "crown-grant-in-trust", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Carbon Right", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "carbon-right", + "altlabel": "carbon-right", + "related": null, + "@id": "carbon-right", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Tree Plantation", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "tree-plantation", + "altlabel": "tree-plantation", + "related": null, + "@id": "tree-plantation", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Carbon Covenant - Burden", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "carbon-covenant-burden", + "altlabel": "carbon-covenant-burden", + "related": null, + "@id": "carbon-covenant-burden", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Carbon Covenant - Benefit", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "carbon-covenant-benefit", + "altlabel": "carbon-covenant-benefit", + "related": null, + "@id": "carbon-covenant-benefit", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Contaminated Site", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "contaminated-site", + "altlabel": "contaminated-site", + "related": null, + "@id": "contaminated-site", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Caveat", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "caveat", + "altlabel": "caveat", + "related": null, + "@id": "caveat", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Lease", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "lease", + "altlabel": "lease", + "related": null, + "@id": "lease", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Freehold Lease", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "freehold-lease", + "altlabel": "freehold-lease", + "related": null, + "@id": "freehold-lease", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Profit a prendre", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "profit-a-prendre", + "altlabel": "profit-a-prendre", + "related": null, + "@id": "profit-a-prendre", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Restrictive Covenant - Benefit", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "restrictive-covenant-benefit", + "altlabel": "restrictive-covenant-benefit", + "related": null, + "@id": "restrictive-covenant-benefit", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Restrictive Covenant - Burden", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "restrictive-covenant-burden", + "altlabel": "restrictive-covenant-burden", + "related": null, + "@id": "restrictive-covenant-burden", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Covenant", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "covenant", + "altlabel": "covenant", + "related": null, + "@id": "covenant", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Right of Carriageway", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "right-of-carriageway", + "altlabel": "right-of-carriageway", + "related": null, + "@id": "right-of-carriageway", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement", + "altlabel": "easement", + "related": null, + "@id": "easement", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Drainage)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-drainage", + "altlabel": "easement-drainage", + "related": null, + "@id": "easement-drainage", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Sewerage)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-sewerage", + "altlabel": "easement-sewerage", + "related": null, + "@id": "easement-sewerage", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Water Supply)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-water-supply", + "altlabel": "easement-water-supply", + "related": null, + "@id": "easement-water-supply", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Irrigation)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-irrigation", + "altlabel": "easement-irrigation", + "related": null, + "@id": "easement-irrigation", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Electricity Supply)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-electricity-supply", + "altlabel": "easement-electricity-supply", + "related": null, + "@id": "easement-electricity-supply", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Gas Supply)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-gas-supply", + "altlabel": "easement-gas-supply", + "related": null, + "@id": "easement-gas-supply", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Electricity)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-electricity", + "altlabel": "easement-electricity", + "related": null, + "@id": "easement-electricity", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Water Supply Services)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-water-supply-services", + "altlabel": "easement-water-supply-services", + "related": null, + "@id": "easement-water-supply-services", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Telecommunications Supply Services)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-telecommunications-supply-services", + "altlabel": "easement-telecommunications-supply-services", + "related": null, + "@id": "easement-telecommunications-supply-services", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Right of Footway)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-right-of-footway", + "altlabel": "easement-right-of-footway", + "related": null, + "@id": "easement-right-of-footway", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Party Wall Rights)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-party-wall-rights", + "altlabel": "easement-party-wall-rights", + "related": null, + "@id": "easement-party-wall-rights", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Eaves & Gutters)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-eaves-gutters", + "altlabel": "easement-eaves-gutters", + "related": null, + "@id": "easement-eaves-gutters", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Motor Vehicle Parking)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-motor-vehicle-parking", + "altlabel": "easement-motor-vehicle-parking", + "related": null, + "@id": "easement-motor-vehicle-parking", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Transmission of Electricity by Overhead Cable)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-transmission-of-electricity-by-overhead-cable", + "altlabel": "easement-transmission-of-electricity-by-overhead-cable", + "related": null, + "@id": "easement-transmission-of-electricity-by-overhead-cable", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Transmission of Electricity by Underground Cable)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-transmission-of-electricity-by-underground-cable", + "altlabel": "easement-transmission-of-electricity-by-underground-cable", + "related": null, + "@id": "easement-transmission-of-electricity-by-underground-cable", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Transmission of Television Signals by Underground Cable)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-transmission-of-television-signals-by-underground-cable", + "altlabel": "easement-transmission-of-television-signals-by-underground-cable", + "related": null, + "@id": "easement-transmission-of-television-signals-by-underground-cable", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Vehicle Access)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-vehicle-access", + "altlabel": "easement-vehicle-access", + "related": null, + "@id": "easement-vehicle-access", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Light & Air)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-light-and-air", + "altlabel": "easement-light-and-air", + "related": null, + "@id": "easement-light-and-air", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Party Wall)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-party-wall", + "altlabel": "easement-party-wall", + "related": null, + "@id": "easement-party-wall", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Intrusion)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-intrusion", + "altlabel": "easement-intrusion", + "related": null, + "@id": "easement-intrusion", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Pedestrian Access)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-pedestrian-access", + "altlabel": "easement-pedestrian-access", + "related": null, + "@id": "easement-pedestrian-access", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Easement in Gross)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-gross", + "altlabel": "easement-gross", + "related": null, + "@id": "easement-gross", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Transmission and distribution of electricity by overhead cable and conductors)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-transmission-distribution-electricity-overhead-cabled-conductors", + "altlabel": "easement-transmission-and-distribution-of-electricity-by-overhead-cable-and-conductors", + "related": null, + "@id": "easement-transmission-distribution-electricity-overhead-cabled-conductors", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Transmission and distribution of electricity by underground cable)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-transmission-distribution-electricity-underground-cable", + "altlabel": "easement-transmission-and-distribution-of-electricity-by-underground-cable", + "related": null, + "@id": "easement-transmission-distribution-electricity-underground-cable", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Transmission of communication signals by overhead cable)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-transmission-communication-signals-overhead-cable", + "altlabel": "easement-transmission-of-communication-signals-by-overhead-cable", + "related": null, + "@id": "easement-transmission-communication-signals-overhead-cable", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Transmission of communication signals by underground cable)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-transmission-communication-signals-underground-cable", + "altlabel": "easement-transmission-of-communication-signals-by-underground-cable", + "related": null, + "@id": "easement-transmission-communication-signals-underground-cable", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement (Generation, storage or conversion of energy)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "easement-generation-storage-conversion-energy", + "altlabel": "easement-generation-storage-or-conversion-of-energy", + "related": null, + "@id": "easement-generation-storage-conversion-energy", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Restrictive Covenant (Right of Way)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "restrictive-covenant-row", + "altlabel": "restrictive-covenant-right-of-way", + "related": null, + "@id": "restrictive-covenant-row", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Restrictive Covenant (Land Use)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "restrictive-covenant-land-use", + "altlabel": "restrictive-covenant-land-use", + "related": null, + "@id": "restrictive-covenant-land-use", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Restrictive Covenant (Conservation)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "restrictive-covenant-conservation", + "altlabel": "restrictive-covenant-conservation", + "related": null, + "@id": "restrictive-covenant-conservation", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Restrictive Covenant (Building Envelope)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "restrictive-covenant-building-envelope", + "altlabel": "restrictive-covenant-building-envelope", + "related": null, + "@id": "restrictive-covenant-building-envelope", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Restrictive Covenant (Fire)", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "restrictive-covenant-fire", + "altlabel": "restrictive-covenant-fire", + "related": null, + "@id": "restrictive-covenant-fire", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Restrictive Use", + "definition": "Easements, Covenants, Memorials & other Interests", + "notation": "restrictive-use", + "altlabel": "restrictive-use", + "related": null, + "@id": "restrictive-use", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Memorial", + "definition": "Vesting, Notifications & Memorials", + "notation": "memorial", + "altlabel": "memorial", + "related": null, + "@id": "memorial", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Notification", + "definition": "Vesting, Notifications & Memorials", + "notation": "notification", + "altlabel": "notification", + "related": null, + "@id": "notification", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve", + "definition": "Vestings, Notifications & Memorials", + "notation": "reserve", + "altlabel": "reserve", + "related": null, + "@id": "reserve", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve for Recreation", + "definition": "Vestings, Notifications & Memorials", + "notation": "reserve-for-recreation", + "altlabel": "reserve-for-recreation", + "related": null, + "@id": "reserve-for-recreation", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve for Foreshore Management", + "definition": "Vestings, Notifications & Memorials", + "notation": "reserve-for-foreshore-management", + "altlabel": "reserve-for-foreshore-management", + "related": null, + "@id": "reserve-for-foreshore-management", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve for Conservation", + "definition": "Vestings, Notifications & Memorials", + "notation": "reserve-for-conservation", + "altlabel": "reserve-for-conservation", + "related": null, + "@id": "reserve-for-conservation", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve for Waterway Management", + "definition": "Vestings, Notifications & Memorials", + "notation": "reserve-for-waterway-management", + "altlabel": "reserve-for-waterway-management", + "related": null, + "@id": "reserve-for-waterway-management", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve for the strategic water supply for fire fighting purposes", + "definition": "Vestings, Notifications & Memorials", + "notation": "reserve-strategic-water-supply-fire-purposes", + "altlabel": "reserve-for-the-strategic-water-supply-for-fire-fighting-purposes", + "related": null, + "@id": "reserve-strategic-water-supply-fire-purposes", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve for Drainage", + "definition": "Vestings, Notifications & Memorials", + "notation": "reserve-for-drainage", + "altlabel": "reserve-for-drainage", + "related": null, + "@id": "reserve-for-drainage", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve for Parks and Recreation", + "definition": "Vestings, Notifications & Memorials", + "notation": "reserve-for-parks-and-recreation", + "altlabel": "reserve-for-parks-and-recreation", + "related": null, + "@id": "reserve-for-parks-and-recreation", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve for Public Open Space", + "definition": "Vestings, Notifications & Memorials", + "notation": "reserve-for-public-open-space", + "altlabel": "reserve-for-public-open-space", + "related": null, + "@id": "reserve-for-public-open-space", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve for Pedestrian Accessway", + "definition": "Vestings, Notifications & Memorials", + "notation": "reserve-for-pedestrian-accessway", + "altlabel": "reserve-for-pedestrian-accessway", + "related": null, + "@id": "reserve-for-pedestrian-accessway", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve for Right of Way", + "definition": "Vestings, Notifications & Memorials", + "notation": "reserve-for-right-of-way", + "altlabel": "reserve-for-right-of-way", + "related": null, + "@id": "reserve-for-right-of-way", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve for Conservation or Protection of the Environment", + "definition": "Vestings, Notifications & Memorials", + "notation": "reserve-conservation-protection-environment", + "altlabel": "reserve-for-conservation-or-protection-of-the-environment", + "related": null, + "@id": "reserve-conservation-protection-environment", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve for Sewerage", + "definition": "Vestings, Notifications & Memorials", + "notation": "reserve-sewerage", + "altlabel": "reserve-for-sewerage", + "related": null, + "@id": "reserve-sewerage", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Reserve for Electrcity Supply", + "definition": "Vestings, Notifications & Memorials", + "notation": "reserve-electrcity-supply", + "altlabel": "reserve-for-electrcity-supply", + "related": null, + "@id": "reserve-electrcity-supply", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Non-extinguisment of Native Title", + "definition": "Vestings, Notifications & Memorials", + "notation": "non-extinguisment-native-title", + "altlabel": "non-extinguisment-of-native-title", + "related": null, + "@id": "non-extinguisment-native-title", + "type": "termtype:ParcelPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/Parcels/wa-secondary-purpose.ttl b/cadastre/Parcels/wa-secondary-purpose.ttl new file mode 100644 index 0000000..7f2828a --- /dev/null +++ b/cadastre/Parcels/wa-secondary-purpose.ttl @@ -0,0 +1,570 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "carbon-covenant-benefit" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "carbon-covenant-benefit" ; + skos:prefLabel "Carbon Covenant - Benefit" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "carbon-covenant-burden" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "carbon-covenant-burden" ; + skos:prefLabel "Carbon Covenant - Burden" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "carbon-right" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "carbon-right" ; + skos:prefLabel "Carbon Right" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "caveat" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "caveat" ; + skos:prefLabel "Caveat" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "contaminated-site" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "contaminated-site" ; + skos:prefLabel "Contaminated Site" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "covenant" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "covenant" ; + skos:prefLabel "Covenant" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "crown-grant-in-trust" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "crown-grant-in-trust" ; + skos:prefLabel "Crown Grant in Trust" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement" ; + skos:prefLabel "Easement" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-drainage" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-drainage" ; + skos:prefLabel "Easement (Drainage)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-eaves-gutters" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-eaves-gutters" ; + skos:prefLabel "Easement (Eaves & Gutters)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-electricity" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-electricity" ; + skos:prefLabel "Easement (Electricity)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-electricity-supply" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-electricity-supply" ; + skos:prefLabel "Easement (Electricity Supply)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-gas-supply" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-gas-supply" ; + skos:prefLabel "Easement (Gas Supply)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-generation-storage-or-conversion-of-energy" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-generation-storage-conversion-energy" ; + skos:prefLabel "Easement (Generation, storage or conversion of energy)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-gross" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-gross" ; + skos:prefLabel "Easement (Easement in Gross)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-intrusion" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-intrusion" ; + skos:prefLabel "Easement (Intrusion)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-irrigation" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-irrigation" ; + skos:prefLabel "Easement (Irrigation)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-light-and-air" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-light-and-air" ; + skos:prefLabel "Easement (Light & Air)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-motor-vehicle-parking" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-motor-vehicle-parking" ; + skos:prefLabel "Easement (Motor Vehicle Parking)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-party-wall" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-party-wall" ; + skos:prefLabel "Easement (Party Wall)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-party-wall-rights" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-party-wall-rights" ; + skos:prefLabel "Easement (Party Wall Rights)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-pedestrian-access" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-pedestrian-access" ; + skos:prefLabel "Easement (Pedestrian Access)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-right-of-footway" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-right-of-footway" ; + skos:prefLabel "Easement (Right of Footway)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-sewerage" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-sewerage" ; + skos:prefLabel "Easement (Sewerage)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-telecommunications-supply-services" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-telecommunications-supply-services" ; + skos:prefLabel "Easement (Telecommunications Supply Services)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-transmission-of-communication-signals-by-overhead-cable" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-transmission-communication-signals-overhead-cable" ; + skos:prefLabel "Easement (Transmission of communication signals by overhead cable)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-transmission-of-communication-signals-by-underground-cable" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-transmission-communication-signals-underground-cable" ; + skos:prefLabel "Easement (Transmission of communication signals by underground cable)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-transmission-and-distribution-of-electricity-by-overhead-cable-and-conductors" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-transmission-distribution-electricity-overhead-cabled-conductors" ; + skos:prefLabel "Easement (Transmission and distribution of electricity by overhead cable and conductors)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-transmission-and-distribution-of-electricity-by-underground-cable" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-transmission-distribution-electricity-underground-cable" ; + skos:prefLabel "Easement (Transmission and distribution of electricity by underground cable)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-transmission-of-electricity-by-overhead-cable" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-transmission-of-electricity-by-overhead-cable" ; + skos:prefLabel "Easement (Transmission of Electricity by Overhead Cable)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-transmission-of-electricity-by-underground-cable" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-transmission-of-electricity-by-underground-cable" ; + skos:prefLabel "Easement (Transmission of Electricity by Underground Cable)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-transmission-of-television-signals-by-underground-cable" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-transmission-of-television-signals-by-underground-cable" ; + skos:prefLabel "Easement (Transmission of Television Signals by Underground Cable)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-vehicle-access" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-vehicle-access" ; + skos:prefLabel "Easement (Vehicle Access)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-water-supply" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-water-supply" ; + skos:prefLabel "Easement (Water Supply)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "easement-water-supply-services" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "easement-water-supply-services" ; + skos:prefLabel "Easement (Water Supply Services)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "expressed-easement" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "expressed-easement" ; + skos:prefLabel "Expressed Easement" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "freehold-lease" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "freehold-lease" ; + skos:prefLabel "Freehold Lease" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "implied-easement" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "implied-easement" ; + skos:prefLabel "Implied Easement" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "lease" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "lease" ; + skos:prefLabel "Lease" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "memorial" ; + skos:definition "Vesting, Notifications & Memorials" ; + skos:inScheme ; + skos:notation "memorial" ; + skos:prefLabel "Memorial" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "mineral-reservation" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "mineral-reservation" ; + skos:prefLabel "Mineral Reservation" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "non-extinguisment-of-native-title" ; + skos:definition "Vestings, Notifications & Memorials" ; + skos:inScheme ; + skos:notation "non-extinguisment-native-title" ; + skos:prefLabel "Non-extinguisment of Native Title" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "notification" ; + skos:definition "Vesting, Notifications & Memorials" ; + skos:inScheme ; + skos:notation "notification" ; + skos:prefLabel "Notification" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "profit-a-prendre" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "profit-a-prendre" ; + skos:prefLabel "Profit a prendre" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "reserve" ; + skos:definition "Vestings, Notifications & Memorials" ; + skos:inScheme ; + skos:notation "reserve" ; + skos:prefLabel "Reserve" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "reserve-for-conservation-or-protection-of-the-environment" ; + skos:definition "Vestings, Notifications & Memorials" ; + skos:inScheme ; + skos:notation "reserve-conservation-protection-environment" ; + skos:prefLabel "Reserve for Conservation or Protection of the Environment" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "reserve-for-electrcity-supply" ; + skos:definition "Vestings, Notifications & Memorials" ; + skos:inScheme ; + skos:notation "reserve-electrcity-supply" ; + skos:prefLabel "Reserve for Electrcity Supply" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "reserve-for-conservation" ; + skos:definition "Vestings, Notifications & Memorials" ; + skos:inScheme ; + skos:notation "reserve-for-conservation" ; + skos:prefLabel "Reserve for Conservation" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "reserve-for-drainage" ; + skos:definition "Vestings, Notifications & Memorials" ; + skos:inScheme ; + skos:notation "reserve-for-drainage" ; + skos:prefLabel "Reserve for Drainage" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "reserve-for-foreshore-management" ; + skos:definition "Vestings, Notifications & Memorials" ; + skos:inScheme ; + skos:notation "reserve-for-foreshore-management" ; + skos:prefLabel "Reserve for Foreshore Management" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "reserve-for-parks-and-recreation" ; + skos:definition "Vestings, Notifications & Memorials" ; + skos:inScheme ; + skos:notation "reserve-for-parks-and-recreation" ; + skos:prefLabel "Reserve for Parks and Recreation" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "reserve-for-pedestrian-accessway" ; + skos:definition "Vestings, Notifications & Memorials" ; + skos:inScheme ; + skos:notation "reserve-for-pedestrian-accessway" ; + skos:prefLabel "Reserve for Pedestrian Accessway" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "reserve-for-public-open-space" ; + skos:definition "Vestings, Notifications & Memorials" ; + skos:inScheme ; + skos:notation "reserve-for-public-open-space" ; + skos:prefLabel "Reserve for Public Open Space" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "reserve-for-recreation" ; + skos:definition "Vestings, Notifications & Memorials" ; + skos:inScheme ; + skos:notation "reserve-for-recreation" ; + skos:prefLabel "Reserve for Recreation" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "reserve-for-right-of-way" ; + skos:definition "Vestings, Notifications & Memorials" ; + skos:inScheme ; + skos:notation "reserve-for-right-of-way" ; + skos:prefLabel "Reserve for Right of Way" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "reserve-for-waterway-management" ; + skos:definition "Vestings, Notifications & Memorials" ; + skos:inScheme ; + skos:notation "reserve-for-waterway-management" ; + skos:prefLabel "Reserve for Waterway Management" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "reserve-for-sewerage" ; + skos:definition "Vestings, Notifications & Memorials" ; + skos:inScheme ; + skos:notation "reserve-sewerage" ; + skos:prefLabel "Reserve for Sewerage" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "reserve-for-the-strategic-water-supply-for-fire-fighting-purposes" ; + skos:definition "Vestings, Notifications & Memorials" ; + skos:inScheme ; + skos:notation "reserve-strategic-water-supply-fire-purposes" ; + skos:prefLabel "Reserve for the strategic water supply for fire fighting purposes" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "restrictive-covenant-benefit" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "restrictive-covenant-benefit" ; + skos:prefLabel "Restrictive Covenant - Benefit" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "restrictive-covenant-building-envelope" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "restrictive-covenant-building-envelope" ; + skos:prefLabel "Restrictive Covenant (Building Envelope)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "restrictive-covenant-burden" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "restrictive-covenant-burden" ; + skos:prefLabel "Restrictive Covenant - Burden" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "restrictive-covenant-conservation" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "restrictive-covenant-conservation" ; + skos:prefLabel "Restrictive Covenant (Conservation)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "restrictive-covenant-fire" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "restrictive-covenant-fire" ; + skos:prefLabel "Restrictive Covenant (Fire)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "restrictive-covenant-land-use" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "restrictive-covenant-land-use" ; + skos:prefLabel "Restrictive Covenant (Land Use)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "restrictive-covenant-right-of-way" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "restrictive-covenant-row" ; + skos:prefLabel "Restrictive Covenant (Right of Way)" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "restrictive-use" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "restrictive-use" ; + skos:prefLabel "Restrictive Use" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "right-of-carriageway" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "right-of-carriageway" ; + skos:prefLabel "Right of Carriageway" . + + a skos:Concept, + termtype:ParcelPurpose ; + skos:altLabel "tree-plantation" ; + skos:definition "Easements, Covenants, Memorials & other Interests" ; + skos:inScheme ; + skos:notation "tree-plantation" ; + skos:prefLabel "Tree Plantation" . + + a skos:ConceptScheme ; + skos:prefLabel "WA secondary Parcel Purpose" ; + skos:scopeNote "termtype:ParcelPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:41.239958"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:41.079210"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyObservations/icsm-angle-type.csv b/cadastre/SurveyObservations/icsm-angle-type.csv new file mode 100644 index 0000000..a72388a --- /dev/null +++ b/cadastre/SurveyObservations/icsm-angle-type.csv @@ -0,0 +1,7 @@ +preflabel,definition,notation,altlabel,related +Bearing,The horizontal angle measured clockwise from the CRS meridian to the observed vector,bearing,,azimuth +Angle,The acute horizontal angle measured from a reference vector to the observed vector,angle,, +Azimuth,The horizontal angle measured clockwise from any reference meridian to the observed vector,azimuth,,bearing +Vertical Angle,The vertical angle measured from the horizontal plane to the observed vector,v-angle,, +Mid-azimuth,The mean of the forward azimuth at the start of the line and the reverse azimuth at the end of the line,mid-azimuth,, +Subtended,"A subtended angle is an angle formed by two lines, or line segments that originate from the same point and extend to two different points on a circle's circumference.",subtended,, \ No newline at end of file diff --git a/cadastre/SurveyObservations/icsm-angle-type.jsonld b/cadastre/SurveyObservations/icsm-angle-type.jsonld new file mode 100644 index 0000000..93394f1 --- /dev/null +++ b/cadastre/SurveyObservations/icsm-angle-type.jsonld @@ -0,0 +1,92 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/icsm-angle-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/icsm-angle-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "ICSM Angle Types", + "class": "surv:Angle", + "concepts": [ + { + "preflabel": "Bearing", + "definition": "The horizontal angle measured clockwise from the CRS meridian to the observed vector", + "notation": "bearing", + "altlabel": null, + "related": "azimuth", + "@id": "bearing", + "type": "surv:Angle", + "@type": "skos:Concept" + }, + { + "preflabel": "Angle", + "definition": "The acute horizontal angle measured from a reference vector to the observed vector", + "notation": "angle", + "altlabel": null, + "related": null, + "@id": "angle", + "type": "surv:Angle", + "@type": "skos:Concept" + }, + { + "preflabel": "Azimuth", + "definition": "The horizontal angle measured clockwise from any reference meridian to the observed vector", + "notation": "azimuth", + "altlabel": null, + "related": "bearing", + "@id": "azimuth", + "type": "surv:Angle", + "@type": "skos:Concept" + }, + { + "preflabel": "Vertical Angle", + "definition": "The vertical angle measured from the horizontal plane to the observed vector", + "notation": "v-angle", + "altlabel": null, + "related": null, + "@id": "v-angle", + "type": "surv:Angle", + "@type": "skos:Concept" + }, + { + "preflabel": "Mid-azimuth", + "definition": "The mean of the forward azimuth at the start of the line and the reverse azimuth at the end of the line", + "notation": "mid-azimuth", + "altlabel": null, + "related": null, + "@id": "mid-azimuth", + "type": "surv:Angle", + "@type": "skos:Concept" + }, + { + "preflabel": "Subtended", + "definition": "A subtended angle is an angle formed by two lines, or line segments that originate from the same point and extend to two different points on a circle's circumference.", + "notation": "subtended", + "altlabel": null, + "related": null, + "@id": "subtended", + "type": "surv:Angle", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyObservations/icsm-angle-type.ttl b/cadastre/SurveyObservations/icsm-angle-type.ttl new file mode 100644 index 0000000..d1ca596 --- /dev/null +++ b/cadastre/SurveyObservations/icsm-angle-type.ttl @@ -0,0 +1,68 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:Angle ; + skos:definition "The acute horizontal angle measured from a reference vector to the observed vector" ; + skos:inScheme ; + skos:notation "angle" ; + skos:prefLabel "Angle" . + + a skos:Concept, + surv:Angle ; + skos:definition "The horizontal angle measured clockwise from any reference meridian to the observed vector" ; + skos:inScheme ; + skos:notation "azimuth" ; + skos:prefLabel "Azimuth" . + + a skos:Concept, + surv:Angle ; + skos:definition "The horizontal angle measured clockwise from the CRS meridian to the observed vector" ; + skos:inScheme ; + skos:notation "bearing" ; + skos:prefLabel "Bearing" . + + a skos:Concept, + surv:Angle ; + skos:definition "The mean of the forward azimuth at the start of the line and the reverse azimuth at the end of the line" ; + skos:inScheme ; + skos:notation "mid-azimuth" ; + skos:prefLabel "Mid-azimuth" . + + a skos:Concept, + surv:Angle ; + skos:definition "A subtended angle is an angle formed by two lines, or line segments that originate from the same point and extend to two different points on a circle's circumference." ; + skos:inScheme ; + skos:notation "subtended" ; + skos:prefLabel "Subtended" . + + a skos:Concept, + surv:Angle ; + skos:definition "The vertical angle measured from the horizontal plane to the observed vector" ; + skos:inScheme ; + skos:notation "v-angle" ; + skos:prefLabel "Vertical Angle" . + + a skos:ConceptScheme ; + skos:prefLabel "ICSM Angle Types" ; + skos:scopeNote "surv:Angle" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:51.213984"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:51.126124"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyObservations/icsm-distance-type.csv b/cadastre/SurveyObservations/icsm-distance-type.csv new file mode 100644 index 0000000..b857edf --- /dev/null +++ b/cadastre/SurveyObservations/icsm-distance-type.csv @@ -0,0 +1,9 @@ +preflabel,definition,notation,altlabel,related +Ellipsoid,The minimal length of a curve that joins two survey marks on a reference ellipsoid,ellipsoid,,geodetic +Geodetic,The minimal length of a curve that joins two survey marks on a geodetic reference ellipsoid,geodetic,, +Slope,The reduced observed distance between two survey marks at ground level,slope,, +Horizontal,The reduced observed distance between two survey marks further reduced to a horizontal plane,horizontal,, +Ground,The reduced observed distance between two survey marks at ground level,ground,G, +Mean Elevation, The reduced observed horizontal distance between two survey marks adjusted to the mean elevation of the line measured,mean-elevation,Horizontal ground distance at mean elevation, +3D Vector,The reduced observed slope distance between two survey marks.,3d-vector,Slope, +Spheroid,The shortest distance between two points along the surface of a reference spheroid,spheroid,S,Ellipsoid diff --git a/cadastre/SurveyObservations/icsm-distance-type.jsonld b/cadastre/SurveyObservations/icsm-distance-type.jsonld new file mode 100644 index 0000000..cf092b3 --- /dev/null +++ b/cadastre/SurveyObservations/icsm-distance-type.jsonld @@ -0,0 +1,112 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/icsm-distance-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/icsm-distance-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "ICSM Distance Type", + "class": "surv:Distance", + "concepts": [ + { + "preflabel": "Ellipsoid", + "definition": "The minimal length of a curve that joins two survey marks on a reference ellipsoid", + "notation": "ellipsoid", + "altlabel": null, + "related": "geodetic", + "@id": "ellipsoid", + "type": "surv:Distance", + "@type": "skos:Concept" + }, + { + "preflabel": "Geodetic", + "definition": "The minimal length of a curve that joins two survey marks on a geodetic reference ellipsoid", + "notation": "geodetic", + "altlabel": null, + "related": null, + "@id": "geodetic", + "type": "surv:Distance", + "@type": "skos:Concept" + }, + { + "preflabel": "Slope", + "definition": "The reduced observed distance between two survey marks at ground level", + "notation": "slope", + "altlabel": null, + "related": null, + "@id": "slope", + "type": "surv:Distance", + "@type": "skos:Concept" + }, + { + "preflabel": "Horizontal", + "definition": "The reduced observed distance between two survey marks further reduced to a horizontal plane", + "notation": "horizontal", + "altlabel": null, + "related": null, + "@id": "horizontal", + "type": "surv:Distance", + "@type": "skos:Concept" + }, + { + "preflabel": "Ground", + "definition": "The reduced observed distance between two survey marks at ground level", + "notation": "ground", + "altlabel": "G", + "related": null, + "@id": "ground", + "type": "surv:Distance", + "@type": "skos:Concept" + }, + { + "preflabel": "Mean Elevation", + "definition": " The reduced observed horizontal distance between two survey marks adjusted to the mean elevation of the line measured", + "notation": "mean-elevation", + "altlabel": "Horizontal ground distance at mean elevation", + "related": null, + "@id": "mean-elevation", + "type": "surv:Distance", + "@type": "skos:Concept" + }, + { + "preflabel": "3D Vector", + "definition": "The reduced observed slope distance between two survey marks.", + "notation": "3d-vector", + "altlabel": "Slope", + "related": null, + "@id": "3d-vector", + "type": "surv:Distance", + "@type": "skos:Concept" + }, + { + "preflabel": "Spheroid", + "definition": "The shortest distance between two points along the surface of a reference spheroid", + "notation": "spheroid", + "altlabel": "S", + "related": "Ellipsoid", + "@id": "spheroid", + "type": "surv:Distance", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyObservations/icsm-distance-type.ttl b/cadastre/SurveyObservations/icsm-distance-type.ttl new file mode 100644 index 0000000..17a5638 --- /dev/null +++ b/cadastre/SurveyObservations/icsm-distance-type.ttl @@ -0,0 +1,86 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:Distance ; + skos:altLabel "Slope" ; + skos:definition "The reduced observed slope distance between two survey marks." ; + skos:inScheme ; + skos:notation "3d-vector" ; + skos:prefLabel "3D Vector" . + + a skos:Concept, + surv:Distance ; + skos:definition "The minimal length of a curve that joins two survey marks on a reference ellipsoid" ; + skos:inScheme ; + skos:notation "ellipsoid" ; + skos:prefLabel "Ellipsoid" . + + a skos:Concept, + surv:Distance ; + skos:definition "The minimal length of a curve that joins two survey marks on a geodetic reference ellipsoid" ; + skos:inScheme ; + skos:notation "geodetic" ; + skos:prefLabel "Geodetic" . + + a skos:Concept, + surv:Distance ; + skos:altLabel "G" ; + skos:definition "The reduced observed distance between two survey marks at ground level" ; + skos:inScheme ; + skos:notation "ground" ; + skos:prefLabel "Ground" . + + a skos:Concept, + surv:Distance ; + skos:definition "The reduced observed distance between two survey marks further reduced to a horizontal plane" ; + skos:inScheme ; + skos:notation "horizontal" ; + skos:prefLabel "Horizontal" . + + a skos:Concept, + surv:Distance ; + skos:altLabel "Horizontal ground distance at mean elevation" ; + skos:definition " The reduced observed horizontal distance between two survey marks adjusted to the mean elevation of the line measured" ; + skos:inScheme ; + skos:notation "mean-elevation" ; + skos:prefLabel "Mean Elevation" . + + a skos:Concept, + surv:Distance ; + skos:definition "The reduced observed distance between two survey marks at ground level" ; + skos:inScheme ; + skos:notation "slope" ; + skos:prefLabel "Slope" . + + a skos:Concept, + surv:Distance ; + skos:altLabel "S" ; + skos:definition "The shortest distance between two points along the surface of a reference spheroid" ; + skos:inScheme ; + skos:notation "spheroid" ; + skos:prefLabel "Spheroid" . + + a skos:ConceptScheme ; + skos:prefLabel "ICSM Distance Type" ; + skos:scopeNote "surv:Distance" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:51.307687"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:51.216725"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyObservations/icsm-equipment-type.csv b/cadastre/SurveyObservations/icsm-equipment-type.csv new file mode 100644 index 0000000..8a7fb38 --- /dev/null +++ b/cadastre/SurveyObservations/icsm-equipment-type.csv @@ -0,0 +1,16 @@ +preflabel,definition,notation,altlabel,related +GNSS (inc. GPS) System,,gnss,,LA_GNSSObservation +Level,,level,,LA_LevelObservation +Tape,,tape,, +Theodolite and EDM,,t-edm,,LA_TPSObservation +Theodolite and Steel Band,,t-band,, +Total Station,,ts,,LA_TPSObservation +LiDAR,,lidar,,LA_PointCloud +Camera,,camera,,LA_ImageObservation +Inertial Navigation System,,ins,, +Theodolite,,t,,LA_TPSObservation +EDM,,edm,,LA_TPSObservation +Prism,,p,, +Software,,software,, +GPPS Base,,base,,LA_GNSSObservation +GPS Rover,,rover,,LA_GNSSObservation diff --git a/cadastre/SurveyObservations/icsm-equipment-type.jsonld b/cadastre/SurveyObservations/icsm-equipment-type.jsonld new file mode 100644 index 0000000..2727d7d --- /dev/null +++ b/cadastre/SurveyObservations/icsm-equipment-type.jsonld @@ -0,0 +1,182 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/icsm-equipment-type/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/icsm-equipment-type", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "ICSM Equipment Type", + "class": "sosa:Sensor", + "concepts": [ + { + "preflabel": "GNSS (inc. GPS) System", + "definition": null, + "notation": "gnss", + "altlabel": null, + "related": "LA_GNSSObservation", + "@id": "gnss", + "type": "sosa:Sensor", + "@type": "skos:Concept" + }, + { + "preflabel": "Level", + "definition": null, + "notation": "level", + "altlabel": null, + "related": "LA_LevelObservation", + "@id": "level", + "type": "sosa:Sensor", + "@type": "skos:Concept" + }, + { + "preflabel": "Tape", + "definition": null, + "notation": "tape", + "altlabel": null, + "related": null, + "@id": "tape", + "type": "sosa:Sensor", + "@type": "skos:Concept" + }, + { + "preflabel": "Theodolite and EDM", + "definition": null, + "notation": "t-edm", + "altlabel": null, + "related": "LA_TPSObservation", + "@id": "t-edm", + "type": "sosa:Sensor", + "@type": "skos:Concept" + }, + { + "preflabel": "Theodolite and Steel Band", + "definition": null, + "notation": "t-band", + "altlabel": null, + "related": null, + "@id": "t-band", + "type": "sosa:Sensor", + "@type": "skos:Concept" + }, + { + "preflabel": "Total Station", + "definition": null, + "notation": "ts", + "altlabel": null, + "related": "LA_TPSObservation", + "@id": "ts", + "type": "sosa:Sensor", + "@type": "skos:Concept" + }, + { + "preflabel": "LiDAR", + "definition": null, + "notation": "lidar", + "altlabel": null, + "related": "LA_PointCloud", + "@id": "lidar", + "type": "sosa:Sensor", + "@type": "skos:Concept" + }, + { + "preflabel": "Camera", + "definition": null, + "notation": "camera", + "altlabel": null, + "related": "LA_ImageObservation", + "@id": "camera", + "type": "sosa:Sensor", + "@type": "skos:Concept" + }, + { + "preflabel": "Inertial Navigation System", + "definition": null, + "notation": "ins", + "altlabel": null, + "related": null, + "@id": "ins", + "type": "sosa:Sensor", + "@type": "skos:Concept" + }, + { + "preflabel": "Theodolite", + "definition": null, + "notation": "t", + "altlabel": null, + "related": "LA_TPSObservation", + "@id": "t", + "type": "sosa:Sensor", + "@type": "skos:Concept" + }, + { + "preflabel": "EDM", + "definition": null, + "notation": "edm", + "altlabel": null, + "related": "LA_TPSObservation", + "@id": "edm", + "type": "sosa:Sensor", + "@type": "skos:Concept" + }, + { + "preflabel": "Prism", + "definition": null, + "notation": "p", + "altlabel": null, + "related": null, + "@id": "p", + "type": "sosa:Sensor", + "@type": "skos:Concept" + }, + { + "preflabel": "Software", + "definition": null, + "notation": "software", + "altlabel": null, + "related": null, + "@id": "software", + "type": "sosa:Sensor", + "@type": "skos:Concept" + }, + { + "preflabel": "GPPS Base", + "definition": null, + "notation": "base", + "altlabel": null, + "related": "LA_GNSSObservation", + "@id": "base", + "type": "sosa:Sensor", + "@type": "skos:Concept" + }, + { + "preflabel": "GPS Rover", + "definition": null, + "notation": "rover", + "altlabel": null, + "related": "LA_GNSSObservation", + "@id": "rover", + "type": "sosa:Sensor", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyObservations/icsm-equipment-type.ttl b/cadastre/SurveyObservations/icsm-equipment-type.ttl new file mode 100644 index 0000000..9f7e759 --- /dev/null +++ b/cadastre/SurveyObservations/icsm-equipment-type.ttl @@ -0,0 +1,116 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix sosa: . +@prefix xsd: . + + a skos:Concept, + sosa:Sensor ; + skos:inScheme ; + skos:notation "base" ; + skos:prefLabel "GPPS Base" . + + a skos:Concept, + sosa:Sensor ; + skos:inScheme ; + skos:notation "camera" ; + skos:prefLabel "Camera" . + + a skos:Concept, + sosa:Sensor ; + skos:inScheme ; + skos:notation "edm" ; + skos:prefLabel "EDM" . + + a skos:Concept, + sosa:Sensor ; + skos:inScheme ; + skos:notation "gnss" ; + skos:prefLabel "GNSS (inc. GPS) System" . + + a skos:Concept, + sosa:Sensor ; + skos:inScheme ; + skos:notation "ins" ; + skos:prefLabel "Inertial Navigation System" . + + a skos:Concept, + sosa:Sensor ; + skos:inScheme ; + skos:notation "level" ; + skos:prefLabel "Level" . + + a skos:Concept, + sosa:Sensor ; + skos:inScheme ; + skos:notation "lidar" ; + skos:prefLabel "LiDAR" . + + a skos:Concept, + sosa:Sensor ; + skos:inScheme ; + skos:notation "p" ; + skos:prefLabel "Prism" . + + a skos:Concept, + sosa:Sensor ; + skos:inScheme ; + skos:notation "rover" ; + skos:prefLabel "GPS Rover" . + + a skos:Concept, + sosa:Sensor ; + skos:inScheme ; + skos:notation "software" ; + skos:prefLabel "Software" . + + a skos:Concept, + sosa:Sensor ; + skos:inScheme ; + skos:notation "t" ; + skos:prefLabel "Theodolite" . + + a skos:Concept, + sosa:Sensor ; + skos:inScheme ; + skos:notation "t-band" ; + skos:prefLabel "Theodolite and Steel Band" . + + a skos:Concept, + sosa:Sensor ; + skos:inScheme ; + skos:notation "t-edm" ; + skos:prefLabel "Theodolite and EDM" . + + a skos:Concept, + sosa:Sensor ; + skos:inScheme ; + skos:notation "tape" ; + skos:prefLabel "Tape" . + + a skos:Concept, + sosa:Sensor ; + skos:inScheme ; + skos:notation "ts" ; + skos:prefLabel "Total Station" . + + a skos:ConceptScheme ; + skos:prefLabel "ICSM Equipment Type" ; + skos:scopeNote "sosa:Sensor" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:37.727688"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:37.630924"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyObservations/icsm-procedure-used.csv b/cadastre/SurveyObservations/icsm-procedure-used.csv new file mode 100644 index 0000000..c8b7fae --- /dev/null +++ b/cadastre/SurveyObservations/icsm-procedure-used.csv @@ -0,0 +1,9 @@ +preflabel,definition,notation,altlabel,related +adopted,The dimensions of the observation were adopted from a previous survey where the dimensions had been measured,adopted,, +calculated,The dimensions of the observation where calculated,calculated,, +measured,The dimensions of the observation were measured when the survey was conducted,measured,, +scaled,The dimensions of the observation were scaled from a graphical plot,scaled,,calculated +Calculated,"Cadastral Boundaries created under the Operational Directives, such as Survey Registration Minute 1/98 and Executive Minutes 17/90 and 10/92 are to be shown as ""Calculated"".",calculated,,calculated +derived, Unsurveyed. Only applicable for mid azimuths and is derived from a mean of the reverse azimuths calculated from the two end points.,derived,, +described,Unsurveyed. Directions and distances from physical monuments to define and describe the boundaries of the parcel. ,described,metes & bounds, +approximate,Inaccurate - does not meet applicable standards of accuracy for cadastral surveys,approximate,,scaled \ No newline at end of file diff --git a/cadastre/SurveyObservations/icsm-procedure-used.jsonld b/cadastre/SurveyObservations/icsm-procedure-used.jsonld new file mode 100644 index 0000000..4f40ff7 --- /dev/null +++ b/cadastre/SurveyObservations/icsm-procedure-used.jsonld @@ -0,0 +1,112 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/icsm-procedure-used/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/icsm-procedure-used", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "ICSM Survey Procedures", + "class": "sosa:Procedure", + "concepts": [ + { + "preflabel": "adopted", + "definition": "The dimensions of the observation were adopted from a previous survey where the dimensions had been measured", + "notation": "adopted", + "altlabel": null, + "related": null, + "@id": "adopted", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "calculated", + "definition": "The dimensions of the observation where calculated", + "notation": "calculated", + "altlabel": null, + "related": null, + "@id": "calculated", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "measured", + "definition": "The dimensions of the observation were measured when the survey was conducted", + "notation": "measured", + "altlabel": null, + "related": null, + "@id": "measured", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "scaled", + "definition": "The dimensions of the observation were scaled from a graphical plot", + "notation": "scaled", + "altlabel": null, + "related": "calculated", + "@id": "scaled", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Calculated", + "definition": "Cadastral Boundaries created under the Operational Directives, such as Survey Registration Minute 1/98 and Executive Minutes 17/90 and 10/92 are to be shown as \"Calculated\".", + "notation": "calculated", + "altlabel": null, + "related": "calculated", + "@id": "calculated", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "derived", + "definition": " Unsurveyed. Only applicable for mid azimuths and is derived from a mean of the reverse azimuths calculated from the two end points.", + "notation": "derived", + "altlabel": null, + "related": null, + "@id": "derived", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "described", + "definition": "Unsurveyed. Directions and distances from physical monuments to define and describe the boundaries of the parcel. ", + "notation": "described", + "altlabel": "metes & bounds", + "related": null, + "@id": "described", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "approximate", + "definition": "Inaccurate - does not meet applicable standards of accuracy for cadastral surveys", + "notation": "approximate", + "altlabel": null, + "related": "scaled", + "@id": "approximate", + "type": "sosa:Procedure", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyObservations/icsm-procedure-used.ttl b/cadastre/SurveyObservations/icsm-procedure-used.ttl new file mode 100644 index 0000000..8283bd8 --- /dev/null +++ b/cadastre/SurveyObservations/icsm-procedure-used.ttl @@ -0,0 +1,78 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix sosa: . +@prefix xsd: . + + a skos:Concept, + sosa:Procedure ; + skos:definition "The dimensions of the observation were adopted from a previous survey where the dimensions had been measured" ; + skos:inScheme ; + skos:notation "adopted" ; + skos:prefLabel "adopted" . + + a skos:Concept, + sosa:Procedure ; + skos:definition "Inaccurate - does not meet applicable standards of accuracy for cadastral surveys" ; + skos:inScheme ; + skos:notation "approximate" ; + skos:prefLabel "approximate" . + + a skos:Concept, + sosa:Procedure ; + skos:definition "Cadastral Boundaries created under the Operational Directives, such as Survey Registration Minute 1/98 and Executive Minutes 17/90 and 10/92 are to be shown as \"Calculated\".", + "The dimensions of the observation where calculated" ; + skos:inScheme ; + skos:notation "calculated" ; + skos:prefLabel "Calculated", + "calculated" . + + a skos:Concept, + sosa:Procedure ; + skos:definition " Unsurveyed. Only applicable for mid azimuths and is derived from a mean of the reverse azimuths calculated from the two end points." ; + skos:inScheme ; + skos:notation "derived" ; + skos:prefLabel "derived" . + + a skos:Concept, + sosa:Procedure ; + skos:altLabel "metes & bounds" ; + skos:definition "Unsurveyed. Directions and distances from physical monuments to define and describe the boundaries of the parcel. " ; + skos:inScheme ; + skos:notation "described" ; + skos:prefLabel "described" . + + a skos:Concept, + sosa:Procedure ; + skos:definition "The dimensions of the observation were measured when the survey was conducted" ; + skos:inScheme ; + skos:notation "measured" ; + skos:prefLabel "measured" . + + a skos:Concept, + sosa:Procedure ; + skos:definition "The dimensions of the observation were scaled from a graphical plot" ; + skos:inScheme ; + skos:notation "scaled" ; + skos:prefLabel "scaled" . + + a skos:ConceptScheme ; + skos:prefLabel "ICSM Survey Procedures" ; + skos:scopeNote "sosa:Procedure" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:45.663815"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:45.574457"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyObservations/nz-procedure-used.csv b/cadastre/SurveyObservations/nz-procedure-used.csv new file mode 100644 index 0000000..f2549a4 --- /dev/null +++ b/cadastre/SurveyObservations/nz-procedure-used.csv @@ -0,0 +1,7 @@ +preflabel,definition,notation,altlabel,related +adopted,The dimensions of the observation were adopted from a previous survey where the dimensions had been measured,adopted,, +calculated,The dimensions of the observation where calculated,calculated,, +measured,The dimensions of the observation were measured when the survey was conducted,measured,, +scaled,The dimensions of the observation were scaled from a graphical plot,scaled,calculated, +reinadopted,The dimensions of the observation were used for a reinstated boundary – no parcels are created,reinadopted,rein adopted, +reincalculated,The dimensions of the observation were used for a reinstated boundary – no parcels are created,reincalculated,rein calculated, \ No newline at end of file diff --git a/cadastre/SurveyObservations/nz-procedure-used.jsonld b/cadastre/SurveyObservations/nz-procedure-used.jsonld new file mode 100644 index 0000000..458d0cf --- /dev/null +++ b/cadastre/SurveyObservations/nz-procedure-used.jsonld @@ -0,0 +1,92 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-procedure-used/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-procedure-used", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Survey Procedures", + "class": "sosa:Procedure", + "concepts": [ + { + "preflabel": "adopted", + "definition": "The dimensions of the observation were adopted from a previous survey where the dimensions had been measured", + "notation": "adopted", + "altlabel": null, + "related": null, + "@id": "adopted", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "calculated", + "definition": "The dimensions of the observation where calculated", + "notation": "calculated", + "altlabel": null, + "related": null, + "@id": "calculated", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "measured", + "definition": "The dimensions of the observation were measured when the survey was conducted", + "notation": "measured", + "altlabel": null, + "related": null, + "@id": "measured", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "scaled", + "definition": "The dimensions of the observation were scaled from a graphical plot", + "notation": "scaled", + "altlabel": "calculated", + "related": null, + "@id": "scaled", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "reinadopted", + "definition": "The dimensions of the observation were used for a reinstated boundary \u2013 no parcels are created", + "notation": "reinadopted", + "altlabel": "rein adopted", + "related": null, + "@id": "reinadopted", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "reincalculated", + "definition": "The dimensions of the observation were used for a reinstated boundary \u2013 no parcels are created", + "notation": "reincalculated", + "altlabel": "rein calculated", + "related": null, + "@id": "reincalculated", + "type": "sosa:Procedure", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyObservations/nz-procedure-used.ttl b/cadastre/SurveyObservations/nz-procedure-used.ttl new file mode 100644 index 0000000..7741aa2 --- /dev/null +++ b/cadastre/SurveyObservations/nz-procedure-used.ttl @@ -0,0 +1,71 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix sosa: . +@prefix xsd: . + + a skos:Concept, + sosa:Procedure ; + skos:definition "The dimensions of the observation were adopted from a previous survey where the dimensions had been measured" ; + skos:inScheme ; + skos:notation "adopted" ; + skos:prefLabel "adopted" . + + a skos:Concept, + sosa:Procedure ; + skos:definition "The dimensions of the observation where calculated" ; + skos:inScheme ; + skos:notation "calculated" ; + skos:prefLabel "calculated" . + + a skos:Concept, + sosa:Procedure ; + skos:definition "The dimensions of the observation were measured when the survey was conducted" ; + skos:inScheme ; + skos:notation "measured" ; + skos:prefLabel "measured" . + + a skos:Concept, + sosa:Procedure ; + skos:altLabel "rein adopted" ; + skos:definition "The dimensions of the observation were used for a reinstated boundary – no parcels are created" ; + skos:inScheme ; + skos:notation "reinadopted" ; + skos:prefLabel "reinadopted" . + + a skos:Concept, + sosa:Procedure ; + skos:altLabel "rein calculated" ; + skos:definition "The dimensions of the observation were used for a reinstated boundary – no parcels are created" ; + skos:inScheme ; + skos:notation "reincalculated" ; + skos:prefLabel "reincalculated" . + + a skos:Concept, + sosa:Procedure ; + skos:altLabel "calculated" ; + skos:definition "The dimensions of the observation were scaled from a graphical plot" ; + skos:inScheme ; + skos:notation "scaled" ; + skos:prefLabel "scaled" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Survey Procedures" ; + skos:scopeNote "sosa:Procedure" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:50.291964"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:50.203950"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyObservations/nz-vector-purpose.csv b/cadastre/SurveyObservations/nz-vector-purpose.csv new file mode 100644 index 0000000..9538e64 --- /dev/null +++ b/cadastre/SurveyObservations/nz-vector-purpose.csv @@ -0,0 +1,8 @@ +preflabel,definition,notation,altlabel,related +adopted,The dimensions of the observation were adopted from a previous survey where the dimensions had been measured,adopted,, +calculated,The dimensions of the observation where calculated,calculated,, +measured,The dimensions of the observation were measured when the survey was conducted,measured,, +scaled,The dimensions of the observation were scaled from a graphical plot,scaled,calculated, +reinadopted,The dimensions of the observation were used for a reinstated boundary – no parcels are created,reinadopted,rein adopted, +reincalculated,The dimensions of the observation were used for a reinstated boundary – no parcels are created,reincalculated,rein calculated, +pseudo,The dimensions of the observation were calculated by Landonline from the coordinates of the local and remote setup's,pseudo,, \ No newline at end of file diff --git a/cadastre/SurveyObservations/nz-vector-purpose.jsonld b/cadastre/SurveyObservations/nz-vector-purpose.jsonld new file mode 100644 index 0000000..aebd4d0 --- /dev/null +++ b/cadastre/SurveyObservations/nz-vector-purpose.jsonld @@ -0,0 +1,102 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-vector-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-vector-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Vector Purpose", + "class": "termtype:VectorPurpose", + "concepts": [ + { + "preflabel": "adopted", + "definition": "The dimensions of the observation were adopted from a previous survey where the dimensions had been measured", + "notation": "adopted", + "altlabel": null, + "related": null, + "@id": "adopted", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "calculated", + "definition": "The dimensions of the observation where calculated", + "notation": "calculated", + "altlabel": null, + "related": null, + "@id": "calculated", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "measured", + "definition": "The dimensions of the observation were measured when the survey was conducted", + "notation": "measured", + "altlabel": null, + "related": null, + "@id": "measured", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "scaled", + "definition": "The dimensions of the observation were scaled from a graphical plot", + "notation": "scaled", + "altlabel": "calculated", + "related": null, + "@id": "scaled", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "reinadopted", + "definition": "The dimensions of the observation were used for a reinstated boundary \u2013 no parcels are created", + "notation": "reinadopted", + "altlabel": "rein adopted", + "related": null, + "@id": "reinadopted", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "reincalculated", + "definition": "The dimensions of the observation were used for a reinstated boundary \u2013 no parcels are created", + "notation": "reincalculated", + "altlabel": "rein calculated", + "related": null, + "@id": "reincalculated", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "pseudo", + "definition": "The dimensions of the observation were calculated by Landonline from the coordinates of the local and remote setup's", + "notation": "pseudo", + "altlabel": null, + "related": null, + "@id": "pseudo", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyObservations/nz-vector-purpose.ttl b/cadastre/SurveyObservations/nz-vector-purpose.ttl new file mode 100644 index 0000000..4854eb1 --- /dev/null +++ b/cadastre/SurveyObservations/nz-vector-purpose.ttl @@ -0,0 +1,78 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "The dimensions of the observation were adopted from a previous survey where the dimensions had been measured" ; + skos:inScheme ; + skos:notation "adopted" ; + skos:prefLabel "adopted" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "The dimensions of the observation where calculated" ; + skos:inScheme ; + skos:notation "calculated" ; + skos:prefLabel "calculated" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "The dimensions of the observation were measured when the survey was conducted" ; + skos:inScheme ; + skos:notation "measured" ; + skos:prefLabel "measured" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "The dimensions of the observation were calculated by Landonline from the coordinates of the local and remote setup's" ; + skos:inScheme ; + skos:notation "pseudo" ; + skos:prefLabel "pseudo" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "rein adopted" ; + skos:definition "The dimensions of the observation were used for a reinstated boundary – no parcels are created" ; + skos:inScheme ; + skos:notation "reinadopted" ; + skos:prefLabel "reinadopted" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "rein calculated" ; + skos:definition "The dimensions of the observation were used for a reinstated boundary – no parcels are created" ; + skos:inScheme ; + skos:notation "reincalculated" ; + skos:prefLabel "reincalculated" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "calculated" ; + skos:definition "The dimensions of the observation were scaled from a graphical plot" ; + skos:inScheme ; + skos:notation "scaled" ; + skos:prefLabel "scaled" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Vector Purpose" ; + skos:scopeNote "termtype:VectorPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:49.878012"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:49.788308"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyObservations/vic-procedure-used.csv b/cadastre/SurveyObservations/vic-procedure-used.csv new file mode 100644 index 0000000..6618840 --- /dev/null +++ b/cadastre/SurveyObservations/vic-procedure-used.csv @@ -0,0 +1,19 @@ +preflabel,definition,notation,altlabel,related +Measured,observation has been directly measured by the surveyor,m,, +Derived,Observation determined from another source or indirect measurement type,d,, +About,Observations that are approximate/can't be measured directly.,a,, +Adjustment,,adjustment,, +Cadastral,,cadastral,, +Digitised,,digitised,, +GPS(Differential),,gps-differential,, +GPS(Kinematics),,gps-kinematic,, +GPS(Single Point),,gps-single-point,, +Intersection,,intersection,, +Plot,,plot,, +Radiation,,radiation,, +Resection,,resection,, +Transformed,,transformed,, +Traverse,,traverse,, +Triangulation,,triangulation,, +Unchecked Radiation,,unchecked-radiation,, +Unknown,,unknown,, \ No newline at end of file diff --git a/cadastre/SurveyObservations/vic-procedure-used.jsonld b/cadastre/SurveyObservations/vic-procedure-used.jsonld new file mode 100644 index 0000000..5fa274b --- /dev/null +++ b/cadastre/SurveyObservations/vic-procedure-used.jsonld @@ -0,0 +1,212 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-procedure-used/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-procedure-used", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Survey Procedures", + "class": "sosa:Procedure", + "concepts": [ + { + "preflabel": "Measured", + "definition": "observation has been directly measured by the surveyor", + "notation": "m", + "altlabel": null, + "related": null, + "@id": "m", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Derived", + "definition": "Observation determined from another source or indirect measurement type", + "notation": "d", + "altlabel": null, + "related": null, + "@id": "d", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "About", + "definition": "Observations that are approximate/can't be measured directly.", + "notation": "a", + "altlabel": null, + "related": null, + "@id": "a", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Adjustment", + "definition": null, + "notation": "adjustment", + "altlabel": null, + "related": null, + "@id": "adjustment", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Cadastral", + "definition": null, + "notation": "cadastral", + "altlabel": null, + "related": null, + "@id": "cadastral", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Digitised", + "definition": null, + "notation": "digitised", + "altlabel": null, + "related": null, + "@id": "digitised", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "GPS(Differential)", + "definition": null, + "notation": "gps-differential", + "altlabel": null, + "related": null, + "@id": "gps-differential", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "GPS(Kinematics)", + "definition": null, + "notation": "gps-kinematic", + "altlabel": null, + "related": null, + "@id": "gps-kinematic", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "GPS(Single Point)", + "definition": null, + "notation": "gps-single-point", + "altlabel": null, + "related": null, + "@id": "gps-single-point", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Intersection", + "definition": null, + "notation": "intersection", + "altlabel": null, + "related": null, + "@id": "intersection", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Plot", + "definition": null, + "notation": "plot", + "altlabel": null, + "related": null, + "@id": "plot", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Radiation", + "definition": null, + "notation": "radiation", + "altlabel": null, + "related": null, + "@id": "radiation", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Resection", + "definition": null, + "notation": "resection", + "altlabel": null, + "related": null, + "@id": "resection", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Transformed", + "definition": null, + "notation": "transformed", + "altlabel": null, + "related": null, + "@id": "transformed", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Traverse", + "definition": null, + "notation": "traverse", + "altlabel": null, + "related": null, + "@id": "traverse", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Triangulation", + "definition": null, + "notation": "triangulation", + "altlabel": null, + "related": null, + "@id": "triangulation", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Unchecked Radiation", + "definition": null, + "notation": "unchecked-radiation", + "altlabel": null, + "related": null, + "@id": "unchecked-radiation", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Unknown", + "definition": null, + "notation": "unknown", + "altlabel": null, + "related": null, + "@id": "unknown", + "type": "sosa:Procedure", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyObservations/vic-procedure-used.ttl b/cadastre/SurveyObservations/vic-procedure-used.ttl new file mode 100644 index 0000000..43b8703 --- /dev/null +++ b/cadastre/SurveyObservations/vic-procedure-used.ttl @@ -0,0 +1,137 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix sosa: . +@prefix xsd: . + + a skos:Concept, + sosa:Procedure ; + skos:definition "Observations that are approximate/can't be measured directly." ; + skos:inScheme ; + skos:notation "a" ; + skos:prefLabel "About" . + + a skos:Concept, + sosa:Procedure ; + skos:inScheme ; + skos:notation "adjustment" ; + skos:prefLabel "Adjustment" . + + a skos:Concept, + sosa:Procedure ; + skos:inScheme ; + skos:notation "cadastral" ; + skos:prefLabel "Cadastral" . + + a skos:Concept, + sosa:Procedure ; + skos:definition "Observation determined from another source or indirect measurement type" ; + skos:inScheme ; + skos:notation "d" ; + skos:prefLabel "Derived" . + + a skos:Concept, + sosa:Procedure ; + skos:inScheme ; + skos:notation "digitised" ; + skos:prefLabel "Digitised" . + + a skos:Concept, + sosa:Procedure ; + skos:inScheme ; + skos:notation "gps-differential" ; + skos:prefLabel "GPS(Differential)" . + + a skos:Concept, + sosa:Procedure ; + skos:inScheme ; + skos:notation "gps-kinematic" ; + skos:prefLabel "GPS(Kinematics)" . + + a skos:Concept, + sosa:Procedure ; + skos:inScheme ; + skos:notation "gps-single-point" ; + skos:prefLabel "GPS(Single Point)" . + + a skos:Concept, + sosa:Procedure ; + skos:inScheme ; + skos:notation "intersection" ; + skos:prefLabel "Intersection" . + + a skos:Concept, + sosa:Procedure ; + skos:definition "observation has been directly measured by the surveyor" ; + skos:inScheme ; + skos:notation "m" ; + skos:prefLabel "Measured" . + + a skos:Concept, + sosa:Procedure ; + skos:inScheme ; + skos:notation "plot" ; + skos:prefLabel "Plot" . + + a skos:Concept, + sosa:Procedure ; + skos:inScheme ; + skos:notation "radiation" ; + skos:prefLabel "Radiation" . + + a skos:Concept, + sosa:Procedure ; + skos:inScheme ; + skos:notation "resection" ; + skos:prefLabel "Resection" . + + a skos:Concept, + sosa:Procedure ; + skos:inScheme ; + skos:notation "transformed" ; + skos:prefLabel "Transformed" . + + a skos:Concept, + sosa:Procedure ; + skos:inScheme ; + skos:notation "traverse" ; + skos:prefLabel "Traverse" . + + a skos:Concept, + sosa:Procedure ; + skos:inScheme ; + skos:notation "triangulation" ; + skos:prefLabel "Triangulation" . + + a skos:Concept, + sosa:Procedure ; + skos:inScheme ; + skos:notation "unchecked-radiation" ; + skos:prefLabel "Unchecked Radiation" . + + a skos:Concept, + sosa:Procedure ; + skos:inScheme ; + skos:notation "unknown" ; + skos:prefLabel "Unknown" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Survey Procedures" ; + skos:scopeNote "sosa:Procedure" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:51.120653"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:51.019068"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyObservations/vic-vector-purpose.csv b/cadastre/SurveyObservations/vic-vector-purpose.csv new file mode 100644 index 0000000..8ccb3df --- /dev/null +++ b/cadastre/SurveyObservations/vic-vector-purpose.csv @@ -0,0 +1,5 @@ +preflabel,definition,notation,altlabel,related +Sideshot,Used for all radiations,sideshot,, +Normal,Used for all boundaries,normal,, +Traverse,Used for all Traverses, traverse,, +Topo,Used for all secondary interest fixing (e.g. to fix a floating easement to nearest lot corner),topo,, \ No newline at end of file diff --git a/cadastre/SurveyObservations/vic-vector-purpose.jsonld b/cadastre/SurveyObservations/vic-vector-purpose.jsonld new file mode 100644 index 0000000..956887d --- /dev/null +++ b/cadastre/SurveyObservations/vic-vector-purpose.jsonld @@ -0,0 +1,72 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-vector-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-vector-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Vector Purpose", + "class": "termtype:VectorPurpose", + "concepts": [ + { + "preflabel": "Sideshot", + "definition": "Used for all radiations", + "notation": "sideshot", + "altlabel": null, + "related": null, + "@id": "sideshot", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Normal", + "definition": "Used for all boundaries", + "notation": "normal", + "altlabel": null, + "related": null, + "@id": "normal", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Traverse", + "definition": "Used for all Traverses", + "notation": " traverse", + "altlabel": null, + "related": null, + "@id": "traverse", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Topo", + "definition": "Used for all secondary interest fixing (e.g. to fix a floating easement to nearest lot corner)", + "notation": "topo", + "altlabel": null, + "related": null, + "@id": "topo", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyObservations/vic-vector-purpose.ttl b/cadastre/SurveyObservations/vic-vector-purpose.ttl new file mode 100644 index 0000000..6efd1f3 --- /dev/null +++ b/cadastre/SurveyObservations/vic-vector-purpose.ttl @@ -0,0 +1,54 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "Used for all boundaries" ; + skos:inScheme ; + skos:notation "normal" ; + skos:prefLabel "Normal" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "Used for all radiations" ; + skos:inScheme ; + skos:notation "sideshot" ; + skos:prefLabel "Sideshot" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "Used for all secondary interest fixing (e.g. to fix a floating easement to nearest lot corner)" ; + skos:inScheme ; + skos:notation "topo" ; + skos:prefLabel "Topo" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "Used for all Traverses" ; + skos:inScheme ; + skos:notation " traverse" ; + skos:prefLabel "Traverse" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Vector Purpose" ; + skos:scopeNote "termtype:VectorPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:37.546267"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:37.461399"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyObservations/vic-vector-quality.csv b/cadastre/SurveyObservations/vic-vector-quality.csv new file mode 100644 index 0000000..8efa630 --- /dev/null +++ b/cadastre/SurveyObservations/vic-vector-quality.csv @@ -0,0 +1,3 @@ +preflabel,definition,notation,altlabel,related +Length,Pass/fail as per regulation accuracy requirement,length,, +Bearing,Pass/fail as per regulation accuracy requirement,bearing,, \ No newline at end of file diff --git a/cadastre/SurveyObservations/vic-vector-quality.jsonld b/cadastre/SurveyObservations/vic-vector-quality.jsonld new file mode 100644 index 0000000..4ea032c --- /dev/null +++ b/cadastre/SurveyObservations/vic-vector-quality.jsonld @@ -0,0 +1,52 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-vector-quality/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-vector-quality", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Vector Quality", + "class": "termtype:VectorQuality", + "concepts": [ + { + "preflabel": "Length", + "definition": "Pass/fail as per regulation accuracy requirement", + "notation": "length", + "altlabel": null, + "related": null, + "@id": "length", + "type": "termtype:VectorQuality", + "@type": "skos:Concept" + }, + { + "preflabel": "Bearing", + "definition": "Pass/fail as per regulation accuracy requirement", + "notation": "bearing", + "altlabel": null, + "related": null, + "@id": "bearing", + "type": "termtype:VectorQuality", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyObservations/vic-vector-quality.ttl b/cadastre/SurveyObservations/vic-vector-quality.ttl new file mode 100644 index 0000000..fb55d77 --- /dev/null +++ b/cadastre/SurveyObservations/vic-vector-quality.ttl @@ -0,0 +1,40 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:VectorQuality ; + skos:definition "Pass/fail as per regulation accuracy requirement" ; + skos:inScheme ; + skos:notation "bearing" ; + skos:prefLabel "Bearing" . + + a skos:Concept, + termtype:VectorQuality ; + skos:definition "Pass/fail as per regulation accuracy requirement" ; + skos:inScheme ; + skos:notation "length" ; + skos:prefLabel "Length" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Vector Quality" ; + skos:scopeNote "termtype:VectorQuality" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:46.826686"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:46.743738"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyObservations/wa-procedure-used.csv b/cadastre/SurveyObservations/wa-procedure-used.csv new file mode 100644 index 0000000..6f06c47 --- /dev/null +++ b/cadastre/SurveyObservations/wa-procedure-used.csv @@ -0,0 +1,12 @@ +preflabel,definition,notation,altlabel,related +Measured, "Distances that have been physically measured including precal, original distances and lot/interest distances from physical measurements. Distances that are calculated from physically measured distances, such Sketch on Transfer boundaries and interest boundaries are also considered Measured",measured,, +Calculated,"Cadastral Boundaries created under the Operational Directives, such as Survey Registration Minute 1/98 and Executive Minutes 17/90 and 10/92 are to be shown as ""Calculated"".",calculated,, +Derived, Unsurveyed. Only applicable for mid azimuths and is derived from a mean of the reverse azimuths calculated from the two end points.,derived,, +Described,Unsurveyed,described,, +Approximate,Highly inaccurate,approximate,, +Adopted,Adopted from previous dimension,adopted,, +Conventional,Survey - Conventional Survey,conventional,, +Conventional-unsurveyed lots,Survey with unsurveyed Lots(s) - Conventional Survey with unsurveyed Lots(s),conventional-unsurveyed-lots,, +Compiled,No additional survey performed,compiled,, +Special Survey Area,Survey in compliance with Survey Practice Guidelines for Subdivisions within Special Survey Areas (WA),SSA,, +Coordinates,Survey by Coordinates,survey-by-coordinates,, diff --git a/cadastre/SurveyObservations/wa-procedure-used.jsonld b/cadastre/SurveyObservations/wa-procedure-used.jsonld new file mode 100644 index 0000000..929cda0 --- /dev/null +++ b/cadastre/SurveyObservations/wa-procedure-used.jsonld @@ -0,0 +1,142 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-procedure-used/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-procedure-used", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Survey Procedures", + "class": "sosa:Procedure", + "concepts": [ + { + "preflabel": "Measured", + "definition": " \"Distances that have been physically measured including precal", + "notation": " original distances and lot/interest distances from physical measurements. Distances that are calculated from physically measured distances", + "altlabel": " such Sketch on Transfer boundaries and interest boundaries are also considered \"\"Measured\"\"\"", + "related": "measured", + "@id": "original-distances-and-lot-interest-distances-from-physical-measurements--Distances-that-are-calculated-from-physically-measured-distances", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Calculated", + "definition": "Cadastral Boundaries created under the Operational Directives, such as Survey Registration Minute 1/98 and Executive Minutes 17/90 and 10/92 are to be shown as \"Calculated\".", + "notation": "calculated", + "altlabel": null, + "related": null, + "@id": "calculated", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Derived", + "definition": " Unsurveyed. Only applicable for mid azimuths and is derived from a mean of the reverse azimuths calculated from the two end points.", + "notation": "derived", + "altlabel": null, + "related": null, + "@id": "derived", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Described", + "definition": "Unsurveyed", + "notation": "described", + "altlabel": null, + "related": null, + "@id": "described", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Approximate", + "definition": "Highly inaccurate", + "notation": "approximate", + "altlabel": null, + "related": null, + "@id": "approximate", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Adopted", + "definition": "Adopted from previous dimension", + "notation": "adopted", + "altlabel": null, + "related": null, + "@id": "adopted", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Conventional", + "definition": "Survey - Conventional Survey", + "notation": "conventional", + "altlabel": null, + "related": null, + "@id": "conventional", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Conventional-unsurveyed lots", + "definition": "Survey with unsurveyed Lots(s) - Conventional Survey with unsurveyed Lots(s)", + "notation": "conventional-unsurveyed-lots", + "altlabel": null, + "related": null, + "@id": "conventional-unsurveyed-lots", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Compiled", + "definition": "No additional survey performed", + "notation": "compiled", + "altlabel": null, + "related": null, + "@id": "compiled", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Special Survey Area", + "definition": "Survey in compliance with Survey Practice Guidelines for Subdivisions within Special Survey Areas (WA)", + "notation": "SSA", + "altlabel": null, + "related": null, + "@id": "SSA", + "type": "sosa:Procedure", + "@type": "skos:Concept" + }, + { + "preflabel": "Coordinates", + "definition": "Survey by Coordinates", + "notation": "survey-by-coordinates", + "altlabel": null, + "related": null, + "@id": "survey-by-coordinates", + "type": "sosa:Procedure", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyObservations/wa-procedure-used.ttl b/cadastre/SurveyObservations/wa-procedure-used.ttl new file mode 100644 index 0000000..48f9d79 --- /dev/null +++ b/cadastre/SurveyObservations/wa-procedure-used.ttl @@ -0,0 +1,104 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix sosa: . +@prefix xsd: . + + a skos:Concept, + sosa:Procedure ; + skos:definition "Survey in compliance with Survey Practice Guidelines for Subdivisions within Special Survey Areas (WA)" ; + skos:inScheme ; + skos:notation "SSA" ; + skos:prefLabel "Special Survey Area" . + + a skos:Concept, + sosa:Procedure ; + skos:definition "Adopted from previous dimension" ; + skos:inScheme ; + skos:notation "adopted" ; + skos:prefLabel "Adopted" . + + a skos:Concept, + sosa:Procedure ; + skos:definition "Highly inaccurate" ; + skos:inScheme ; + skos:notation "approximate" ; + skos:prefLabel "Approximate" . + + a skos:Concept, + sosa:Procedure ; + skos:definition "Cadastral Boundaries created under the Operational Directives, such as Survey Registration Minute 1/98 and Executive Minutes 17/90 and 10/92 are to be shown as \"Calculated\"." ; + skos:inScheme ; + skos:notation "calculated" ; + skos:prefLabel "Calculated" . + + a skos:Concept, + sosa:Procedure ; + skos:definition "No additional survey performed" ; + skos:inScheme ; + skos:notation "compiled" ; + skos:prefLabel "Compiled" . + + a skos:Concept, + sosa:Procedure ; + skos:definition "Survey - Conventional Survey" ; + skos:inScheme ; + skos:notation "conventional" ; + skos:prefLabel "Conventional" . + + a skos:Concept, + sosa:Procedure ; + skos:definition "Survey with unsurveyed Lots(s) - Conventional Survey with unsurveyed Lots(s)" ; + skos:inScheme ; + skos:notation "conventional-unsurveyed-lots" ; + skos:prefLabel "Conventional-unsurveyed lots" . + + a skos:Concept, + sosa:Procedure ; + skos:definition " Unsurveyed. Only applicable for mid azimuths and is derived from a mean of the reverse azimuths calculated from the two end points." ; + skos:inScheme ; + skos:notation "derived" ; + skos:prefLabel "Derived" . + + a skos:Concept, + sosa:Procedure ; + skos:definition "Unsurveyed" ; + skos:inScheme ; + skos:notation "described" ; + skos:prefLabel "Described" . + + a skos:Concept, + sosa:Procedure ; + skos:altLabel " such Sketch on Transfer boundaries and interest boundaries are also considered \"\"Measured\"\"\"" ; + skos:definition " \"Distances that have been physically measured including precal" ; + skos:inScheme ; + skos:notation " original distances and lot/interest distances from physical measurements. Distances that are calculated from physically measured distances" ; + skos:prefLabel "Measured" . + + a skos:Concept, + sosa:Procedure ; + skos:definition "Survey by Coordinates" ; + skos:inScheme ; + skos:notation "survey-by-coordinates" ; + skos:prefLabel "Coordinates" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Survey Procedures" ; + skos:scopeNote "sosa:Procedure" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:50.906583"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:50.811992"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyObservations/wa-vector-purpose.csv b/cadastre/SurveyObservations/wa-vector-purpose.csv new file mode 100644 index 0000000..6ad5565 --- /dev/null +++ b/cadastre/SurveyObservations/wa-vector-purpose.csv @@ -0,0 +1,130 @@ +preflabel,definition,notation,altlabel,related +Control Network,Control Network,control-network,11,"APX-05:N; DSD:13,43,44,46" +Long GNSS Control Network Connection,Long GNSS Control Network Connection,long-gnss-control-network-connection,11,"APX-05:N; DSD:13,46" +Lot Boundary,Lot Boundary,lot-boundary,2,APX-05:I; DSD:2 +Road Boundary,Road Boundary,road-boundary,1,APX-05:R; DSD:1 +Road Construct,Road Construct,road-construction,11,APX-05:C; DSD:11 +Interest Boundary,Interest Boundary,interest-boundary,21,APX-05:E; DSD:21 +Interest Construct,Interest Construct,interest-construction,22,APX-05:K; DSD:22 +Mining Boundary,Mining Boundary,mining-boundary,60,"APX-05:R,I; DSD:53-77" +Mining Construct,Mining Construct,mining-construction,78,APX-05:C; DSD:78 +Cadastral Construct,Cadastral Construct,cadastral-construction,11,"APX-05:C; DSD:11,12,15" +Cadastral Connection,Cadastral Connection,cadastral-connection,11,"APX-05:C; DSD:11,12,15" +Townsite Boundary,Townsite Boundary,townsite-boundary,, +Port Authority Boundary,Port Authority Boundary,port-authority-boundary,190, +Local Government Boundary,Local Government Boundary,local-government-boundary,, +State Forrest Boundary,State Forrest Boundary,state-forrest-boundary,175, +Depth Limit Boundary,Location Boundary for DepthLimit,depth-limit-boundary,, +Depth Limit Construct,Depth Limit Construct,depth-limit-construction,, +Fence,Structure - Fence,fence,, +Structure Clockwise Left,Structure - Left,structure-cw-left,, +Structure Clockwise Right,Structure - Right,structure-cw-right,, +Mineral Reservation,Mineral Reservation,mineral-reservation,, +Abuttal,Abuttal,abuttal,, +Covenant Restrictive Covenant,Linear Interest linetype,covernant-restrictive-covenant,, +MHWM Boundary,Mean High Water Mark Boundary,MHWM-Boundary,3,APX-05:W +Group Boundary,Group Boundary,Group-Boundary,4,APX-05:I +Common Boundary,Common Boundary,Common-Boundary,5,APX-05:I +HWM Boundary,High Water Mark Boundary,HWM-Boundary,6,APX-05:W +LWM Boundary,Low Water Mark Boundary,LWM-Boundary,7,APX-05:W +Nautical Boundary,Nautical Boundary,Nautical-Boundary,8,APX-05:W +Network Construct,Network Construct,Network-Construct,11,APX-05:C +Poly Tie Construct,Poly Tie Construct,Poly-Tie-Construct,12,APX-05:C +3D Normal,3D Normal,3D-Normal,14,APX-05:I +3D Construct,3D Construct,3D-Construct,15,APX-05:C +Superline,Superline,Superline,23, +HAT,Highest Astronomical Tide-ICSM-SP9,HAT,6, +MHWS,Mean High Water Springs-ICSM-SP9,MHWS,6, +MHW,Mean High Water-Common Law-ICSM-SP9,MHW,6, +MSL,Mean Sea Level-ICSM-SP9,MSL,, +MLWS,Mean Low Water Springs-ICSM-SP9,MLWS,7, +MLW,Mean Low Water-ICSM-SP9,MLW,7, +LAT,Lowest Astronomical Tide-ICSM-SP9,LAT,7, +Surround,Surround,Surround,181, +Interest Surround,Interest Surround,Interest-Surround,182, +Cancelled Surround,Cancelled Surround,Cancelled-Surround,183, +Retired Surround,Retired Surround,Retired-Surround,184, +Conversion,Conversion,Conversion,186, +Statutory Plan,Statutory Plan,Statutory-Plan,187, +Superseded Crown,Superseded Crown,Superseded-Crown,200, +Superseded Freehold,Superseded Freehold,Superseded-Freehold,201, +Superseded Lease,Superseded Lease,Superseded-Lease,202, +RO Construct,RO Construct,RO-Construct,13,APX-05:N +Non Geodetic Connection,Non Geodetic Connection,Non-Geodetic-Connection,43,APX-05:N +Non Geodetic Precal,Non Geodetic Precal,Non-Geodetic-Precal,44,APX-05:N +Non Geodetic Connection GDA94,Non Geodetic Connection GDA94,Non-Geodetic-Connection-GDA94,46,APX-05:N +RO Construct Mining,RO Construct Mining,RO-Construct-Mining,53, +Mining District,Mining District,Mining-District,55, +Mining Field,Mining Field,Mining-Field,56, +Current Mining,Current Mining,Current-Mining,60, +Superseded Mining Level 1,Superseded Mining Level 1,Superseded-Mining-Level-1,61, +Superseded Mining Level 2,Superseded Mining Level 2,Superseded-Mining-Level-2,62, +Superseded Mining Level 3,Superseded Mining Level 3,Superseded-Mining-Level-3,63, +Superseded Mining Level 4,Superseded Mining Level 4,Superseded-Mining-Level-4,64, +Superseded Mining Level 5,Superseded Mining Level 5,Superseded-Mining-Level-5,65, +Superseded Mining Level 6,Superseded Mining Level 6,Superseded-Mining-Level-6,66, +Superseded Mining Level 7,Superseded Mining Level 7,Superseded-Mining-Level-7,67, +Superseded Mining Level 8,Superseded Mining Level 8,Superseded-Mining-Level-8,68, +Superseded Mining Level 9,Superseded Mining Level 9,Superseded-Mining-Level-9,69, +Superseded Mining Level 10,Superseded Mining Level 10,Superseded-Mining-Level-10,70, +Superseded Mining Level 11,Superseded Mining Level 11,Superseded-Mining-Level-11,71, +Superseded Mining Level 12,Superseded Mining Level 12,Superseded-Mining-Level-12,72, +Superseded Mining Level 13,Superseded Mining Level 13,Superseded-Mining-Level-13,73, +Superseded Mining Level 14,Superseded Mining Level 14,Superseded-Mining-Level-14,74, +Superseded Mining Level 15,Superseded Mining Level 15,Superseded-Mining-Level-15,75, +Superseded Mining Level 16,Superseded Mining Level 16,Superseded-Mining-Level-16,76, +Superseded Mining Level 17,Superseded Mining Level 17,Superseded-Mining-Level-17,77, +Infrastructure 1,Infrastructure 1,Infrastructure-1,146, +Infrastructure 2,Infrastructure 2,Infrastructure-2,147, +Critical Port Areas (CPA),Critical Port Areas (CPA),Critical-Port-Areas-CPA,148, +LCMU (Native Title) ILUA,LCMU (Native Title) ILUA,LCMU-Native-Title-ILUA,149, +LGA Town-site,LGA Town-site,LGA-Town-site,151, +Postal Locality,Postal Locality,Postal-Locality,152, +Linked LGA,Linked LGA,Linked-LGA,153, +LGA Ward,LGA Ward,LGA-Ward,154, +PreGazetted LGA Ward,PreGazetted LGA Ward,PreGazetted-LGA-Ward,155, +Project 1,Project 1,Project-1,156, +Project 2,Project 2,Project-2,157, +Project 3,Project 3,Project-3,158, +Project 4,Project 4,Project-4,159, +MLA,MLA,MLA,160, +MLC,MLC,MLC,161, +Proposed MLA,Proposed MLA,Proposed-MLA,162, +Proposed MLC,Proposed MLC,Proposed-MLC,163, +PreGazetted LGA,PreGazetted LGA,PreGazetted-LGA,164, +State Border,State Border,State-Border,165, +Land Division,Land Division,Land-Division,166, +Land District,Land District,Land-District,167, +Agricultural Area,Agricultural Area,Agricultural-Area,168, +Suburban Area,Suburban Area,Suburban-Area,169, +Estate Area,Estate Area,Estate-Area,170, +Town-site Land Act,Town-site Land Act,Town-site-Land-Act,171, +Special Settlement Area,Special Settlement Area,Special-Settlement-Area,172, +Riverpark Area,Riverpark Area,Riverpark-Area,173, +Development Control Area,Development Control Area,Development-Control-Area,174, +State Forest,State Forest,State-Forest,175, +Timber Reserve,Timber Reserve,Timber-Reserve,176, +Marine Park,Marine Park,Marine-Park,177, +Marine Nature Reserve,Marine Nature Reserve,Marine-Nature-Reserve,178, +Marine Management Area,Marine Management Area,Marine-Management-Area,179, +Water Control Area,Water Control Area,Water-Control-Area,185, +Port Authority,Port Authority,Port-Authority,190, +Marine & Harbour Area,Marine & Harbour Area,Marine-&-Harbour-Area,191, +Special Survey Area,Special Survey Area,Special-Survey-Area,192, +Shipping and Pilotage,Shipping and Pilotage,Shipping-and-Pilotage,193, +Railway Corridor,Railway Corridor,Railway-Corridor,194, +DBNGP Corridor,DBNGP Corridor,DBNGP-Corridor,195, +LCMU (Native Title) NNTT,LCMU (Native Title) NNTT,LCMU-Native-Title-NNTT,196, +LCMU (Native Title) Fed,LCMU (Native Title) Fed,LCMU-Native-Title-Fed,197, +LCMU (Native Title) Det,LCMU (Native Title) Det,LCMU-Native-Title-Det,198, +Administrative Boundary Construct,Administrative Boundary Construct,Administrative-Boundary-Construct,199, +Easement,Easement Boundary,easement,, +Easement Construct,Easement Construction Line,easement-construction,, +Traverse,,traverse,, +Radiation,,radiation,, +Check,,check,, +Boundary,,boundary,, +Abuttal,,abuttal,, +Astronomical Azimuth, The angle between two planes - one which passes through the observing station and the rotation axis or (true) north and the second which passes through the observing station and a second point being observed,astronomical-azimuth,, +Geodetic Azimuth,The angle between two planes - one of which passes through the observing station and the north pole of the ellipsoid and the second which passes through this same the observing station and a second point being observed,geodetic-azimuth,, +Grid Azimuth,The angle between grid north and the tangent to the arc at the observing station. It is measured from grid north clockwise,grid-azimuth,, diff --git a/cadastre/SurveyObservations/wa-vector-purpose.jsonld b/cadastre/SurveyObservations/wa-vector-purpose.jsonld new file mode 100644 index 0000000..d8fc724 --- /dev/null +++ b/cadastre/SurveyObservations/wa-vector-purpose.jsonld @@ -0,0 +1,1322 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-vector-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-vector-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Vector Purpose", + "class": "termtype:VectorPurpose", + "concepts": [ + { + "preflabel": "Control Network", + "definition": "Control Network", + "notation": "control-network", + "altlabel": "11", + "related": "APX-05:N; DSD:13,43,44,46", + "@id": "control-network", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Long GNSS Control Network Connection", + "definition": "Long GNSS Control Network Connection", + "notation": "long-gnss-control-network-connection", + "altlabel": "11", + "related": "APX-05:N; DSD:13,46", + "@id": "long-gnss-control-network-connection", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Lot Boundary", + "definition": "Lot Boundary", + "notation": "lot-boundary", + "altlabel": "2", + "related": "APX-05:I; DSD:2", + "@id": "lot-boundary", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Road Boundary", + "definition": "Road Boundary", + "notation": "road-boundary", + "altlabel": "1", + "related": "APX-05:R; DSD:1", + "@id": "road-boundary", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Road Construct", + "definition": "Road Construct", + "notation": "road-construction", + "altlabel": "11", + "related": "APX-05:C; DSD:11", + "@id": "road-construction", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Interest Boundary", + "definition": "Interest Boundary", + "notation": "interest-boundary", + "altlabel": "21", + "related": "APX-05:E; DSD:21", + "@id": "interest-boundary", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Interest Construct", + "definition": "Interest Construct", + "notation": "interest-construction", + "altlabel": "22", + "related": "APX-05:K; DSD:22", + "@id": "interest-construction", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Mining Boundary", + "definition": "Mining Boundary", + "notation": "mining-boundary", + "altlabel": "60", + "related": "APX-05:R,I; DSD:53-77", + "@id": "mining-boundary", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Mining Construct", + "definition": "Mining Construct", + "notation": "mining-construction", + "altlabel": "78", + "related": "APX-05:C; DSD:78", + "@id": "mining-construction", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Cadastral Construct", + "definition": "Cadastral Construct", + "notation": "cadastral-construction", + "altlabel": "11", + "related": "APX-05:C; DSD:11,12,15", + "@id": "cadastral-construction", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Cadastral Connection", + "definition": "Cadastral Connection", + "notation": "cadastral-connection", + "altlabel": "11", + "related": "APX-05:C; DSD:11,12,15", + "@id": "cadastral-connection", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Townsite Boundary", + "definition": "Townsite Boundary", + "notation": "townsite-boundary", + "altlabel": null, + "related": null, + "@id": "townsite-boundary", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Port Authority Boundary", + "definition": "Port Authority Boundary", + "notation": "port-authority-boundary", + "altlabel": "190", + "related": null, + "@id": "port-authority-boundary", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Local Government Boundary", + "definition": "Local Government Boundary", + "notation": "local-government-boundary", + "altlabel": null, + "related": null, + "@id": "local-government-boundary", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "State Forrest Boundary", + "definition": "State Forrest Boundary", + "notation": "state-forrest-boundary", + "altlabel": "175", + "related": null, + "@id": "state-forrest-boundary", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Depth Limit Boundary", + "definition": "Location Boundary for DepthLimit", + "notation": "depth-limit-boundary", + "altlabel": null, + "related": null, + "@id": "depth-limit-boundary", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Depth Limit Construct", + "definition": "Depth Limit Construct", + "notation": "depth-limit-construction", + "altlabel": null, + "related": null, + "@id": "depth-limit-construction", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Fence", + "definition": "Structure - Fence", + "notation": "fence", + "altlabel": null, + "related": null, + "@id": "fence", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Structure Clockwise Left", + "definition": "Structure - Left", + "notation": "structure-cw-left", + "altlabel": null, + "related": null, + "@id": "structure-cw-left", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Structure Clockwise Right", + "definition": "Structure - Right", + "notation": "structure-cw-right", + "altlabel": null, + "related": null, + "@id": "structure-cw-right", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Mineral Reservation", + "definition": "Mineral Reservation", + "notation": "mineral-reservation", + "altlabel": null, + "related": null, + "@id": "mineral-reservation", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Abuttal", + "definition": "Abuttal", + "notation": "abuttal", + "altlabel": null, + "related": null, + "@id": "abuttal", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Covenant Restrictive Covenant", + "definition": "Linear Interest linetype", + "notation": "covernant-restrictive-covenant", + "altlabel": null, + "related": null, + "@id": "covernant-restrictive-covenant", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "MHWM Boundary", + "definition": "Mean High Water Mark Boundary", + "notation": "MHWM-Boundary", + "altlabel": "3", + "related": "APX-05:W", + "@id": "MHWM-Boundary", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Group Boundary", + "definition": "Group Boundary", + "notation": "Group-Boundary", + "altlabel": "4", + "related": "APX-05:I", + "@id": "Group-Boundary", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Common Boundary", + "definition": "Common Boundary", + "notation": "Common-Boundary", + "altlabel": "5", + "related": "APX-05:I", + "@id": "Common-Boundary", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "HWM Boundary", + "definition": "High Water Mark Boundary", + "notation": "HWM-Boundary", + "altlabel": "6", + "related": "APX-05:W", + "@id": "HWM-Boundary", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "LWM Boundary", + "definition": "Low Water Mark Boundary", + "notation": "LWM-Boundary", + "altlabel": "7", + "related": "APX-05:W", + "@id": "LWM-Boundary", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Nautical Boundary", + "definition": "Nautical Boundary", + "notation": "Nautical-Boundary", + "altlabel": "8", + "related": "APX-05:W", + "@id": "Nautical-Boundary", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Network Construct", + "definition": "Network Construct", + "notation": "Network-Construct", + "altlabel": "11", + "related": "APX-05:C", + "@id": "Network-Construct", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Poly Tie Construct", + "definition": "Poly Tie Construct", + "notation": "Poly-Tie-Construct", + "altlabel": "12", + "related": "APX-05:C", + "@id": "Poly-Tie-Construct", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "3D Normal", + "definition": "3D Normal", + "notation": "3D-Normal", + "altlabel": "14", + "related": "APX-05:I", + "@id": "3D-Normal", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "3D Construct", + "definition": "3D Construct", + "notation": "3D-Construct", + "altlabel": "15", + "related": "APX-05:C", + "@id": "3D-Construct", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superline", + "definition": "Superline", + "notation": "Superline", + "altlabel": "23", + "related": null, + "@id": "Superline", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "HAT", + "definition": "Highest Astronomical Tide-ICSM-SP9", + "notation": "HAT", + "altlabel": "6", + "related": null, + "@id": "HAT", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "MHWS", + "definition": "Mean High Water Springs-ICSM-SP9", + "notation": "MHWS", + "altlabel": "6", + "related": null, + "@id": "MHWS", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "MHW", + "definition": "Mean High Water-Common Law-ICSM-SP9", + "notation": "MHW", + "altlabel": "6", + "related": null, + "@id": "MHW", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "MSL", + "definition": "Mean Sea Level-ICSM-SP9", + "notation": "MSL", + "altlabel": null, + "related": null, + "@id": "MSL", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "MLWS", + "definition": "Mean Low Water Springs-ICSM-SP9", + "notation": "MLWS", + "altlabel": "7", + "related": null, + "@id": "MLWS", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "MLW", + "definition": "Mean Low Water-ICSM-SP9", + "notation": "MLW", + "altlabel": "7", + "related": null, + "@id": "MLW", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "LAT", + "definition": "Lowest Astronomical Tide-ICSM-SP9", + "notation": "LAT", + "altlabel": "7", + "related": null, + "@id": "LAT", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Surround", + "definition": "Surround", + "notation": "Surround", + "altlabel": "181", + "related": null, + "@id": "Surround", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Interest Surround", + "definition": "Interest Surround", + "notation": "Interest-Surround", + "altlabel": "182", + "related": null, + "@id": "Interest-Surround", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Cancelled Surround", + "definition": "Cancelled Surround", + "notation": "Cancelled-Surround", + "altlabel": "183", + "related": null, + "@id": "Cancelled-Surround", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Retired Surround", + "definition": "Retired Surround", + "notation": "Retired-Surround", + "altlabel": "184", + "related": null, + "@id": "Retired-Surround", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Conversion", + "definition": "Conversion", + "notation": "Conversion", + "altlabel": "186", + "related": null, + "@id": "Conversion", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Statutory Plan", + "definition": "Statutory Plan", + "notation": "Statutory-Plan", + "altlabel": "187", + "related": null, + "@id": "Statutory-Plan", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Crown", + "definition": "Superseded Crown", + "notation": "Superseded-Crown", + "altlabel": "200", + "related": null, + "@id": "Superseded-Crown", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Freehold", + "definition": "Superseded Freehold", + "notation": "Superseded-Freehold", + "altlabel": "201", + "related": null, + "@id": "Superseded-Freehold", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Lease", + "definition": "Superseded Lease", + "notation": "Superseded-Lease", + "altlabel": "202", + "related": null, + "@id": "Superseded-Lease", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "RO Construct", + "definition": "RO Construct", + "notation": "RO-Construct", + "altlabel": "13", + "related": "APX-05:N", + "@id": "RO-Construct", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Non Geodetic Connection", + "definition": "Non Geodetic Connection", + "notation": "Non-Geodetic-Connection", + "altlabel": "43", + "related": "APX-05:N", + "@id": "Non-Geodetic-Connection", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Non Geodetic Precal", + "definition": "Non Geodetic Precal", + "notation": "Non-Geodetic-Precal", + "altlabel": "44", + "related": "APX-05:N", + "@id": "Non-Geodetic-Precal", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Non Geodetic Connection GDA94", + "definition": "Non Geodetic Connection GDA94", + "notation": "Non-Geodetic-Connection-GDA94", + "altlabel": "46", + "related": "APX-05:N", + "@id": "Non-Geodetic-Connection-GDA94", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "RO Construct Mining", + "definition": "RO Construct Mining", + "notation": "RO-Construct-Mining", + "altlabel": "53", + "related": null, + "@id": "RO-Construct-Mining", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Mining District", + "definition": "Mining District", + "notation": "Mining-District", + "altlabel": "55", + "related": null, + "@id": "Mining-District", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Mining Field", + "definition": "Mining Field", + "notation": "Mining-Field", + "altlabel": "56", + "related": null, + "@id": "Mining-Field", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Current Mining", + "definition": "Current Mining", + "notation": "Current-Mining", + "altlabel": "60", + "related": null, + "@id": "Current-Mining", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining Level 1", + "definition": "Superseded Mining Level 1", + "notation": "Superseded-Mining-Level-1", + "altlabel": "61", + "related": null, + "@id": "Superseded-Mining-Level-1", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining Level 2", + "definition": "Superseded Mining Level 2", + "notation": "Superseded-Mining-Level-2", + "altlabel": "62", + "related": null, + "@id": "Superseded-Mining-Level-2", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining Level 3", + "definition": "Superseded Mining Level 3", + "notation": "Superseded-Mining-Level-3", + "altlabel": "63", + "related": null, + "@id": "Superseded-Mining-Level-3", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining Level 4", + "definition": "Superseded Mining Level 4", + "notation": "Superseded-Mining-Level-4", + "altlabel": "64", + "related": null, + "@id": "Superseded-Mining-Level-4", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining Level 5", + "definition": "Superseded Mining Level 5", + "notation": "Superseded-Mining-Level-5", + "altlabel": "65", + "related": null, + "@id": "Superseded-Mining-Level-5", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining Level 6", + "definition": "Superseded Mining Level 6", + "notation": "Superseded-Mining-Level-6", + "altlabel": "66", + "related": null, + "@id": "Superseded-Mining-Level-6", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining Level 7", + "definition": "Superseded Mining Level 7", + "notation": "Superseded-Mining-Level-7", + "altlabel": "67", + "related": null, + "@id": "Superseded-Mining-Level-7", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining Level 8", + "definition": "Superseded Mining Level 8", + "notation": "Superseded-Mining-Level-8", + "altlabel": "68", + "related": null, + "@id": "Superseded-Mining-Level-8", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining Level 9", + "definition": "Superseded Mining Level 9", + "notation": "Superseded-Mining-Level-9", + "altlabel": "69", + "related": null, + "@id": "Superseded-Mining-Level-9", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining Level 10", + "definition": "Superseded Mining Level 10", + "notation": "Superseded-Mining-Level-10", + "altlabel": "70", + "related": null, + "@id": "Superseded-Mining-Level-10", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining Level 11", + "definition": "Superseded Mining Level 11", + "notation": "Superseded-Mining-Level-11", + "altlabel": "71", + "related": null, + "@id": "Superseded-Mining-Level-11", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining Level 12", + "definition": "Superseded Mining Level 12", + "notation": "Superseded-Mining-Level-12", + "altlabel": "72", + "related": null, + "@id": "Superseded-Mining-Level-12", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining Level 13", + "definition": "Superseded Mining Level 13", + "notation": "Superseded-Mining-Level-13", + "altlabel": "73", + "related": null, + "@id": "Superseded-Mining-Level-13", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining Level 14", + "definition": "Superseded Mining Level 14", + "notation": "Superseded-Mining-Level-14", + "altlabel": "74", + "related": null, + "@id": "Superseded-Mining-Level-14", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining Level 15", + "definition": "Superseded Mining Level 15", + "notation": "Superseded-Mining-Level-15", + "altlabel": "75", + "related": null, + "@id": "Superseded-Mining-Level-15", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining Level 16", + "definition": "Superseded Mining Level 16", + "notation": "Superseded-Mining-Level-16", + "altlabel": "76", + "related": null, + "@id": "Superseded-Mining-Level-16", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining Level 17", + "definition": "Superseded Mining Level 17", + "notation": "Superseded-Mining-Level-17", + "altlabel": "77", + "related": null, + "@id": "Superseded-Mining-Level-17", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Infrastructure 1", + "definition": "Infrastructure 1", + "notation": "Infrastructure-1", + "altlabel": "146", + "related": null, + "@id": "Infrastructure-1", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Infrastructure 2", + "definition": "Infrastructure 2", + "notation": "Infrastructure-2", + "altlabel": "147", + "related": null, + "@id": "Infrastructure-2", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Critical Port Areas (CPA)", + "definition": "Critical Port Areas (CPA)", + "notation": "Critical-Port-Areas-CPA", + "altlabel": "148", + "related": null, + "@id": "Critical-Port-Areas-CPA", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "LCMU (Native Title) ILUA", + "definition": "LCMU (Native Title) ILUA", + "notation": "LCMU-Native-Title-ILUA", + "altlabel": "149", + "related": null, + "@id": "LCMU-Native-Title-ILUA", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "LGA Town-site", + "definition": "LGA Town-site", + "notation": "LGA-Town-site", + "altlabel": "151", + "related": null, + "@id": "LGA-Town-site", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Postal Locality", + "definition": "Postal Locality", + "notation": "Postal-Locality", + "altlabel": "152", + "related": null, + "@id": "Postal-Locality", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Linked LGA", + "definition": "Linked LGA", + "notation": "Linked-LGA", + "altlabel": "153", + "related": null, + "@id": "Linked-LGA", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "LGA Ward", + "definition": "LGA Ward", + "notation": "LGA-Ward", + "altlabel": "154", + "related": null, + "@id": "LGA-Ward", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "PreGazetted LGA Ward", + "definition": "PreGazetted LGA Ward", + "notation": "PreGazetted-LGA-Ward", + "altlabel": "155", + "related": null, + "@id": "PreGazetted-LGA-Ward", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Project 1", + "definition": "Project 1", + "notation": "Project-1", + "altlabel": "156", + "related": null, + "@id": "Project-1", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Project 2", + "definition": "Project 2", + "notation": "Project-2", + "altlabel": "157", + "related": null, + "@id": "Project-2", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Project 3", + "definition": "Project 3", + "notation": "Project-3", + "altlabel": "158", + "related": null, + "@id": "Project-3", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Project 4", + "definition": "Project 4", + "notation": "Project-4", + "altlabel": "159", + "related": null, + "@id": "Project-4", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "MLA", + "definition": "MLA", + "notation": "MLA", + "altlabel": "160", + "related": null, + "@id": "MLA", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "MLC", + "definition": "MLC", + "notation": "MLC", + "altlabel": "161", + "related": null, + "@id": "MLC", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Proposed MLA", + "definition": "Proposed MLA", + "notation": "Proposed-MLA", + "altlabel": "162", + "related": null, + "@id": "Proposed-MLA", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Proposed MLC", + "definition": "Proposed MLC", + "notation": "Proposed-MLC", + "altlabel": "163", + "related": null, + "@id": "Proposed-MLC", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "PreGazetted LGA", + "definition": "PreGazetted LGA", + "notation": "PreGazetted-LGA", + "altlabel": "164", + "related": null, + "@id": "PreGazetted-LGA", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "State Border", + "definition": "State Border", + "notation": "State-Border", + "altlabel": "165", + "related": null, + "@id": "State-Border", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Land Division", + "definition": "Land Division", + "notation": "Land-Division", + "altlabel": "166", + "related": null, + "@id": "Land-Division", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Land District", + "definition": "Land District", + "notation": "Land-District", + "altlabel": "167", + "related": null, + "@id": "Land-District", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Agricultural Area", + "definition": "Agricultural Area", + "notation": "Agricultural-Area", + "altlabel": "168", + "related": null, + "@id": "Agricultural-Area", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Suburban Area", + "definition": "Suburban Area", + "notation": "Suburban-Area", + "altlabel": "169", + "related": null, + "@id": "Suburban-Area", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Estate Area", + "definition": "Estate Area", + "notation": "Estate-Area", + "altlabel": "170", + "related": null, + "@id": "Estate-Area", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Town-site Land Act", + "definition": "Town-site Land Act", + "notation": "Town-site-Land-Act", + "altlabel": "171", + "related": null, + "@id": "Town-site-Land-Act", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Special Settlement Area", + "definition": "Special Settlement Area", + "notation": "Special-Settlement-Area", + "altlabel": "172", + "related": null, + "@id": "Special-Settlement-Area", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Riverpark Area", + "definition": "Riverpark Area", + "notation": "Riverpark-Area", + "altlabel": "173", + "related": null, + "@id": "Riverpark-Area", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Development Control Area", + "definition": "Development Control Area", + "notation": "Development-Control-Area", + "altlabel": "174", + "related": null, + "@id": "Development-Control-Area", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "State Forest", + "definition": "State Forest", + "notation": "State-Forest", + "altlabel": "175", + "related": null, + "@id": "State-Forest", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Timber Reserve", + "definition": "Timber Reserve", + "notation": "Timber-Reserve", + "altlabel": "176", + "related": null, + "@id": "Timber-Reserve", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Marine Park", + "definition": "Marine Park", + "notation": "Marine-Park", + "altlabel": "177", + "related": null, + "@id": "Marine-Park", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Marine Nature Reserve", + "definition": "Marine Nature Reserve", + "notation": "Marine-Nature-Reserve", + "altlabel": "178", + "related": null, + "@id": "Marine-Nature-Reserve", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Marine Management Area", + "definition": "Marine Management Area", + "notation": "Marine-Management-Area", + "altlabel": "179", + "related": null, + "@id": "Marine-Management-Area", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Water Control Area", + "definition": "Water Control Area", + "notation": "Water-Control-Area", + "altlabel": "185", + "related": null, + "@id": "Water-Control-Area", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Port Authority", + "definition": "Port Authority", + "notation": "Port-Authority", + "altlabel": "190", + "related": null, + "@id": "Port-Authority", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Marine & Harbour Area", + "definition": "Marine & Harbour Area", + "notation": "Marine-&-Harbour-Area", + "altlabel": "191", + "related": null, + "@id": "Marine---Harbour-Area", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Special Survey Area", + "definition": "Special Survey Area", + "notation": "Special-Survey-Area", + "altlabel": "192", + "related": null, + "@id": "Special-Survey-Area", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Shipping and Pilotage", + "definition": "Shipping and Pilotage", + "notation": "Shipping-and-Pilotage", + "altlabel": "193", + "related": null, + "@id": "Shipping-and-Pilotage", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Railway Corridor", + "definition": "Railway Corridor", + "notation": "Railway-Corridor", + "altlabel": "194", + "related": null, + "@id": "Railway-Corridor", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "DBNGP Corridor", + "definition": "DBNGP Corridor", + "notation": "DBNGP-Corridor", + "altlabel": "195", + "related": null, + "@id": "DBNGP-Corridor", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "LCMU (Native Title) NNTT", + "definition": "LCMU (Native Title) NNTT", + "notation": "LCMU-Native-Title-NNTT", + "altlabel": "196", + "related": null, + "@id": "LCMU-Native-Title-NNTT", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "LCMU (Native Title) Fed", + "definition": "LCMU (Native Title) Fed", + "notation": "LCMU-Native-Title-Fed", + "altlabel": "197", + "related": null, + "@id": "LCMU-Native-Title-Fed", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "LCMU (Native Title) Det", + "definition": "LCMU (Native Title) Det", + "notation": "LCMU-Native-Title-Det", + "altlabel": "198", + "related": null, + "@id": "LCMU-Native-Title-Det", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Administrative Boundary Construct", + "definition": "Administrative Boundary Construct", + "notation": "Administrative-Boundary-Construct", + "altlabel": "199", + "related": null, + "@id": "Administrative-Boundary-Construct", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement", + "definition": "Easement Boundary", + "notation": "easement", + "altlabel": null, + "related": null, + "@id": "easement", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Easement Construct", + "definition": "Easement Construction Line", + "notation": "easement-construction", + "altlabel": null, + "related": null, + "@id": "easement-construction", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Traverse", + "definition": null, + "notation": "traverse", + "altlabel": null, + "related": null, + "@id": "traverse", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Radiation", + "definition": null, + "notation": "radiation", + "altlabel": null, + "related": null, + "@id": "radiation", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Check", + "definition": null, + "notation": "check", + "altlabel": null, + "related": null, + "@id": "check", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Boundary", + "definition": null, + "notation": "boundary", + "altlabel": null, + "related": null, + "@id": "boundary", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Abuttal", + "definition": null, + "notation": "abuttal", + "altlabel": null, + "related": null, + "@id": "abuttal", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Astronomical Azimuth", + "definition": " The angle between two planes - one which passes through the observing station and the rotation axis or (true) north and the second which passes through the observing station and a second point being observed", + "notation": "astronomical-azimuth", + "altlabel": null, + "related": null, + "@id": "astronomical-azimuth", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Geodetic Azimuth", + "definition": "The angle between two planes - one of which passes through the observing station and the north pole of the ellipsoid and the second which passes through this same the observing station and a second point being observed", + "notation": "geodetic-azimuth", + "altlabel": null, + "related": null, + "@id": "geodetic-azimuth", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Grid Azimuth", + "definition": "The angle between grid north and the tangent to the arc at the observing station. It is measured from grid north clockwise", + "notation": "grid-azimuth", + "altlabel": null, + "related": null, + "@id": "grid-azimuth", + "type": "termtype:VectorPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyObservations/wa-vector-purpose.ttl b/cadastre/SurveyObservations/wa-vector-purpose.ttl new file mode 100644 index 0000000..10049a5 --- /dev/null +++ b/cadastre/SurveyObservations/wa-vector-purpose.ttl @@ -0,0 +1,1026 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "15" ; + skos:definition "3D Construct" ; + skos:inScheme ; + skos:notation "3D-Construct" ; + skos:prefLabel "3D Construct" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "14" ; + skos:definition "3D Normal" ; + skos:inScheme ; + skos:notation "3D-Normal" ; + skos:prefLabel "3D Normal" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "199" ; + skos:definition "Administrative Boundary Construct" ; + skos:inScheme ; + skos:notation "Administrative-Boundary-Construct" ; + skos:prefLabel "Administrative Boundary Construct" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "168" ; + skos:definition "Agricultural Area" ; + skos:inScheme ; + skos:notation "Agricultural-Area" ; + skos:prefLabel "Agricultural Area" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "183" ; + skos:definition "Cancelled Surround" ; + skos:inScheme ; + skos:notation "Cancelled-Surround" ; + skos:prefLabel "Cancelled Surround" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "5" ; + skos:definition "Common Boundary" ; + skos:inScheme ; + skos:notation "Common-Boundary" ; + skos:prefLabel "Common Boundary" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "186" ; + skos:definition "Conversion" ; + skos:inScheme ; + skos:notation "Conversion" ; + skos:prefLabel "Conversion" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "148" ; + skos:definition "Critical Port Areas (CPA)" ; + skos:inScheme ; + skos:notation "Critical-Port-Areas-CPA" ; + skos:prefLabel "Critical Port Areas (CPA)" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "60" ; + skos:definition "Current Mining" ; + skos:inScheme ; + skos:notation "Current-Mining" ; + skos:prefLabel "Current Mining" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "195" ; + skos:definition "DBNGP Corridor" ; + skos:inScheme ; + skos:notation "DBNGP-Corridor" ; + skos:prefLabel "DBNGP Corridor" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "174" ; + skos:definition "Development Control Area" ; + skos:inScheme ; + skos:notation "Development-Control-Area" ; + skos:prefLabel "Development Control Area" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "170" ; + skos:definition "Estate Area" ; + skos:inScheme ; + skos:notation "Estate-Area" ; + skos:prefLabel "Estate Area" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "4" ; + skos:definition "Group Boundary" ; + skos:inScheme ; + skos:notation "Group-Boundary" ; + skos:prefLabel "Group Boundary" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "6" ; + skos:definition "Highest Astronomical Tide-ICSM-SP9" ; + skos:inScheme ; + skos:notation "HAT" ; + skos:prefLabel "HAT" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "6" ; + skos:definition "High Water Mark Boundary" ; + skos:inScheme ; + skos:notation "HWM-Boundary" ; + skos:prefLabel "HWM Boundary" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "146" ; + skos:definition "Infrastructure 1" ; + skos:inScheme ; + skos:notation "Infrastructure-1" ; + skos:prefLabel "Infrastructure 1" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "147" ; + skos:definition "Infrastructure 2" ; + skos:inScheme ; + skos:notation "Infrastructure-2" ; + skos:prefLabel "Infrastructure 2" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "182" ; + skos:definition "Interest Surround" ; + skos:inScheme ; + skos:notation "Interest-Surround" ; + skos:prefLabel "Interest Surround" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "7" ; + skos:definition "Lowest Astronomical Tide-ICSM-SP9" ; + skos:inScheme ; + skos:notation "LAT" ; + skos:prefLabel "LAT" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "198" ; + skos:definition "LCMU (Native Title) Det" ; + skos:inScheme ; + skos:notation "LCMU-Native-Title-Det" ; + skos:prefLabel "LCMU (Native Title) Det" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "197" ; + skos:definition "LCMU (Native Title) Fed" ; + skos:inScheme ; + skos:notation "LCMU-Native-Title-Fed" ; + skos:prefLabel "LCMU (Native Title) Fed" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "149" ; + skos:definition "LCMU (Native Title) ILUA" ; + skos:inScheme ; + skos:notation "LCMU-Native-Title-ILUA" ; + skos:prefLabel "LCMU (Native Title) ILUA" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "196" ; + skos:definition "LCMU (Native Title) NNTT" ; + skos:inScheme ; + skos:notation "LCMU-Native-Title-NNTT" ; + skos:prefLabel "LCMU (Native Title) NNTT" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "151" ; + skos:definition "LGA Town-site" ; + skos:inScheme ; + skos:notation "LGA-Town-site" ; + skos:prefLabel "LGA Town-site" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "154" ; + skos:definition "LGA Ward" ; + skos:inScheme ; + skos:notation "LGA-Ward" ; + skos:prefLabel "LGA Ward" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "7" ; + skos:definition "Low Water Mark Boundary" ; + skos:inScheme ; + skos:notation "LWM-Boundary" ; + skos:prefLabel "LWM Boundary" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "167" ; + skos:definition "Land District" ; + skos:inScheme ; + skos:notation "Land-District" ; + skos:prefLabel "Land District" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "166" ; + skos:definition "Land Division" ; + skos:inScheme ; + skos:notation "Land-Division" ; + skos:prefLabel "Land Division" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "153" ; + skos:definition "Linked LGA" ; + skos:inScheme ; + skos:notation "Linked-LGA" ; + skos:prefLabel "Linked LGA" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "6" ; + skos:definition "Mean High Water-Common Law-ICSM-SP9" ; + skos:inScheme ; + skos:notation "MHW" ; + skos:prefLabel "MHW" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "3" ; + skos:definition "Mean High Water Mark Boundary" ; + skos:inScheme ; + skos:notation "MHWM-Boundary" ; + skos:prefLabel "MHWM Boundary" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "6" ; + skos:definition "Mean High Water Springs-ICSM-SP9" ; + skos:inScheme ; + skos:notation "MHWS" ; + skos:prefLabel "MHWS" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "160" ; + skos:definition "MLA" ; + skos:inScheme ; + skos:notation "MLA" ; + skos:prefLabel "MLA" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "161" ; + skos:definition "MLC" ; + skos:inScheme ; + skos:notation "MLC" ; + skos:prefLabel "MLC" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "7" ; + skos:definition "Mean Low Water-ICSM-SP9" ; + skos:inScheme ; + skos:notation "MLW" ; + skos:prefLabel "MLW" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "7" ; + skos:definition "Mean Low Water Springs-ICSM-SP9" ; + skos:inScheme ; + skos:notation "MLWS" ; + skos:prefLabel "MLWS" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "Mean Sea Level-ICSM-SP9" ; + skos:inScheme ; + skos:notation "MSL" ; + skos:prefLabel "MSL" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "191" ; + skos:definition "Marine & Harbour Area" ; + skos:inScheme ; + skos:notation "Marine-&-Harbour-Area" ; + skos:prefLabel "Marine & Harbour Area" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "179" ; + skos:definition "Marine Management Area" ; + skos:inScheme ; + skos:notation "Marine-Management-Area" ; + skos:prefLabel "Marine Management Area" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "178" ; + skos:definition "Marine Nature Reserve" ; + skos:inScheme ; + skos:notation "Marine-Nature-Reserve" ; + skos:prefLabel "Marine Nature Reserve" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "177" ; + skos:definition "Marine Park" ; + skos:inScheme ; + skos:notation "Marine-Park" ; + skos:prefLabel "Marine Park" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "55" ; + skos:definition "Mining District" ; + skos:inScheme ; + skos:notation "Mining-District" ; + skos:prefLabel "Mining District" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "56" ; + skos:definition "Mining Field" ; + skos:inScheme ; + skos:notation "Mining-Field" ; + skos:prefLabel "Mining Field" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "8" ; + skos:definition "Nautical Boundary" ; + skos:inScheme ; + skos:notation "Nautical-Boundary" ; + skos:prefLabel "Nautical Boundary" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "11" ; + skos:definition "Network Construct" ; + skos:inScheme ; + skos:notation "Network-Construct" ; + skos:prefLabel "Network Construct" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "43" ; + skos:definition "Non Geodetic Connection" ; + skos:inScheme ; + skos:notation "Non-Geodetic-Connection" ; + skos:prefLabel "Non Geodetic Connection" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "46" ; + skos:definition "Non Geodetic Connection GDA94" ; + skos:inScheme ; + skos:notation "Non-Geodetic-Connection-GDA94" ; + skos:prefLabel "Non Geodetic Connection GDA94" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "44" ; + skos:definition "Non Geodetic Precal" ; + skos:inScheme ; + skos:notation "Non-Geodetic-Precal" ; + skos:prefLabel "Non Geodetic Precal" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "12" ; + skos:definition "Poly Tie Construct" ; + skos:inScheme ; + skos:notation "Poly-Tie-Construct" ; + skos:prefLabel "Poly Tie Construct" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "190" ; + skos:definition "Port Authority" ; + skos:inScheme ; + skos:notation "Port-Authority" ; + skos:prefLabel "Port Authority" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "152" ; + skos:definition "Postal Locality" ; + skos:inScheme ; + skos:notation "Postal-Locality" ; + skos:prefLabel "Postal Locality" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "164" ; + skos:definition "PreGazetted LGA" ; + skos:inScheme ; + skos:notation "PreGazetted-LGA" ; + skos:prefLabel "PreGazetted LGA" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "155" ; + skos:definition "PreGazetted LGA Ward" ; + skos:inScheme ; + skos:notation "PreGazetted-LGA-Ward" ; + skos:prefLabel "PreGazetted LGA Ward" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "156" ; + skos:definition "Project 1" ; + skos:inScheme ; + skos:notation "Project-1" ; + skos:prefLabel "Project 1" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "157" ; + skos:definition "Project 2" ; + skos:inScheme ; + skos:notation "Project-2" ; + skos:prefLabel "Project 2" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "158" ; + skos:definition "Project 3" ; + skos:inScheme ; + skos:notation "Project-3" ; + skos:prefLabel "Project 3" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "159" ; + skos:definition "Project 4" ; + skos:inScheme ; + skos:notation "Project-4" ; + skos:prefLabel "Project 4" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "162" ; + skos:definition "Proposed MLA" ; + skos:inScheme ; + skos:notation "Proposed-MLA" ; + skos:prefLabel "Proposed MLA" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "163" ; + skos:definition "Proposed MLC" ; + skos:inScheme ; + skos:notation "Proposed-MLC" ; + skos:prefLabel "Proposed MLC" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "13" ; + skos:definition "RO Construct" ; + skos:inScheme ; + skos:notation "RO-Construct" ; + skos:prefLabel "RO Construct" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "53" ; + skos:definition "RO Construct Mining" ; + skos:inScheme ; + skos:notation "RO-Construct-Mining" ; + skos:prefLabel "RO Construct Mining" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "194" ; + skos:definition "Railway Corridor" ; + skos:inScheme ; + skos:notation "Railway-Corridor" ; + skos:prefLabel "Railway Corridor" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "184" ; + skos:definition "Retired Surround" ; + skos:inScheme ; + skos:notation "Retired-Surround" ; + skos:prefLabel "Retired Surround" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "173" ; + skos:definition "Riverpark Area" ; + skos:inScheme ; + skos:notation "Riverpark-Area" ; + skos:prefLabel "Riverpark Area" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "193" ; + skos:definition "Shipping and Pilotage" ; + skos:inScheme ; + skos:notation "Shipping-and-Pilotage" ; + skos:prefLabel "Shipping and Pilotage" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "172" ; + skos:definition "Special Settlement Area" ; + skos:inScheme ; + skos:notation "Special-Settlement-Area" ; + skos:prefLabel "Special Settlement Area" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "192" ; + skos:definition "Special Survey Area" ; + skos:inScheme ; + skos:notation "Special-Survey-Area" ; + skos:prefLabel "Special Survey Area" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "165" ; + skos:definition "State Border" ; + skos:inScheme ; + skos:notation "State-Border" ; + skos:prefLabel "State Border" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "175" ; + skos:definition "State Forest" ; + skos:inScheme ; + skos:notation "State-Forest" ; + skos:prefLabel "State Forest" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "187" ; + skos:definition "Statutory Plan" ; + skos:inScheme ; + skos:notation "Statutory-Plan" ; + skos:prefLabel "Statutory Plan" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "169" ; + skos:definition "Suburban Area" ; + skos:inScheme ; + skos:notation "Suburban-Area" ; + skos:prefLabel "Suburban Area" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "23" ; + skos:definition "Superline" ; + skos:inScheme ; + skos:notation "Superline" ; + skos:prefLabel "Superline" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "200" ; + skos:definition "Superseded Crown" ; + skos:inScheme ; + skos:notation "Superseded-Crown" ; + skos:prefLabel "Superseded Crown" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "201" ; + skos:definition "Superseded Freehold" ; + skos:inScheme ; + skos:notation "Superseded-Freehold" ; + skos:prefLabel "Superseded Freehold" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "202" ; + skos:definition "Superseded Lease" ; + skos:inScheme ; + skos:notation "Superseded-Lease" ; + skos:prefLabel "Superseded Lease" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "61" ; + skos:definition "Superseded Mining Level 1" ; + skos:inScheme ; + skos:notation "Superseded-Mining-Level-1" ; + skos:prefLabel "Superseded Mining Level 1" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "70" ; + skos:definition "Superseded Mining Level 10" ; + skos:inScheme ; + skos:notation "Superseded-Mining-Level-10" ; + skos:prefLabel "Superseded Mining Level 10" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "71" ; + skos:definition "Superseded Mining Level 11" ; + skos:inScheme ; + skos:notation "Superseded-Mining-Level-11" ; + skos:prefLabel "Superseded Mining Level 11" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "72" ; + skos:definition "Superseded Mining Level 12" ; + skos:inScheme ; + skos:notation "Superseded-Mining-Level-12" ; + skos:prefLabel "Superseded Mining Level 12" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "73" ; + skos:definition "Superseded Mining Level 13" ; + skos:inScheme ; + skos:notation "Superseded-Mining-Level-13" ; + skos:prefLabel "Superseded Mining Level 13" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "74" ; + skos:definition "Superseded Mining Level 14" ; + skos:inScheme ; + skos:notation "Superseded-Mining-Level-14" ; + skos:prefLabel "Superseded Mining Level 14" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "75" ; + skos:definition "Superseded Mining Level 15" ; + skos:inScheme ; + skos:notation "Superseded-Mining-Level-15" ; + skos:prefLabel "Superseded Mining Level 15" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "76" ; + skos:definition "Superseded Mining Level 16" ; + skos:inScheme ; + skos:notation "Superseded-Mining-Level-16" ; + skos:prefLabel "Superseded Mining Level 16" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "77" ; + skos:definition "Superseded Mining Level 17" ; + skos:inScheme ; + skos:notation "Superseded-Mining-Level-17" ; + skos:prefLabel "Superseded Mining Level 17" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "62" ; + skos:definition "Superseded Mining Level 2" ; + skos:inScheme ; + skos:notation "Superseded-Mining-Level-2" ; + skos:prefLabel "Superseded Mining Level 2" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "63" ; + skos:definition "Superseded Mining Level 3" ; + skos:inScheme ; + skos:notation "Superseded-Mining-Level-3" ; + skos:prefLabel "Superseded Mining Level 3" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "64" ; + skos:definition "Superseded Mining Level 4" ; + skos:inScheme ; + skos:notation "Superseded-Mining-Level-4" ; + skos:prefLabel "Superseded Mining Level 4" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "65" ; + skos:definition "Superseded Mining Level 5" ; + skos:inScheme ; + skos:notation "Superseded-Mining-Level-5" ; + skos:prefLabel "Superseded Mining Level 5" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "66" ; + skos:definition "Superseded Mining Level 6" ; + skos:inScheme ; + skos:notation "Superseded-Mining-Level-6" ; + skos:prefLabel "Superseded Mining Level 6" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "67" ; + skos:definition "Superseded Mining Level 7" ; + skos:inScheme ; + skos:notation "Superseded-Mining-Level-7" ; + skos:prefLabel "Superseded Mining Level 7" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "68" ; + skos:definition "Superseded Mining Level 8" ; + skos:inScheme ; + skos:notation "Superseded-Mining-Level-8" ; + skos:prefLabel "Superseded Mining Level 8" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "69" ; + skos:definition "Superseded Mining Level 9" ; + skos:inScheme ; + skos:notation "Superseded-Mining-Level-9" ; + skos:prefLabel "Superseded Mining Level 9" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "181" ; + skos:definition "Surround" ; + skos:inScheme ; + skos:notation "Surround" ; + skos:prefLabel "Surround" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "176" ; + skos:definition "Timber Reserve" ; + skos:inScheme ; + skos:notation "Timber-Reserve" ; + skos:prefLabel "Timber Reserve" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "171" ; + skos:definition "Town-site Land Act" ; + skos:inScheme ; + skos:notation "Town-site-Land-Act" ; + skos:prefLabel "Town-site Land Act" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "185" ; + skos:definition "Water Control Area" ; + skos:inScheme ; + skos:notation "Water-Control-Area" ; + skos:prefLabel "Water Control Area" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "Abuttal" ; + skos:inScheme ; + skos:notation "abuttal" ; + skos:prefLabel "Abuttal" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition " The angle between two planes - one which passes through the observing station and the rotation axis or (true) north and the second which passes through the observing station and a second point being observed" ; + skos:inScheme ; + skos:notation "astronomical-azimuth" ; + skos:prefLabel "Astronomical Azimuth" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:inScheme ; + skos:notation "boundary" ; + skos:prefLabel "Boundary" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "11" ; + skos:definition "Cadastral Connection" ; + skos:inScheme ; + skos:notation "cadastral-connection" ; + skos:prefLabel "Cadastral Connection" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "11" ; + skos:definition "Cadastral Construct" ; + skos:inScheme ; + skos:notation "cadastral-construction" ; + skos:prefLabel "Cadastral Construct" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:inScheme ; + skos:notation "check" ; + skos:prefLabel "Check" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "11" ; + skos:definition "Control Network" ; + skos:inScheme ; + skos:notation "control-network" ; + skos:prefLabel "Control Network" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "Linear Interest linetype" ; + skos:inScheme ; + skos:notation "covernant-restrictive-covenant" ; + skos:prefLabel "Covenant Restrictive Covenant" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "Location Boundary for DepthLimit" ; + skos:inScheme ; + skos:notation "depth-limit-boundary" ; + skos:prefLabel "Depth Limit Boundary" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "Depth Limit Construct" ; + skos:inScheme ; + skos:notation "depth-limit-construction" ; + skos:prefLabel "Depth Limit Construct" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "Easement Boundary" ; + skos:inScheme ; + skos:notation "easement" ; + skos:prefLabel "Easement" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "Easement Construction Line" ; + skos:inScheme ; + skos:notation "easement-construction" ; + skos:prefLabel "Easement Construct" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "Structure - Fence" ; + skos:inScheme ; + skos:notation "fence" ; + skos:prefLabel "Fence" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "The angle between two planes - one of which passes through the observing station and the north pole of the ellipsoid and the second which passes through this same the observing station and a second point being observed" ; + skos:inScheme ; + skos:notation "geodetic-azimuth" ; + skos:prefLabel "Geodetic Azimuth" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "The angle between grid north and the tangent to the arc at the observing station. It is measured from grid north clockwise" ; + skos:inScheme ; + skos:notation "grid-azimuth" ; + skos:prefLabel "Grid Azimuth" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "21" ; + skos:definition "Interest Boundary" ; + skos:inScheme ; + skos:notation "interest-boundary" ; + skos:prefLabel "Interest Boundary" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "22" ; + skos:definition "Interest Construct" ; + skos:inScheme ; + skos:notation "interest-construction" ; + skos:prefLabel "Interest Construct" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "Local Government Boundary" ; + skos:inScheme ; + skos:notation "local-government-boundary" ; + skos:prefLabel "Local Government Boundary" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "11" ; + skos:definition "Long GNSS Control Network Connection" ; + skos:inScheme ; + skos:notation "long-gnss-control-network-connection" ; + skos:prefLabel "Long GNSS Control Network Connection" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "2" ; + skos:definition "Lot Boundary" ; + skos:inScheme ; + skos:notation "lot-boundary" ; + skos:prefLabel "Lot Boundary" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "Mineral Reservation" ; + skos:inScheme ; + skos:notation "mineral-reservation" ; + skos:prefLabel "Mineral Reservation" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "60" ; + skos:definition "Mining Boundary" ; + skos:inScheme ; + skos:notation "mining-boundary" ; + skos:prefLabel "Mining Boundary" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "78" ; + skos:definition "Mining Construct" ; + skos:inScheme ; + skos:notation "mining-construction" ; + skos:prefLabel "Mining Construct" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "190" ; + skos:definition "Port Authority Boundary" ; + skos:inScheme ; + skos:notation "port-authority-boundary" ; + skos:prefLabel "Port Authority Boundary" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:inScheme ; + skos:notation "radiation" ; + skos:prefLabel "Radiation" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "1" ; + skos:definition "Road Boundary" ; + skos:inScheme ; + skos:notation "road-boundary" ; + skos:prefLabel "Road Boundary" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "11" ; + skos:definition "Road Construct" ; + skos:inScheme ; + skos:notation "road-construction" ; + skos:prefLabel "Road Construct" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:altLabel "175" ; + skos:definition "State Forrest Boundary" ; + skos:inScheme ; + skos:notation "state-forrest-boundary" ; + skos:prefLabel "State Forrest Boundary" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "Structure - Left" ; + skos:inScheme ; + skos:notation "structure-cw-left" ; + skos:prefLabel "Structure Clockwise Left" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "Structure - Right" ; + skos:inScheme ; + skos:notation "structure-cw-right" ; + skos:prefLabel "Structure Clockwise Right" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:definition "Townsite Boundary" ; + skos:inScheme ; + skos:notation "townsite-boundary" ; + skos:prefLabel "Townsite Boundary" . + + a skos:Concept, + termtype:VectorPurpose ; + skos:inScheme ; + skos:notation "traverse" ; + skos:prefLabel "Traverse" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Vector Purpose" ; + skos:scopeNote "termtype:VectorPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:42.250463"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:41.960474"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/accuracy/nz-point-class.csv b/cadastre/SurveyPoints/accuracy/nz-point-class.csv new file mode 100644 index 0000000..384756b --- /dev/null +++ b/cadastre/SurveyPoints/accuracy/nz-point-class.csv @@ -0,0 +1,14 @@ +preflabel,definition,notation,altlabel,related +0,National reference frame,0,, +1,National deformation monitoring,1,, +2,Regional deformation monitoring,2,, +3,,3,, +4,Local deformation monitoring,4,, +5,Cadastral horizontal control. Basic geospatial network,5,, +6,Cadastral permanent reference marks. Cadastral witness marks,6,, +7,Class A boundary marks,7,, +8,Class B boundary marks,8,, +9,Class C boundary marks,9,, +10,,10,, +11,,11,, +12,,12,, \ No newline at end of file diff --git a/cadastre/SurveyPoints/accuracy/nz-point-class.jsonld b/cadastre/SurveyPoints/accuracy/nz-point-class.jsonld new file mode 100644 index 0000000..b14d493 --- /dev/null +++ b/cadastre/SurveyPoints/accuracy/nz-point-class.jsonld @@ -0,0 +1,162 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-point-class/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-point-class", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Point Quality Classes", + "class": "termtype:PointQualityClass", + "concepts": [ + { + "preflabel": "0", + "definition": "National reference frame", + "notation": "0", + "altlabel": null, + "related": null, + "@id": "0", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "1", + "definition": "National deformation monitoring", + "notation": "1", + "altlabel": null, + "related": null, + "@id": "1", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "2", + "definition": "Regional deformation monitoring", + "notation": "2", + "altlabel": null, + "related": null, + "@id": "2", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "3", + "definition": null, + "notation": "3", + "altlabel": null, + "related": null, + "@id": "3", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "4", + "definition": "Local deformation monitoring", + "notation": "4", + "altlabel": null, + "related": null, + "@id": "4", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "5", + "definition": "Cadastral horizontal control. Basic geospatial network", + "notation": "5", + "altlabel": null, + "related": null, + "@id": "5", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "6", + "definition": "Cadastral permanent reference marks. Cadastral witness marks", + "notation": "6", + "altlabel": null, + "related": null, + "@id": "6", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "7", + "definition": "Class A boundary marks", + "notation": "7", + "altlabel": null, + "related": null, + "@id": "7", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "8", + "definition": "Class B boundary marks", + "notation": "8", + "altlabel": null, + "related": null, + "@id": "8", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "9", + "definition": "Class C boundary marks", + "notation": "9", + "altlabel": null, + "related": null, + "@id": "9", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "10", + "definition": null, + "notation": "10", + "altlabel": null, + "related": null, + "@id": "10", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "11", + "definition": null, + "notation": "11", + "altlabel": null, + "related": null, + "@id": "11", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "12", + "definition": null, + "notation": "12", + "altlabel": null, + "related": null, + "@id": "12", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/accuracy/nz-point-class.ttl b/cadastre/SurveyPoints/accuracy/nz-point-class.ttl new file mode 100644 index 0000000..e822389 --- /dev/null +++ b/cadastre/SurveyPoints/accuracy/nz-point-class.ttl @@ -0,0 +1,113 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:PointQualityClass ; + skos:definition "National reference frame" ; + skos:inScheme ; + skos:notation "0" ; + skos:prefLabel "0" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:definition "National deformation monitoring" ; + skos:inScheme ; + skos:notation "1" ; + skos:prefLabel "1" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:inScheme ; + skos:notation "10" ; + skos:prefLabel "10" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:inScheme ; + skos:notation "11" ; + skos:prefLabel "11" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:inScheme ; + skos:notation "12" ; + skos:prefLabel "12" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:definition "Regional deformation monitoring" ; + skos:inScheme ; + skos:notation "2" ; + skos:prefLabel "2" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:inScheme ; + skos:notation "3" ; + skos:prefLabel "3" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:definition "Local deformation monitoring" ; + skos:inScheme ; + skos:notation "4" ; + skos:prefLabel "4" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:definition "Cadastral horizontal control. Basic geospatial network" ; + skos:inScheme ; + skos:notation "5" ; + skos:prefLabel "5" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:definition "Cadastral permanent reference marks. Cadastral witness marks" ; + skos:inScheme ; + skos:notation "6" ; + skos:prefLabel "6" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:definition "Class A boundary marks" ; + skos:inScheme ; + skos:notation "7" ; + skos:prefLabel "7" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:definition "Class B boundary marks" ; + skos:inScheme ; + skos:notation "8" ; + skos:prefLabel "8" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:definition "Class C boundary marks" ; + skos:inScheme ; + skos:notation "9" ; + skos:prefLabel "9" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Point Quality Classes" ; + skos:scopeNote "termtype:PointQualityClass" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:34.183747"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:34.088719"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/accuracy/vic-point-class.csv b/cadastre/SurveyPoints/accuracy/vic-point-class.csv new file mode 100644 index 0000000..3520f00 --- /dev/null +++ b/cadastre/SurveyPoints/accuracy/vic-point-class.csv @@ -0,0 +1,8 @@ +preflabel,definition,notation,altlabel,related +0,,0,, +1,,1,, +2,,2,, +3,,3,, +4,,4,, +5,,5,, +99,,99,, \ No newline at end of file diff --git a/cadastre/SurveyPoints/accuracy/vic-point-class.jsonld b/cadastre/SurveyPoints/accuracy/vic-point-class.jsonld new file mode 100644 index 0000000..10cf40c --- /dev/null +++ b/cadastre/SurveyPoints/accuracy/vic-point-class.jsonld @@ -0,0 +1,102 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-point-class/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-point-class", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Point Quality Classes", + "class": "termtype:PointQualityClass", + "concepts": [ + { + "preflabel": "0", + "definition": null, + "notation": "0", + "altlabel": null, + "related": null, + "@id": "0", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "1", + "definition": null, + "notation": "1", + "altlabel": null, + "related": null, + "@id": "1", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "2", + "definition": null, + "notation": "2", + "altlabel": null, + "related": null, + "@id": "2", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "3", + "definition": null, + "notation": "3", + "altlabel": null, + "related": null, + "@id": "3", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "4", + "definition": null, + "notation": "4", + "altlabel": null, + "related": null, + "@id": "4", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "5", + "definition": null, + "notation": "5", + "altlabel": null, + "related": null, + "@id": "5", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + }, + { + "preflabel": "99", + "definition": null, + "notation": "99", + "altlabel": null, + "related": null, + "@id": "99", + "type": "termtype:PointQualityClass", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/accuracy/vic-point-class.ttl b/cadastre/SurveyPoints/accuracy/vic-point-class.ttl new file mode 100644 index 0000000..53a48b7 --- /dev/null +++ b/cadastre/SurveyPoints/accuracy/vic-point-class.ttl @@ -0,0 +1,68 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:PointQualityClass ; + skos:inScheme ; + skos:notation "0" ; + skos:prefLabel "0" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:inScheme ; + skos:notation "1" ; + skos:prefLabel "1" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:inScheme ; + skos:notation "2" ; + skos:prefLabel "2" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:inScheme ; + skos:notation "3" ; + skos:prefLabel "3" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:inScheme ; + skos:notation "4" ; + skos:prefLabel "4" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:inScheme ; + skos:notation "5" ; + skos:prefLabel "5" . + + a skos:Concept, + termtype:PointQualityClass ; + skos:inScheme ; + skos:notation "99" ; + skos:prefLabel "99" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Point Quality Classes" ; + skos:scopeNote "termtype:PointQualityClass" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:44.601774"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:44.512475"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/condition/icsm-condition.csv b/cadastre/SurveyPoints/condition/icsm-condition.csv new file mode 100644 index 0000000..3ff338f --- /dev/null +++ b/cadastre/SurveyPoints/condition/icsm-condition.csv @@ -0,0 +1,40 @@ +preflabel,definition,notation,altlabel,related +Conversion,Derived from DCDB,conv,, +Destroyed,The mark was destroyed,dest,, +Damaged,The mark was damaged,dmgd,, +Dangerous,,dngr,, +Emplaced,New mark placed,empl,, +Impracticable to Mark,The boundary mark could not be placed,impm,, +Mark Found,The mark is in good condition and is suitable for survey purposes,mkfd,,NZ:Reliably Placed; VIC:Found +Moved,The mark has been disturbed from its original position,move,Disturbed,WA:Out of Position +Not Accessible,The mark was not accessible,nacc,, +Searched For and Not Found,The mark has been searched for and could not be found,nfnd,,VIC:Not Found +Not Specified,The condition of the mark was not determined while the survey was being conducted,nspe,, +Reliably Placed,The mark is in good condition and is suitable for survey purposes,relb,Reliable, +Removed,The mark was removed when the survey was conducted,remv,,VIC:Removed +Submerged,The mark was submerged,subm,, +Temporary,The mark used during the survey was only a temporary mark,temp,, +Threatened,"The mark was in a position where it may become damaged or destroyed in future e.g., the mark is now the edge of a subsiding cliff",thrt,, +Uncertain Existence,,unxt,,VIC:Unknown +Unstable,The mark was in an unstable position,unst,,VIC:Loose +Abandoned,,abandoned,, +Disturbed,,disturbed,,VIC:Suspect +Found,,found,,NZ:Mark Found +Leaning,,leaning,, +Loose,,loose,,NZ:Unstable +Nipple Damaged,,nipple-damaged,, +Not Found,,not-found,,NZ:Searched For and Not Found +Not Used,,not-used,, +OK,,ok,, +Origin,,origin,, +Origin unknown,,origin-unknown,, +Plaque Missing,,plaque-missing,, +Remains,,remains,, +Removed,,removed,,NZ:Removed +Replaced,,replaced,, +Suspect,,suspect,,VIC:Unreliable +Unknown,,unknown,,NZ:Uncertain Existence +Rusted,,rusted,, +Out of Position,,out-of-position,,NZ:Moved +Online,,online,, +Offset,,offset,, \ No newline at end of file diff --git a/cadastre/SurveyPoints/condition/icsm-condition.jsonld b/cadastre/SurveyPoints/condition/icsm-condition.jsonld new file mode 100644 index 0000000..e0966c9 --- /dev/null +++ b/cadastre/SurveyPoints/condition/icsm-condition.jsonld @@ -0,0 +1,422 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/icsm-monument-condition/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/icsm-monument-condition", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "ICSM Monument Condition", + "class": "surv:ConditionCode", + "concepts": [ + { + "preflabel": "Conversion", + "definition": "Derived from DCDB", + "notation": "conv", + "altlabel": null, + "related": null, + "@id": "conv", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Destroyed", + "definition": "The mark was destroyed", + "notation": "dest", + "altlabel": null, + "related": null, + "@id": "dest", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Damaged", + "definition": "The mark was damaged", + "notation": "dmgd", + "altlabel": null, + "related": null, + "@id": "dmgd", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Dangerous", + "definition": null, + "notation": "dngr", + "altlabel": null, + "related": null, + "@id": "dngr", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Emplaced", + "definition": "New mark placed", + "notation": "empl", + "altlabel": null, + "related": null, + "@id": "empl", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Impracticable to Mark", + "definition": "The boundary mark could not be placed", + "notation": "impm", + "altlabel": null, + "related": null, + "@id": "impm", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Mark Found", + "definition": "The mark is in good condition and is suitable for survey purposes", + "notation": "mkfd", + "altlabel": null, + "related": "NZ:Reliably Placed; VIC:Found", + "@id": "mkfd", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Moved", + "definition": "The mark has been disturbed from its original position", + "notation": "move", + "altlabel": "Disturbed", + "related": "WA:Out of Position", + "@id": "move", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Not Accessible", + "definition": "The mark was not accessible", + "notation": "nacc", + "altlabel": null, + "related": null, + "@id": "nacc", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Searched For and Not Found", + "definition": "The mark has been searched for and could not be found", + "notation": "nfnd", + "altlabel": null, + "related": "VIC:Not Found", + "@id": "nfnd", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Not Specified", + "definition": "The condition of the mark was not determined while the survey was being conducted", + "notation": "nspe", + "altlabel": null, + "related": null, + "@id": "nspe", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Reliably Placed", + "definition": "The mark is in good condition and is suitable for survey purposes", + "notation": "relb", + "altlabel": "Reliable", + "related": null, + "@id": "relb", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Removed", + "definition": "The mark was removed when the survey was conducted", + "notation": "remv", + "altlabel": null, + "related": "VIC:Removed", + "@id": "remv", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Submerged", + "definition": "The mark was submerged", + "notation": "subm", + "altlabel": null, + "related": null, + "@id": "subm", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Temporary", + "definition": "The mark used during the survey was only a temporary mark", + "notation": "temp", + "altlabel": null, + "related": null, + "@id": "temp", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Threatened", + "definition": "The mark was in a position where it may become damaged or destroyed in future e.g., the mark is now the edge of a subsiding cliff", + "notation": "thrt", + "altlabel": null, + "related": null, + "@id": "thrt", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Uncertain Existence", + "definition": null, + "notation": "unxt", + "altlabel": null, + "related": "VIC:Unknown", + "@id": "unxt", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Unstable", + "definition": "The mark was in an unstable position", + "notation": "unst", + "altlabel": null, + "related": "VIC:Loose", + "@id": "unst", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Abandoned", + "definition": null, + "notation": "abandoned", + "altlabel": null, + "related": null, + "@id": "abandoned", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Disturbed", + "definition": null, + "notation": "disturbed", + "altlabel": null, + "related": "VIC:Suspect", + "@id": "disturbed", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Found", + "definition": null, + "notation": "found", + "altlabel": null, + "related": "NZ:Mark Found", + "@id": "found", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Leaning", + "definition": null, + "notation": "leaning", + "altlabel": null, + "related": null, + "@id": "leaning", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Loose", + "definition": null, + "notation": "loose", + "altlabel": null, + "related": "NZ:Unstable", + "@id": "loose", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Nipple Damaged", + "definition": null, + "notation": "nipple-damaged", + "altlabel": null, + "related": null, + "@id": "nipple-damaged", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Not Found", + "definition": null, + "notation": "not-found", + "altlabel": null, + "related": "NZ:Searched For and Not Found", + "@id": "not-found", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Not Used", + "definition": null, + "notation": "not-used", + "altlabel": null, + "related": null, + "@id": "not-used", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "OK", + "definition": null, + "notation": "ok", + "altlabel": null, + "related": null, + "@id": "ok", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Origin", + "definition": null, + "notation": "origin", + "altlabel": null, + "related": null, + "@id": "origin", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Origin unknown", + "definition": null, + "notation": "origin-unknown", + "altlabel": null, + "related": null, + "@id": "origin-unknown", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Plaque Missing", + "definition": null, + "notation": "plaque-missing", + "altlabel": null, + "related": null, + "@id": "plaque-missing", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Remains", + "definition": null, + "notation": "remains", + "altlabel": null, + "related": null, + "@id": "remains", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Removed", + "definition": null, + "notation": "removed", + "altlabel": null, + "related": "NZ:Removed", + "@id": "removed", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Replaced", + "definition": null, + "notation": "replaced", + "altlabel": null, + "related": null, + "@id": "replaced", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Suspect", + "definition": null, + "notation": "suspect", + "altlabel": null, + "related": "VIC:Unreliable", + "@id": "suspect", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Unknown", + "definition": null, + "notation": "unknown", + "altlabel": null, + "related": "NZ:Uncertain Existence", + "@id": "unknown", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Rusted", + "definition": null, + "notation": "rusted", + "altlabel": null, + "related": null, + "@id": "rusted", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Out of Position", + "definition": null, + "notation": "out-of-position", + "altlabel": null, + "related": "NZ:Moved", + "@id": "out-of-position", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Online", + "definition": null, + "notation": "online", + "altlabel": null, + "related": null, + "@id": "online", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Offset", + "definition": null, + "notation": "offset", + "altlabel": null, + "related": null, + "@id": "offset", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/condition/icsm-condition.ttl b/cadastre/SurveyPoints/condition/icsm-condition.ttl new file mode 100644 index 0000000..ed6ad13 --- /dev/null +++ b/cadastre/SurveyPoints/condition/icsm-condition.ttl @@ -0,0 +1,278 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "abandoned" ; + skos:prefLabel "Abandoned" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "Derived from DCDB" ; + skos:inScheme ; + skos:notation "conv" ; + skos:prefLabel "Conversion" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark was destroyed" ; + skos:inScheme ; + skos:notation "dest" ; + skos:prefLabel "Destroyed" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "disturbed" ; + skos:prefLabel "Disturbed" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark was damaged" ; + skos:inScheme ; + skos:notation "dmgd" ; + skos:prefLabel "Damaged" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "dngr" ; + skos:prefLabel "Dangerous" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "New mark placed" ; + skos:inScheme ; + skos:notation "empl" ; + skos:prefLabel "Emplaced" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "found" ; + skos:prefLabel "Found" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The boundary mark could not be placed" ; + skos:inScheme ; + skos:notation "impm" ; + skos:prefLabel "Impracticable to Mark" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "leaning" ; + skos:prefLabel "Leaning" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "loose" ; + skos:prefLabel "Loose" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark is in good condition and is suitable for survey purposes" ; + skos:inScheme ; + skos:notation "mkfd" ; + skos:prefLabel "Mark Found" . + + a skos:Concept, + surv:ConditionCode ; + skos:altLabel "Disturbed" ; + skos:definition "The mark has been disturbed from its original position" ; + skos:inScheme ; + skos:notation "move" ; + skos:prefLabel "Moved" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark was not accessible" ; + skos:inScheme ; + skos:notation "nacc" ; + skos:prefLabel "Not Accessible" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark has been searched for and could not be found" ; + skos:inScheme ; + skos:notation "nfnd" ; + skos:prefLabel "Searched For and Not Found" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "nipple-damaged" ; + skos:prefLabel "Nipple Damaged" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "not-found" ; + skos:prefLabel "Not Found" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "not-used" ; + skos:prefLabel "Not Used" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The condition of the mark was not determined while the survey was being conducted" ; + skos:inScheme ; + skos:notation "nspe" ; + skos:prefLabel "Not Specified" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "offset" ; + skos:prefLabel "Offset" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "ok" ; + skos:prefLabel "OK" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "online" ; + skos:prefLabel "Online" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "origin" ; + skos:prefLabel "Origin" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "origin-unknown" ; + skos:prefLabel "Origin unknown" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "out-of-position" ; + skos:prefLabel "Out of Position" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "plaque-missing" ; + skos:prefLabel "Plaque Missing" . + + a skos:Concept, + surv:ConditionCode ; + skos:altLabel "Reliable" ; + skos:definition "The mark is in good condition and is suitable for survey purposes" ; + skos:inScheme ; + skos:notation "relb" ; + skos:prefLabel "Reliably Placed" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "remains" ; + skos:prefLabel "Remains" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "removed" ; + skos:prefLabel "Removed" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark was removed when the survey was conducted" ; + skos:inScheme ; + skos:notation "remv" ; + skos:prefLabel "Removed" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "replaced" ; + skos:prefLabel "Replaced" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "rusted" ; + skos:prefLabel "Rusted" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark was submerged" ; + skos:inScheme ; + skos:notation "subm" ; + skos:prefLabel "Submerged" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "suspect" ; + skos:prefLabel "Suspect" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark used during the survey was only a temporary mark" ; + skos:inScheme ; + skos:notation "temp" ; + skos:prefLabel "Temporary" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark was in a position where it may become damaged or destroyed in future e.g., the mark is now the edge of a subsiding cliff" ; + skos:inScheme ; + skos:notation "thrt" ; + skos:prefLabel "Threatened" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "unknown" ; + skos:prefLabel "Unknown" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark was in an unstable position" ; + skos:inScheme ; + skos:notation "unst" ; + skos:prefLabel "Unstable" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "unxt" ; + skos:prefLabel "Uncertain Existence" . + + a skos:ConceptScheme ; + skos:prefLabel "ICSM Monument Condition" ; + skos:scopeNote "surv:ConditionCode" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:50.711737"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:50.587327"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/condition/nz-condition.csv b/cadastre/SurveyPoints/condition/nz-condition.csv new file mode 100644 index 0000000..d94b2db --- /dev/null +++ b/cadastre/SurveyPoints/condition/nz-condition.csv @@ -0,0 +1,19 @@ +preflabel,definition,notation,altlabel,related +Conversion,Derived from DCDB,conv,, +Destroyed,The mark was destroyed,dest,, +Damaged,The mark was damaged,dmgd,, +Dangerous,,dngr,, +Emplaced,New mark placed,empl,, +Impracticable to Mark,The boundary mark could not be placed,impm,, +Mark Found,The mark is in good condition and is suitable for survey purposes,mkfd,,Reliably Placed +Moved,The mark has been disturbed from its original position,move,Disturbed, +Not Accessible,The mark was not accessible,nacc,, +Searched For and Not Found,The mark has been searched for and could not be found,nfnd,, +Not Specified,The condition of the mark was not determined while the survey was being conducted,nspe,, +Reliably Placed,The mark is in good condition and is suitable for survey purposes,relb,Reliable, +Removed,The mark was removed when the survey was conducted,remv,, +Submerged,The mark was submerged,subm,, +Temporary,The mark used during the survey was only a temporary mark,temp,, +Threatened,"The mark was in a position where it may become damaged or destroyed in future e.g., the mark is now the edge of a subsiding cliff",thrt,, +Uncertain Existence,,unxt,, +Unstable,The mark was in an unstable position,unst,, \ No newline at end of file diff --git a/cadastre/SurveyPoints/condition/nz-condition.jsonld b/cadastre/SurveyPoints/condition/nz-condition.jsonld new file mode 100644 index 0000000..b93a873 --- /dev/null +++ b/cadastre/SurveyPoints/condition/nz-condition.jsonld @@ -0,0 +1,212 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-monument-condition/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-monument-condition", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Monument Condition", + "class": "surv:ConditionCode", + "concepts": [ + { + "preflabel": "Conversion", + "definition": "Derived from DCDB", + "notation": "conv", + "altlabel": null, + "related": null, + "@id": "conv", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Destroyed", + "definition": "The mark was destroyed", + "notation": "dest", + "altlabel": null, + "related": null, + "@id": "dest", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Damaged", + "definition": "The mark was damaged", + "notation": "dmgd", + "altlabel": null, + "related": null, + "@id": "dmgd", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Dangerous", + "definition": null, + "notation": "dngr", + "altlabel": null, + "related": null, + "@id": "dngr", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Emplaced", + "definition": "New mark placed", + "notation": "empl", + "altlabel": null, + "related": null, + "@id": "empl", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Impracticable to Mark", + "definition": "The boundary mark could not be placed", + "notation": "impm", + "altlabel": null, + "related": null, + "@id": "impm", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Mark Found", + "definition": "The mark is in good condition and is suitable for survey purposes", + "notation": "mkfd", + "altlabel": null, + "related": "Reliably Placed", + "@id": "mkfd", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Moved", + "definition": "The mark has been disturbed from its original position", + "notation": "move", + "altlabel": "Disturbed", + "related": null, + "@id": "move", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Not Accessible", + "definition": "The mark was not accessible", + "notation": "nacc", + "altlabel": null, + "related": null, + "@id": "nacc", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Searched For and Not Found", + "definition": "The mark has been searched for and could not be found", + "notation": "nfnd", + "altlabel": null, + "related": null, + "@id": "nfnd", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Not Specified", + "definition": "The condition of the mark was not determined while the survey was being conducted", + "notation": "nspe", + "altlabel": null, + "related": null, + "@id": "nspe", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Reliably Placed", + "definition": "The mark is in good condition and is suitable for survey purposes", + "notation": "relb", + "altlabel": "Reliable", + "related": null, + "@id": "relb", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Removed", + "definition": "The mark was removed when the survey was conducted", + "notation": "remv", + "altlabel": null, + "related": null, + "@id": "remv", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Submerged", + "definition": "The mark was submerged", + "notation": "subm", + "altlabel": null, + "related": null, + "@id": "subm", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Temporary", + "definition": "The mark used during the survey was only a temporary mark", + "notation": "temp", + "altlabel": null, + "related": null, + "@id": "temp", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Threatened", + "definition": "The mark was in a position where it may become damaged or destroyed in future e.g., the mark is now the edge of a subsiding cliff", + "notation": "thrt", + "altlabel": null, + "related": null, + "@id": "thrt", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Uncertain Existence", + "definition": null, + "notation": "unxt", + "altlabel": null, + "related": null, + "@id": "unxt", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Unstable", + "definition": "The mark was in an unstable position", + "notation": "unst", + "altlabel": null, + "related": null, + "@id": "unst", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/condition/nz-condition.ttl b/cadastre/SurveyPoints/condition/nz-condition.ttl new file mode 100644 index 0000000..a7a5b73 --- /dev/null +++ b/cadastre/SurveyPoints/condition/nz-condition.ttl @@ -0,0 +1,152 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "Derived from DCDB" ; + skos:inScheme ; + skos:notation "conv" ; + skos:prefLabel "Conversion" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark was destroyed" ; + skos:inScheme ; + skos:notation "dest" ; + skos:prefLabel "Destroyed" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark was damaged" ; + skos:inScheme ; + skos:notation "dmgd" ; + skos:prefLabel "Damaged" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "dngr" ; + skos:prefLabel "Dangerous" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "New mark placed" ; + skos:inScheme ; + skos:notation "empl" ; + skos:prefLabel "Emplaced" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The boundary mark could not be placed" ; + skos:inScheme ; + skos:notation "impm" ; + skos:prefLabel "Impracticable to Mark" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark is in good condition and is suitable for survey purposes" ; + skos:inScheme ; + skos:notation "mkfd" ; + skos:prefLabel "Mark Found" . + + a skos:Concept, + surv:ConditionCode ; + skos:altLabel "Disturbed" ; + skos:definition "The mark has been disturbed from its original position" ; + skos:inScheme ; + skos:notation "move" ; + skos:prefLabel "Moved" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark was not accessible" ; + skos:inScheme ; + skos:notation "nacc" ; + skos:prefLabel "Not Accessible" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark has been searched for and could not be found" ; + skos:inScheme ; + skos:notation "nfnd" ; + skos:prefLabel "Searched For and Not Found" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The condition of the mark was not determined while the survey was being conducted" ; + skos:inScheme ; + skos:notation "nspe" ; + skos:prefLabel "Not Specified" . + + a skos:Concept, + surv:ConditionCode ; + skos:altLabel "Reliable" ; + skos:definition "The mark is in good condition and is suitable for survey purposes" ; + skos:inScheme ; + skos:notation "relb" ; + skos:prefLabel "Reliably Placed" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark was removed when the survey was conducted" ; + skos:inScheme ; + skos:notation "remv" ; + skos:prefLabel "Removed" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark was submerged" ; + skos:inScheme ; + skos:notation "subm" ; + skos:prefLabel "Submerged" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark used during the survey was only a temporary mark" ; + skos:inScheme ; + skos:notation "temp" ; + skos:prefLabel "Temporary" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark was in a position where it may become damaged or destroyed in future e.g., the mark is now the edge of a subsiding cliff" ; + skos:inScheme ; + skos:notation "thrt" ; + skos:prefLabel "Threatened" . + + a skos:Concept, + surv:ConditionCode ; + skos:definition "The mark was in an unstable position" ; + skos:inScheme ; + skos:notation "unst" ; + skos:prefLabel "Unstable" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "unxt" ; + skos:prefLabel "Uncertain Existence" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Monument Condition" ; + skos:scopeNote "surv:ConditionCode" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:46.328962"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:46.227407"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/condition/vic-condition.csv b/cadastre/SurveyPoints/condition/vic-condition.csv new file mode 100644 index 0000000..9c92767 --- /dev/null +++ b/cadastre/SurveyPoints/condition/vic-condition.csv @@ -0,0 +1,21 @@ +preflabel,definition,notation,altlabel,related +Abandoned,,abandoned,, +Damaged,,damaged,, +Destroyed,,destroyed,, +Disturbed,,disturbed,, +Found,,found,, +Leaning,,leaning,, +Loose,,loose,, +Nipple Damaged,,nipple-damaged,, +Not Found,,not-found,, +Not Used,,not-used,, +OK,,ok,, +Origin,,origin,, +Origin unknown,,origin-unknown,, +Plaque Missing,,plaque-missing,, +Remains,,remains,, +Removed,,removed,, +Replaced,,replaced,, +Suspect,,suspect,, +Unknown,,unknown,, +Unstable,,unstable,, diff --git a/cadastre/SurveyPoints/condition/vic-condition.jsonld b/cadastre/SurveyPoints/condition/vic-condition.jsonld new file mode 100644 index 0000000..12d2360 --- /dev/null +++ b/cadastre/SurveyPoints/condition/vic-condition.jsonld @@ -0,0 +1,232 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-monument-condition/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-monument-condition", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Monument Condition", + "class": "surv:ConditionCode", + "concepts": [ + { + "preflabel": "Abandoned", + "definition": null, + "notation": "abandoned", + "altlabel": null, + "related": null, + "@id": "abandoned", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Damaged", + "definition": null, + "notation": "damaged", + "altlabel": null, + "related": null, + "@id": "damaged", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Destroyed", + "definition": null, + "notation": "destroyed", + "altlabel": null, + "related": null, + "@id": "destroyed", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Disturbed", + "definition": null, + "notation": "disturbed", + "altlabel": null, + "related": null, + "@id": "disturbed", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Found", + "definition": null, + "notation": "found", + "altlabel": null, + "related": null, + "@id": "found", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Leaning", + "definition": null, + "notation": "leaning", + "altlabel": null, + "related": null, + "@id": "leaning", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Loose", + "definition": null, + "notation": "loose", + "altlabel": null, + "related": null, + "@id": "loose", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Nipple Damaged", + "definition": null, + "notation": "nipple-damaged", + "altlabel": null, + "related": null, + "@id": "nipple-damaged", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Not Found", + "definition": null, + "notation": "not-found", + "altlabel": null, + "related": null, + "@id": "not-found", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Not Used", + "definition": null, + "notation": "not-used", + "altlabel": null, + "related": null, + "@id": "not-used", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "OK", + "definition": null, + "notation": "ok", + "altlabel": null, + "related": null, + "@id": "ok", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Origin", + "definition": null, + "notation": "origin", + "altlabel": null, + "related": null, + "@id": "origin", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Origin unknown", + "definition": null, + "notation": "origin-unknown", + "altlabel": null, + "related": null, + "@id": "origin-unknown", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Plaque Missing", + "definition": null, + "notation": "plaque-missing", + "altlabel": null, + "related": null, + "@id": "plaque-missing", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Remains", + "definition": null, + "notation": "remains", + "altlabel": null, + "related": null, + "@id": "remains", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Removed", + "definition": null, + "notation": "removed", + "altlabel": null, + "related": null, + "@id": "removed", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Replaced", + "definition": null, + "notation": "replaced", + "altlabel": null, + "related": null, + "@id": "replaced", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Suspect", + "definition": null, + "notation": "suspect", + "altlabel": null, + "related": null, + "@id": "suspect", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Unknown", + "definition": null, + "notation": "unknown", + "altlabel": null, + "related": null, + "@id": "unknown", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Unstable", + "definition": null, + "notation": "unstable", + "altlabel": null, + "related": null, + "@id": "unstable", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/condition/vic-condition.ttl b/cadastre/SurveyPoints/condition/vic-condition.ttl new file mode 100644 index 0000000..9540733 --- /dev/null +++ b/cadastre/SurveyPoints/condition/vic-condition.ttl @@ -0,0 +1,146 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "abandoned" ; + skos:prefLabel "Abandoned" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "damaged" ; + skos:prefLabel "Damaged" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "destroyed" ; + skos:prefLabel "Destroyed" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "disturbed" ; + skos:prefLabel "Disturbed" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "found" ; + skos:prefLabel "Found" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "leaning" ; + skos:prefLabel "Leaning" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "loose" ; + skos:prefLabel "Loose" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "nipple-damaged" ; + skos:prefLabel "Nipple Damaged" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "not-found" ; + skos:prefLabel "Not Found" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "not-used" ; + skos:prefLabel "Not Used" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "ok" ; + skos:prefLabel "OK" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "origin" ; + skos:prefLabel "Origin" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "origin-unknown" ; + skos:prefLabel "Origin unknown" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "plaque-missing" ; + skos:prefLabel "Plaque Missing" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "remains" ; + skos:prefLabel "Remains" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "removed" ; + skos:prefLabel "Removed" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "replaced" ; + skos:prefLabel "Replaced" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "suspect" ; + skos:prefLabel "Suspect" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "unknown" ; + skos:prefLabel "Unknown" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "unstable" ; + skos:prefLabel "Unstable" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Monument Condition" ; + skos:scopeNote "surv:ConditionCode" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:40.882048"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:40.777818"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/condition/wa-condition.csv b/cadastre/SurveyPoints/condition/wa-condition.csv new file mode 100644 index 0000000..7828297 --- /dev/null +++ b/cadastre/SurveyPoints/condition/wa-condition.csv @@ -0,0 +1,7 @@ +preflabel,definition,notation,altlabel,related +OK,,ok,, +Leaning,,leaning,, +Rusted,,rusted,, +Out of Position,,out-of-position,, +Online,,online,, +Offset,,offset,, \ No newline at end of file diff --git a/cadastre/SurveyPoints/condition/wa-condition.jsonld b/cadastre/SurveyPoints/condition/wa-condition.jsonld new file mode 100644 index 0000000..4fae1b4 --- /dev/null +++ b/cadastre/SurveyPoints/condition/wa-condition.jsonld @@ -0,0 +1,92 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-monument-condition/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-monument-condition", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Monument Condition", + "class": "surv:ConditionCode", + "concepts": [ + { + "preflabel": "OK", + "definition": null, + "notation": "ok", + "altlabel": null, + "related": null, + "@id": "ok", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Leaning", + "definition": null, + "notation": "leaning", + "altlabel": null, + "related": null, + "@id": "leaning", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Rusted", + "definition": null, + "notation": "rusted", + "altlabel": null, + "related": null, + "@id": "rusted", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Out of Position", + "definition": null, + "notation": "out-of-position", + "altlabel": null, + "related": null, + "@id": "out-of-position", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Online", + "definition": null, + "notation": "online", + "altlabel": null, + "related": null, + "@id": "online", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + }, + { + "preflabel": "Offset", + "definition": null, + "notation": "offset", + "altlabel": null, + "related": null, + "@id": "offset", + "type": "surv:ConditionCode", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/condition/wa-condition.ttl b/cadastre/SurveyPoints/condition/wa-condition.ttl new file mode 100644 index 0000000..5aeea0c --- /dev/null +++ b/cadastre/SurveyPoints/condition/wa-condition.ttl @@ -0,0 +1,62 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "leaning" ; + skos:prefLabel "Leaning" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "offset" ; + skos:prefLabel "Offset" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "ok" ; + skos:prefLabel "OK" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "online" ; + skos:prefLabel "Online" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "out-of-position" ; + skos:prefLabel "Out of Position" . + + a skos:Concept, + surv:ConditionCode ; + skos:inScheme ; + skos:notation "rusted" ; + skos:prefLabel "Rusted" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Monument Condition" ; + skos:scopeNote "surv:ConditionCode" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:51.016507"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:50.928779"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/monument/nz-monument-type.csv b/cadastre/SurveyPoints/monument/nz-monument-type.csv new file mode 100644 index 0000000..933cced --- /dev/null +++ b/cadastre/SurveyPoints/monument/nz-monument-type.csv @@ -0,0 +1,15 @@ +preflabel,definition,notation,altlabel,related +Plaque,"The monument is a plaque, including a bronze plaque",bp,, +DCDB,,dcdb,, +Disk,"The monument is a disk, including a disk on a post",disk,, +Forced Centering,,fctr,, +Spike,"The monument is a Spike, typically an iron spike, but includes a Bar, Bolt, Rod, Dog, etc.",is,, +Tube,"The monument is a tube, typically an iron tube",it,, +Lead Plug,"The monument is a plug, typically a lead plug",lp,plug, +Nail,The monument is a nail,nail,, +Other,General catchall for a momument type not listed,othr,, +Peg,The monument is a peg,peg,, +Pin,The monument is a pin,pin,, +Post,The monument is a post,post,, +Unknown,The type of monument is unknown,unkw,, +Unmarked,The survey point does not have a physical monument identifying its position,unmk,, \ No newline at end of file diff --git a/cadastre/SurveyPoints/monument/nz-monument-type.jsonld b/cadastre/SurveyPoints/monument/nz-monument-type.jsonld new file mode 100644 index 0000000..b34e0ba --- /dev/null +++ b/cadastre/SurveyPoints/monument/nz-monument-type.jsonld @@ -0,0 +1,172 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-monument-form/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-monument-form", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Monument Form", + "class": "surv:MonumentForm", + "concepts": [ + { + "preflabel": "Plaque", + "definition": "The monument is a plaque, including a bronze plaque", + "notation": "bp", + "altlabel": null, + "related": null, + "@id": "bp", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "DCDB", + "definition": null, + "notation": "dcdb", + "altlabel": null, + "related": null, + "@id": "dcdb", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Disk", + "definition": "The monument is a disk, including a disk on a post", + "notation": "disk", + "altlabel": null, + "related": null, + "@id": "disk", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Forced Centering", + "definition": null, + "notation": "fctr", + "altlabel": null, + "related": null, + "@id": "fctr", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Spike", + "definition": "The monument is a Spike, typically an iron spike, but includes a Bar, Bolt, Rod, Dog, etc.", + "notation": "is", + "altlabel": null, + "related": null, + "@id": "is", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Tube", + "definition": "The monument is a tube, typically an iron tube", + "notation": "it", + "altlabel": null, + "related": null, + "@id": "it", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Lead Plug", + "definition": "The monument is a plug, typically a lead plug", + "notation": "lp", + "altlabel": "plug", + "related": null, + "@id": "lp", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Nail", + "definition": "The monument is a nail", + "notation": "nail", + "altlabel": null, + "related": null, + "@id": "nail", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Other", + "definition": "General catchall for a momument type not listed", + "notation": "othr", + "altlabel": null, + "related": null, + "@id": "othr", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Peg", + "definition": "The monument is a peg", + "notation": "peg", + "altlabel": null, + "related": null, + "@id": "peg", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Pin", + "definition": "The monument is a pin", + "notation": "pin", + "altlabel": null, + "related": null, + "@id": "pin", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Post", + "definition": "The monument is a post", + "notation": "post", + "altlabel": null, + "related": null, + "@id": "post", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Unknown", + "definition": "The type of monument is unknown", + "notation": "unkw", + "altlabel": null, + "related": null, + "@id": "unkw", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Unmarked", + "definition": "The survey point does not have a physical monument identifying its position", + "notation": "unmk", + "altlabel": null, + "related": null, + "@id": "unmk", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/monument/nz-monument-type.ttl b/cadastre/SurveyPoints/monument/nz-monument-type.ttl new file mode 100644 index 0000000..2bb8ba5 --- /dev/null +++ b/cadastre/SurveyPoints/monument/nz-monument-type.ttl @@ -0,0 +1,123 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:MonumentForm ; + skos:definition "The monument is a plaque, including a bronze plaque" ; + skos:inScheme ; + skos:notation "bp" ; + skos:prefLabel "Plaque" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "dcdb" ; + skos:prefLabel "DCDB" . + + a skos:Concept, + surv:MonumentForm ; + skos:definition "The monument is a disk, including a disk on a post" ; + skos:inScheme ; + skos:notation "disk" ; + skos:prefLabel "Disk" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "fctr" ; + skos:prefLabel "Forced Centering" . + + a skos:Concept, + surv:MonumentForm ; + skos:definition "The monument is a Spike, typically an iron spike, but includes a Bar, Bolt, Rod, Dog, etc." ; + skos:inScheme ; + skos:notation "is" ; + skos:prefLabel "Spike" . + + a skos:Concept, + surv:MonumentForm ; + skos:definition "The monument is a tube, typically an iron tube" ; + skos:inScheme ; + skos:notation "it" ; + skos:prefLabel "Tube" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "plug" ; + skos:definition "The monument is a plug, typically a lead plug" ; + skos:inScheme ; + skos:notation "lp" ; + skos:prefLabel "Lead Plug" . + + a skos:Concept, + surv:MonumentForm ; + skos:definition "The monument is a nail" ; + skos:inScheme ; + skos:notation "nail" ; + skos:prefLabel "Nail" . + + a skos:Concept, + surv:MonumentForm ; + skos:definition "General catchall for a momument type not listed" ; + skos:inScheme ; + skos:notation "othr" ; + skos:prefLabel "Other" . + + a skos:Concept, + surv:MonumentForm ; + skos:definition "The monument is a peg" ; + skos:inScheme ; + skos:notation "peg" ; + skos:prefLabel "Peg" . + + a skos:Concept, + surv:MonumentForm ; + skos:definition "The monument is a pin" ; + skos:inScheme ; + skos:notation "pin" ; + skos:prefLabel "Pin" . + + a skos:Concept, + surv:MonumentForm ; + skos:definition "The monument is a post" ; + skos:inScheme ; + skos:notation "post" ; + skos:prefLabel "Post" . + + a skos:Concept, + surv:MonumentForm ; + skos:definition "The type of monument is unknown" ; + skos:inScheme ; + skos:notation "unkw" ; + skos:prefLabel "Unknown" . + + a skos:Concept, + surv:MonumentForm ; + skos:definition "The survey point does not have a physical monument identifying its position" ; + skos:inScheme ; + skos:notation "unmk" ; + skos:prefLabel "Unmarked" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Monument Form" ; + skos:scopeNote "surv:MonumentForm" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:44.507533"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:44.409253"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/monument/vic-monument-type.csv b/cadastre/SurveyPoints/monument/vic-monument-type.csv new file mode 100644 index 0000000..44acad0 --- /dev/null +++ b/cadastre/SurveyPoints/monument/vic-monument-type.csv @@ -0,0 +1,33 @@ +preflabel,definition,notation,altlabel,related +Bolt,,bolt,, +Chisel Cut,,chisel-cut,, +Cross Head Nail,,cross-head-nail,, +Deep Driven Rod,,deep-driven-rod,, +Drill Hole,,drill-hole,, +Drill Hole with Wings,,drill-hole-with-wings,, +Dumpy,,dumpy,, +G.I. Nail,,g-i-nail,, +G.I. Pipe,,g-i-pipe,, +Nail in Join,,nail-in-join,, +Nail in Peg,,nail-in-peg,, +Nail in Post,,nail-in-post,, +Nail in Rail,,nail-in-rail,, +Not Marked,,nm,, +Other,,other,, +Peg,,peg,, +Peg and Trench,,peg-in-trench,, +Pin,,pin,, +Pipe,,pipe,, +Plaque,,plaque,, +Reference Tree,,reference-tree,, +Rivet,,rivet,, +Rod,,rod,, +Round Post,,round-post,, +Standard Survey Mark,,ssm,SSM, +Screw,,screw,, +Spike,,spike,, +Split Post,,split-post,, +Square Post,,square-post,, +Star Picket,,star-picket,, +Survey Nail,,survey-nail,, +Tree,,tree,, \ No newline at end of file diff --git a/cadastre/SurveyPoints/monument/vic-monument-type.jsonld b/cadastre/SurveyPoints/monument/vic-monument-type.jsonld new file mode 100644 index 0000000..4d43042 --- /dev/null +++ b/cadastre/SurveyPoints/monument/vic-monument-type.jsonld @@ -0,0 +1,352 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-monument-form/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-monument-form", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Monument Form", + "class": "surv:MonumentForm", + "concepts": [ + { + "preflabel": "Bolt", + "definition": null, + "notation": "bolt", + "altlabel": null, + "related": null, + "@id": "bolt", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Chisel Cut", + "definition": null, + "notation": "chisel-cut", + "altlabel": null, + "related": null, + "@id": "chisel-cut", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Cross Head Nail", + "definition": null, + "notation": "cross-head-nail", + "altlabel": null, + "related": null, + "@id": "cross-head-nail", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Deep Driven Rod", + "definition": null, + "notation": "deep-driven-rod", + "altlabel": null, + "related": null, + "@id": "deep-driven-rod", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Drill Hole", + "definition": null, + "notation": "drill-hole", + "altlabel": null, + "related": null, + "@id": "drill-hole", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Drill Hole with Wings", + "definition": null, + "notation": "drill-hole-with-wings", + "altlabel": null, + "related": null, + "@id": "drill-hole-with-wings", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Dumpy", + "definition": null, + "notation": "dumpy", + "altlabel": null, + "related": null, + "@id": "dumpy", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "G.I. Nail", + "definition": null, + "notation": "g-i-nail", + "altlabel": null, + "related": null, + "@id": "g-i-nail", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "G.I. Pipe", + "definition": null, + "notation": "g-i-pipe", + "altlabel": null, + "related": null, + "@id": "g-i-pipe", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Nail in Join", + "definition": null, + "notation": "nail-in-join", + "altlabel": null, + "related": null, + "@id": "nail-in-join", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Nail in Peg", + "definition": null, + "notation": "nail-in-peg", + "altlabel": null, + "related": null, + "@id": "nail-in-peg", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Nail in Post", + "definition": null, + "notation": "nail-in-post", + "altlabel": null, + "related": null, + "@id": "nail-in-post", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Nail in Rail", + "definition": null, + "notation": "nail-in-rail", + "altlabel": null, + "related": null, + "@id": "nail-in-rail", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Not Marked", + "definition": null, + "notation": "nm", + "altlabel": null, + "related": null, + "@id": "nm", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Other", + "definition": null, + "notation": "other", + "altlabel": null, + "related": null, + "@id": "other", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Peg", + "definition": null, + "notation": "peg", + "altlabel": null, + "related": null, + "@id": "peg", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Peg and Trench", + "definition": null, + "notation": "peg-in-trench", + "altlabel": null, + "related": null, + "@id": "peg-in-trench", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Pin", + "definition": null, + "notation": "pin", + "altlabel": null, + "related": null, + "@id": "pin", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Pipe", + "definition": null, + "notation": "pipe", + "altlabel": null, + "related": null, + "@id": "pipe", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Plaque", + "definition": null, + "notation": "plaque", + "altlabel": null, + "related": null, + "@id": "plaque", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Reference Tree", + "definition": null, + "notation": "reference-tree", + "altlabel": null, + "related": null, + "@id": "reference-tree", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Rivet", + "definition": null, + "notation": "rivet", + "altlabel": null, + "related": null, + "@id": "rivet", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Rod", + "definition": null, + "notation": "rod", + "altlabel": null, + "related": null, + "@id": "rod", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Round Post", + "definition": null, + "notation": "round-post", + "altlabel": null, + "related": null, + "@id": "round-post", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Standard Survey Mark", + "definition": null, + "notation": "ssm", + "altlabel": "SSM", + "related": null, + "@id": "ssm", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Screw", + "definition": null, + "notation": "screw", + "altlabel": null, + "related": null, + "@id": "screw", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Spike", + "definition": null, + "notation": "spike", + "altlabel": null, + "related": null, + "@id": "spike", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Split Post", + "definition": null, + "notation": "split-post", + "altlabel": null, + "related": null, + "@id": "split-post", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Square Post", + "definition": null, + "notation": "square-post", + "altlabel": null, + "related": null, + "@id": "square-post", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Star Picket", + "definition": null, + "notation": "star-picket", + "altlabel": null, + "related": null, + "@id": "star-picket", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Survey Nail", + "definition": null, + "notation": "survey-nail", + "altlabel": null, + "related": null, + "@id": "survey-nail", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Tree", + "definition": null, + "notation": "tree", + "altlabel": null, + "related": null, + "@id": "tree", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/monument/vic-monument-type.ttl b/cadastre/SurveyPoints/monument/vic-monument-type.ttl new file mode 100644 index 0000000..8a798c9 --- /dev/null +++ b/cadastre/SurveyPoints/monument/vic-monument-type.ttl @@ -0,0 +1,219 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "bolt" ; + skos:prefLabel "Bolt" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "chisel-cut" ; + skos:prefLabel "Chisel Cut" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "cross-head-nail" ; + skos:prefLabel "Cross Head Nail" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "deep-driven-rod" ; + skos:prefLabel "Deep Driven Rod" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "drill-hole" ; + skos:prefLabel "Drill Hole" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "drill-hole-with-wings" ; + skos:prefLabel "Drill Hole with Wings" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "dumpy" ; + skos:prefLabel "Dumpy" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "g-i-nail" ; + skos:prefLabel "G.I. Nail" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "g-i-pipe" ; + skos:prefLabel "G.I. Pipe" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "nail-in-join" ; + skos:prefLabel "Nail in Join" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "nail-in-peg" ; + skos:prefLabel "Nail in Peg" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "nail-in-post" ; + skos:prefLabel "Nail in Post" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "nail-in-rail" ; + skos:prefLabel "Nail in Rail" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "nm" ; + skos:prefLabel "Not Marked" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "other" ; + skos:prefLabel "Other" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "peg" ; + skos:prefLabel "Peg" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "peg-in-trench" ; + skos:prefLabel "Peg and Trench" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "pin" ; + skos:prefLabel "Pin" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "pipe" ; + skos:prefLabel "Pipe" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "plaque" ; + skos:prefLabel "Plaque" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "reference-tree" ; + skos:prefLabel "Reference Tree" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "rivet" ; + skos:prefLabel "Rivet" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "rod" ; + skos:prefLabel "Rod" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "round-post" ; + skos:prefLabel "Round Post" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "screw" ; + skos:prefLabel "Screw" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "spike" ; + skos:prefLabel "Spike" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "split-post" ; + skos:prefLabel "Split Post" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "square-post" ; + skos:prefLabel "Square Post" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "SSM" ; + skos:inScheme ; + skos:notation "ssm" ; + skos:prefLabel "Standard Survey Mark" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "star-picket" ; + skos:prefLabel "Star Picket" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "survey-nail" ; + skos:prefLabel "Survey Nail" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "tree" ; + skos:prefLabel "Tree" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Monument Form" ; + skos:scopeNote "surv:MonumentForm" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:41.378241"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:41.260739"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/monument/wa-monument-type.csv b/cadastre/SurveyPoints/monument/wa-monument-type.csv new file mode 100644 index 0000000..4883141 --- /dev/null +++ b/cadastre/SurveyPoints/monument/wa-monument-type.csv @@ -0,0 +1,36 @@ +preflabel,definition,notation,altlabel,related +Peg,Object in compliance with WA legislation,peg,"purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", +Nail,Object in compliance with WA legislation,nail,"purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", +Nail and Plate,Object in compliance with WA legislation,nail-and-plate,"purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", +Spike,Object in compliance with WA legislation,spike,"purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,46,47,48,49,60,61,78,150,181,200,201,202", +Drill Hole,Object in compliance with WA legislation,drill-hole,"purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", +Deck Spike,Object in compliance with WA legislation,deck-spike,"purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", +Deck Spike with Plate,Object in compliance with WA legislation,deck-spike-with-plate,"purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", +Hallmark,Object in compliance with WA legislation,hallmark,"purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,46,47,48,49,60,61,78,150,181,200,201,202", +Post,Object in compliance with WA legislation,post,"purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", +Kilometre Post,Object in compliance with WA legislation,kilometre-post,"purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", +Mile Post,Object in compliance with WA legislation,mile-post,"purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", +Cadastral Point Unmarked,,cadastral-point-unmarked,"purpose-wa-external: O ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,60,61,78,150,181,200,201,202", +Interest Point Unmarked,,interest-point-unmarked,"purpose-wa-external: O ; purpose-wa-internal: 12,21,22", +Interest Peg,,interest-peg,"purpose-wa-external: O ; purpose-wa-internal: 12,21,22", +Deck Spike,Object in compliance with WA legislation,deck-spike,"purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,46,47,48,49,60,61,78,150,181,200,201,202", +Ramset plug,Object in compliance with WA legislation,ramset-plug,"purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,46,47,48,49,60,61,78,150,181,200,201,202", +Star picket,Object in compliance with WA legislation,star-picket,"purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", +Non Standard Mark,Object in compliance with WA legislation,non-standard-mark,"purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", +Concrete Plinth,Object in compliance with WA legislation,concrete-plinth,"purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", +Concrete Plinth with hatch,Object in compliance with WA legislation,concrete-plinth-with-hatch,"purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", +Bench Mark,Object in compliance with WA legislation,bench-mark,"purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", +Wall,,wall,, +Fence,,fence,, +Structure,,structure,, +Steel Post,Object in compliance with WA legislation,steel-post,"purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", +Cairn,Object in compliance with WA legislation,cairn,"purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", +Trench,Object in compliance with WA legislation,trench,"purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", +Building,,building,, +Brass Plaque,Object in compliance with WA legislation,brass-plaque,"purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", +Beacon,Object in compliance with WA legislation,beacon,"purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", +Tube,Object in compliance with WA legislation,tube,"purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", +Pipe,Object in compliance with WA legislation,pipe,"purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", +Pole,Object in compliance with WA legislation,pole,"purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", +Trigonometrical Station,Object in compliance with WA legislation,trigonometrical-station,"purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", +Other,"Monument form defined as Other in CSD",other,, \ No newline at end of file diff --git a/cadastre/SurveyPoints/monument/wa-monument-type.jsonld b/cadastre/SurveyPoints/monument/wa-monument-type.jsonld new file mode 100644 index 0000000..9a0fad0 --- /dev/null +++ b/cadastre/SurveyPoints/monument/wa-monument-type.jsonld @@ -0,0 +1,382 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-monument-form/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-monument-form", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Monument Form", + "class": "surv:MonumentForm", + "concepts": [ + { + "preflabel": "Peg", + "definition": "Object in compliance with WA legislation", + "notation": "peg", + "altlabel": "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "peg", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Nail", + "definition": "Object in compliance with WA legislation", + "notation": "nail", + "altlabel": "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "nail", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Nail and Plate", + "definition": "Object in compliance with WA legislation", + "notation": "nail-and-plate", + "altlabel": "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "nail-and-plate", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Spike", + "definition": "Object in compliance with WA legislation", + "notation": "spike", + "altlabel": "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,46,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "spike", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Drill Hole", + "definition": "Object in compliance with WA legislation", + "notation": "drill-hole", + "altlabel": "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "drill-hole", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Deck Spike", + "definition": "Object in compliance with WA legislation", + "notation": "deck-spike", + "altlabel": "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "deck-spike", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Deck Spike with Plate", + "definition": "Object in compliance with WA legislation", + "notation": "deck-spike-with-plate", + "altlabel": "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "deck-spike-with-plate", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Hallmark", + "definition": "Object in compliance with WA legislation", + "notation": "hallmark", + "altlabel": "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,46,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "hallmark", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Post", + "definition": "Object in compliance with WA legislation", + "notation": "post", + "altlabel": "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "post", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Kilometre Post", + "definition": "Object in compliance with WA legislation", + "notation": "kilometre-post", + "altlabel": "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "kilometre-post", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Mile Post", + "definition": "Object in compliance with WA legislation", + "notation": "mile-post", + "altlabel": "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "mile-post", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Cadastral Point Unmarked", + "definition": null, + "notation": "cadastral-point-unmarked", + "altlabel": "purpose-wa-external: O ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,60,61,78,150,181,200,201,202", + "related": null, + "@id": "cadastral-point-unmarked", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Interest Point Unmarked", + "definition": null, + "notation": "interest-point-unmarked", + "altlabel": "purpose-wa-external: O ; purpose-wa-internal: 12,21,22", + "related": null, + "@id": "interest-point-unmarked", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Interest Peg", + "definition": null, + "notation": "interest-peg", + "altlabel": "purpose-wa-external: O ; purpose-wa-internal: 12,21,22", + "related": null, + "@id": "interest-peg", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Deck Spike", + "definition": "Object in compliance with WA legislation", + "notation": "deck-spike", + "altlabel": "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,46,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "deck-spike", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Ramset plug", + "definition": "Object in compliance with WA legislation", + "notation": "ramset-plug", + "altlabel": "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,46,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "ramset-plug", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Star picket", + "definition": "Object in compliance with WA legislation", + "notation": "star-picket", + "altlabel": "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "star-picket", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Non Standard Mark", + "definition": "Object in compliance with WA legislation", + "notation": "non-standard-mark", + "altlabel": "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "non-standard-mark", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Concrete Plinth", + "definition": "Object in compliance with WA legislation", + "notation": "concrete-plinth", + "altlabel": "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "concrete-plinth", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Concrete Plinth with hatch", + "definition": "Object in compliance with WA legislation", + "notation": "concrete-plinth-with-hatch", + "altlabel": "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "concrete-plinth-with-hatch", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Bench Mark", + "definition": "Object in compliance with WA legislation", + "notation": "bench-mark", + "altlabel": "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "bench-mark", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Wall", + "definition": null, + "notation": "wall", + "altlabel": null, + "related": null, + "@id": "wall", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Fence", + "definition": null, + "notation": "fence", + "altlabel": null, + "related": null, + "@id": "fence", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Structure", + "definition": null, + "notation": "structure", + "altlabel": null, + "related": null, + "@id": "structure", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Steel Post", + "definition": "Object in compliance with WA legislation", + "notation": "steel-post", + "altlabel": "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "steel-post", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Cairn", + "definition": "Object in compliance with WA legislation", + "notation": "cairn", + "altlabel": "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "cairn", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Trench", + "definition": "Object in compliance with WA legislation", + "notation": "trench", + "altlabel": "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "trench", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Building", + "definition": null, + "notation": "building", + "altlabel": null, + "related": null, + "@id": "building", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Brass Plaque", + "definition": "Object in compliance with WA legislation", + "notation": "brass-plaque", + "altlabel": "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "brass-plaque", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Beacon", + "definition": "Object in compliance with WA legislation", + "notation": "beacon", + "altlabel": "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "beacon", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Tube", + "definition": "Object in compliance with WA legislation", + "notation": "tube", + "altlabel": "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "tube", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Pipe", + "definition": "Object in compliance with WA legislation", + "notation": "pipe", + "altlabel": "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "pipe", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Pole", + "definition": "Object in compliance with WA legislation", + "notation": "pole", + "altlabel": "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "pole", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Trigonometrical Station", + "definition": "Object in compliance with WA legislation", + "notation": "trigonometrical-station", + "altlabel": "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202", + "related": null, + "@id": "trigonometrical-station", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + }, + { + "preflabel": "Other", + "definition": "Monument form defined as Other in CSD", + "notation": "other", + "altlabel": null, + "related": null, + "@id": "other", + "type": "surv:MonumentForm", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/monument/wa-monument-type.ttl b/cadastre/SurveyPoints/monument/wa-monument-type.ttl new file mode 100644 index 0000000..8e4fcb6 --- /dev/null +++ b/cadastre/SurveyPoints/monument/wa-monument-type.ttl @@ -0,0 +1,287 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "beacon" ; + skos:prefLabel "Beacon" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "bench-mark" ; + skos:prefLabel "Bench Mark" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "brass-plaque" ; + skos:prefLabel "Brass Plaque" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "building" ; + skos:prefLabel "Building" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,60,61,78,150,181,200,201,202" ; + skos:inScheme ; + skos:notation "cadastral-point-unmarked" ; + skos:prefLabel "Cadastral Point Unmarked" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "cairn" ; + skos:prefLabel "Cairn" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "concrete-plinth" ; + skos:prefLabel "Concrete Plinth" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "concrete-plinth-with-hatch" ; + skos:prefLabel "Concrete Plinth with hatch" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,46,47,48,49,60,61,78,150,181,200,201,202", + "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "deck-spike" ; + skos:prefLabel "Deck Spike" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "deck-spike-with-plate" ; + skos:prefLabel "Deck Spike with Plate" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "drill-hole" ; + skos:prefLabel "Drill Hole" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "fence" ; + skos:prefLabel "Fence" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,46,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "hallmark" ; + skos:prefLabel "Hallmark" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O ; purpose-wa-internal: 12,21,22" ; + skos:inScheme ; + skos:notation "interest-peg" ; + skos:prefLabel "Interest Peg" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O ; purpose-wa-internal: 12,21,22" ; + skos:inScheme ; + skos:notation "interest-point-unmarked" ; + skos:prefLabel "Interest Point Unmarked" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "kilometre-post" ; + skos:prefLabel "Kilometre Post" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "mile-post" ; + skos:prefLabel "Mile Post" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "nail" ; + skos:prefLabel "Nail" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "nail-and-plate" ; + skos:prefLabel "Nail and Plate" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "non-standard-mark" ; + skos:prefLabel "Non Standard Mark" . + + a skos:Concept, + surv:MonumentForm ; + skos:definition "Monument form defined as Other in CSD" ; + skos:inScheme ; + skos:notation "other" ; + skos:prefLabel "Other" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "peg" ; + skos:prefLabel "Peg" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "pipe" ; + skos:prefLabel "Pipe" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "pole" ; + skos:prefLabel "Pole" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "post" ; + skos:prefLabel "Post" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,46,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "ramset-plug" ; + skos:prefLabel "Ramset plug" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,46,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "spike" ; + skos:prefLabel "Spike" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "star-picket" ; + skos:prefLabel "Star picket" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "steel-post" ; + skos:prefLabel "Steel Post" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "structure" ; + skos:prefLabel "Structure" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,42,43,44,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "trench" ; + skos:prefLabel "Trench" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "trigonometrical-station" ; + skos:prefLabel "Trigonometrical Station" . + + a skos:Concept, + surv:MonumentForm ; + skos:altLabel "purpose-wa-external: O,T,S ; purpose-wa-internal: 1,2,3,6,7,8,11,12,14,21,22,41,42,43,44,45,46,47,48,49,60,61,78,150,181,200,201,202" ; + skos:definition "Object in compliance with WA legislation" ; + skos:inScheme ; + skos:notation "tube" ; + skos:prefLabel "Tube" . + + a skos:Concept, + surv:MonumentForm ; + skos:inScheme ; + skos:notation "wall" ; + skos:prefLabel "Wall" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Monument Form" ; + skos:scopeNote "surv:MonumentForm" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:44.727441"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:44.604541"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/other/wa-surveypoint-method.csv b/cadastre/SurveyPoints/other/wa-surveypoint-method.csv new file mode 100644 index 0000000..f8ab9af --- /dev/null +++ b/cadastre/SurveyPoints/other/wa-surveypoint-method.csv @@ -0,0 +1,8 @@ +preflabel,definition,notation,altlabel,related +Least Squares Adjustment (Phase 1),Phase 1 Least Square Adjustment - minimally constrained?,D,, +Traverse Adjustment,Traverse Adjustment - generally all traditional surveys that are not precalculated.,T,, +Map Projection Transformation,Transformation - Map Projection Conversions,F,, +Coordinate entry,Keyed In - e.g. by co ordinates,K,, +Graphical,"Graphical Construction - e.g. CO-GO, calculated, digitised",G,, +Least Squares Adjustment (Phase 2),Phase 2 Least Square Adjustment - fully constrained?,L,, +Precalculated,Precal - all SSA surveys,P,, \ No newline at end of file diff --git a/cadastre/SurveyPoints/other/wa-surveypoint-method.jsonld b/cadastre/SurveyPoints/other/wa-surveypoint-method.jsonld new file mode 100644 index 0000000..bb205dc --- /dev/null +++ b/cadastre/SurveyPoints/other/wa-surveypoint-method.jsonld @@ -0,0 +1,102 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-surveypoint-method/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-surveypoint-method", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Survey Point Creation Method", + "class": "termtype:PointCreationMethod", + "concepts": [ + { + "preflabel": "Least Squares Adjustment (Phase 1)", + "definition": "Phase 1 Least Square Adjustment - minimally constrained?", + "notation": "D", + "altlabel": null, + "related": null, + "@id": "D", + "type": "termtype:PointCreationMethod", + "@type": "skos:Concept" + }, + { + "preflabel": "Traverse Adjustment", + "definition": "Traverse Adjustment - generally all traditional surveys that are not precalculated.", + "notation": "T", + "altlabel": null, + "related": null, + "@id": "T", + "type": "termtype:PointCreationMethod", + "@type": "skos:Concept" + }, + { + "preflabel": "Map Projection Transformation", + "definition": "Transformation - Map Projection Conversions", + "notation": "F", + "altlabel": null, + "related": null, + "@id": "F", + "type": "termtype:PointCreationMethod", + "@type": "skos:Concept" + }, + { + "preflabel": "Coordinate entry", + "definition": "Keyed In - e.g. by co ordinates", + "notation": "K", + "altlabel": null, + "related": null, + "@id": "K", + "type": "termtype:PointCreationMethod", + "@type": "skos:Concept" + }, + { + "preflabel": "Graphical", + "definition": "Graphical Construction - e.g. CO-GO, calculated, digitised", + "notation": "G", + "altlabel": null, + "related": null, + "@id": "G", + "type": "termtype:PointCreationMethod", + "@type": "skos:Concept" + }, + { + "preflabel": "Least Squares Adjustment (Phase 2)", + "definition": "Phase 2 Least Square Adjustment - fully constrained?", + "notation": "L", + "altlabel": null, + "related": null, + "@id": "L", + "type": "termtype:PointCreationMethod", + "@type": "skos:Concept" + }, + { + "preflabel": "Precalculated", + "definition": "Precal - all SSA surveys", + "notation": "P", + "altlabel": null, + "related": null, + "@id": "P", + "type": "termtype:PointCreationMethod", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/other/wa-surveypoint-method.ttl b/cadastre/SurveyPoints/other/wa-surveypoint-method.ttl new file mode 100644 index 0000000..9985952 --- /dev/null +++ b/cadastre/SurveyPoints/other/wa-surveypoint-method.ttl @@ -0,0 +1,75 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix termtype: . +@prefix xsd: . + + a skos:Concept, + termtype:PointCreationMethod ; + skos:definition "Phase 1 Least Square Adjustment - minimally constrained?" ; + skos:inScheme ; + skos:notation "D" ; + skos:prefLabel "Least Squares Adjustment (Phase 1)" . + + a skos:Concept, + termtype:PointCreationMethod ; + skos:definition "Transformation - Map Projection Conversions" ; + skos:inScheme ; + skos:notation "F" ; + skos:prefLabel "Map Projection Transformation" . + + a skos:Concept, + termtype:PointCreationMethod ; + skos:definition "Graphical Construction - e.g. CO-GO, calculated, digitised" ; + skos:inScheme ; + skos:notation "G" ; + skos:prefLabel "Graphical" . + + a skos:Concept, + termtype:PointCreationMethod ; + skos:definition "Keyed In - e.g. by co ordinates" ; + skos:inScheme ; + skos:notation "K" ; + skos:prefLabel "Coordinate entry" . + + a skos:Concept, + termtype:PointCreationMethod ; + skos:definition "Phase 2 Least Square Adjustment - fully constrained?" ; + skos:inScheme ; + skos:notation "L" ; + skos:prefLabel "Least Squares Adjustment (Phase 2)" . + + a skos:Concept, + termtype:PointCreationMethod ; + skos:definition "Precal - all SSA surveys" ; + skos:inScheme ; + skos:notation "P" ; + skos:prefLabel "Precalculated" . + + a skos:Concept, + termtype:PointCreationMethod ; + skos:definition "Traverse Adjustment - generally all traditional surveys that are not precalculated." ; + skos:inScheme ; + skos:notation "T" ; + skos:prefLabel "Traverse Adjustment" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Survey Point Creation Method" ; + skos:scopeNote "termtype:PointCreationMethod" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:34.913198"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:34.802372"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/purpose/icsm-purpose.csv b/cadastre/SurveyPoints/purpose/icsm-purpose.csv new file mode 100644 index 0000000..c4c260d --- /dev/null +++ b/cadastre/SurveyPoints/purpose/icsm-purpose.csv @@ -0,0 +1,14 @@ +preflabel,definition,notation,altlabel,related +monument,,monument,, +control,,control,, +sideshot,,sideshot,, +boundary,,boundary,, +natural boundary,,natural-boundary,, +traverse,,traverse,, +reference,,reference,, +administrative,,administrative,, +unmarked boundary,,unmarked,, +occupation,,occupation,, +survey,,survey,, +Unknown,,unknown,, +Other,,other,, \ No newline at end of file diff --git a/cadastre/SurveyPoints/purpose/icsm-purpose.jsonld b/cadastre/SurveyPoints/purpose/icsm-purpose.jsonld new file mode 100644 index 0000000..b99d3a2 --- /dev/null +++ b/cadastre/SurveyPoints/purpose/icsm-purpose.jsonld @@ -0,0 +1,162 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/icsm-surveypoint-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/icsm-surveypoint-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "ICSM Survey Point Purpose", + "class": "surv:SurveyPointPurpose", + "concepts": [ + { + "preflabel": "monument", + "definition": null, + "notation": "monument", + "altlabel": null, + "related": null, + "@id": "monument", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "control", + "definition": null, + "notation": "control", + "altlabel": null, + "related": null, + "@id": "control", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "sideshot", + "definition": null, + "notation": "sideshot", + "altlabel": null, + "related": null, + "@id": "sideshot", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "boundary", + "definition": null, + "notation": "boundary", + "altlabel": null, + "related": null, + "@id": "boundary", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "natural boundary", + "definition": null, + "notation": "natural-boundary", + "altlabel": null, + "related": null, + "@id": "natural-boundary", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "traverse", + "definition": null, + "notation": "traverse", + "altlabel": null, + "related": null, + "@id": "traverse", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "reference", + "definition": null, + "notation": "reference", + "altlabel": null, + "related": null, + "@id": "reference", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "administrative", + "definition": null, + "notation": "administrative", + "altlabel": null, + "related": null, + "@id": "administrative", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "unmarked boundary", + "definition": null, + "notation": "unmarked", + "altlabel": null, + "related": null, + "@id": "unmarked", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "occupation", + "definition": null, + "notation": "occupation", + "altlabel": null, + "related": null, + "@id": "occupation", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "survey", + "definition": null, + "notation": "survey", + "altlabel": null, + "related": null, + "@id": "survey", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Unknown", + "definition": null, + "notation": "unknown", + "altlabel": null, + "related": null, + "@id": "unknown", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Other", + "definition": null, + "notation": "other", + "altlabel": null, + "related": null, + "@id": "other", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/purpose/icsm-purpose.ttl b/cadastre/SurveyPoints/purpose/icsm-purpose.ttl new file mode 100644 index 0000000..2d995e7 --- /dev/null +++ b/cadastre/SurveyPoints/purpose/icsm-purpose.ttl @@ -0,0 +1,104 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "administrative" ; + skos:prefLabel "administrative" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "boundary" ; + skos:prefLabel "boundary" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "control" ; + skos:prefLabel "control" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "monument" ; + skos:prefLabel "monument" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "natural-boundary" ; + skos:prefLabel "natural boundary" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "occupation" ; + skos:prefLabel "occupation" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "other" ; + skos:prefLabel "Other" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "reference" ; + skos:prefLabel "reference" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "sideshot" ; + skos:prefLabel "sideshot" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "survey" ; + skos:prefLabel "survey" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "traverse" ; + skos:prefLabel "traverse" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "unknown" ; + skos:prefLabel "Unknown" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "unmarked" ; + skos:prefLabel "unmarked boundary" . + + a skos:ConceptScheme ; + skos:prefLabel "ICSM Survey Point Purpose" ; + skos:scopeNote "surv:SurveyPointPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:40.983137"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:40.887866"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/purpose/nz-purpose.csv b/cadastre/SurveyPoints/purpose/nz-purpose.csv new file mode 100644 index 0000000..66fbd00 --- /dev/null +++ b/cadastre/SurveyPoints/purpose/nz-purpose.csv @@ -0,0 +1,21 @@ +preflabel,definition,notation,altlabel,related +Boundary Accepted,,bacc,, +Boundary Defined by Adoption,,bnda,, +Boundary Defined by Survey,,bnds,, +Boundary,The mark was used as a boundary mark,bndy,, +Boundary Not Defined,,bnnd,, +CSNM/VCM,A mark that is used as either a cadastral survey network mark or vertical control mark,csnm-vcm,, +Natural Boundary Node,,natb,, +Origin/Boundary,,orbd,, +Origin,,orig,, +Origin/Witness/Boundary,,orwb,, +Origin/Witness,,orwi,, +PRM/Boundary,The mark was used as a PRM and as a boundary mark,prbd,, +Permanent Reference Mark,The mark is used as a permanent reference mark,prm,, +Non Boundary,The mark was used as a non-boundary mark,non-bdy,, +Witness/Boundary,,wibd,, +Witness,,witn,, +BNDS not requiring witnessing - created on the fly in caj_adjust_node table only,,xbds,, +PRBD not requiring witnessing - created on the fly in caj_adjust_node table only,,xprb,, +WIBD not requiring witnessing - created on the fly in caj_adjust_node table only,,xwib,, +Occupation Observation,,occupation,, \ No newline at end of file diff --git a/cadastre/SurveyPoints/purpose/nz-purpose.jsonld b/cadastre/SurveyPoints/purpose/nz-purpose.jsonld new file mode 100644 index 0000000..f2b5545 --- /dev/null +++ b/cadastre/SurveyPoints/purpose/nz-purpose.jsonld @@ -0,0 +1,232 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-surveypoint-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-surveypoint-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Survey Point Purpose", + "class": "surv:SurveyPointPurpose", + "concepts": [ + { + "preflabel": "Boundary Accepted", + "definition": null, + "notation": "bacc", + "altlabel": null, + "related": null, + "@id": "bacc", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Boundary Defined by Adoption", + "definition": null, + "notation": "bnda", + "altlabel": null, + "related": null, + "@id": "bnda", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Boundary Defined by Survey", + "definition": null, + "notation": "bnds", + "altlabel": null, + "related": null, + "@id": "bnds", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Boundary", + "definition": "The mark was used as a boundary mark", + "notation": "bndy", + "altlabel": null, + "related": null, + "@id": "bndy", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Boundary Not Defined", + "definition": null, + "notation": "bnnd", + "altlabel": null, + "related": null, + "@id": "bnnd", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "CSNM/VCM", + "definition": "A mark that is used as either a cadastral survey network mark or vertical control mark", + "notation": "csnm-vcm", + "altlabel": null, + "related": null, + "@id": "csnm-vcm", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Natural Boundary Node", + "definition": null, + "notation": "natb", + "altlabel": null, + "related": null, + "@id": "natb", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Origin/Boundary", + "definition": null, + "notation": "orbd", + "altlabel": null, + "related": null, + "@id": "orbd", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Origin", + "definition": null, + "notation": "orig", + "altlabel": null, + "related": null, + "@id": "orig", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Origin/Witness/Boundary", + "definition": null, + "notation": "orwb", + "altlabel": null, + "related": null, + "@id": "orwb", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Origin/Witness", + "definition": null, + "notation": "orwi", + "altlabel": null, + "related": null, + "@id": "orwi", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "PRM/Boundary", + "definition": "The mark was used as a PRM and as a boundary mark", + "notation": "prbd", + "altlabel": null, + "related": null, + "@id": "prbd", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Permanent Reference Mark", + "definition": "The mark is used as a permanent reference mark", + "notation": "prm", + "altlabel": null, + "related": null, + "@id": "prm", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Non Boundary", + "definition": "The mark was used as a non-boundary mark", + "notation": "non-bdy", + "altlabel": null, + "related": null, + "@id": "non-bdy", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Witness/Boundary", + "definition": null, + "notation": "wibd", + "altlabel": null, + "related": null, + "@id": "wibd", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Witness", + "definition": null, + "notation": "witn", + "altlabel": null, + "related": null, + "@id": "witn", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "BNDS not requiring witnessing - created on the fly in caj_adjust_node table only", + "definition": null, + "notation": "xbds", + "altlabel": null, + "related": null, + "@id": "xbds", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "PRBD not requiring witnessing - created on the fly in caj_adjust_node table only", + "definition": null, + "notation": "xprb", + "altlabel": null, + "related": null, + "@id": "xprb", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "WIBD not requiring witnessing - created on the fly in caj_adjust_node table only", + "definition": null, + "notation": "xwib", + "altlabel": null, + "related": null, + "@id": "xwib", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Occupation Observation", + "definition": null, + "notation": "occupation", + "altlabel": null, + "related": null, + "@id": "occupation", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/purpose/nz-purpose.ttl b/cadastre/SurveyPoints/purpose/nz-purpose.ttl new file mode 100644 index 0000000..d35d8a6 --- /dev/null +++ b/cadastre/SurveyPoints/purpose/nz-purpose.ttl @@ -0,0 +1,151 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "bacc" ; + skos:prefLabel "Boundary Accepted" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "bnda" ; + skos:prefLabel "Boundary Defined by Adoption" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "bnds" ; + skos:prefLabel "Boundary Defined by Survey" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:definition "The mark was used as a boundary mark" ; + skos:inScheme ; + skos:notation "bndy" ; + skos:prefLabel "Boundary" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "bnnd" ; + skos:prefLabel "Boundary Not Defined" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:definition "A mark that is used as either a cadastral survey network mark or vertical control mark" ; + skos:inScheme ; + skos:notation "csnm-vcm" ; + skos:prefLabel "CSNM/VCM" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "natb" ; + skos:prefLabel "Natural Boundary Node" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:definition "The mark was used as a non-boundary mark" ; + skos:inScheme ; + skos:notation "non-bdy" ; + skos:prefLabel "Non Boundary" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "occupation" ; + skos:prefLabel "Occupation Observation" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "orbd" ; + skos:prefLabel "Origin/Boundary" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "orig" ; + skos:prefLabel "Origin" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "orwb" ; + skos:prefLabel "Origin/Witness/Boundary" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "orwi" ; + skos:prefLabel "Origin/Witness" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:definition "The mark was used as a PRM and as a boundary mark" ; + skos:inScheme ; + skos:notation "prbd" ; + skos:prefLabel "PRM/Boundary" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:definition "The mark is used as a permanent reference mark" ; + skos:inScheme ; + skos:notation "prm" ; + skos:prefLabel "Permanent Reference Mark" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "wibd" ; + skos:prefLabel "Witness/Boundary" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "witn" ; + skos:prefLabel "Witness" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "xbds" ; + skos:prefLabel "BNDS not requiring witnessing - created on the fly in caj_adjust_node table only" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "xprb" ; + skos:prefLabel "PRBD not requiring witnessing - created on the fly in caj_adjust_node table only" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "xwib" ; + skos:prefLabel "WIBD not requiring witnessing - created on the fly in caj_adjust_node table only" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Survey Point Purpose" ; + skos:scopeNote "surv:SurveyPointPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:37.835097"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:37.731920"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/purpose/vic-purpose.csv b/cadastre/SurveyPoints/purpose/vic-purpose.csv new file mode 100644 index 0000000..8ed543f --- /dev/null +++ b/cadastre/SurveyPoints/purpose/vic-purpose.csv @@ -0,0 +1,11 @@ +preflabel,definition,notation,altlabel,related +monument,,monument,, +control,,control,, +sideshot,,sideshot,, +boundary,,boundary,, +natural boundary,,natural-boundary,, +traverse,,traverse,, +reference,,reference,, +administrative,,administrative,, +unmarked boundary,,unmarked-boundary,, +occupation,,occupation,, \ No newline at end of file diff --git a/cadastre/SurveyPoints/purpose/vic-purpose.jsonld b/cadastre/SurveyPoints/purpose/vic-purpose.jsonld new file mode 100644 index 0000000..bfae399 --- /dev/null +++ b/cadastre/SurveyPoints/purpose/vic-purpose.jsonld @@ -0,0 +1,132 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-surveypoint-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-surveypoint-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Survey Point Purpose", + "class": "surv:SurveyPointPurpose", + "concepts": [ + { + "preflabel": "monument", + "definition": null, + "notation": "monument", + "altlabel": null, + "related": null, + "@id": "monument", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "control", + "definition": null, + "notation": "control", + "altlabel": null, + "related": null, + "@id": "control", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "sideshot", + "definition": null, + "notation": "sideshot", + "altlabel": null, + "related": null, + "@id": "sideshot", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "boundary", + "definition": null, + "notation": "boundary", + "altlabel": null, + "related": null, + "@id": "boundary", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "natural boundary", + "definition": null, + "notation": "natural-boundary", + "altlabel": null, + "related": null, + "@id": "natural-boundary", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "traverse", + "definition": null, + "notation": "traverse", + "altlabel": null, + "related": null, + "@id": "traverse", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "reference", + "definition": null, + "notation": "reference", + "altlabel": null, + "related": null, + "@id": "reference", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "administrative", + "definition": null, + "notation": "administrative", + "altlabel": null, + "related": null, + "@id": "administrative", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "unmarked boundary", + "definition": null, + "notation": "unmarked-boundary", + "altlabel": null, + "related": null, + "@id": "unmarked-boundary", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "occupation", + "definition": null, + "notation": "occupation", + "altlabel": null, + "related": null, + "@id": "occupation", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/purpose/vic-purpose.ttl b/cadastre/SurveyPoints/purpose/vic-purpose.ttl new file mode 100644 index 0000000..d91b39c --- /dev/null +++ b/cadastre/SurveyPoints/purpose/vic-purpose.ttl @@ -0,0 +1,86 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "administrative" ; + skos:prefLabel "administrative" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "boundary" ; + skos:prefLabel "boundary" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "control" ; + skos:prefLabel "control" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "monument" ; + skos:prefLabel "monument" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "natural-boundary" ; + skos:prefLabel "natural boundary" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "occupation" ; + skos:prefLabel "occupation" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "reference" ; + skos:prefLabel "reference" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "sideshot" ; + skos:prefLabel "sideshot" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "traverse" ; + skos:prefLabel "traverse" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:inScheme ; + skos:notation "unmarked-boundary" ; + skos:prefLabel "unmarked boundary" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Survey Point Purpose" ; + skos:scopeNote "surv:SurveyPointPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:42.589628"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:42.496070"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/purpose/wa-purpose.csv b/cadastre/SurveyPoints/purpose/wa-purpose.csv new file mode 100644 index 0000000..19fcbbb --- /dev/null +++ b/cadastre/SurveyPoints/purpose/wa-purpose.csv @@ -0,0 +1,45 @@ +preflabel,definition,notation,altlabel,related +Monument,Monument,monument,, +Control,Control,control,, +Admin,Admin,admin,150, +Survey,Survey,survey,, +Unknown,Unknown,unknown,, +Standard Survey Mark,Standard Survey Mark,standard-survey-mark,45, +Other,Other,other,, +Temporary Control Point,Temporary Control Point,temporary-control-point,44, +Road Boundary,Road Boundary,road-boundary,1, +Internal Boundary,Internal Boundary,internal-boundary,2, +Water Boundary,Water Boundary,water-boundary,3, +Group Boundary,Group Boundary,group-boundary,4, +HWM Boundary,HWM Boundary,hwm-boundary,6, +LWM Boundary,LWM Boundary,lwm-boundary,7, +Nautical Boundary,Nautical Boundary,nautical-boundary,8, +Network Construct,Network Construct,network-construct,11, +Poly Tie Construct,Poly Tie Construct,poly-tie-construct,12, +3D Normal,3D Normal,3d-normal,14, +Interest Boundary,Interest Boundary,interest-boundary,21, +Interest Construct,Interest Construct,interest-construct,22, +Permanent Survey Mark,Permanent Survey Mark,permanent-survey-mark,41, +Permanent Control Mark,Permanent Control Mark,permanent-control-mark,42, +Non Geodetic Connection,Non Geodetic Connection,non-geodetic-connection,43, +Non Geodetic Temporary Control Mark,Non Geodetic Temporary Control Mark,non-geodetic-temporary-control-mark,44, +Geodetic Bench Mark,Geodetic Bench Mark,geodetic-bench-mark,46, +Geodetic Temporary Control Mark,Geodetic Temporary Control Mark,geodetic-temporary-control-mark,47, +Geodetic Reference Mark,Geodetic Reference Mark,geodetic-reference-mark,48, +Non Geodetic,Non Geodetic,non-geodetic,49, +General Mining,General Mining,general-mining,60, +Superseded Mining,Superseded Mining,superseded-mining,61, +Construct Mining,Construct Mining,construct-mining,78, +Administration point,Administration point,administration-point,150, +Surround Point,Surround Point,surround-point,181, +Superseded Crown,Superseded Crown,superseded-crown,200, +Superseded Freehold,Superseded Freehold,superseded-freehold,201, +Superseded Lease,Superseded Lease,superseded-lease,202, +Surround Point,Surround Point,surround-point,203, +HAT,Highest Astronomical Tide-ICSM-SP9,hat,6, +MHWS,Mean High Water Springs-ICSM-SP9,mhws,6, +MHW,Mean High Water-Common Law-ICSM-SP9,mhw,6, +MSL,Mean Sea Level-ICSM-SP9,msl,, +MLWS,Mean Low Water Springs-ICSM-SP9,mlws,7, +MLW,Mean Low Water-ICSM-SP9,mlw,7, +LAT,Lowest Astronomical Tide-ICSM-SP9,lat,7, \ No newline at end of file diff --git a/cadastre/SurveyPoints/purpose/wa-purpose.jsonld b/cadastre/SurveyPoints/purpose/wa-purpose.jsonld new file mode 100644 index 0000000..0222513 --- /dev/null +++ b/cadastre/SurveyPoints/purpose/wa-purpose.jsonld @@ -0,0 +1,472 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-surveypoint-purpose/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-surveypoint-purpose", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Survey Point Purpose", + "class": "surv:SurveyPointPurpose", + "concepts": [ + { + "preflabel": "Monument", + "definition": "Monument", + "notation": "monument", + "altlabel": null, + "related": null, + "@id": "monument", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Control", + "definition": "Control", + "notation": "control", + "altlabel": null, + "related": null, + "@id": "control", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Admin", + "definition": "Admin", + "notation": "admin", + "altlabel": "150", + "related": null, + "@id": "admin", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Survey", + "definition": "Survey", + "notation": "survey", + "altlabel": null, + "related": null, + "@id": "survey", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Unknown", + "definition": "Unknown", + "notation": "unknown", + "altlabel": null, + "related": null, + "@id": "unknown", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Standard Survey Mark", + "definition": "Standard Survey Mark", + "notation": "standard-survey-mark", + "altlabel": "45", + "related": null, + "@id": "standard-survey-mark", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Other", + "definition": "Other", + "notation": "other", + "altlabel": null, + "related": null, + "@id": "other", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Temporary Control Point", + "definition": "Temporary Control Point", + "notation": "temporary-control-point", + "altlabel": "44", + "related": null, + "@id": "temporary-control-point", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Road Boundary", + "definition": "Road Boundary", + "notation": "road-boundary", + "altlabel": "1", + "related": null, + "@id": "road-boundary", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Internal Boundary", + "definition": "Internal Boundary", + "notation": "internal-boundary", + "altlabel": "2", + "related": null, + "@id": "internal-boundary", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Water Boundary", + "definition": "Water Boundary", + "notation": "water-boundary", + "altlabel": "3", + "related": null, + "@id": "water-boundary", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Group Boundary", + "definition": "Group Boundary", + "notation": "group-boundary", + "altlabel": "4", + "related": null, + "@id": "group-boundary", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "HWM Boundary", + "definition": "HWM Boundary", + "notation": "hwm-boundary", + "altlabel": "6", + "related": null, + "@id": "hwm-boundary", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "LWM Boundary", + "definition": "LWM Boundary", + "notation": "lwm-boundary", + "altlabel": "7", + "related": null, + "@id": "lwm-boundary", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Nautical Boundary", + "definition": "Nautical Boundary", + "notation": "nautical-boundary", + "altlabel": "8", + "related": null, + "@id": "nautical-boundary", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Network Construct", + "definition": "Network Construct", + "notation": "network-construct", + "altlabel": "11", + "related": null, + "@id": "network-construct", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Poly Tie Construct", + "definition": "Poly Tie Construct", + "notation": "poly-tie-construct", + "altlabel": "12", + "related": null, + "@id": "poly-tie-construct", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "3D Normal", + "definition": "3D Normal", + "notation": "3d-normal", + "altlabel": "14", + "related": null, + "@id": "3d-normal", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Interest Boundary", + "definition": "Interest Boundary", + "notation": "interest-boundary", + "altlabel": "21", + "related": null, + "@id": "interest-boundary", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Interest Construct", + "definition": "Interest Construct", + "notation": "interest-construct", + "altlabel": "22", + "related": null, + "@id": "interest-construct", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Permanent Survey Mark", + "definition": "Permanent Survey Mark", + "notation": "permanent-survey-mark", + "altlabel": "41", + "related": null, + "@id": "permanent-survey-mark", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Permanent Control Mark", + "definition": "Permanent Control Mark", + "notation": "permanent-control-mark", + "altlabel": "42", + "related": null, + "@id": "permanent-control-mark", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Non Geodetic Connection", + "definition": "Non Geodetic Connection", + "notation": "non-geodetic-connection", + "altlabel": "43", + "related": null, + "@id": "non-geodetic-connection", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Non Geodetic Temporary Control Mark", + "definition": "Non Geodetic Temporary Control Mark", + "notation": "non-geodetic-temporary-control-mark", + "altlabel": "44", + "related": null, + "@id": "non-geodetic-temporary-control-mark", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Geodetic Bench Mark", + "definition": "Geodetic Bench Mark", + "notation": "geodetic-bench-mark", + "altlabel": "46", + "related": null, + "@id": "geodetic-bench-mark", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Geodetic Temporary Control Mark", + "definition": "Geodetic Temporary Control Mark", + "notation": "geodetic-temporary-control-mark", + "altlabel": "47", + "related": null, + "@id": "geodetic-temporary-control-mark", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Geodetic Reference Mark", + "definition": "Geodetic Reference Mark", + "notation": "geodetic-reference-mark", + "altlabel": "48", + "related": null, + "@id": "geodetic-reference-mark", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Non Geodetic", + "definition": "Non Geodetic", + "notation": "non-geodetic", + "altlabel": "49", + "related": null, + "@id": "non-geodetic", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "General Mining", + "definition": "General Mining", + "notation": "general-mining", + "altlabel": "60", + "related": null, + "@id": "general-mining", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Mining", + "definition": "Superseded Mining", + "notation": "superseded-mining", + "altlabel": "61", + "related": null, + "@id": "superseded-mining", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Construct Mining", + "definition": "Construct Mining", + "notation": "construct-mining", + "altlabel": "78", + "related": null, + "@id": "construct-mining", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Administration point", + "definition": "Administration point", + "notation": "administration-point", + "altlabel": "150", + "related": null, + "@id": "administration-point", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Surround Point", + "definition": "Surround Point", + "notation": "surround-point", + "altlabel": "181", + "related": null, + "@id": "surround-point", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Crown", + "definition": "Superseded Crown", + "notation": "superseded-crown", + "altlabel": "200", + "related": null, + "@id": "superseded-crown", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Freehold", + "definition": "Superseded Freehold", + "notation": "superseded-freehold", + "altlabel": "201", + "related": null, + "@id": "superseded-freehold", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Superseded Lease", + "definition": "Superseded Lease", + "notation": "superseded-lease", + "altlabel": "202", + "related": null, + "@id": "superseded-lease", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "Surround Point", + "definition": "Surround Point", + "notation": "surround-point", + "altlabel": "203", + "related": null, + "@id": "surround-point", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "HAT", + "definition": "Highest Astronomical Tide-ICSM-SP9", + "notation": "hat", + "altlabel": "6", + "related": null, + "@id": "hat", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "MHWS", + "definition": "Mean High Water Springs-ICSM-SP9", + "notation": "mhws", + "altlabel": "6", + "related": null, + "@id": "mhws", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "MHW", + "definition": "Mean High Water-Common Law-ICSM-SP9", + "notation": "mhw", + "altlabel": "6", + "related": null, + "@id": "mhw", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "MSL", + "definition": "Mean Sea Level-ICSM-SP9", + "notation": "msl", + "altlabel": null, + "related": null, + "@id": "msl", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "MLWS", + "definition": "Mean Low Water Springs-ICSM-SP9", + "notation": "mlws", + "altlabel": "7", + "related": null, + "@id": "mlws", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "MLW", + "definition": "Mean Low Water-ICSM-SP9", + "notation": "mlw", + "altlabel": "7", + "related": null, + "@id": "mlw", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + }, + { + "preflabel": "LAT", + "definition": "Lowest Astronomical Tide-ICSM-SP9", + "notation": "lat", + "altlabel": "7", + "related": null, + "@id": "lat", + "type": "surv:SurveyPointPurpose", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/purpose/wa-purpose.ttl b/cadastre/SurveyPoints/purpose/wa-purpose.ttl new file mode 100644 index 0000000..11b9599 --- /dev/null +++ b/cadastre/SurveyPoints/purpose/wa-purpose.ttl @@ -0,0 +1,365 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "14" ; + skos:definition "3D Normal" ; + skos:inScheme ; + skos:notation "3d-normal" ; + skos:prefLabel "3D Normal" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "150" ; + skos:definition "Admin" ; + skos:inScheme ; + skos:notation "admin" ; + skos:prefLabel "Admin" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "150" ; + skos:definition "Administration point" ; + skos:inScheme ; + skos:notation "administration-point" ; + skos:prefLabel "Administration point" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "78" ; + skos:definition "Construct Mining" ; + skos:inScheme ; + skos:notation "construct-mining" ; + skos:prefLabel "Construct Mining" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:definition "Control" ; + skos:inScheme ; + skos:notation "control" ; + skos:prefLabel "Control" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "60" ; + skos:definition "General Mining" ; + skos:inScheme ; + skos:notation "general-mining" ; + skos:prefLabel "General Mining" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "46" ; + skos:definition "Geodetic Bench Mark" ; + skos:inScheme ; + skos:notation "geodetic-bench-mark" ; + skos:prefLabel "Geodetic Bench Mark" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "48" ; + skos:definition "Geodetic Reference Mark" ; + skos:inScheme ; + skos:notation "geodetic-reference-mark" ; + skos:prefLabel "Geodetic Reference Mark" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "47" ; + skos:definition "Geodetic Temporary Control Mark" ; + skos:inScheme ; + skos:notation "geodetic-temporary-control-mark" ; + skos:prefLabel "Geodetic Temporary Control Mark" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "4" ; + skos:definition "Group Boundary" ; + skos:inScheme ; + skos:notation "group-boundary" ; + skos:prefLabel "Group Boundary" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "6" ; + skos:definition "Highest Astronomical Tide-ICSM-SP9" ; + skos:inScheme ; + skos:notation "hat" ; + skos:prefLabel "HAT" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "6" ; + skos:definition "HWM Boundary" ; + skos:inScheme ; + skos:notation "hwm-boundary" ; + skos:prefLabel "HWM Boundary" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "21" ; + skos:definition "Interest Boundary" ; + skos:inScheme ; + skos:notation "interest-boundary" ; + skos:prefLabel "Interest Boundary" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "22" ; + skos:definition "Interest Construct" ; + skos:inScheme ; + skos:notation "interest-construct" ; + skos:prefLabel "Interest Construct" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "2" ; + skos:definition "Internal Boundary" ; + skos:inScheme ; + skos:notation "internal-boundary" ; + skos:prefLabel "Internal Boundary" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "7" ; + skos:definition "Lowest Astronomical Tide-ICSM-SP9" ; + skos:inScheme ; + skos:notation "lat" ; + skos:prefLabel "LAT" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "7" ; + skos:definition "LWM Boundary" ; + skos:inScheme ; + skos:notation "lwm-boundary" ; + skos:prefLabel "LWM Boundary" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "6" ; + skos:definition "Mean High Water-Common Law-ICSM-SP9" ; + skos:inScheme ; + skos:notation "mhw" ; + skos:prefLabel "MHW" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "6" ; + skos:definition "Mean High Water Springs-ICSM-SP9" ; + skos:inScheme ; + skos:notation "mhws" ; + skos:prefLabel "MHWS" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "7" ; + skos:definition "Mean Low Water-ICSM-SP9" ; + skos:inScheme ; + skos:notation "mlw" ; + skos:prefLabel "MLW" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "7" ; + skos:definition "Mean Low Water Springs-ICSM-SP9" ; + skos:inScheme ; + skos:notation "mlws" ; + skos:prefLabel "MLWS" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:definition "Monument" ; + skos:inScheme ; + skos:notation "monument" ; + skos:prefLabel "Monument" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:definition "Mean Sea Level-ICSM-SP9" ; + skos:inScheme ; + skos:notation "msl" ; + skos:prefLabel "MSL" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "8" ; + skos:definition "Nautical Boundary" ; + skos:inScheme ; + skos:notation "nautical-boundary" ; + skos:prefLabel "Nautical Boundary" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "11" ; + skos:definition "Network Construct" ; + skos:inScheme ; + skos:notation "network-construct" ; + skos:prefLabel "Network Construct" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "49" ; + skos:definition "Non Geodetic" ; + skos:inScheme ; + skos:notation "non-geodetic" ; + skos:prefLabel "Non Geodetic" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "43" ; + skos:definition "Non Geodetic Connection" ; + skos:inScheme ; + skos:notation "non-geodetic-connection" ; + skos:prefLabel "Non Geodetic Connection" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "44" ; + skos:definition "Non Geodetic Temporary Control Mark" ; + skos:inScheme ; + skos:notation "non-geodetic-temporary-control-mark" ; + skos:prefLabel "Non Geodetic Temporary Control Mark" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:definition "Other" ; + skos:inScheme ; + skos:notation "other" ; + skos:prefLabel "Other" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "42" ; + skos:definition "Permanent Control Mark" ; + skos:inScheme ; + skos:notation "permanent-control-mark" ; + skos:prefLabel "Permanent Control Mark" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "41" ; + skos:definition "Permanent Survey Mark" ; + skos:inScheme ; + skos:notation "permanent-survey-mark" ; + skos:prefLabel "Permanent Survey Mark" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "12" ; + skos:definition "Poly Tie Construct" ; + skos:inScheme ; + skos:notation "poly-tie-construct" ; + skos:prefLabel "Poly Tie Construct" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "1" ; + skos:definition "Road Boundary" ; + skos:inScheme ; + skos:notation "road-boundary" ; + skos:prefLabel "Road Boundary" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "45" ; + skos:definition "Standard Survey Mark" ; + skos:inScheme ; + skos:notation "standard-survey-mark" ; + skos:prefLabel "Standard Survey Mark" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "200" ; + skos:definition "Superseded Crown" ; + skos:inScheme ; + skos:notation "superseded-crown" ; + skos:prefLabel "Superseded Crown" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "201" ; + skos:definition "Superseded Freehold" ; + skos:inScheme ; + skos:notation "superseded-freehold" ; + skos:prefLabel "Superseded Freehold" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "202" ; + skos:definition "Superseded Lease" ; + skos:inScheme ; + skos:notation "superseded-lease" ; + skos:prefLabel "Superseded Lease" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "61" ; + skos:definition "Superseded Mining" ; + skos:inScheme ; + skos:notation "superseded-mining" ; + skos:prefLabel "Superseded Mining" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "181", + "203" ; + skos:definition "Surround Point" ; + skos:inScheme ; + skos:notation "surround-point" ; + skos:prefLabel "Surround Point" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:definition "Survey" ; + skos:inScheme ; + skos:notation "survey" ; + skos:prefLabel "Survey" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "44" ; + skos:definition "Temporary Control Point" ; + skos:inScheme ; + skos:notation "temporary-control-point" ; + skos:prefLabel "Temporary Control Point" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:definition "Unknown" ; + skos:inScheme ; + skos:notation "unknown" ; + skos:prefLabel "Unknown" . + + a skos:Concept, + surv:SurveyPointPurpose ; + skos:altLabel "3" ; + skos:definition "Water Boundary" ; + skos:inScheme ; + skos:notation "water-boundary" ; + skos:prefLabel "Water Boundary" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Survey Point Purpose" ; + skos:scopeNote "surv:SurveyPointPurpose" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:46.562465"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:46.352455"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/state/icsm-state.csv b/cadastre/SurveyPoints/state/icsm-state.csv new file mode 100644 index 0000000..6fc274a --- /dev/null +++ b/cadastre/SurveyPoints/state/icsm-state.csv @@ -0,0 +1,5 @@ +preflabel,definition,notation,altlabel,related +abandoned,,abandoned,, +destroyed,,destroyed,, +existing,,existing,, +proposed,,proposed,, \ No newline at end of file diff --git a/cadastre/SurveyPoints/state/icsm-state.jsonld b/cadastre/SurveyPoints/state/icsm-state.jsonld new file mode 100644 index 0000000..b978ce7 --- /dev/null +++ b/cadastre/SurveyPoints/state/icsm-state.jsonld @@ -0,0 +1,72 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/icsm-monument-state/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/icsm-monument-state", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "ICSM Monument State", + "class": "surv:SurveyPointState", + "concepts": [ + { + "preflabel": "abandoned", + "definition": null, + "notation": "abandoned", + "altlabel": null, + "related": null, + "@id": "abandoned", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "destroyed", + "definition": null, + "notation": "destroyed", + "altlabel": null, + "related": null, + "@id": "destroyed", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "existing", + "definition": null, + "notation": "existing", + "altlabel": null, + "related": null, + "@id": "existing", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "proposed", + "definition": null, + "notation": "proposed", + "altlabel": null, + "related": null, + "@id": "proposed", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/state/icsm-state.ttl b/cadastre/SurveyPoints/state/icsm-state.ttl new file mode 100644 index 0000000..346bdfa --- /dev/null +++ b/cadastre/SurveyPoints/state/icsm-state.ttl @@ -0,0 +1,50 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:SurveyPointState ; + skos:inScheme ; + skos:notation "abandoned" ; + skos:prefLabel "abandoned" . + + a skos:Concept, + surv:SurveyPointState ; + skos:inScheme ; + skos:notation "destroyed" ; + skos:prefLabel "destroyed" . + + a skos:Concept, + surv:SurveyPointState ; + skos:inScheme ; + skos:notation "existing" ; + skos:prefLabel "existing" . + + a skos:Concept, + surv:SurveyPointState ; + skos:inScheme ; + skos:notation "proposed" ; + skos:prefLabel "proposed" . + + a skos:ConceptScheme ; + skos:prefLabel "ICSM Monument State" ; + skos:scopeNote "surv:SurveyPointState" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:44.406994"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:44.243327"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/state/nz-state.csv b/cadastre/SurveyPoints/state/nz-state.csv new file mode 100644 index 0000000..050aedd --- /dev/null +++ b/cadastre/SurveyPoints/state/nz-state.csv @@ -0,0 +1,7 @@ +preflabel,definition,notation,altlabel,related +Adopted,"The mark existed before the survey was conducted and was adopted from a previous survey, i.e., It was not surveyed for this survey.",adpt,0, +New,The mark was created by this survey.,new,1, +Old,The mark existed before the survey was conducted. The mark is undisturbed and considered to be original. The mark was surveyed as part of this survey.,old,2, +System Added,,sysa,3, +Disturbed,"The mark has been disturbed, hence a new coordinated position.",dist,, +Replaced,The mark replaces an existing mark.,repl,, \ No newline at end of file diff --git a/cadastre/SurveyPoints/state/nz-state.jsonld b/cadastre/SurveyPoints/state/nz-state.jsonld new file mode 100644 index 0000000..a628325 --- /dev/null +++ b/cadastre/SurveyPoints/state/nz-state.jsonld @@ -0,0 +1,92 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/nz-monument-state/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/nz-monument-state", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "NZ Monument State", + "class": "surv:SurveyPointState", + "concepts": [ + { + "preflabel": "Adopted", + "definition": "The mark existed before the survey was conducted and was adopted from a previous survey, i.e., It was not surveyed for this survey.", + "notation": "adpt", + "altlabel": "0", + "related": null, + "@id": "adpt", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "New", + "definition": "The mark was created by this survey.", + "notation": "new", + "altlabel": "1", + "related": null, + "@id": "new", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "Old", + "definition": "The mark existed before the survey was conducted. The mark is undisturbed and considered to be original. The mark was surveyed as part of this survey.", + "notation": "old", + "altlabel": "2", + "related": null, + "@id": "old", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "System Added", + "definition": null, + "notation": "sysa", + "altlabel": "3", + "related": null, + "@id": "sysa", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "Disturbed", + "definition": "The mark has been disturbed, hence a new coordinated position.", + "notation": "dist", + "altlabel": null, + "related": null, + "@id": "dist", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "Replaced", + "definition": "The mark replaces an existing mark.", + "notation": "repl", + "altlabel": null, + "related": null, + "@id": "repl", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/state/nz-state.ttl b/cadastre/SurveyPoints/state/nz-state.ttl new file mode 100644 index 0000000..b79b577 --- /dev/null +++ b/cadastre/SurveyPoints/state/nz-state.ttl @@ -0,0 +1,71 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:SurveyPointState ; + skos:altLabel "0" ; + skos:definition "The mark existed before the survey was conducted and was adopted from a previous survey, i.e., It was not surveyed for this survey." ; + skos:inScheme ; + skos:notation "adpt" ; + skos:prefLabel "Adopted" . + + a skos:Concept, + surv:SurveyPointState ; + skos:definition "The mark has been disturbed, hence a new coordinated position." ; + skos:inScheme ; + skos:notation "dist" ; + skos:prefLabel "Disturbed" . + + a skos:Concept, + surv:SurveyPointState ; + skos:altLabel "1" ; + skos:definition "The mark was created by this survey." ; + skos:inScheme ; + skos:notation "new" ; + skos:prefLabel "New" . + + a skos:Concept, + surv:SurveyPointState ; + skos:altLabel "2" ; + skos:definition "The mark existed before the survey was conducted. The mark is undisturbed and considered to be original. The mark was surveyed as part of this survey." ; + skos:inScheme ; + skos:notation "old" ; + skos:prefLabel "Old" . + + a skos:Concept, + surv:SurveyPointState ; + skos:definition "The mark replaces an existing mark." ; + skos:inScheme ; + skos:notation "repl" ; + skos:prefLabel "Replaced" . + + a skos:Concept, + surv:SurveyPointState ; + skos:altLabel "3" ; + skos:inScheme ; + skos:notation "sysa" ; + skos:prefLabel "System Added" . + + a skos:ConceptScheme ; + skos:prefLabel "NZ Monument State" ; + skos:scopeNote "surv:SurveyPointState" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:51.702060"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:51.613832"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/state/vic-state.csv b/cadastre/SurveyPoints/state/vic-state.csv new file mode 100644 index 0000000..e63d322 --- /dev/null +++ b/cadastre/SurveyPoints/state/vic-state.csv @@ -0,0 +1,4 @@ +preflabel,definition,notation,altlabel,related +Existing,"A mark of any type that was existing at the time of the cadastral survey. For these marks, the condition defines what condition the mark is in when it was located.",existing,, +New,A mark of any type that is created as part of the cadastral survey,new,, +Proposed,,proposed,, \ No newline at end of file diff --git a/cadastre/SurveyPoints/state/vic-state.jsonld b/cadastre/SurveyPoints/state/vic-state.jsonld new file mode 100644 index 0000000..164c5be --- /dev/null +++ b/cadastre/SurveyPoints/state/vic-state.jsonld @@ -0,0 +1,62 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/vic-monument-state/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/vic-monument-state", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "VIC Monument State", + "class": "surv:SurveyPointState", + "concepts": [ + { + "preflabel": "Existing", + "definition": "A mark of any type that was existing at the time of the cadastral survey. For these marks, the condition defines what condition the mark is in when it was located.", + "notation": "existing", + "altlabel": null, + "related": null, + "@id": "existing", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "New", + "definition": "A mark of any type that is created as part of the cadastral survey", + "notation": "new", + "altlabel": null, + "related": null, + "@id": "new", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "Proposed", + "definition": null, + "notation": "proposed", + "altlabel": null, + "related": null, + "@id": "proposed", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/state/vic-state.ttl b/cadastre/SurveyPoints/state/vic-state.ttl new file mode 100644 index 0000000..c4ece31 --- /dev/null +++ b/cadastre/SurveyPoints/state/vic-state.ttl @@ -0,0 +1,46 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:SurveyPointState ; + skos:definition "A mark of any type that was existing at the time of the cadastral survey. For these marks, the condition defines what condition the mark is in when it was located." ; + skos:inScheme ; + skos:notation "existing" ; + skos:prefLabel "Existing" . + + a skos:Concept, + surv:SurveyPointState ; + skos:definition "A mark of any type that is created as part of the cadastral survey" ; + skos:inScheme ; + skos:notation "new" ; + skos:prefLabel "New" . + + a skos:Concept, + surv:SurveyPointState ; + skos:inScheme ; + skos:notation "proposed" ; + skos:prefLabel "Proposed" . + + a skos:ConceptScheme ; + skos:prefLabel "VIC Monument State" ; + skos:scopeNote "surv:SurveyPointState" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:45.822696"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:45.738537"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/state/wa-state.csv b/cadastre/SurveyPoints/state/wa-state.csv new file mode 100644 index 0000000..e217254 --- /dev/null +++ b/cadastre/SurveyPoints/state/wa-state.csv @@ -0,0 +1,12 @@ +preflabel,definition,notation,altlabel,related +Unmarked,,unmarked,, +New Mark,,new-mark,, +Mark Found,,mark-found,M.F., +Mark Found and Renewed,,mark-found-and-renewed,M.F. Renewed,Mark Found and Replaced +Mark Found and Adjusted,,mark-found-and-adjusted,M.F. Adj., +Mark Gone,,mark-gone,M.G., +Mark Gone and Replaced,,mark-gone-and-replaced,M.G. Replaced, +Mark Found and Replaced,,mark-found-and-replaced,M.G. Replaced,Mark Found and Renewed +Not Found,,not-found,, +Presumed gone,,presumed-gone,,Did not search? +Did not search,,did-not-search,,Presumed gone \ No newline at end of file diff --git a/cadastre/SurveyPoints/state/wa-state.jsonld b/cadastre/SurveyPoints/state/wa-state.jsonld new file mode 100644 index 0000000..708e517 --- /dev/null +++ b/cadastre/SurveyPoints/state/wa-state.jsonld @@ -0,0 +1,142 @@ +{ + "@context": [ + { + "@base": "https://linked.data.gov.au/def/csdm/wa-monument-state/" + }, + { + "skos": "http://www.w3.org/2004/02/skos/core#", + "dct": "http://purl.org/dc/terms/", + "policy": "http://www.opengis.net/def/metamodel/ogc-na/", + "surv": "https://linked.data.gov.au/def/csdm/surveyfeatures/", + "sosa": "http://www.w3.org/ns/sosa/", + "container": "https://linked.data.gov.au/def/csdm/container/", + "parcel": "https://linked.data.gov.au/def/csdm/parcels/", + "termtype": "https://linked.data.gov.au/def/csdm/termtypes/", + "preflabel": "skos:prefLabel", + "type": "@type", + "altlabel": "skos:altLabel", + "class": "skos:scopeNote", + "definition": "skos:definition", + "notation": "skos:notation", + "concepts": { + "@reverse": "skos:inScheme" + } + } + ], + "@id": "https://linked.data.gov.au/def/csdm/wa-monument-state", + "@type": "skos:ConceptScheme", + "skos:prefLabel": "WA Monument State", + "class": "surv:SurveyPointState", + "concepts": [ + { + "preflabel": "Unmarked", + "definition": null, + "notation": "unmarked", + "altlabel": null, + "related": null, + "@id": "unmarked", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "New Mark", + "definition": null, + "notation": "new-mark", + "altlabel": null, + "related": null, + "@id": "new-mark", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "Mark Found", + "definition": null, + "notation": "mark-found", + "altlabel": "M.F.", + "related": null, + "@id": "mark-found", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "Mark Found and Renewed", + "definition": null, + "notation": "mark-found-and-renewed", + "altlabel": "M.F. Renewed", + "related": "Mark Found and Replaced", + "@id": "mark-found-and-renewed", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "Mark Found and Adjusted", + "definition": null, + "notation": "mark-found-and-adjusted", + "altlabel": "M.F. Adj.", + "related": null, + "@id": "mark-found-and-adjusted", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "Mark Gone", + "definition": null, + "notation": "mark-gone", + "altlabel": "M.G.", + "related": null, + "@id": "mark-gone", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "Mark Gone and Replaced", + "definition": null, + "notation": "mark-gone-and-replaced", + "altlabel": "M.G. Replaced", + "related": null, + "@id": "mark-gone-and-replaced", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "Mark Found and Replaced", + "definition": null, + "notation": "mark-found-and-replaced", + "altlabel": "M.G. Replaced", + "related": "Mark Found and Renewed", + "@id": "mark-found-and-replaced", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "Not Found", + "definition": null, + "notation": "not-found", + "altlabel": null, + "related": null, + "@id": "not-found", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "Presumed gone", + "definition": null, + "notation": "presumed-gone", + "altlabel": null, + "related": "Did not search?", + "@id": "presumed-gone", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + }, + { + "preflabel": "Did not search", + "definition": null, + "notation": "did-not-search", + "altlabel": null, + "related": "Presumed gone", + "@id": "did-not-search", + "type": "surv:SurveyPointState", + "@type": "skos:Concept" + } + ] +} \ No newline at end of file diff --git a/cadastre/SurveyPoints/state/wa-state.ttl b/cadastre/SurveyPoints/state/wa-state.ttl new file mode 100644 index 0000000..df7cddb --- /dev/null +++ b/cadastre/SurveyPoints/state/wa-state.ttl @@ -0,0 +1,98 @@ +@prefix dct: . +@prefix prov: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix surv: . +@prefix xsd: . + + a skos:Concept, + surv:SurveyPointState ; + skos:inScheme ; + skos:notation "did-not-search" ; + skos:prefLabel "Did not search" . + + a skos:Concept, + surv:SurveyPointState ; + skos:altLabel "M.F." ; + skos:inScheme ; + skos:notation "mark-found" ; + skos:prefLabel "Mark Found" . + + a skos:Concept, + surv:SurveyPointState ; + skos:altLabel "M.F. Adj." ; + skos:inScheme ; + skos:notation "mark-found-and-adjusted" ; + skos:prefLabel "Mark Found and Adjusted" . + + a skos:Concept, + surv:SurveyPointState ; + skos:altLabel "M.F. Renewed" ; + skos:inScheme ; + skos:notation "mark-found-and-renewed" ; + skos:prefLabel "Mark Found and Renewed" . + + a skos:Concept, + surv:SurveyPointState ; + skos:altLabel "M.G. Replaced" ; + skos:inScheme ; + skos:notation "mark-found-and-replaced" ; + skos:prefLabel "Mark Found and Replaced" . + + a skos:Concept, + surv:SurveyPointState ; + skos:altLabel "M.G." ; + skos:inScheme ; + skos:notation "mark-gone" ; + skos:prefLabel "Mark Gone" . + + a skos:Concept, + surv:SurveyPointState ; + skos:altLabel "M.G. Replaced" ; + skos:inScheme ; + skos:notation "mark-gone-and-replaced" ; + skos:prefLabel "Mark Gone and Replaced" . + + a skos:Concept, + surv:SurveyPointState ; + skos:inScheme ; + skos:notation "new-mark" ; + skos:prefLabel "New Mark" . + + a skos:Concept, + surv:SurveyPointState ; + skos:inScheme ; + skos:notation "not-found" ; + skos:prefLabel "Not Found" . + + a skos:Concept, + surv:SurveyPointState ; + skos:inScheme ; + skos:notation "presumed-gone" ; + skos:prefLabel "Presumed gone" . + + a skos:Concept, + surv:SurveyPointState ; + skos:inScheme ; + skos:notation "unmarked" ; + skos:prefLabel "Unmarked" . + + a skos:ConceptScheme ; + skos:prefLabel "WA Monument State" ; + skos:scopeNote "surv:SurveyPointState" . + +[] a prov:Activity ; + prov:endedAtTime "2024-02-04T06:23:50.481695"^^xsd:dateTime ; + prov:startedAtTime "2024-02-04T06:23:50.387445"^^xsd:dateTime ; + prov:used [ a prov:Entity ; + dct:format "application/json" ; + dct:hasVersion "git:0f32332d11a6cc8231abe9ed2a14e854258b41a0" ; + rdfs:seeAlso ] ; + prov:wasAssociatedWith [ a prov:Agent, + schema:SoftwareApplication ; + rdfs:label "OGC-NA tools" ; + dct:hasVersion "0.3.35" ; + rdfs:seeAlso ] ; + prov:wasInformedBy [ dct:identifier "d6d0e2d7-4f80-4e92-8329-efda53896ae2" ] . + diff --git a/cadastre/SurveyPoints/surveypointvocab.md b/cadastre/SurveyPoints/surveypointvocab.md new file mode 100644 index 0000000..c6c544f --- /dev/null +++ b/cadastre/SurveyPoints/surveypointvocab.md @@ -0,0 +1,80 @@ +# Survey Point Vocabularies + + + + + +To start to build jurisdictional profiles that are customised to meet the specific needs of the NZ, VIC and WA +jurisdictions we need to document and agree on the vocabularies and patterns (naming patterns for Survey Points) that +will be used by each jurisdiction. + +The intent of this page is to describe the information that is required in order for the Surround team to build the +Survey Point profile components. + +## Background + +The class **Survey Point** in the CSDM is depicted in the [Survey Point Class Diagram](./images/Survey_Marks.png) below. A **Survey Point** +is any point of interest in a survey. It may relate to a boundary corner (marked or unmarked), a cadastral mark, a +geodetic reference mark, or an occupation mark. The [Survey Point Class Diagram](./images/Survey_Marks.png) includes definitions of each of +the classes and class attributes defined the requirements identified during the first phase of the development of the 3D +CSDM. A number of the attributes are or may be controlled vocabularies in accordance with jurisdictional code lists. +Phase I also identified that some jurisdictions utilise compound naming patterns to describe Survey Points. + +
+Survey Point Class Diagram + +
+ +The initial code lists identified include: + +1. Survey Mark Purpose + +2. Positional Quality + +3. Survey Mark State + +4. Survey Mark Condition + +5. Survey Mark Monument Type + +Initial vocabularies have been generated from jurisdictional documentation and discussion with each of the +jurisdictions. Initial vocabularies in CSV and JSON-LD can be [found here](../enum/). + +The files are organised generally as follows: + +| preflabel | definition | notation | altlabel | related | +|------------------------------|------------|-----------|----------|---------| +| Boundary Accepted | | NOWP:BACC | | | +| Boundary Defined by Adoption | | NOWP:BNDA | | | +| Boundary Defined by Survey | | NOWP:BNDS | | | + +#### Example Vocabulary for Survey Mark Purpose (LINZ) + +The definitions for the header row are: + +**preflabel**: Preferred Label used to assign an authorized name to a survey mark purpose. + +**definition**: A complete explanation of the intended meaning of a preflabel. + +**notation**: In a knowledge system (SKOS) a notation is a string of characters that uniquely identify a concept. +In [Example Vocabulary for Survey Mark Purpose (LINZ)](#example-vocabulary-for-survey-mark-purpose-linz) the unique identifier for the preferred label **Boundary +Defined by Survey** is **NOWP:BNDS**. + +**altlabel**: Is there an alternative label, perhaps informally used in place of an authorized name, e.g., wooden peg +might be an alternative name for a boundary mark. + +**related**: Is this preflabel related to another preflabel, e.g., is the VIC survey mark State "destroyed" related to +the NZ survey mark State "destroyed"? + +## Objective + +1. Document Survey Mark vocabularies that are to be included in the CSDM. + +2. Where practicable, identify and agree on vocabularies that can be harmonized. + +3. Identify if a jurisdictional compound name pattern is required for Survey Points, and if so, what is the pattern. \ No newline at end of file diff --git a/cadastre/vocabs-uplift.yml b/cadastre/vocabs-uplift.yml new file mode 100644 index 0000000..fa313ec --- /dev/null +++ b/cadastre/vocabs-uplift.yml @@ -0,0 +1,138 @@ +input-filter: + csv: +transform: + # Keep data only + - '.data' + # Set fields with empty or '-' value to null + - 'walk(if type == "object" then with_entries(if (.value | test("^\\s*-?\\s*$")) then .value = null else . end) else . end)' + # Remove colons in field names with spaces + - 'walk(if type == "object" then with_entries(.key |= sub(" ?: ?"; " ")) else . end)' + # Add notation as prefLabel if missing + - 'walk(if type == "object" and has("preflabel") then .preflabel = (.preflabel //.notation) else . end)' + # Add id if missing, by sluggifying altlabel or notation + - | + walk(if type == "object" and ( .notation // .preflabel) + then ."@id" = ((.notation // .preflabel) | gsub("^ +| +$"; "") | gsub("[^a-zA-Z0-9_-]"; "-") ) + else . end) + # Add ConceptScheme + - | + def csMapping: { + "icsm-admin-unit-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/icsm-admin-unit-type", "label": "ICSM Administrative Unit Types", "type": "termtype:AdminUnitType" }, + "nz-annotation.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-annotation", "label": "NZ CSD Annotation", "type": "termtype:Annotation" }, + "nz-compound-crs.csv": { "uri": "http://www.opengis.net/def/crs/EPSG/0", "label": "NZ Compound Coordinate Reference Systems", "type": "termtype:AllowableCoordinateReferenceSystem" }, + "nz-crs.csv": { "uri": "http://www.opengis.net/def/crs/EPSG/0", "label": "NZ Coordinate Reference Systems", "type": "termtype:AllowableCoordinateReferenceSystem" }, + "nz-land-district.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-land-district", "label": "NZ Land Districts", "type": "termtype:AdminUnit" }, + "nz-survey-documentation-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-survey-documentation-type", "label": "NZ types of Survey Documentation", "type": "termtype:DocType" }, + "nz-survey-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-survey-purpose", "label": "NZ Survey Purpose", "type": "surv:SurveyPurpose" }, + "nz-survey-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-survey-type", "label": "NZ Survey Type", "type": "termtype:SurveyType" }, + "nz-survey-class.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-survey-class", "label": "NZ Survey Class", "type": "termtype:SurveyType" }, + "nz-territorial-authority.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-territorial-authority", "label": "NZ Territorial Authorities", "type": "termtype:AdminUnit" }, + "nz-vhd.csv": { "uri": "http://www.opengis.net/def/crs/EPSG/0", "label": "NZ Vertical Height Datums", "type": "termtype:AllowableCoordinateReferenceSystem" }, + "vic-annotation.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-annotation", "label": "VIC CSD Annotation", "type": "termtype:Annotation" }, + "vic-county.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-county", "label": "VIC Counties", "type": "termtype:AdminUnit" }, + "vic-crs.csv": { "uri": "http://www.opengis.net/def/crs/EPSG/0", "label": "VIC Coordinate Reference Systems", "type": "termtype:AllowableCoordinateReferenceSystem" }, + "vic-local-government-area.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-local-government-area", "label": "VIC Local Government Areas", "type": "termtype:AdminUnit" }, + "vic-locality.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-locality", "label": "VIC Localities", "type": "termtype:AdminUnit" }, + "vic-parish.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-parish", "label": "VIC Parishes", "type": "termtype:AdminUnit" }, + "vic-survey-documentation-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-survey-documentation-type", "label": "VIC types of Survey Documentation", "type": "termtype:DocType" }, + "vic-survey-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-survey-purpose", "label": "VIC Survey Purpose" , "type": "surv:SurveyPurpose" }, + "vic-survey-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-survey-type", "label": "VIC Survey Type", "type": "termtype:SurveyType" }, + "vic-township.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-township", "label": "VIC Townships", "type": "termtype:AdminUnit" }, + "vic-vhd.csv": { "uri": "http://www.opengis.net/def/crs/EPSG/0", "label": "VIC Vertical Height Datums", "type": "termtype:AllowableCoordinateReferenceSystem" }, + "wa-annotation.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-annotation", "label": "WA CSD Annotation", "type": "termtype:Annotation" }, + "wa-crs.csv": { "uri": "http://www.opengis.net/def/crs/EPSG/0", "label": "WA Coordinate Reference Systems", "type": "termtype:AllowableCoordinateReferenceSystem" }, + "wa-local-government.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-local-government", "label": "WA Local Government Districts", "type": "termtype:AdminUnit" }, + "wa-locality.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-locality", "label": "WA Localities", "type": "termtype:AdminUnit" }, + "wa-survey-documentation-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-survey-documentation-type", "label": "WA Survey Documentation", "type": "termtype:DocType" }, + "wa-survey-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-survey-purpose", "label": "WA Survey Purpose", "type": "surv:SurveyPurpose" }, + "wa-survey-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-survey-type", "label": "WA CSD Survey Type", "type": "termtype:SurveyType" }, + "wa-vhd.csv": { "uri": "http://www.opengis.net/def/crs/EPSG/0", "label": "WA Height Datums", "type": "termtype:AllowableCoordinateReferenceSystem" }, + "icsm-parcel-state.csv": { "uri": "https://linked.data.gov.au/def/csdm/icsm-parcel-state", "label": "ICSM Parcel State", "type": "termtype:ParcelState" }, + "nz-interest-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-interest-type", "label": "NZ Memorial Types", "type": "surv:InterestType" }, + "nz-parcel-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-parcel-purpose", "label": "NZ Parcel Purpose", "type": "termtype:ParcelPurpose" }, + "nz-parcel-state.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-parcel-state", "label": "NZ Parcel State", "type": "termtype:ParcelState" }, + "nz-parcel-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-parcel-type", "label": "NZ Parcel Type", "type": "surv:ParcelType" }, + "nz-secondary-parcel-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-secondary-parcel-purpose", "label": "NZ Secondary Parcel Purpose", "type": "termtype:ParcelPurpose" }, + "nz-secondary-parcel-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-secondary-parcel-type", "label": "NZ Secondary Parcel Type", "type": "surv:ParcelType" }, + "nz-secondary-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-secondary-purpose", "label": "NZ Secondary Purpose", "type": "termtype:ParcelPurpose" }, + "vic-interest-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-interest-type", "label": "VIC Memorial Types", "type": "surv:InterestType" }, + "vic-parcel-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-parcel-purpose", "label": "VIC Parcel Purpose", "type": "termtype:ParcelPurpose" }, + "vic-parcel-state.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-parcel-state", "label": "VIC Parcel State", "type": "termtype:ParcelState" }, + "vic-parcel-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-parcel-type", "label": "VIC Parcel Type", "type": "surv:ParcelType" }, + "vic-secondary-parcel-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-secondary-parcel-purpose", "label": "VIC Secondary Parcel Purpose", "type": "termtype:ParcelPurpose" }, + "wa-interest-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-interest-type", "label": "WA Memorial Types", "type": "surv:InterestType" }, + "wa-parcel-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-parcel-purpose", "label": "WA Primary Parcel Purpose", "type": "termtype:ParcelPurpose" }, + "wa-parcel-state.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-parcel-state", "label": "WA Parcel State", "type": "termtype:ParcelState" }, + "wa-parcel-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-parcel-type", "label": "WA Parcel Type", "type": "surv:ParcelType" }, + "wa-secondary-parcel-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-secondary-parcel-purpose", "label": "WA Secondary Parcel Purpose", "type": "termtype:ParcelPurpose" }, + "wa-secondary-parcel-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-secondary-parcel-type", "label": "WA Secondary Parcel Type", "type": "surv:ParcelType" }, + "wa-secondary-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-secondary-purpose", "label": "WA secondary Parcel Purpose", "type": "termtype:ParcelPurpose" }, + "icsm-angle-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/icsm-angle-type", "label": "ICSM Angle Types", "type": "surv:Angle" }, + "icsm-distance-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/icsm-distance-type", "label": "ICSM Distance Type", "type": "surv:Distance" }, + "icsm-equipment-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/icsm-equipment-type", "label": "ICSM Equipment Type", "type": "sosa:Sensor" }, + "icsm-procedure-used.csv": { "uri": "https://linked.data.gov.au/def/csdm/icsm-procedure-used", "label": "ICSM Survey Procedures", "type": "sosa:Procedure" }, + "nz-equipment-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-equipment-type", "label": "NZ Equipment Type", "type": "sosa:Sensor" }, + "nz-procedure-used.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-procedure-used", "label": "NZ Survey Procedures", "type": "sosa:Procedure" }, + "nz-vector-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-vector-purpose", "label": "NZ Vector Purpose", "type": "termtype:VectorPurpose" }, + "vic-procedure-used.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-procedure-used", "label": "VIC Survey Procedures", "type": "sosa:Procedure" }, + "vic-vector-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-vector-purpose", "label": "VIC Vector Purpose", "type": "termtype:VectorPurpose" }, + "vic-vector-quality.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-vector-quality", "label": "VIC Vector Quality", "type": "termtype:VectorQuality" }, + "wa-equipment-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-equipment-type", "label": "WA Equipment Type", "type": "sosa:Sensor" }, + "wa-procedure-used.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-procedure-used", "label": "WA Survey Procedures", "type": "sosa:Procedure" }, + "wa-vector-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-vector-purpose", "label": "WA Vector Purpose", "type": "termtype:VectorPurpose" }, + "nz-point-class.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-point-class", "label": "NZ Point Quality Classes", "type": "termtype:PointQualityClass" }, + "vic-point-class.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-point-class", "label": "VIC Point Quality Classes", "type": "termtype:PointQualityClass" }, + "icsm-condition.csv": { "uri": "https://linked.data.gov.au/def/csdm/icsm-monument-condition", "label": "ICSM Monument Condition", "type": "surv:ConditionCode" }, + "nz-condition.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-monument-condition", "label": "NZ Monument Condition", "type": "surv:ConditionCode" }, + "vic-condition.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-monument-condition", "label": "VIC Monument Condition", "type": "surv:ConditionCode"}, + "wa-condition.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-monument-condition", "label": "WA Monument Condition", "type": "surv:ConditionCode" }, + "nz-monument-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-monument-form", "label": "NZ Monument Form", "type": "surv:MonumentForm" }, + "vic-monument-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-monument-form", "label": "VIC Monument Form", "type": "surv:MonumentForm"}, + "wa-monument-type.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-monument-form", "label": "WA Monument Form", "type": "surv:MonumentForm"}, + "wa-surveypoint-method.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-surveypoint-method", "label": "WA Survey Point Creation Method", "type": "termtype:PointCreationMethod"}, + "icsm-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/icsm-surveypoint-purpose", "label": "ICSM Survey Point Purpose", "type": "surv:SurveyPointPurpose" }, + "nz-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-surveypoint-purpose", "label": "NZ Survey Point Purpose", "type": "surv:SurveyPointPurpose" }, + "vic-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-surveypoint-purpose", "label": "VIC Survey Point Purpose", "type": "surv:SurveyPointPurpose" }, + "wa-purpose.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-surveypoint-purpose", "label": "WA Survey Point Purpose", "type": "surv:SurveyPointPurpose"}, + "icsm-state.csv": { "uri": "https://linked.data.gov.au/def/csdm/icsm-monument-state", "label": "ICSM Monument State", "type": "surv:SurveyPointState" }, + "nz-state.csv": { "uri": "https://linked.data.gov.au/def/csdm/nz-monument-state", "label": "NZ Monument State", "type": "surv:SurveyPointState" }, + "vic-state.csv": { "uri": "https://linked.data.gov.au/def/csdm/vic-monument-state", "label": "VIC Monument State", "type": "surv:SurveyPointState" }, + "wa-state.csv": { "uri": "https://linked.data.gov.au/def/csdm/wa-monument-state", "label": "WA Monument State", "type": "surv:SurveyPointState" } + }; + (csMapping[$_basename].uri // "https://icsm.gov.au/csdm/vocabs/notdefined" ) as $BASE | + (csMapping[$_basename].label // "https://icsm.gov.au/csdm/vocabs/notdefined" ) as $LABEL | + (csMapping[$_basename].type // "" ) as $CONCEPTTYPE | + .[].type = $CONCEPTTYPE | + { + "@context": { + "@base": "\($BASE)/" + }, + "@id": $BASE, + "@type": "skos:ConceptScheme", + "skos:prefLabel": $LABEL , + "class": $CONCEPTTYPE , + "concepts": . + } + +types: + '$.concepts[*]': + - skos:Concept + +context: + $: + skos: http://www.w3.org/2004/02/skos/core# + dct: http://purl.org/dc/terms/ + policy: http://www.opengis.net/def/metamodel/ogc-na/ + surv: https://linked.data.gov.au/def/csdm/surveyfeatures/ + sosa: http://www.w3.org/ns/sosa/ + container: https://linked.data.gov.au/def/csdm/container/ + parcel: https://linked.data.gov.au/def/csdm/parcels/ + termtype: https://linked.data.gov.au/def/csdm/termtypes/ + preflabel: skos:prefLabel + type: '@type' + altlabel: skos:altLabel + class: skos:scopeNote + definition: skos:definition + notation: skos:notation + concepts: + '@reverse': skos:inScheme