WMO Codes Registry

World Meteorological Organization

You can propose a link between two concepts. For example: The concept is ‘Pressure reduced to MSL’ You may want to suggest that this has a broader concept and that the broader concept is ‘Pressure’. We only accept suggestions for concepts to be linked in a broader way. The inverse 'narrower' relation is inferred, so we do not encode it. To make the suggestion:

  1. The first step is to get the text so you can change it - so download the content in the RDF ttl-plain format.
  2. Open the file with a text editor.
  3. Add the broader relation in a new line (see example below).
  4. Go to GitHub (you will need an account, and to be logged in) and go to https://github.com/wmo-registers/code-manuals/tree/master/typo_fixes
  5. Make a new file, using the ‘new file’ button.
  6. Name the file, ending in .ttl
  7. Copy and paste all the amended text into the new file.
  8. When you are proposing the new file, add an extended description so we know what you’ve changed.
  9. Hit the green ‘propose new file’ button.
  10. Review your change and hit the green ‘create pull request’ button.
  11. That’s it - thanks!
  12. Next up we’ll talk to our experts about the change you’ve suggested then evaluate it in our test system.
  13. We’ll get back to you through GitHub with an update to let you know what’s happening and if there’s further input we’d like from you.

For example:

<http://codes.wmo.int/grib2/codeflag/4.2/0-3-1>
        a                skos:Concept , <http://codes.wmo.int/def/grib2/Parameter> ;
        rdfs:label       "Pressure reduced to MSL"@en ;
        <http://codes.wmo.int/def/common/edition>
                <http://codes.wmo.int/codeform/grib2> ;
        <http://codes.wmo.int/def/common/unit>
                <http://codes.wmo.int/common/unit/Pa> ;
        <http://codes.wmo.int/def/grib2/category>
                <http://codes.wmo.int/grib2/codeflag/4.1/0-3> ;
        <http://codes.wmo.int/def/grib2/discipline>
                <http://codes.wmo.int/grib2/codeflag/0.0/0> ;
        <http://codes.wmo.int/def/grib2/parameter>
                1 ;
        <http://metarelate.net/vocabulary/index.html#identifier>
                <http://codes.wmo.int/def/grib2/category> , <http://codes.wmo.int/def/grib2/discipline> , <http://codes.wmo.int/def/grib2/parameter> , <http://codes.wmo.int/def/common/edition> ;
        dct:description  "Pressure reduced to MSL"@en ;
        skos:prefLabel   "Pressure reduced to MSL"@en .

Becomes:

<http://codes.wmo.int/grib2/codeflag/4.2/0-3-1>
        a                skos:Concept , <http://codes.wmo.int/def/grib2/Parameter> ;
        rdfs:label       "Pressure reduced to MSL"@en ;
        <http://codes.wmo.int/def/common/edition>
                <http://codes.wmo.int/codeform/grib2> ;
        <http://codes.wmo.int/def/common/unit>
                <http://codes.wmo.int/common/unit/Pa> ;
        <http://codes.wmo.int/def/grib2/category>
                <http://codes.wmo.int/grib2/codeflag/4.1/0-3> ;
        <http://codes.wmo.int/def/grib2/discipline>
                <http://codes.wmo.int/grib2/codeflag/0.0/0> ;
        <http://codes.wmo.int/def/grib2/parameter>
                1 ;
        <http://metarelate.net/vocabulary/index.html#identifier>
                <http://codes.wmo.int/def/grib2/category> , <http://codes.wmo.int/def/grib2/discipline> , <http://codes.wmo.int/def/grib2/parameter> , <http://codes.wmo.int/def/common/edition> ;
        dct:description  "Pressure reduced to MSL"@en ;
        skos:prefLabel   "Pressure reduced to MSL"@en ;
        skos:broader <http://codes.wmo.int/grib2/codeflag/4.2/0-3-0> .