From d3e586c14e08b03ab057ae4214bb236b95fd8cb3 Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Wed, 3 Jul 2024 16:58:30 +0200 Subject: [PATCH] Revert "update branch with new List of Application Areas #438" (#539) --- .gitignore | 5 +- tables_en/2-01.csv | 50 ++++++++----------- tables_en/deprecated.csv | 8 --- tables_en/superseded.csv | 15 +----- wmdr/ApplicationArea/1.1.ttl | 8 --- wmdr/ApplicationArea/1.2.ttl | 8 --- wmdr/ApplicationArea/1.3.ttl | 8 --- wmdr/ApplicationArea/2.1.ttl | 8 --- wmdr/ApplicationArea/2.2.ttl | 8 --- wmdr/ApplicationArea/2.3.ttl | 8 --- wmdr/ApplicationArea/2.4.ttl | 8 --- wmdr/ApplicationArea/2.5.ttl | 8 --- wmdr/ApplicationArea/2.6.ttl | 8 --- wmdr/ApplicationArea/2.8.ttl | 8 --- wmdr/ApplicationArea/2.9.ttl | 8 --- wmdr/ApplicationArea/3.1.ttl | 8 --- wmdr/ApplicationArea/3.3.ttl | 8 --- wmdr/ApplicationArea/3.4.ttl | 8 --- wmdr/ApplicationArea/3.5.ttl | 8 --- wmdr/ApplicationArea/3.6.ttl | 8 --- wmdr/ApplicationArea/4.1.ttl | 8 --- wmdr/ApplicationArea/4.2.ttl | 8 --- wmdr/ApplicationArea/5.1.ttl | 8 --- wmdr/ApplicationArea/5.2.ttl | 8 --- wmdr/ApplicationArea/6.1.ttl | 8 --- wmdr/ApplicationArea/6.2.ttl | 8 --- .../aeronauticalMeteorology.ttl | 8 +++ .../agriculturalMeteorology.ttl | 8 +++ .../atmosphericCompositionForecasting.ttl | 8 +++ .../atmosphericCompositionMonitoring.ttl | 8 +++ wmdr/ApplicationArea/climateApplications.ttl | 8 +++ wmdr/ApplicationArea/climateMonitoring.ttl | 8 +++ wmdr/ApplicationArea/climateScience.ttl | 8 +++ .../{3.2.ttl => cryosphere.ttl} | 8 +-- wmdr/ApplicationArea/energy.ttl | 8 +++ .../globalNumericalWeatherPrediction.ttl | 8 +++ wmdr/ApplicationArea/health.ttl | 8 +++ ...ghResolutionNumericalWeatherPrediction.ttl | 8 +++ wmdr/ApplicationArea/hydrology.ttl | 8 +++ .../{5.3.ttl => inapplicable.ttl} | 8 +-- .../{2.7.ttl => integratedUrbanServices.ttl} | 8 +-- wmdr/ApplicationArea/nowcasting.ttl | 8 +++ wmdr/ApplicationArea/oceanApplications.ttl | 8 +++ wmdr/ApplicationArea/seasonalForecasting.ttl | 8 +++ wmdr/ApplicationArea/spaceWeather.ttl | 8 +++ wmdr/ApplicationArea/terrestrialEcology.ttl | 8 +++ wmdr/ApplicationArea/transport.ttl | 8 +++ wmdr/ApplicationArea/{3.7.ttl => unknown.ttl} | 8 +-- wmdr/ObservedVariableAtmosphere/12326.ttl | 8 --- wmdr/ObservedVariableAtmosphere/12327.ttl | 8 --- 50 files changed, 188 insertions(+), 258 deletions(-) delete mode 100644 wmdr/ApplicationArea/1.1.ttl delete mode 100644 wmdr/ApplicationArea/1.2.ttl delete mode 100644 wmdr/ApplicationArea/1.3.ttl delete mode 100644 wmdr/ApplicationArea/2.1.ttl delete mode 100644 wmdr/ApplicationArea/2.2.ttl delete mode 100644 wmdr/ApplicationArea/2.3.ttl delete mode 100644 wmdr/ApplicationArea/2.4.ttl delete mode 100644 wmdr/ApplicationArea/2.5.ttl delete mode 100644 wmdr/ApplicationArea/2.6.ttl delete mode 100644 wmdr/ApplicationArea/2.8.ttl delete mode 100644 wmdr/ApplicationArea/2.9.ttl delete mode 100644 wmdr/ApplicationArea/3.1.ttl delete mode 100644 wmdr/ApplicationArea/3.3.ttl delete mode 100644 wmdr/ApplicationArea/3.4.ttl delete mode 100644 wmdr/ApplicationArea/3.5.ttl delete mode 100644 wmdr/ApplicationArea/3.6.ttl delete mode 100644 wmdr/ApplicationArea/4.1.ttl delete mode 100644 wmdr/ApplicationArea/4.2.ttl delete mode 100644 wmdr/ApplicationArea/5.1.ttl delete mode 100644 wmdr/ApplicationArea/5.2.ttl delete mode 100644 wmdr/ApplicationArea/6.1.ttl delete mode 100644 wmdr/ApplicationArea/6.2.ttl create mode 100644 wmdr/ApplicationArea/aeronauticalMeteorology.ttl create mode 100644 wmdr/ApplicationArea/agriculturalMeteorology.ttl create mode 100644 wmdr/ApplicationArea/atmosphericCompositionForecasting.ttl create mode 100644 wmdr/ApplicationArea/atmosphericCompositionMonitoring.ttl create mode 100644 wmdr/ApplicationArea/climateApplications.ttl create mode 100644 wmdr/ApplicationArea/climateMonitoring.ttl create mode 100644 wmdr/ApplicationArea/climateScience.ttl rename wmdr/ApplicationArea/{3.2.ttl => cryosphere.ttl} (55%) create mode 100644 wmdr/ApplicationArea/energy.ttl create mode 100644 wmdr/ApplicationArea/globalNumericalWeatherPrediction.ttl create mode 100644 wmdr/ApplicationArea/health.ttl create mode 100644 wmdr/ApplicationArea/highResolutionNumericalWeatherPrediction.ttl create mode 100644 wmdr/ApplicationArea/hydrology.ttl rename wmdr/ApplicationArea/{5.3.ttl => inapplicable.ttl} (51%) rename wmdr/ApplicationArea/{2.7.ttl => integratedUrbanServices.ttl} (51%) create mode 100644 wmdr/ApplicationArea/nowcasting.ttl create mode 100644 wmdr/ApplicationArea/oceanApplications.ttl create mode 100644 wmdr/ApplicationArea/seasonalForecasting.ttl create mode 100644 wmdr/ApplicationArea/spaceWeather.ttl create mode 100644 wmdr/ApplicationArea/terrestrialEcology.ttl create mode 100644 wmdr/ApplicationArea/transport.ttl rename wmdr/ApplicationArea/{3.7.ttl => unknown.ttl} (52%) delete mode 100644 wmdr/ObservedVariableAtmosphere/12326.ttl delete mode 100644 wmdr/ObservedVariableAtmosphere/12327.ttl diff --git a/.gitignore b/.gitignore index 5f86c0ef..11943624 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ __pycache__/ *~ *.pyc scripts/.DS_Store -wmdr/.DS_Store \ No newline at end of file +wmdr/.DS_Store +wmdr/*.ttl +wmdr/*/*.ttl +.\wmdr\unit\*.ttl \ No newline at end of file diff --git a/tables_en/2-01.csv b/tables_en/2-01.csv index e1fbb96a..76741eed 100644 --- a/tables_en/2-01.csv +++ b/tables_en/2-01.csv @@ -1,29 +1,23 @@ notation,name,description -1.1,"Sun, Heliosphere and Solar Wind Forecasting and Monitoring","Forecasting and monitoring of sun, heliosphere and solar wind." -1.2,Energetic Particle and Magnetosphere Forecasting and Monitoring,Forecasting and monitoring of energetic particles and magnetosphere. -1.3,"Ionosphere, Thermosphere and Geomagnetic Field Forecasting and Monitoring","Forecasting and monitoring of ionosphere, thermosphere and geomagnetic fields." -2.1,Global Numerical Weather Prediction and Real-time Monitoring,Global Numerical Weather Prediction -2.2,High-Resolution Numerical Weather Prediction,"High-resolution (HR) Numerical Weather Prediction (NWP) focuses on observing systems required by high-resolution NWP models producing forecasts of meteorological events with a 1-5 km horizontal resolution, 6 hours to a few days ahead. Such forecasts are more detailed than those available from global models, due to more realistic descriptions of atmospheric phenomena such as clouds and precipitation. The added detail is made possible by a finer computational grid on a specific area, more detailed specification of terrain, more sophisticated prescription of physical processes mainly based on explicit rather than parameterised formulations, and, importantly, denser and more frequent observations (with respect to global NWP) to specify appropriately detailed initial conditions." -2.3,Nowcasting / Very Short-Range Forecasting,"Nowcasting, as outlined by the World Meteorological Organization (WMO), involves detailed forecasting of local weather, utilizing any method to predict conditions from the present to six hours ahead. It provides a comprehensive portrayal of the current weather, leveraging real-time observational data such as surface observations, satellite imagery, lightning, radar data, etc. Nowcasting by extrapolation excels in delivering high-resolution forecasts of weather phenomena for the immediate (2 hour) future. Advancements in data assimilation systems enable Numerical Weather Prediction (NWP) to outperform nowcast extrapolation thereafter. The use of NWP with data assimilation forms the basis of Very Short Range Forecasting (VSRF) up to 12 hours. To ensure a seamless VSRF, crucial in high-impact weather situations, advanced centers blend both NWP and nowcasting. This integration plays a vital role in issuing timely warnings and aiding decision-makers across various sectors." -2.4,Sub-Seasonal to Longer Predictions,"Sub-seasonal to longer predictions (SSLP) covers predictions in sub-seasonal to decadal time-ranges (roughly two weeks to 10 years), using numerical prediction models based on current and past observations and analyses." -2.5,Atmospheric Climate Monitoring,"This AA covers the set of atmospheric observations defined by Global Climate Observing System (GCOS) as essential to detect, model and assess climate change and its impact; support adaptation to climate change; monitor the effectiveness of policies for mitigating climate change; and develop climate information services." -2.5,Atmospheric Climate Monitoring,"This AA covers the set of atmospheric observations defined by Global Climate Observing System (GCOS) as essential to detect, model and assess climate change and its impact; support adaptation to climate change; monitor the effectiveness of policies for mitigating climate change; and develop climate information services." -2.6,Atmospheric Composition Forecasting and Monitoring,"Applications related to evaluating and analysing temporal and spatial changes in atmospheric composition, at regional and global scale. They aim to support treaty monitoring, climatologies, and re-analyses, assessing trends in composition and emissions/fluxes, and to better understand processes, principally in the troposphere and stratosphere. The applications rely on the use of data of controlled quality with less stringent time requirements compared to the near-real-time requirements. These data are also used to derive products that are published in the WMO ozone and greenhouse gas bulletins and the state of the atmosphere reports (for example, Scientific Assessment of Ozone Depletion reports)." -2.6,Atmospheric Composition Forecasting and Monitoring,"Applications related to evaluating and analysing temporal and spatial changes in atmospheric composition, at regional and global scale. They aim to support treaty monitoring, climatologies, and re-analyses, assessing trends in composition and emissions/fluxes, and to better understand processes, principally in the troposphere and stratosphere. The applications rely on the use of data of controlled quality with less stringent time requirements compared to the near-real-time requirements. These data are also used to derive products that are published in the WMO ozone and greenhouse gas bulletins and the state of the atmosphere reports (for example, Scientific Assessment of Ozone Depletion reports)." -2.7,Atmospheric Composition Information Services in Urban and Populated Areas,"Applications that target limited areas (with horizontal resolution of a few km or smaller and stringent timeliness requirements to support services related to weather/climate/pollution, such as air quality forecasting." -2.8,Aeronautical Meteorology,"Application of meteorological information to aviation taking into account relevant developments in science and technology and the study of aeronautical meteorological requirements in support of the safety, regularity, efficiency and environmental sustainability of aviation with users ranging from pilots, air traffic control and management to airline dispatch offices as well as airport authorities." -2.9,Agricultural Meteorology,Applications of meteorology to agriculture (agrometeorology). -3.1,Ocean Forecasting and Real-Time Monitoring,Ocean forecasting and real-time monitoring. -3.2,Coastal Forecasting,Coastal forecasting. -3.3,Oceanic Climate Monitoring and Services,"This application area covers the set of oceanic observations defined by Global Climate Observing System (GCOS) as essential to detect, model and assess climate change and its impact; support adaptation to climate change; monitor the effectiveness of policies for mitigating climate change; and develop climate information services." -3.4,Tsunami Monitoring and Detection,Tsunami monitoring and detection. -3.5,Marine Environmental Emergency Response,Marine environmental emergency response. -3.6,Maritime Safety (ports to open ocean),Maritime safety (ports to open ocean). -3.7,Ocean Biogeochemical Cycles,Ocean biogeochemical cycles. -4.1,Hydrological Forecasting and Real-time Monitoring,Application covering the forecasting and the real-time monitoring in the field of terrestrial hydrology. -4.2,Hydrological and Terrestrial Climate Monitoring,"This AA covers the set of hydrological and other terrestrial observations defined by Global Climate Observing System (GCOS) as essential to detect, model and assess climate change and its impact; support adaptation to climate change; monitor the effectiveness of policies for mitigating climate change; and develop climate information services." -5.1,Terrestrial Cryosphere Forecasting and Monitoring,Terrestrial cryosphere forecasting and monitoring. -5.2,Sea-Ice Forecasting and Monitoring,Sea-ice forecasting and monitoring. -5.3,Cryospheric Climate Monitoring,Cryospheric climate monitoring. -6.1,Earth System Forecasting and Monitoring,Earth system forecasting and monitoring. -6.2,Understanding Earth System Processes,Understanding Earth system processes. +aeronauticalMeteorology,Aeronautical meteorology,"Aeronautical meteorology covers worldwide, reliable provision of high quality, timely and cost-effective meteorological services to aviation users." +agriculturalMeteorology,Agricultural meteorology,Agricultural Meteorology relates to specific weather and climate services addressed to the agricultural community to help develop sustainable agricultural production systems. http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-Agriculture.pdf +atmosphericCompositionForecasting,Forecasting atmospheric composition,Applications from global to regional scales (with horizontal resolutions similar to global NWP (~10 km and coarser) with stringent timeliness requirements (NRT) to support operations such as sand and dust storm and chemical weather forecasts [source: http://www.wmo.int/pages/prog/arep/gaw/documents/FINAL_GAW_221.pdf] +atmosphericCompositionMonitoring,Monitoring atmospheric composition,"Applications related to evaluating and analysing changes (temporally and spatially) in atmospheric composition regionally and globally to support treaty monitoring, climatologies and re-analyses, assessing trends in composition and emissions/ fluxes, and to better understand processes, using data of controlled quality (and with less stringent time requirements (not needed in NRT)), and used in products such as Ozone and Greenhouse Gas Bulletins, and State/Health of the Atmosphere reports [source: http://www.wmo.int/pages/prog/arep/gaw/documents/FINAL_GAW_221.pdf]" +climateApplications,Climate applications,"Climate applications cover the effective application of climate knowledge and information for the benefit of society and the provision of climate services, including the prediction of significant climate variations both natural and as a result of human activity. http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-Climate- CCl.pdf" +climateMonitoring,"Climate monitoring (GCOS)","Climate monitoring (as supported through GCOS) covers the GCOS coordinated international network of global observing systems for climate, fundamental to detect, model and assess climate change, support adaptation to climate change, monitor the effectiveness of policies for mitigating climate change, develop climate information services, promote sustainable national economic development and meet other requirements of the UNFCCC and other convention and agreements. http://www.wmo.int/pages/prog/gcos/" +cryosphere,Cryosphere,EGOS-IP +energy,Energy sector,"Economic activities that produce or distribute energy, such as renewable energies, e.g. solar, thermal, wind" +globalNumericalWeatherPrediction,Global numerical weather prediction (GNWP),"Global numerical weather prediction (GNWP) covers numerical weather prediction on a global scale, required for weather forecasting for more than a few days ahead. NWP uses mathematical models of the atmosphere and oceans to predict the weather based on current conditions of the atmosphere and oceans. http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-Global-NWP.pdf" +health,Health sector,"Health-related services, often provided to the public, particularly those related to prevention, e.g. pollen allergies, UV radiation, heat wave alerts" +highResolutionNumericalWeatherPrediction,High-resolution numerical weather prediction (HRNWP),"High-resolution numerical weather prediction (HRNWP) covers forecasting of meteorological events over a limited area with a 1-5 km horizontal resolution, for 1 or 2 days ahead. Its high spatial resolutions allows: (i) to get more realistic descriptions of the surface and of atmospheric phenomena such as clouds and precipitation or boundary layer processes; and (ii) to use denser and more frequent observations than global NWP over the area of interest. http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-HighRes-NWP.pdf" +hydrology,Hydrology,"Hydrology covers the assessment of the quantity and quality of water resources, both surface and groundwater (in support of the National Authorities responsible for water management in a wide range of activities), in order to meet the needs of society, to permit mitigation of water-related hazards, and to maintain or enhance the condition of the global environment. http://www.wmo.int/pages/prog/www/OSY/SOG/SOG-Hydrology.pdf" +integratedUrbanServices,Providing atmospheric composition information to support services in urban and populated areas,"Applications that target limited areas (with horizontal resolution of a few km or smaller and stringent timeliness requirements to support services related to weather/climate/pollution, such as air quality forecasting [source: http://www.wmo.int/pages/prog/arep/gaw/documents/FINAL_GAW_221.pdf])" +nowcasting,Nowcasting and very short-range forecasting (NVSRF),"Nowcasting and very short-range forecasting (NVSRF) covers the 0-12 hours forecasting range with high time and space resolution, focusing on rapid evolving phenomena like convection and using dedicated algorithms with combined relevant observed and model data, to produce forecasts usually near the surface, in a seamless way for the forecast range. http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-Nowcasting-VSRF.pdf" +oceanApplications,Ocean applications,http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-Ocean.pdf +spaceWeather,Space weather,"Space weather is a discipline which aims at observing, understanding and predicting the state of the Sun, of the interplanetary and planetary environments, their disturbances, and the potential impacts of these disturbances on biological and technological systems. http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-SW.pdf" +seasonalForecasting,Sub-seasonal to longer predictions,"Sub-seasonal to longer predictions covers predictions in sub-seasonal to decadal time-ranges (roughly two weeks to 10 years), using numerical prediction models based on current and past observations and analyses. http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-SSLP.pdf" +terrestrialEcology,Terrestrial ecology,"Activities and services related to the terrestrial environment, e.g., relating to bio-diversity" +transport,Transportation sector,"Economic activities related to transportation of people and goods, on land, air and water" +climateScience,Climate Science,"This application area aims at coordinating international research to improve the understanding, analysis and prediction of the Earth System" +unknown,unknown,Application area unknown. +inapplicable,inapplicable,No application area is applicable. diff --git a/tables_en/deprecated.csv b/tables_en/deprecated.csv index 0b0167f5..5e18b9d6 100644 --- a/tables_en/deprecated.csv +++ b/tables_en/deprecated.csv @@ -1,10 +1,2 @@ table,url,label,status,date 5-02-01,http://codes.wmo.int/wmdr/ObservedVariableAtmosphere/270,Sunshine duration,invalid,FT2023-2 -2-01,http://codes.wmo.int/wmdr/ApplicationArea/cryosphere,Cryosphere,retired,FT2024-2 -2-01,http://codes.wmo.int/wmdr/ApplicationArea/energy,Energy sector,retired,FT2024-2 -2-01,http://codes.wmo.int/wmdr/ApplicationArea/health,Health sector,retired,FT2024-2 -2-01,http://codes.wmo.int/wmdr/ApplicationArea/hydrology,Hydrology,retired,FT2024-2 -2-01,http://codes.wmo.int/wmdr/ApplicationArea/oceanApplications,Ocean applications,retired,FT2024-2 -2-01,http://codes.wmo.int/wmdr/ApplicationArea/spaceWeather,Space weather,retired,FT2024-2 -2-01,http://codes.wmo.int/wmdr/ApplicationArea/terrestrialEcology,Terrestrial ecology,retired,FT2024-2 -2-01,http://codes.wmo.int/wmdr/ApplicationArea/transport,Transportation sector,retired,FT2024-2 diff --git a/tables_en/superseded.csv b/tables_en/superseded.csv index 53ee233d..c8a71294 100644 --- a/tables_en/superseded.csv +++ b/tables_en/superseded.csv @@ -135,16 +135,5 @@ http://codes.wmo.int/wmdr/ObservingMethodTerrestrial/346,http://codes.wmo.int/wm http://codes.wmo.int/wmdr/ObservingMethodTerrestrial/347,http://codes.wmo.int/wmdr/ObservingMethodTerrestrial/420 http://codes.wmo.int/wmdr/ObservingMethodTerrestrial/348,http://codes.wmo.int/wmdr/ObservingMethodTerrestrial/421 http://codes.wmo.int/wmdr/ObservingMethodTerrestrial/349,http://codes.wmo.int/wmdr/ObservingMethodTerrestrial/422 -FT2024-2,FT2024-2 -http://codes.wmo.int/wmdr/ApplicationArea/globalNumericalWeatherPrediction,http://codes.wmo.int/wmdr/ApplicationArea/2.1 -http://codes.wmo.int/wmdr/ApplicationArea/highResolutionNumericalWeatherPrediction,http://codes.wmo.int/wmdr/ApplicationArea/2.2 -http://codes.wmo.int/wmdr/ApplicationArea/nowcasting,http://codes.wmo.int/wmdr/ApplicationArea/2.3 -http://codes.wmo.int/wmdr/ApplicationArea/seasonalForecasting,http://codes.wmo.int/wmdr/ApplicationArea/2.4 -http://codes.wmo.int/wmdr/ApplicationArea/climateApplications,http://codes.wmo.int/wmdr/ApplicationArea/2.5 -http://codes.wmo.int/wmdr/ApplicationArea/climateMonitoring,http://codes.wmo.int/wmdr/ApplicationArea/2.5 -http://codes.wmo.int/wmdr/ApplicationArea/atmosphericCompositionForecasting,http://codes.wmo.int/wmdr/ApplicationArea/2.6 -http://codes.wmo.int/wmdr/ApplicationArea/atmosphericCompositionMonitoring,http://codes.wmo.int/wmdr/ApplicationArea/2.6 -http://codes.wmo.int/wmdr/ApplicationArea/integratedUrbanServices,http://codes.wmo.int/wmdr/ApplicationArea/2.7 -http://codes.wmo.int/wmdr/ApplicationArea/aeronauticalMeteorology,http://codes.wmo.int/wmdr/ApplicationArea/2.8 -http://codes.wmo.int/wmdr/ApplicationArea/agriculturalMeteorology,http://codes.wmo.int/wmdr/ApplicationArea/2.9 -http://codes.wmo.int/wmdr/ApplicationArea/climateScience,http://codes.wmo.int/wmdr/ApplicationArea/6.3 + + diff --git a/wmdr/ApplicationArea/1.1.ttl b/wmdr/ApplicationArea/1.1.ttl deleted file mode 100644 index bc0a065c..00000000 --- a/wmdr/ApplicationArea/1.1.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<1.1> a skos:Concept ; - rdfs:label "Sun, Heliosphere and Solar Wind Forecasting and Monitoring" ; - skos:notation "1.1" ; - dct:description "Forecasting and monitoring of sun, heliosphere and solar wind."@en . diff --git a/wmdr/ApplicationArea/1.2.ttl b/wmdr/ApplicationArea/1.2.ttl deleted file mode 100644 index a66aec83..00000000 --- a/wmdr/ApplicationArea/1.2.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<1.2> a skos:Concept ; - rdfs:label "Energetic Particle and Magnetosphere Forecasting and Monitoring" ; - skos:notation "1.2" ; - dct:description "Forecasting and monitoring of energetic particles and magnetosphere."@en . diff --git a/wmdr/ApplicationArea/1.3.ttl b/wmdr/ApplicationArea/1.3.ttl deleted file mode 100644 index f628ca53..00000000 --- a/wmdr/ApplicationArea/1.3.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<1.3> a skos:Concept ; - rdfs:label "Ionosphere, Thermosphere and Geomagnetic Field Forecasting and Monitoring" ; - skos:notation "1.3" ; - dct:description "Forecasting and monitoring of ionosphere, thermosphere and geomagnetic fields."@en . diff --git a/wmdr/ApplicationArea/2.1.ttl b/wmdr/ApplicationArea/2.1.ttl deleted file mode 100644 index 1e55cdb4..00000000 --- a/wmdr/ApplicationArea/2.1.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<2.1> a skos:Concept ; - rdfs:label "Global Numerical Weather Prediction and Real-time Monitoring" ; - skos:notation "2.1" ; - dct:description "Global Numerical Weather Prediction"@en . diff --git a/wmdr/ApplicationArea/2.2.ttl b/wmdr/ApplicationArea/2.2.ttl deleted file mode 100644 index 87acebf2..00000000 --- a/wmdr/ApplicationArea/2.2.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<2.2> a skos:Concept ; - rdfs:label "High-Resolution Numerical Weather Prediction" ; - skos:notation "2.2" ; - dct:description "High-resolution (HR) Numerical Weather Prediction (NWP) focuses on observing systems required by high-resolution NWP models producing forecasts of meteorological events with a 1-5 km horizontal resolution, 6 hours to a few days ahead. Such forecasts are more detailed than those available from global models, due to more realistic descriptions of atmospheric phenomena such as clouds and precipitation. The added detail is made possible by a finer computational grid on a specific area, more detailed specification of terrain, more sophisticated prescription of physical processes mainly based on explicit rather than parameterised formulations, and, importantly, denser and more frequent observations (with respect to global NWP) to specify appropriately detailed initial conditions."@en . diff --git a/wmdr/ApplicationArea/2.3.ttl b/wmdr/ApplicationArea/2.3.ttl deleted file mode 100644 index 31471e65..00000000 --- a/wmdr/ApplicationArea/2.3.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<2.3> a skos:Concept ; - rdfs:label "Nowcasting / Very Short-Range Forecasting" ; - skos:notation "2.3" ; - dct:description "Nowcasting, as outlined by the World Meteorological Organization (WMO), involves detailed forecasting of local weather, utilizing any method to predict conditions from the present to six hours ahead. It provides a comprehensive portrayal of the current weather, leveraging real-time observational data such as surface observations, satellite imagery, lightning, radar data, etc. Nowcasting by extrapolation excels in delivering high-resolution forecasts of weather phenomena for the immediate (2 hour) future. Advancements in data assimilation systems enable Numerical Weather Prediction (NWP) to outperform nowcast extrapolation thereafter. The use of NWP with data assimilation forms the basis of Very Short Range Forecasting (VSRF) up to 12 hours. To ensure a seamless VSRF, crucial in high-impact weather situations, advanced centers blend both NWP and nowcasting. This integration plays a vital role in issuing timely warnings and aiding decision-makers across various sectors."@en . diff --git a/wmdr/ApplicationArea/2.4.ttl b/wmdr/ApplicationArea/2.4.ttl deleted file mode 100644 index de3b3376..00000000 --- a/wmdr/ApplicationArea/2.4.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<2.4> a skos:Concept ; - rdfs:label "Sub-Seasonal to Longer Predictions" ; - skos:notation "2.4" ; - dct:description "Sub-seasonal to longer predictions (SSLP) covers predictions in sub-seasonal to decadal time-ranges (roughly two weeks to 10 years), using numerical prediction models based on current and past observations and analyses."@en . diff --git a/wmdr/ApplicationArea/2.5.ttl b/wmdr/ApplicationArea/2.5.ttl deleted file mode 100644 index e23c7486..00000000 --- a/wmdr/ApplicationArea/2.5.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<2.5> a skos:Concept ; - rdfs:label "Atmospheric Climate Monitoring" ; - skos:notation "2.5" ; - dct:description "This AA covers the set of atmospheric observations defined by Global Climate Observing System (GCOS) as essential to detect, model and assess climate change and its impact; support adaptation to climate change; monitor the effectiveness of policies for mitigating climate change; and develop climate information services."@en . diff --git a/wmdr/ApplicationArea/2.6.ttl b/wmdr/ApplicationArea/2.6.ttl deleted file mode 100644 index 3dabc7dd..00000000 --- a/wmdr/ApplicationArea/2.6.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<2.6> a skos:Concept ; - rdfs:label "Atmospheric Composition Forecasting and Monitoring" ; - skos:notation "2.6" ; - dct:description "Applications related to evaluating and analysing temporal and spatial changes in atmospheric composition, at regional and global scale. They aim to support treaty monitoring, climatologies, and re-analyses, assessing trends in composition and emissions/fluxes, and to better understand processes, principally in the troposphere and stratosphere. The applications rely on the use of data of controlled quality with less stringent time requirements compared to the near-real-time requirements. These data are also used to derive products that are published in the WMO ozone and greenhouse gas bulletins and the state of the atmosphere reports (for example, Scientific Assessment of Ozone Depletion reports)."@en . diff --git a/wmdr/ApplicationArea/2.8.ttl b/wmdr/ApplicationArea/2.8.ttl deleted file mode 100644 index 5e001553..00000000 --- a/wmdr/ApplicationArea/2.8.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<2.8> a skos:Concept ; - rdfs:label "Aeronautical Meteorology" ; - skos:notation "2.8" ; - dct:description "Application of meteorological information to aviation taking into account relevant developments in science and technology and the study of aeronautical meteorological requirements in support of the safety, regularity, efficiency and environmental sustainability of aviation with users ranging from pilots, air traffic control and management to airline dispatch offices as well as airport authorities."@en . diff --git a/wmdr/ApplicationArea/2.9.ttl b/wmdr/ApplicationArea/2.9.ttl deleted file mode 100644 index d817ffa7..00000000 --- a/wmdr/ApplicationArea/2.9.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<2.9> a skos:Concept ; - rdfs:label "Agricultural Meteorology" ; - skos:notation "2.9" ; - dct:description "Applications of meteorology to agriculture (agrometeorology)."@en . diff --git a/wmdr/ApplicationArea/3.1.ttl b/wmdr/ApplicationArea/3.1.ttl deleted file mode 100644 index d74cadaa..00000000 --- a/wmdr/ApplicationArea/3.1.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<3.1> a skos:Concept ; - rdfs:label "Ocean Forecasting and Real-Time Monitoring" ; - skos:notation "3.1" ; - dct:description "Ocean forecasting and real-time monitoring."@en . diff --git a/wmdr/ApplicationArea/3.3.ttl b/wmdr/ApplicationArea/3.3.ttl deleted file mode 100644 index c59d111d..00000000 --- a/wmdr/ApplicationArea/3.3.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<3.3> a skos:Concept ; - rdfs:label "Oceanic Climate Monitoring and Services" ; - skos:notation "3.3" ; - dct:description "This application area covers the set of oceanic observations defined by Global Climate Observing System (GCOS) as essential to detect, model and assess climate change and its impact; support adaptation to climate change; monitor the effectiveness of policies for mitigating climate change; and develop climate information services."@en . diff --git a/wmdr/ApplicationArea/3.4.ttl b/wmdr/ApplicationArea/3.4.ttl deleted file mode 100644 index 766c814a..00000000 --- a/wmdr/ApplicationArea/3.4.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<3.4> a skos:Concept ; - rdfs:label "Tsunami Monitoring and Detection" ; - skos:notation "3.4" ; - dct:description "Tsunami monitoring and detection."@en . diff --git a/wmdr/ApplicationArea/3.5.ttl b/wmdr/ApplicationArea/3.5.ttl deleted file mode 100644 index 72fa5836..00000000 --- a/wmdr/ApplicationArea/3.5.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<3.5> a skos:Concept ; - rdfs:label "Marine Environmental Emergency Response" ; - skos:notation "3.5" ; - dct:description "Marine environmental emergency response."@en . diff --git a/wmdr/ApplicationArea/3.6.ttl b/wmdr/ApplicationArea/3.6.ttl deleted file mode 100644 index 46afe91c..00000000 --- a/wmdr/ApplicationArea/3.6.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<3.6> a skos:Concept ; - rdfs:label "Maritime Safety (ports to open ocean)" ; - skos:notation "3.6" ; - dct:description "Maritime safety (ports to open ocean)."@en . diff --git a/wmdr/ApplicationArea/4.1.ttl b/wmdr/ApplicationArea/4.1.ttl deleted file mode 100644 index 910d9661..00000000 --- a/wmdr/ApplicationArea/4.1.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<4.1> a skos:Concept ; - rdfs:label "Hydrological Forecasting and Real-time Monitoring" ; - skos:notation "4.1" ; - dct:description "Application covering the forecasting and the real-time monitoring in the field of terrestrial hydrology."@en . diff --git a/wmdr/ApplicationArea/4.2.ttl b/wmdr/ApplicationArea/4.2.ttl deleted file mode 100644 index 452d65e6..00000000 --- a/wmdr/ApplicationArea/4.2.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<4.2> a skos:Concept ; - rdfs:label "Hydrological and Terrestrial Climate Monitoring" ; - skos:notation "4.2" ; - dct:description "This AA covers the set of hydrological and other terrestrial observations defined by Global Climate Observing System (GCOS) as essential to detect, model and assess climate change and its impact; support adaptation to climate change; monitor the effectiveness of policies for mitigating climate change; and develop climate information services."@en . diff --git a/wmdr/ApplicationArea/5.1.ttl b/wmdr/ApplicationArea/5.1.ttl deleted file mode 100644 index 5e6fe98c..00000000 --- a/wmdr/ApplicationArea/5.1.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<5.1> a skos:Concept ; - rdfs:label "Terrestrial Cryosphere Forecasting and Monitoring" ; - skos:notation "5.1" ; - dct:description "Terrestrial cryosphere forecasting and monitoring."@en . diff --git a/wmdr/ApplicationArea/5.2.ttl b/wmdr/ApplicationArea/5.2.ttl deleted file mode 100644 index c336ca0f..00000000 --- a/wmdr/ApplicationArea/5.2.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<5.2> a skos:Concept ; - rdfs:label "Sea-Ice Forecasting and Monitoring" ; - skos:notation "5.2" ; - dct:description "Sea-ice forecasting and monitoring."@en . diff --git a/wmdr/ApplicationArea/6.1.ttl b/wmdr/ApplicationArea/6.1.ttl deleted file mode 100644 index 5f6f7445..00000000 --- a/wmdr/ApplicationArea/6.1.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<6.1> a skos:Concept ; - rdfs:label "Earth System Forecasting and Monitoring" ; - skos:notation "6.1" ; - dct:description "Earth system forecasting and monitoring."@en . diff --git a/wmdr/ApplicationArea/6.2.ttl b/wmdr/ApplicationArea/6.2.ttl deleted file mode 100644 index 2113cfd6..00000000 --- a/wmdr/ApplicationArea/6.2.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<6.2> a skos:Concept ; - rdfs:label "Understanding Earth System Processes" ; - skos:notation "6.2" ; - dct:description "Understanding Earth system processes."@en . diff --git a/wmdr/ApplicationArea/aeronauticalMeteorology.ttl b/wmdr/ApplicationArea/aeronauticalMeteorology.ttl new file mode 100644 index 00000000..2d7fb9d3 --- /dev/null +++ b/wmdr/ApplicationArea/aeronauticalMeteorology.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Aeronautical meteorology" ; + skos:notation "aeronauticalMeteorology" ; + dct:description "Aeronautical meteorology covers worldwide, reliable provision of high quality, timely and cost-effective meteorological services to aviation users."@en . diff --git a/wmdr/ApplicationArea/agriculturalMeteorology.ttl b/wmdr/ApplicationArea/agriculturalMeteorology.ttl new file mode 100644 index 00000000..dddeb9ea --- /dev/null +++ b/wmdr/ApplicationArea/agriculturalMeteorology.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Agricultural meteorology" ; + skos:notation "agriculturalMeteorology" ; + dct:description "Agricultural Meteorology relates to specific weather and climate services addressed to the agricultural community to help develop sustainable agricultural production systems. http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-Agriculture.pdf"@en . diff --git a/wmdr/ApplicationArea/atmosphericCompositionForecasting.ttl b/wmdr/ApplicationArea/atmosphericCompositionForecasting.ttl new file mode 100644 index 00000000..b7fab841 --- /dev/null +++ b/wmdr/ApplicationArea/atmosphericCompositionForecasting.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Forecasting atmospheric composition" ; + skos:notation "atmosphericCompositionForecasting" ; + dct:description "Applications from global to regional scales (with horizontal resolutions similar to global NWP (~10 km and coarser) with stringent timeliness requirements (NRT) to support operations such as sand and dust storm and chemical weather forecasts [source: http://www.wmo.int/pages/prog/arep/gaw/documents/FINAL_GAW_221.pdf]"@en . diff --git a/wmdr/ApplicationArea/atmosphericCompositionMonitoring.ttl b/wmdr/ApplicationArea/atmosphericCompositionMonitoring.ttl new file mode 100644 index 00000000..50907ab3 --- /dev/null +++ b/wmdr/ApplicationArea/atmosphericCompositionMonitoring.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Monitoring atmospheric composition" ; + skos:notation "atmosphericCompositionMonitoring" ; + dct:description "Applications related to evaluating and analysing changes (temporally and spatially) in atmospheric composition regionally and globally to support treaty monitoring, climatologies and re-analyses, assessing trends in composition and emissions/ fluxes, and to better understand processes, using data of controlled quality (and with less stringent time requirements (not needed in NRT)), and used in products such as Ozone and Greenhouse Gas Bulletins, and State/Health of the Atmosphere reports [source: http://www.wmo.int/pages/prog/arep/gaw/documents/FINAL_GAW_221.pdf]"@en . diff --git a/wmdr/ApplicationArea/climateApplications.ttl b/wmdr/ApplicationArea/climateApplications.ttl new file mode 100644 index 00000000..321391a2 --- /dev/null +++ b/wmdr/ApplicationArea/climateApplications.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Climate applications" ; + skos:notation "climateApplications" ; + dct:description "Climate applications cover the effective application of climate knowledge and information for the benefit of society and the provision of climate services, including the prediction of significant climate variations both natural and as a result of human activity. http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-Climate- CCl.pdf"@en . diff --git a/wmdr/ApplicationArea/climateMonitoring.ttl b/wmdr/ApplicationArea/climateMonitoring.ttl new file mode 100644 index 00000000..547e1a04 --- /dev/null +++ b/wmdr/ApplicationArea/climateMonitoring.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Climate monitoring (GCOS)" ; + skos:notation "climateMonitoring" ; + dct:description "Climate monitoring (as supported through GCOS) covers the GCOS coordinated international network of global observing systems for climate, fundamental to detect, model and assess climate change, support adaptation to climate change, monitor the effectiveness of policies for mitigating climate change, develop climate information services, promote sustainable national economic development and meet other requirements of the UNFCCC and other convention and agreements. http://www.wmo.int/pages/prog/gcos/"@en . diff --git a/wmdr/ApplicationArea/climateScience.ttl b/wmdr/ApplicationArea/climateScience.ttl new file mode 100644 index 00000000..04017474 --- /dev/null +++ b/wmdr/ApplicationArea/climateScience.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Climate Science" ; + skos:notation "climateScience" ; + dct:description "This application area aims at coordinating international research to improve the understanding, analysis and prediction of the Earth System"@en . diff --git a/wmdr/ApplicationArea/3.2.ttl b/wmdr/ApplicationArea/cryosphere.ttl similarity index 55% rename from wmdr/ApplicationArea/3.2.ttl rename to wmdr/ApplicationArea/cryosphere.ttl index 02a0afb9..c878827e 100644 --- a/wmdr/ApplicationArea/3.2.ttl +++ b/wmdr/ApplicationArea/cryosphere.ttl @@ -2,7 +2,7 @@ @prefix rdfs: . @prefix dct: . -<3.2> a skos:Concept ; - rdfs:label "Coastal Forecasting" ; - skos:notation "3.2" ; - dct:description "Coastal forecasting."@en . + a skos:Concept ; + rdfs:label "Cryosphere" ; + skos:notation "cryosphere" ; + dct:description "EGOS-IP"@en . diff --git a/wmdr/ApplicationArea/energy.ttl b/wmdr/ApplicationArea/energy.ttl new file mode 100644 index 00000000..54d490c1 --- /dev/null +++ b/wmdr/ApplicationArea/energy.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Energy sector" ; + skos:notation "energy" ; + dct:description "Economic activities that produce or distribute energy, such as renewable energies, e.g. solar, thermal, wind"@en . diff --git a/wmdr/ApplicationArea/globalNumericalWeatherPrediction.ttl b/wmdr/ApplicationArea/globalNumericalWeatherPrediction.ttl new file mode 100644 index 00000000..dcf79df3 --- /dev/null +++ b/wmdr/ApplicationArea/globalNumericalWeatherPrediction.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Global numerical weather prediction (GNWP)" ; + skos:notation "globalNumericalWeatherPrediction" ; + dct:description "Global numerical weather prediction (GNWP) covers numerical weather prediction on a global scale, required for weather forecasting for more than a few days ahead. NWP uses mathematical models of the atmosphere and oceans to predict the weather based on current conditions of the atmosphere and oceans. http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-Global-NWP.pdf"@en . diff --git a/wmdr/ApplicationArea/health.ttl b/wmdr/ApplicationArea/health.ttl new file mode 100644 index 00000000..f91b4d27 --- /dev/null +++ b/wmdr/ApplicationArea/health.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Health sector" ; + skos:notation "health" ; + dct:description "Health-related services, often provided to the public, particularly those related to prevention, e.g. pollen allergies, UV radiation, heat wave alerts"@en . diff --git a/wmdr/ApplicationArea/highResolutionNumericalWeatherPrediction.ttl b/wmdr/ApplicationArea/highResolutionNumericalWeatherPrediction.ttl new file mode 100644 index 00000000..d7c311fe --- /dev/null +++ b/wmdr/ApplicationArea/highResolutionNumericalWeatherPrediction.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "High-resolution numerical weather prediction (HRNWP)" ; + skos:notation "highResolutionNumericalWeatherPrediction" ; + dct:description "High-resolution numerical weather prediction (HRNWP) covers forecasting of meteorological events over a limited area with a 1-5 km horizontal resolution, for 1 or 2 days ahead. Its high spatial resolutions allows: (i) to get more realistic descriptions of the surface and of atmospheric phenomena such as clouds and precipitation or boundary layer processes; and (ii) to use denser and more frequent observations than global NWP over the area of interest. http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-HighRes-NWP.pdf"@en . diff --git a/wmdr/ApplicationArea/hydrology.ttl b/wmdr/ApplicationArea/hydrology.ttl new file mode 100644 index 00000000..e97f2a9b --- /dev/null +++ b/wmdr/ApplicationArea/hydrology.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Hydrology" ; + skos:notation "hydrology" ; + dct:description "Hydrology covers the assessment of the quantity and quality of water resources, both surface and groundwater (in support of the National Authorities responsible for water management in a wide range of activities), in order to meet the needs of society, to permit mitigation of water-related hazards, and to maintain or enhance the condition of the global environment. http://www.wmo.int/pages/prog/www/OSY/SOG/SOG-Hydrology.pdf"@en . diff --git a/wmdr/ApplicationArea/5.3.ttl b/wmdr/ApplicationArea/inapplicable.ttl similarity index 51% rename from wmdr/ApplicationArea/5.3.ttl rename to wmdr/ApplicationArea/inapplicable.ttl index ef075db4..b73256d2 100644 --- a/wmdr/ApplicationArea/5.3.ttl +++ b/wmdr/ApplicationArea/inapplicable.ttl @@ -2,7 +2,7 @@ @prefix rdfs: . @prefix dct: . -<5.3> a skos:Concept ; - rdfs:label "Cryospheric Climate Monitoring" ; - skos:notation "5.3" ; - dct:description "Cryospheric climate monitoring."@en . + a skos:Concept ; + rdfs:label "inapplicable" ; + skos:notation "inapplicable" ; + dct:description "No application area is applicable."@en . diff --git a/wmdr/ApplicationArea/2.7.ttl b/wmdr/ApplicationArea/integratedUrbanServices.ttl similarity index 51% rename from wmdr/ApplicationArea/2.7.ttl rename to wmdr/ApplicationArea/integratedUrbanServices.ttl index 85713459..33963517 100644 --- a/wmdr/ApplicationArea/2.7.ttl +++ b/wmdr/ApplicationArea/integratedUrbanServices.ttl @@ -2,7 +2,7 @@ @prefix rdfs: . @prefix dct: . -<2.7> a skos:Concept ; - rdfs:label "Atmospheric Composition Information Services in Urban and Populated Areas" ; - skos:notation "2.7" ; - dct:description "Applications that target limited areas (with horizontal resolution of a few km or smaller and stringent timeliness requirements to support services related to weather/climate/pollution, such as air quality forecasting."@en . + a skos:Concept ; + rdfs:label "Providing atmospheric composition information to support services in urban and populated areas" ; + skos:notation "integratedUrbanServices" ; + dct:description "Applications that target limited areas (with horizontal resolution of a few km or smaller and stringent timeliness requirements to support services related to weather/climate/pollution, such as air quality forecasting [source: http://www.wmo.int/pages/prog/arep/gaw/documents/FINAL_GAW_221.pdf])"@en . diff --git a/wmdr/ApplicationArea/nowcasting.ttl b/wmdr/ApplicationArea/nowcasting.ttl new file mode 100644 index 00000000..8915c749 --- /dev/null +++ b/wmdr/ApplicationArea/nowcasting.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Nowcasting and very short-range forecasting (NVSRF)" ; + skos:notation "nowcasting" ; + dct:description "Nowcasting and very short-range forecasting (NVSRF) covers the 0-12 hours forecasting range with high time and space resolution, focusing on rapid evolving phenomena like convection and using dedicated algorithms with combined relevant observed and model data, to produce forecasts usually near the surface, in a seamless way for the forecast range. http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-Nowcasting-VSRF.pdf"@en . diff --git a/wmdr/ApplicationArea/oceanApplications.ttl b/wmdr/ApplicationArea/oceanApplications.ttl new file mode 100644 index 00000000..dbf9b03f --- /dev/null +++ b/wmdr/ApplicationArea/oceanApplications.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Ocean applications" ; + skos:notation "oceanApplications" ; + dct:description "http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-Ocean.pdf"@en . diff --git a/wmdr/ApplicationArea/seasonalForecasting.ttl b/wmdr/ApplicationArea/seasonalForecasting.ttl new file mode 100644 index 00000000..b24e7bcc --- /dev/null +++ b/wmdr/ApplicationArea/seasonalForecasting.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Sub-seasonal to longer predictions" ; + skos:notation "seasonalForecasting" ; + dct:description "Sub-seasonal to longer predictions covers predictions in sub-seasonal to decadal time-ranges (roughly two weeks to 10 years), using numerical prediction models based on current and past observations and analyses. http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-SSLP.pdf"@en . diff --git a/wmdr/ApplicationArea/spaceWeather.ttl b/wmdr/ApplicationArea/spaceWeather.ttl new file mode 100644 index 00000000..0d318d0e --- /dev/null +++ b/wmdr/ApplicationArea/spaceWeather.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Space weather" ; + skos:notation "spaceWeather" ; + dct:description "Space weather is a discipline which aims at observing, understanding and predicting the state of the Sun, of the interplanetary and planetary environments, their disturbances, and the potential impacts of these disturbances on biological and technological systems. http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-SW.pdf"@en . diff --git a/wmdr/ApplicationArea/terrestrialEcology.ttl b/wmdr/ApplicationArea/terrestrialEcology.ttl new file mode 100644 index 00000000..6a7e8b8b --- /dev/null +++ b/wmdr/ApplicationArea/terrestrialEcology.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Terrestrial ecology" ; + skos:notation "terrestrialEcology" ; + dct:description "Activities and services related to the terrestrial environment, e.g., relating to bio-diversity"@en . diff --git a/wmdr/ApplicationArea/transport.ttl b/wmdr/ApplicationArea/transport.ttl new file mode 100644 index 00000000..fbb7bdcc --- /dev/null +++ b/wmdr/ApplicationArea/transport.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "Transportation sector" ; + skos:notation "transport" ; + dct:description "Economic activities related to transportation of people and goods, on land, air and water"@en . diff --git a/wmdr/ApplicationArea/3.7.ttl b/wmdr/ApplicationArea/unknown.ttl similarity index 52% rename from wmdr/ApplicationArea/3.7.ttl rename to wmdr/ApplicationArea/unknown.ttl index ac3380bd..94ea9c34 100644 --- a/wmdr/ApplicationArea/3.7.ttl +++ b/wmdr/ApplicationArea/unknown.ttl @@ -2,7 +2,7 @@ @prefix rdfs: . @prefix dct: . -<3.7> a skos:Concept ; - rdfs:label "Ocean Biogeochemical Cycles" ; - skos:notation "3.7" ; - dct:description "Ocean biogeochemical cycles."@en . + a skos:Concept ; + rdfs:label "unknown" ; + skos:notation "unknown" ; + dct:description "Application area unknown."@en . diff --git a/wmdr/ObservedVariableAtmosphere/12326.ttl b/wmdr/ObservedVariableAtmosphere/12326.ttl deleted file mode 100644 index 223521c2..00000000 --- a/wmdr/ObservedVariableAtmosphere/12326.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<12326> a skos:Concept ; - rdfs:label "u (u component of horizontal wind vector)" ; - skos:notation "12326" ; - dct:description "East-west component of the horizontal wind vector, positive value for eastward moving or west-to-east wind. This scalar quantity can be used to represent a value at given location and an instantaneous time or average over spatio-temporal extent or values as a function of spatio-temporal coordinates."@en . diff --git a/wmdr/ObservedVariableAtmosphere/12327.ttl b/wmdr/ObservedVariableAtmosphere/12327.ttl deleted file mode 100644 index e9269621..00000000 --- a/wmdr/ObservedVariableAtmosphere/12327.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - -<12327> a skos:Concept ; - rdfs:label "v (v component of horizontal wind vector)" ; - skos:notation "12327" ; - dct:description "North-south component of the horizontal wind vector, positive value for northward moving or south-to-north wind. This scalar quantity can be used to represent a value at given location and an instantaneous time or average over spatio-temporal extent or values as a function of spatio-temporal coordinates."@en .