-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from mje-s/main
Vocabs review - gn-affix and road-types
- Loading branch information
Showing
3 changed files
with
228 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
|
||
This repository contains the source data for [Intergovernmental Committee on Surveying and Mapping](https://icsm.gov.au/)'s vocabularies, that is managed structured lists of terms. | ||
|
||
The vocabularies are formulated according to the [Simple Knowledge Organization System (SKOS)](https://www.w3.org/TR/skos-reference/) model and will be display online in human- and machine-readable form in Q4, 2024. | ||
The vocabularies are formulated according to the [Simple Knowledge Organization System (SKOS)](https://www.w3.org/TR/skos-reference/) model and will be display online in human- and machine-readable form in Q1, 2025. | ||
|
||
Some of the vocabularies here are in test display online at: | ||
|
||
* [Queensland Spatial Information's Vocabs](https://vocabs.gsq.digital/v#qsi-vocabs) | ||
|
||
## Copyright & License | ||
|
||
These vocabularies are all $copy; ICSM, 2024, unless otherwise indicated within the vocabulary. | ||
These vocabularies are all © ICSM, 2025, unless otherwise indicated within the vocabulary. | ||
|
||
All content of this repository is licensed for reuse with the [Creative Commons BY 4.0](https://creativecommons.org/licenses/by/4.0/) licence, in accordance with Australian Government open data policy. | ||
|
||
|
@@ -26,12 +26,15 @@ Victoria Department of Transport and Planning | |
<[email protected]> | ||
|
||
_Addresses vocabularies_ | ||
_Geographical Names vocabularies_ | ||
_Transport Networks vocabularies_ | ||
**Anne Goldsack** | ||
_Chair Addressing Working Group, ICSM_ | ||
Queensland Spatial Information | ||
<[email protected]> | ||
**Chair Addressing Working Group** | ||
_Intergovernmental Committee on Surveying and Mapping_ | ||
<[email protected]> | ||
|
||
_Geographical Names vocabularies_ | ||
**Chair Place Names Working Group** | ||
_Intergovernmental Committee on Surveying and Mapping_ | ||
<[email protected]> | ||
|
||
|
||
_Technical content_ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,15 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | |
rdfs:label "1.0" ; | ||
. | ||
|
||
:branch | ||
a skos:Concept ; | ||
rdfs:isDefinedBy cs: ; | ||
skos:definition "to divide into separate parts or subdivisions; diverge."@en ; | ||
skos:historyNote "Added by QLD on 2025-02-21. Definition from Macquarie dictionary." ; | ||
skos:inScheme cs: ; | ||
skos:prefLabel "Branch"@en ; | ||
skos:topConceptOf cs: ; | ||
. | ||
:central | ||
a skos:Concept ; | ||
rdfs:isDefinedBy cs: ; | ||
|
@@ -51,10 +60,43 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | |
schema:citation "AS 4590.1:2017 | Standards Australia"^^xsd:anyURI ; | ||
. | ||
|
||
:deviation | ||
a skos:Concept ; | ||
rdfs:isDefinedBy cs: ; | ||
skos:altLabel "Divergence"@en ; | ||
skos:definition "The act of deviating; divergence."@en ; | ||
skos:historyNote "Added by QLD on 2025-02-21. Definition from Macquarie dictionary." ; | ||
skos:inScheme cs: ; | ||
skos:prefLabel "Deviation"@en ; | ||
skos:topConceptOf cs: ; | ||
. | ||
|
||
:heights | ||
a skos:Concept ; | ||
rdfs:isDefinedBy cs: ; | ||
skos:altLabel "Height"@en ; | ||
skos:definition "A high place or level."@en ; | ||
skos:historyNote "Added by QLD on 2025-02-21. Definition from Macquarie dictionary." ; | ||
skos:inScheme cs: ; | ||
skos:prefLabel "Heights"@en ; | ||
skos:topConceptOf cs: ; | ||
. | ||
|
||
:inner | ||
a skos:Concept ; | ||
rdfs:isDefinedBy cs: ; | ||
skos:definition "Situated farther within."@en ; | ||
skos:historyNote "Added by QLD on 2025-02-21. Definition from Macquarie dictionary." ; | ||
skos:inScheme cs: ; | ||
skos:prefLabel "Inner"@en ; | ||
skos:topConceptOf cs: ; | ||
. | ||
|
||
:left | ||
a skos:Concept ; | ||
rdfs:isDefinedBy cs: ; | ||
skos:altLabel "Left Hand"@en ; | ||
skos:altLabel "Left-Hand"@en ; | ||
skos:definition "Belonging or relating to the side of a person or thing which is turned towards the west when facing north."@en ; | ||
skos:historyNote "Added by QLD on 2024-06-11. Definition from Macquarie dictionary." ; | ||
skos:inScheme cs: ; | ||
|
@@ -124,10 +166,21 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | |
schema:citation "AS 4590.1:2017 | Standards Australia"^^xsd:anyURI ; | ||
. | ||
|
||
:outer | ||
a skos:Concept ; | ||
rdfs:isDefinedBy cs: ; | ||
skos:definition "Farther out."@en ; | ||
skos:historyNote "Added by QLD on 2025-02-21. Definition from Macquarie dictionary." ; | ||
skos:inScheme cs: ; | ||
skos:prefLabel "Outer"@en ; | ||
skos:topConceptOf cs: ; | ||
. | ||
|
||
:right | ||
a skos:Concept ; | ||
rdfs:isDefinedBy cs: ; | ||
skos:altLabel "Right Hand"@en ; | ||
skos:altLabel "Right-Hand"@en ; | ||
skos:definition "Belonging or relating to the side of a person or thing which is turned towards the east when facing north."@en ; | ||
skos:historyNote "Added by QLD on 2024-06-11. Definition from Macquarie dictionary." ; | ||
skos:inScheme cs: ; | ||
|
@@ -214,16 +267,21 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | |
cs: | ||
a skos:ConceptScheme ; | ||
owl:versionIRI :1.0 ; | ||
skos:definition "Affixes (prefixes, infixes, suffixes) applicable to geographical names."@en ; | ||
skos:definition "Affixes (prefixes, infixes, suffixes) of a conceptual nature (i.e. unrelated to a place's characteristics) which are applicable to geographical names, though typically not permitted for use in contemporary naming practices."@en ; | ||
skos:hasTopConcept | ||
:branch , | ||
:central , | ||
:east , | ||
:extension , | ||
:deviation , | ||
:heights , | ||
:inner , | ||
:left , | ||
:lower , | ||
:north , | ||
:north-east , | ||
:north-west , | ||
:outer , | ||
:right , | ||
:south , | ||
:south-east , | ||
|
@@ -238,18 +296,18 @@ cs: | |
prov:agent | ||
[ | ||
a schema:Person ; | ||
schema:email ""^^xsd:anyURI ; | ||
schema:name "Icsm" ; | ||
schema:email "mailto:[email protected]"^^xsd:anyURI ; | ||
schema:name "ICSM" ; | ||
] ; | ||
] ; | ||
schema:creator | ||
[ | ||
a schema:Organization ; | ||
schema:name "Department Of Resources" ; | ||
schema:url ""^^xsd:anyURI ; | ||
schema:url "https://www.nrmmrrd.qld.gov.au/"^^xsd:anyURI ; | ||
] ; | ||
schema:dateCreated "2024-06-11"^^xsd:date ; | ||
schema:dateModified "2024-06-11"^^xsd:date ; | ||
schema:dateModified "2025-02-21"^^xsd:date ; | ||
schema:keywords | ||
"Affix" , | ||
"Geographical Names" , | ||
|
@@ -259,8 +317,8 @@ cs: | |
schema:publisher | ||
[ | ||
a schema:Organization ; | ||
schema:name "Icsm" ; | ||
schema:url ""^^xsd:anyURI ; | ||
schema:name "ICSM" ; | ||
schema:url "https://www.icsm.gov.au/"^^xsd:anyURI ; | ||
] ; | ||
schema:version "1.0" ; | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters