Skip to content

Commit 100fd67

Browse files
authored
Merge pull request #186 from agiorguk/dev
Updated changelog and re-added incorrectly removed example from services keyword
2 parents a687a7a + f9d2d5a commit 100fd67

File tree

3 files changed

+40
-6
lines changed

3 files changed

+40
-6
lines changed

docs/1055-uk-gemini-major-changes-since-1-0.asciidoc

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,21 @@ longer just be the century.
5757

5858
=== Editorial changes since the launch of GEMINI 2.3
5959

60-
==== TBC
61-
62-
link:1062-gemini-datasets-and-data-series.html#19[Resource locator]: Add guidance on selecting appropriate OnLineFunctionCode
63-
link:1062-gemini-datasets-and-data-series.html#25[Limitations on public access]: For each reason to limit, add link to UK Statutory Instrument
60+
==== March 2025
61+
62+
* link:1062-gemini-datasets-and-data-series.html#19[Resource locator]: Added guidance on selecting appropriate OnLineFunctionCode
63+
* link:1062-gemini-datasets-and-data-series.html#25[Limitations on public access]: For each reason to limit, added link to UK Statutory Instrument, and expanded guidance on the approach to use for Limitations where there is no applicable INSPIRE reason
64+
* Fixed some broken links
65+
* link:1062-gemini-datasets-and-data-series.html#6[Keywords]: Updated link to ISO/TC211 code list location
66+
* Updated pages throughout to show that the Gemini documentation is released under CC-BY
67+
* link:1062-gemini-datasets-and-data-series.html#16[Vertical Extent-Datasets] and link:1063-gemini-services.html#16[Vertical Extent-Services] Updated link to EPSG registry
68+
* Updated pages throughout for consistent use of "resource" rather than "data" to avoid confusion in the guidance when referring to services
69+
* Updated link:1049-metadata-guidelines-for-geospatial-data-resources-part-2[Metadata Guidelines part 2] and link:1051-uk-gemini-v2-2-specification-for-discovery-metadata-for-geospatial-resources[UK Gemini v2.2 Specification for Discovery Metadata] to remove unnecessary duplication
70+
* link:1062-gemini-datasets-and-data-series/#23[Use Constraints]: Updated encoding guidance for consistency
71+
* link:1062-gemini-datasets-and-data-series/#19[Resource Locator]: Expanded and updated guidance on Function sub-element for clarification and to better match DCAT definition
72+
* Added "Metadata Standard Name" and "Metadata Standard Version" in link:1046-xml-element-order[XML Element Order]
73+
* link:1062-gemini-datasets-and-data-series.html#23[Responsible Party]: updated guidance on use of Individual Names
74+
* link:1063-gemini-services#8[Date of Publication- Services]: clarified guidance on multiplicity of resource reference dates
6475

6576
==== May 2024
6677

docs/partials/keyword.asciidoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ from a controlled vocabulary
5454
. Keyword values should if possible be taken from a list of standard
5555
subject categories, identified in the element 'Originating controlled
5656
vocabulary'.
57-
. Possible vocabularies include http://www.eionet.europa.eu/gemet/en/themes/[GEMET] and the https://inspire.ec.europa.eu/featureconcept[the INSPIRE Feature Concept Dictionary]
57+
. Possible vocabularies include http://www.eionet.europa.eu/gemet/en/themes/[GEMET] and the https://inspire.ec.europa.eu/featureconcept[INSPIRE Feature Concept Dictionary]
5858
. For other Keywords, if drawn from a Controlled Vocabulary, this must
5959
be stated.
6060
. Terms covering the subject of the data resource should be selected.
@@ -186,7 +186,7 @@ include::../snippets/dataset-keyword-controlled.xml[]
186186
----
187187
include::../snippets/service-keyword-freetext.xml[]
188188
----
189-
| Example Two (services) - service keyword from part D4 on the INSPIRE Metadata Implementing Rules
189+
| Example Two (services) - service keyword from part D4 of the INSPIRE Metadata Implementing Rules
190190
|
191191
[source,xml]
192192
----
@@ -204,6 +204,12 @@ include::../snippets/service-keyword-gemet.xml[]
204204
----
205205
include::../snippets/service-keyword-controlled.xml[]
206206
----
207+
| Example Five (services) - keywords in the srv namespace (this encoding is not to be used)
208+
|
209+
[source,xml]
210+
----
211+
include::../snippets/service-keyword-incorrect.xml[]
212+
----
207213
// end::service[]
208214
|===
209215
====
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<gmd:MD_Metadata>
2+
...
3+
<gmd:identificationInfo>
4+
<srv:SV_ServiceIdentification>
5+
...
6+
<srv:keywords>
7+
<gmd:MD_Keywords>
8+
<gmd:keyword>
9+
<gco:CharacterString>humanCatalogueViewer</gco:CharacterString>
10+
</gmd:keyword>
11+
</gmd:MD_Keywords>
12+
</srv:keywords>
13+
...
14+
</srv:SV_ServiceIdentification>
15+
</gmd:identificationInfo>
16+
...
17+
</gmd:MD_Metadata>

0 commit comments

Comments
 (0)