opengeospatial / ogcapi-records

An open standard for the discovery of geospatial resources on the Web.
https://ogcapi.ogc.org/records
Other
60 stars 27 forks source link

consider qualification of externalId #137

Closed tomkralidis closed 2 years ago

tomkralidis commented 3 years ago

In the core record model, externalId is defined as an array. Should we consider qualifying lists of externalId's to be able to delineate accordingly? For example, for WMO station metadata, we have a number of identifiers (WIGOS ID, ICAO ID, etc.), i.e.:

"externalId": [
    {
        "scheme": "WIS",
        "value": "urn:x-wmo:md:int.wmo.wis::ca.gc.ec.msc-1.1.1.1.10 "
    },
    {
        "scheme": "ICAO",
        "value": "foo123"
    }

]
pvretano commented 3 years ago

13-SEP-2021: @tomkralidis to make proposal for consideration

tomkralidis commented 3 years ago

Proposal in #142

tomkralidis commented 2 years ago

Update from SWG meeting 2021-11-15: agreed/consensus to merge, via #143