From 4643142d75e8aff8126eb91b527dad826a9693a3 Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Fri, 17 May 2024 12:14:25 +0200 Subject: [PATCH] gitignore ttl files, minor fix of identifiers (#534) --- .gitignore | 2 ++ tables_en/1-01-01.csv | 4 ++-- wmdr/ObservedVariableAtmosphere/iss417a.ttl | 8 -------- wmdr/ObservedVariableAtmosphere/issue417b.ttl | 8 -------- wmdr/unit/a.ttl | 8 ++++---- wmdr/unit/h.ttl | 8 ++++---- wmdr/unit/s.m-1.ttl | 8 ++++---- wmdr/unit/s.ttl | 8 ++++---- wmdr/unit/t.ttl | 8 ++++---- 9 files changed, 24 insertions(+), 38 deletions(-) delete mode 100644 wmdr/ObservedVariableAtmosphere/iss417a.ttl delete mode 100644 wmdr/ObservedVariableAtmosphere/issue417b.ttl diff --git a/.gitignore b/.gitignore index b8fd6c13..e701896d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ __pycache__/ *.pyc scripts/.DS_Store wmdr/.DS_Store +wmdr/*.ttl +wmdr/*/*.ttl \ No newline at end of file diff --git a/tables_en/1-01-01.csv b/tables_en/1-01-01.csv index 8488d597..f02dba5a 100644 --- a/tables_en/1-01-01.csv +++ b/tables_en/1-01-01.csv @@ -685,5 +685,5 @@ notation,path,domains,tags,name,description 12316,\Atmosphere\Radiation,,,Long-wave earth surface emissivity,Emissivity of the earth surface integrated over the thermal IR wavelength range and integrated hemispherically. 12320,\Atmosphere\Gas phase\Greenhouse Gas\HCFCs,,"greenhouse gas, HFCs","C3H2F6 (1,1,1,3,3,3-hexafluoropropane, HFC-236fa)","IUPAC: 1,1,1,3,3,3-hexafluoropropane, PubChem CID: 12722, CAS Number: 690-39-1, in gas phase" 12321,\Atmosphere\Radionuclide,,radionuclide,Tellurium [Te-131],"IUPAC: tellurium-131, PubChem CID: 6337051, CAS Number: 14683-12-6" -iss417a,\Atmosphere\Wind,,,"u (u component of horizontal wind vector)","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." -issue417b,\Atmosphere\Wind,,,"v (v component of horizontal wind vector)","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." +12322,\Atmosphere\Wind,,,"u (u component of horizontal wind vector)","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." +12323,\Atmosphere\Wind,,,"v (v component of horizontal wind vector)","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." diff --git a/wmdr/ObservedVariableAtmosphere/iss417a.ttl b/wmdr/ObservedVariableAtmosphere/iss417a.ttl deleted file mode 100644 index cbbd3973..00000000 --- a/wmdr/ObservedVariableAtmosphere/iss417a.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - - a skos:Concept ; - rdfs:label "u (u component of horizontal wind vector)" ; - skos:notation "iss417a" ; - 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/issue417b.ttl b/wmdr/ObservedVariableAtmosphere/issue417b.ttl deleted file mode 100644 index d4d48cc8..00000000 --- a/wmdr/ObservedVariableAtmosphere/issue417b.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix skos: . -@prefix rdfs: . -@prefix dct: . - - a skos:Concept ; - rdfs:label "v (v component of horizontal wind vector)" ; - skos:notation "issue417b" ; - 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/unit/a.ttl b/wmdr/unit/a.ttl index 19881715..828ae229 100644 --- a/wmdr/unit/a.ttl +++ b/wmdr/unit/a.ttl @@ -2,7 +2,7 @@ @prefix rdfs: . @prefix dct: . - a skos:Concept ; - rdfs:label "ampere" ; - skos:notation "A" ; - dct:description "SI base unit of electric current"@en . + a skos:Concept ; + rdfs:label "year" ; + skos:notation "a" ; + dct:description "Conventional unit of time duration, ranging from 365 days to 366 days"@en . diff --git a/wmdr/unit/h.ttl b/wmdr/unit/h.ttl index 5a6c80c9..01c6dde4 100644 --- a/wmdr/unit/h.ttl +++ b/wmdr/unit/h.ttl @@ -2,7 +2,7 @@ @prefix rdfs: . @prefix dct: . - a skos:Concept ; - rdfs:label "henry" ; - skos:notation "H" ; - dct:description "SI derived unit of electrical inductance; SI base unit equivalent: kg.m2.s-2.A-2"@en . + a skos:Concept ; + rdfs:label "hour" ; + skos:notation "h" ; + dct:description "Unit of time, accepted for use with SI: 1 h = 3600 s"@en . diff --git a/wmdr/unit/s.m-1.ttl b/wmdr/unit/s.m-1.ttl index a2b1360a..fca26169 100644 --- a/wmdr/unit/s.m-1.ttl +++ b/wmdr/unit/s.m-1.ttl @@ -2,7 +2,7 @@ @prefix rdfs: . @prefix dct: . - a skos:Concept ; - rdfs:label "siemens per metre" ; - skos:notation "S.m-1" ; - dct:description "SI derived unit of spatial gradient of electric conductance"@en . + a skos:Concept ; + rdfs:label "second per metre" ; + skos:notation "s.m-1" ; + dct:description "SI derived unit of quantity with dimension of T.L-1"@en . diff --git a/wmdr/unit/s.ttl b/wmdr/unit/s.ttl index bf58bd83..ad9ed9f1 100644 --- a/wmdr/unit/s.ttl +++ b/wmdr/unit/s.ttl @@ -2,7 +2,7 @@ @prefix rdfs: . @prefix dct: . - a skos:Concept ; - rdfs:label "siemens" ; - skos:notation "S" ; - dct:description "SI derived unit of electrical conductance; SI base unit equivalent: kg-1.m-2.s3.A2"@en . + a skos:Concept ; + rdfs:label "second" ; + skos:notation "s" ; + dct:description "SI base unit of time"@en . diff --git a/wmdr/unit/t.ttl b/wmdr/unit/t.ttl index c45324b3..083f7235 100644 --- a/wmdr/unit/t.ttl +++ b/wmdr/unit/t.ttl @@ -2,7 +2,7 @@ @prefix rdfs: . @prefix dct: . - a skos:Concept ; - rdfs:label "tesla" ; - skos:notation "T" ; - dct:description "SI derived unit of magnetic induction, magnetic flux density; SI base unit equivalent: kg.s-2.A-1"@en . + a skos:Concept ; + rdfs:label "tonne" ; + skos:notation "t" ; + dct:description "Unit of mass, accepted for use with SI; SI base unit equivalent: 1000 kg"@en .