Skip to content

Commit 08b0147

Browse files
committed
ensure model.ttl matches spec
1 parent 32e4d73 commit 08b0147

7 files changed

Lines changed: 102 additions & 578 deletions

File tree

01-metadata.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,24 @@
66
|*Preferred Label* | ICSM ANZ Address Model
77
|*Definition* | The national model for address information for Australian & New Zealand, realised in Semantic Web form
88
|*Created* | 2021-12-16
9-
|*Modified* | 2025-02-25
9+
|*Modified* | 2026-01-21
1010
|*Issued* | 2023-06-30
1111
|*Creator* | https://orcid.org/0000-0002-8742-7730[Nicholas J. Car]
1212
|*Publisher* | https://linked.data.gov.au/org/icsm[Intergovernmental Committee on Surveying & Mapping (ICSM)]
1313
|*Provenance* | This model is https://www.anzlic.gov.au[ANZLIC]'s https://icsm.gov.au[Intergovernmental Committee on Surveying & Mapping (ICSM)]'s model for addressing information in Australian & New Zealand.
1414
1515
It was originally developed between 2021 and 2023 for Queensland Spatial Information, a unit of the then Queensland Department of Resources, to assist with their future address database design, and presented to ICSM for national adoption in early 2024.
1616
17+
In 2025 and early 2026, small updates where made to ensure better alignment with and reuse of the Compound Name and Lifecycle models.
18+
1719
It is informed by the ICSM's Addressing 2035: Addressing Reform and Innovation for Australia and New Zealand, published in late 2021, which listed 'pain points' with current ANZ address models and considered future address modelling needs. This model tries to address the 10 main Requirements established by the Strategy.
1820

1921
This model is also informed by both the relational database model used for the https://data.gov.au/data/dataset/geocoded-national-address-file-g-naf[G-NAF], Australia's Geocoded National Address File, and work by https://www.csiro.au[CSIRO] in 2018 to characterise the G-NAF in Semantic Web form, the ontology for which is online at https://linked.data.gov.au/def/gnaf, as well as the https://www.iso.org[ISO]'s https://www.iso.org/standard/61710.html[ISO19160-1 Addressing Part 1: Conceptual model].
2022
2123
In 2023, several parts of this model covering general modelling and spatial modelling issues, such as lifecycle representation, spatiality itself & compound naming, were extracted out into a series of mini-models that are also used by other candidate ICSM models for Place (Geographic) Names, Roads and Administrative Areas. Also, alignment to the ICSM's national https://linked.data.gov.au/def/csdm[Cadastral Survey Data Model (CSDM)] was made and, as a result, this model is both much reduced in complexity, and re-uses fundamental background models used by other, related models and aligned with the only other ICSM national Semantic Web model.
2224
|*Status* | First stable version
2325
|*Version* |
26+
*1.1.0*: 2026-01 Better Compound Naming and Lifecycle model reuse
2427
*1.0.4*: 2025-02 Minor corrections +
2528
*1.0.3*: 2025-01 Extended Examples - table added +
2629
*1.0.2*: 2024-09 Support Vocabularies section updated to use ICSM vocabs +

04-model.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ ex:cadastral-parcel-x
122122
123123
# inferred
124124
ex:cadastral-parcel-x
125-
schema:name ex:oxford ;
125+
cn:hasName ex:oxford ;
126126
.
127127
----
128128
|===
@@ -306,7 +306,7 @@ ex:addr-1
306306

307307
| IRI | `cn:isNameFor`
308308
| Preferred Label | is name for
309-
| Definition | Inverse of `schema:name`
309+
| Definition | Inverse of `cn:hasName`
310310
| Is Defined By | <<CNM>>
311311
| Domain | <<CompoundName>>
312312
| Range | <<Feature>>
@@ -327,7 +327,7 @@ ex:address-x
327327
328328
ex:cadastral-object-y
329329
a addr:AddressableObject , geo:Feature ;
330-
schema:name ex:address-x ;
330+
cn:hasName ex:address-x ;
331331
.
332332
----
333333
|===

extended-examples/_all.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ a:GAQLD163304422 a addr:Address ;
376376

377377
<https://linked.data.gov.au/org/qld> a pn:PlaceNamingAuthority,
378378
schema:Organization ;
379-
schema:name "Government of Queensland" ;
379+
cn:hasName "Government of Queensland" ;
380380
schema:url "https://www.qld.gov.au"^^xsd:anyURI .
381381

382382
ex:subplace-1 a pn:Place ;

extended-examples/scenario-06.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ as:157942023
8989

9090
<https://linked.data.gov.au/org/qld>
9191
a pn:PlaceNamingAuthority , schema:Organization ;
92-
schema:name "Government of Queensland" ;
92+
cn:hasName "Government of Queensland" ;
9393
schema:url "https://www.qld.gov.au"^^xsd:anyURI ;
9494
.
9595

0 commit comments

Comments
 (0)