diff --git a/.github/ISSUE_TEMPLATE/amendment-proposal.yml b/.github/ISSUE_TEMPLATE/amendment-proposal.yml index 9b2acce6..59e687c8 100644 --- a/.github/ISSUE_TEMPLATE/amendment-proposal.yml +++ b/.github/ISSUE_TEMPLATE/amendment-proposal.yml @@ -17,14 +17,10 @@ body: id: amendment-details attributes: label: Amendment details - description: Full description of exact changes proposed. This content may evolve as decisions are finalized. - placeholder: Enter details of amendments requested. Convert CSV to Markdown at https://www.convertcsv.com/csv-to-markdown.htm + description: Full description of exact changes proposed. This content may evolve as decisions are finalized. Convert CSV to Markdown at https://www.convertcsv.com/csv-to-markdown.htm. + placeholder: Enter details of amendments requested, if known. validations: required: true - - type: textarea - attributes: - label: Comments - description: Other information that may be informative and relevant. - type: textarea id: requestor attributes: @@ -41,6 +37,11 @@ body: description: Name of individuals, groups, or organizations that have an interest or may be impacted by the amendment. Include relevant affiliations, if applicable. placeholder: Enter stakeholder details. value: "Enter list of stakeholder(s)." + - type: textarea + id: systems + label: Systems or applications potentially impacted by the change. + placeholder: list all known systems that may be impacted by the change. + value: "Enter list of systems or applications that may be impacted by the change." - type: textarea id: publication attributes: @@ -50,6 +51,7 @@ body: value: "Example: Manual on Codes (WMO-No. 306), Volume I.3, WMO Codes Registry, Code table 1-02, Measurement unit,http://codes.wmo.int/wmdr/unit" validations: required: true + - type: dropdown attributes: label: Expected impact of change @@ -76,4 +78,4 @@ body: attributes: label: Validation description: Details of validation, if applicable. - placeholder: Enter if validation was performed. \ No newline at end of file + placeholder: Enter if validation was performed. diff --git a/wmdr/ObservedVariableAtmosphere/12306.ttl b/wmdr/ObservedVariableAtmosphere/12306.ttl new file mode 100644 index 00000000..94b85bef --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/12306.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12306> a skos:Concept ; + rdfs:label "Net short-wave irradiance" ; + skos:notation "12306" ; + dct:description "Flux density of short-wave solar radiation, as the difference between downwelling and upwelling radiation (positive for net downward), at the top of the atmosphere or at a specified level within the atmosphere, including the Earth surface."@en . diff --git a/wmdr/ObservedVariableAtmosphere/12307.ttl b/wmdr/ObservedVariableAtmosphere/12307.ttl new file mode 100644 index 00000000..c66129e1 --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/12307.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12307> a skos:Concept ; + rdfs:label "Short-wave irradiance (direction unspecified)" ; + skos:notation "12307" ; + dct:description "Flux density of short-wave radiation (direction unspecified) at a specified level within the atmosphere, including the Earth surface. Short-wave radiation includes most of the solar radiation spectrum in the atmosphere from 280 nm to 3000 nm (3 μm)."@en . diff --git a/wmdr/ObservedVariableAtmosphere/12308.ttl b/wmdr/ObservedVariableAtmosphere/12308.ttl new file mode 100644 index 00000000..53c117af --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/12308.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12308> a skos:Concept ; + rdfs:label "Net long-wave irradiance" ; + skos:notation "12308" ; + dct:description "Flux density of upwelling long-wave radiation, as the difference between downwelling and upwelling radiation (positive for net downward) at a specified level within or at the top of the atmosphere, including the Earth surface."@en . diff --git a/wmdr/ObservedVariableAtmosphere/12309.ttl b/wmdr/ObservedVariableAtmosphere/12309.ttl new file mode 100644 index 00000000..9ab1d1bb --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/12309.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12309> a skos:Concept ; + rdfs:label "Upward spectral radiance" ; + skos:notation "12309" ; + dct:description "Upward radiant power per area unit, per solid angle, and per wavelength or wavenumber interval."@en . diff --git a/wmdr/ObservedVariableAtmosphere/12310.ttl b/wmdr/ObservedVariableAtmosphere/12310.ttl new file mode 100644 index 00000000..0694650b --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/12310.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12310> a skos:Concept ; + rdfs:label "Downward spectral radiance" ; + skos:notation "12310" ; + dct:description "Downward radiant power per area unit, per solid angle, and per wavelength or wavenumber interval."@en . diff --git a/wmdr/ObservedVariableAtmosphere/12311.ttl b/wmdr/ObservedVariableAtmosphere/12311.ttl new file mode 100644 index 00000000..01962c86 --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/12311.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12311> a skos:Concept ; + rdfs:label "Solar spectral irradiance" ; + skos:notation "12311" ; + dct:description "Spectrally resolved flux density of radiation received from the sun at the top of the atmosphere."@en . diff --git a/wmdr/ObservedVariableAtmosphere/12312.ttl b/wmdr/ObservedVariableAtmosphere/12312.ttl new file mode 100644 index 00000000..2a9d31df --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/12312.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12312> a skos:Concept ; + rdfs:label "Solar total irradiance" ; + skos:notation "12312" ; + dct:description "Spectrally integrated flux density of radiation received from the sun at the top of the atmosphere. Also called 'Total solar irradiance (TSI)'."@en . diff --git a/wmdr/ObservedVariableAtmosphere/12313.ttl b/wmdr/ObservedVariableAtmosphere/12313.ttl new file mode 100644 index 00000000..1c38a06d --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/12313.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12313> a skos:Concept ; + rdfs:label "Earth surface short-wave bidirectional reflectance" ; + skos:notation "12313" ; + dct:description "Reflectance of the Earth surface as a function of the viewing angle and the illumination angle averaged over the range 0.4-0.7 µm."@en . diff --git a/wmdr/ObservedVariableAtmosphere/12314.ttl b/wmdr/ObservedVariableAtmosphere/12314.ttl new file mode 100644 index 00000000..2e12b5db --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/12314.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12314> a skos:Concept ; + rdfs:label "Earth surface spectral bidirectional reflectance" ; + skos:notation "12314" ; + dct:description "Reflectance of the Earth surface as a function of viewing angle, incidence angle and wavelength, spectrally resolved. [The distribution of this variable is represented by the Bidirectional Reflectance Distribution Function (BRDF)]."@en . diff --git a/wmdr/ObservedVariableAtmosphere/12315.ttl b/wmdr/ObservedVariableAtmosphere/12315.ttl new file mode 100644 index 00000000..b458dfde --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/12315.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12315> a skos:Concept ; + rdfs:label "Earth surface emissivity" ; + skos:notation "12315" ; + dct:description "Emissivity of the Earth surface as a function of wavelength and viewing angle."@en . diff --git a/wmdr/ObservedVariableAtmosphere/12316.ttl b/wmdr/ObservedVariableAtmosphere/12316.ttl new file mode 100644 index 00000000..651c2803 --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/12316.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12316> a skos:Concept ; + rdfs:label "Long-wave earth surface emissivity" ; + skos:notation "12316" ; + dct:description "Emissivity of the earth surface integrated over the thermal IR wavelength range and integrated hemispherically."@en . diff --git a/wmdr/ObservedVariableAtmosphere/12320.ttl b/wmdr/ObservedVariableAtmosphere/12320.ttl new file mode 100644 index 00000000..793dacb5 --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/12320.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12320> a skos:Concept ; + rdfs:label "C3H2F6 (1,1,1,3,3,3-hexafluoropropane, HFC-236fa)" ; + skos:notation "12320" ; + dct:description "IUPAC: 1,1,1,3,3,3-hexafluoropropane, PubChem CID: 12722, CAS Number: 690-39-1, in gas phase"@en . diff --git a/wmdr/ObservedVariableAtmosphere/12321.ttl b/wmdr/ObservedVariableAtmosphere/12321.ttl new file mode 100644 index 00000000..cff15fcd --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/12321.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12321> a skos:Concept ; + rdfs:label "Tellurium [Te-131]" ; + skos:notation "12321" ; + dct:description "IUPAC: tellurium-131, PubChem CID: 6337051, CAS Number: 14683-12-6"@en . diff --git a/wmdr/ObservedVariableAtmosphere/310.ttl b/wmdr/ObservedVariableAtmosphere/310.ttl new file mode 100644 index 00000000..0b398596 --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/310.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<310> a skos:Concept ; + rdfs:label "Upper wind (X, Y components, horizontal)" ; + skos:notation "310" ; + dct:description "Horizontal component of wind as a vector in an orthogonal coordinate system."@en . diff --git a/wmdr/ObservedVariableOcean/12319.ttl b/wmdr/ObservedVariableOcean/12319.ttl new file mode 100644 index 00000000..a3e79366 --- /dev/null +++ b/wmdr/ObservedVariableOcean/12319.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12319> a skos:Concept ; + rdfs:label "N2, Ar" ; + skos:notation "12319" ; + dct:description "Concentration of dissolved N2 and Ar"@en . diff --git a/wmdr/ObservedVariableTerrestrial/12322.ttl b/wmdr/ObservedVariableTerrestrial/12322.ttl new file mode 100644 index 00000000..5fe274f7 --- /dev/null +++ b/wmdr/ObservedVariableTerrestrial/12322.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12322> a skos:Concept ; + rdfs:label "Stream velocity" ; + skos:notation "12322" ; + dct:description "Ratio of the distance covered by a body of water, moving in a specified direction, to the time taken to cover that distance. [Based on 'velocity' in International Glossary of Hydrology (WMO-No. 385). 2012 edition.]"@en . diff --git a/wmdr/ObservedVariableTerrestrial/12323.ttl b/wmdr/ObservedVariableTerrestrial/12323.ttl new file mode 100644 index 00000000..1b75c2e4 --- /dev/null +++ b/wmdr/ObservedVariableTerrestrial/12323.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12323> a skos:Concept ; + rdfs:label "Stream mean velocity" ; + skos:notation "12323" ; + dct:description "Velocity at a given cross-section of a stream, obtained by dividing the discharge by the cross-sectional area of the stream at that section. [Based on 'mean velocity' in International Glossary of Hydrology (WMO-No. 385). 2012 edition.]"@en . diff --git a/wmdr/ObservedVariableTerrestrial/12324.ttl b/wmdr/ObservedVariableTerrestrial/12324.ttl new file mode 100644 index 00000000..cf5a129a --- /dev/null +++ b/wmdr/ObservedVariableTerrestrial/12324.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12324> a skos:Concept ; + rdfs:label "Stream surface velocity" ; + skos:notation "12324" ; + dct:description "Velocity of a stream at its surface at a given point. [Based on 'surface velocity' in International Glossary of Hydrology (WMO-No. 385). 2012 edition.]"@en . diff --git a/wmdr/ObservedVariableTerrestrial/12325.ttl b/wmdr/ObservedVariableTerrestrial/12325.ttl new file mode 100644 index 00000000..85eac4b7 --- /dev/null +++ b/wmdr/ObservedVariableTerrestrial/12325.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12325> a skos:Concept ; + rdfs:label "Water surface slope" ; + skos:notation "12325" ; + dct:description "Difference in the stage of water surface over a short stream reach. [Based on 'water surface slope' in Manual on Stream Gauging (WMO-No. 1044), Volume II. 2010.]"@en . diff --git a/wmdr/ObservingMethodAtmosphere/417.ttl b/wmdr/ObservingMethodAtmosphere/417.ttl new file mode 100644 index 00000000..4be4e4bb --- /dev/null +++ b/wmdr/ObservingMethodAtmosphere/417.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<417> a skos:Concept ; + rdfs:label "GC-CVAFS" ; + skos:notation "417" ; + dct:description "Gas chromatography and detection by cold vapour atomic fluorescence spectrometry."@en . diff --git a/wmdr/ObservingMethodAtmosphere/418.ttl b/wmdr/ObservingMethodAtmosphere/418.ttl new file mode 100644 index 00000000..19804a08 --- /dev/null +++ b/wmdr/ObservingMethodAtmosphere/418.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<418> a skos:Concept ; + rdfs:label "GC-TCD" ; + skos:notation "418" ; + dct:description "Gas chromatography and detection by a thermal conductivity detector."@en . diff --git a/wmdr/ObservingMethodTerrestrial/419.ttl b/wmdr/ObservingMethodTerrestrial/419.ttl new file mode 100644 index 00000000..f95805ba --- /dev/null +++ b/wmdr/ObservingMethodTerrestrial/419.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<419> a skos:Concept ; + rdfs:label "Frequency domain reflectometry" ; + skos:notation "419" ; + dct:description "Measurement of soil capacitance by means of radio frequency waves. The soil acts as the dielectric completing a capacitance circuit, which is part of a feedback loop of a high-frequency transistor oscillator. [Based on 'Frequency domain reflectometry' in Guide to Hydrological Practices (WMO-No. 168), Volume I. 2008 edition, updated in 2020.]"@en . diff --git a/wmdr/ObservingMethodTerrestrial/420.ttl b/wmdr/ObservingMethodTerrestrial/420.ttl new file mode 100644 index 00000000..6003e449 --- /dev/null +++ b/wmdr/ObservingMethodTerrestrial/420.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<420> a skos:Concept ; + rdfs:label "Gamma-ray attenuation" ; + skos:notation "420" ; + dct:description "Determination of gamma-ray attenuation at given depth of soil using a source and a detector placed at a given distance at the same depth. If the apparent dry bulk density of the soil is known the signal can be converted into a measure of the volumetric soil-moisture content. [Based on 'Gamma-ray attenuation' in Guide to Hydrological Practices (WMO-No. 168), Volume I. 2008 edition, updated in 2020.]"@en . diff --git a/wmdr/ObservingMethodTerrestrial/421.ttl b/wmdr/ObservingMethodTerrestrial/421.ttl new file mode 100644 index 00000000..282251be --- /dev/null +++ b/wmdr/ObservingMethodTerrestrial/421.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<421> a skos:Concept ; + rdfs:label "Non-recording gauge" ; + skos:notation "421" ; + dct:description "Determination of water stage by means of a non-recording gauge (e.g., graduated vertical or inclined staff gauge, wire-weight gauge, graduated rod, tape or point gauge and maximum-stage gauge). [Based on 'Non-recording gauges' in Guide to Hydrological Practices (WMO-No. 168), Volume I. 2008 edition, updated in 2020.]"@en . diff --git a/wmdr/ObservingMethodTerrestrial/422.ttl b/wmdr/ObservingMethodTerrestrial/422.ttl new file mode 100644 index 00000000..0fc18dff --- /dev/null +++ b/wmdr/ObservingMethodTerrestrial/422.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<422> a skos:Concept ; + rdfs:label "Staff gauge" ; + skos:notation "422" ; + dct:description "Determination of water stage by means of a graduated vertical scale, fixed to a staff or structure, on which the water level may be read. Synonym: vertical gauge. [Based on 'Staff gauge' in International Glossary of Hydrology (WMO-No. 385). 2012 edition.]"@en . diff --git a/wmdr/ProgramAffiliation/C3S.ttl b/wmdr/ProgramAffiliation/C3S.ttl new file mode 100644 index 00000000..852549b5 --- /dev/null +++ b/wmdr/ProgramAffiliation/C3S.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Copernicus Climate Change Service-C3S" ; + skos:notation "C3S" ; + dct:description "The Copernicus Climate Change Service (C3S) operated by the European Centre for Medium Range Weather Forecasts (ECMWF), on behalf of the European Union"@en .