From a3466550820cf52ae4db1e0f591b583d9314c505 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 16 Sep 2024 06:42:32 -0400 Subject: [PATCH] editorial: s/wmcp/wcmp/g (#224) * editorial: s/wmcp/wcmp/g * editorial: s/wmcp/wcmp/g * Update clause_3_references.adoc --- .github/workflows/specification.yml | 2 +- standard/sections/clause_2_conformance.adoc | 2 +- standard/sections/clause_3_references.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/specification.yml b/.github/workflows/specification.yml index 7bd9dfd0..ee967cfb 100644 --- a/.github/workflows/specification.yml +++ b/.github/workflows/specification.yml @@ -53,5 +53,5 @@ jobs: rm -rf standard kpi mv -f /tmp/wcmp2/* . git add . - git commit -am "update WMCP 2 build" + git commit -am "update WCMP 2 build" git push diff --git a/standard/sections/clause_2_conformance.adoc b/standard/sections/clause_2_conformance.adoc index 78915887..a0614aa0 100644 --- a/standard/sections/clause_2_conformance.adoc +++ b/standard/sections/clause_2_conformance.adoc @@ -17,5 +17,5 @@ The mandatory Requirements Class for WCMP is: * "WMO Core Metadata Profile Core": This Requirements Class inherits from _OGC API — Records — Part 1: Core: Requirements Class: Record Core_ which defines the requirements for a catalogue record. The requirements -specified in the Requirements Class “Record Core" are mandatory for all implementations of WMCP. +specified in the Requirements Class “Record Core" are mandatory for all implementations of WCMP. The requirements are specified in Chapter 7 and in Annex A in more detail. diff --git a/standard/sections/clause_3_references.adoc b/standard/sections/clause_3_references.adoc index 4e8554f9..07b11a4f 100644 --- a/standard/sections/clause_3_references.adoc +++ b/standard/sections/clause_3_references.adoc @@ -3,7 +3,7 @@ * [[ogcapi-records]] OGC: OGC 20-004, OGC API - Records - Part 1: Core 1.0 (2023) footnote:[https://docs.ogc.org/DRAFTS/20-004.html] * [[ogcapi-features]] OGC: OGC 17-069r, OGC API - Features - Part 1: Core 1.0 (2022) footnote:[https://docs.opengeospatial.org/is/17-069r4/17-069r4.html] * [[rfc7946]] IETF: RFC-7946 The GeoJSON Format (2016) footnote:[https://datatracker.ietf.org/doc/html/rfc7946] -* [[rfc8259]] IETF: RFC-8259 The JavaScript Object Notation (JSON) Data Interchange Formathe GeoJSON Format (2016) footnote:[https://datatracker.ietf.org/doc/html/rfc8259] +* [[rfc8259]] IETF: RFC-8259 The JavaScript Object Notation (JSON) Data Interchange Format (2017) footnote:[https://datatracker.ietf.org/doc/html/rfc8259] * W3C/OGC: Spatial Data on the Web Best Practices, W3C Working Group Note (2017) footnote:[https://www.w3.org/TR/sdw-bp] * W3C: Data on the Web Best Practices, W3C Recommendation (2017) footnote:[https://www.w3.org/TR/dwbp] * W3C: Data Catalog Vocabulary, W3C Recommendation (2014) footnote:[https://www.w3.org/TR/vocab-dcat]