From 9f6cd19737d0e07e79faa7d2ca76bf0ec89cd2a5 Mon Sep 17 00:00:00 2001 From: amilan17 Date: Thu, 28 Nov 2024 14:27:51 +0100 Subject: [PATCH] fixed gitignore file --- .gitignore | 5 +---- wmdr/DataPolicy/core.ttl | 8 ++++++++ wmdr/DataPolicy/recommended.ttl | 8 ++++++++ wmdr/ObservedVariableAtmosphere/12326.ttl | 8 ++++++++ wmdr/ObservedVariableAtmosphere/12327.ttl | 8 ++++++++ wmdr/ObservedVariableAtmosphere/12328.ttl | 8 ++++++++ wmdr/ObservedVariableAtmosphere/12329.ttl | 8 ++++++++ 7 files changed, 49 insertions(+), 4 deletions(-) create mode 100644 wmdr/DataPolicy/core.ttl create mode 100644 wmdr/DataPolicy/recommended.ttl create mode 100644 wmdr/ObservedVariableAtmosphere/12326.ttl create mode 100644 wmdr/ObservedVariableAtmosphere/12327.ttl create mode 100644 wmdr/ObservedVariableAtmosphere/12328.ttl create mode 100644 wmdr/ObservedVariableAtmosphere/12329.ttl diff --git a/.gitignore b/.gitignore index 84fb1664..fd015cb4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,5 @@ __pycache__/ *~ *.pyc scripts/.DS_Store -wmdr/.DS_Store -wmdr/*.ttl -wmdr/*/*.ttl -.\wmdr\unit\*.ttl +wmdr/.DS_Stores venv/ \ No newline at end of file diff --git a/wmdr/DataPolicy/core.ttl b/wmdr/DataPolicy/core.ttl new file mode 100644 index 00000000..3012a8de --- /dev/null +++ b/wmdr/DataPolicy/core.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "core" ; + skos:notation "core" ; + dct:description "WMO data policy for Earth system data that are necessary for the provision of services in support of the protection of life and property and for the well-being of all nations, at a minimum those data described in Annex 1 of the WMO Unified Data Policy, which are required to monitor and predict seamlessly and accurately weather, climate, water and related environmental conditions. WMO Members shall provide core data on a free and unrestricted basis. Reference: Resolution 1 (Cg-Ext(2021)) – WMO Unified Policy for the International Exchange of Earth System Data (World Meteorological Congress: Abridged Final Report of the Extraordinary Session (WMO-No. 1281))."@en . diff --git a/wmdr/DataPolicy/recommended.ttl b/wmdr/DataPolicy/recommended.ttl new file mode 100644 index 00000000..243ed358 --- /dev/null +++ b/wmdr/DataPolicy/recommended.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + + a skos:Concept ; + rdfs:label "recommended" ; + skos:notation "recommended" ; + dct:description "WMO data policy for Earth system data that are required to support Earth system monitoring and prediction activities at the global, regional and national levels and to further assist other WMO Members with the provision of weather, climate, water and related environmental services in their States and Territories. WMO Members should provide access to all recommended data exchanged under the auspices of WMO without charge to public research and education communities for their non-commercial activities, but may place conditions on their use otherwise. Reference: Resolution 1 (Cg-Ext(2021)) – WMO Unified Policy for the International Exchange of Earth System Data (World Meteorological Congress: Abridged Final Report of the Extraordinary Session (WMO-No. 1281))."@en . diff --git a/wmdr/ObservedVariableAtmosphere/12326.ttl b/wmdr/ObservedVariableAtmosphere/12326.ttl new file mode 100644 index 00000000..223521c2 --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/12326.ttl @@ -0,0 +1,8 @@ +@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 new file mode 100644 index 00000000..e9269621 --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/12327.ttl @@ -0,0 +1,8 @@ +@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 . diff --git a/wmdr/ObservedVariableAtmosphere/12328.ttl b/wmdr/ObservedVariableAtmosphere/12328.ttl new file mode 100644 index 00000000..9496b01c --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/12328.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12328> a skos:Concept ; + rdfs:label "Total lightning flash density" ; + skos:notation "12328" ; + dct:description "Total number of detected flashes in the corresponding time interval and space unit. Note: The space unit (grid box) should be equal to the horizontal resolution and the accumulation time to the observing cycle."@en . diff --git a/wmdr/ObservedVariableAtmosphere/12329.ttl b/wmdr/ObservedVariableAtmosphere/12329.ttl new file mode 100644 index 00000000..948d6c99 --- /dev/null +++ b/wmdr/ObservedVariableAtmosphere/12329.ttl @@ -0,0 +1,8 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dct: . + +<12329> a skos:Concept ; + rdfs:label "Lightning flash density cloud-to-ground" ; + skos:notation "12329" ; + dct:description "Number of detected cloud-to-ground flashes in the corresponding time interval and space unit."@en .