Skip to content

Commit

Permalink
gitignore ttl files, minor fix of identifiers (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
amilan17 authored May 17, 2024
1 parent 376da43 commit 4643142
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 38 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ __pycache__/
*.pyc
scripts/.DS_Store
wmdr/.DS_Store
wmdr/*.ttl
wmdr/*/*.ttl
4 changes: 2 additions & 2 deletions tables_en/1-01-01.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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."
8 changes: 0 additions & 8 deletions wmdr/ObservedVariableAtmosphere/iss417a.ttl

This file was deleted.

8 changes: 0 additions & 8 deletions wmdr/ObservedVariableAtmosphere/issue417b.ttl

This file was deleted.

8 changes: 4 additions & 4 deletions wmdr/unit/a.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<A> a skos:Concept ;
rdfs:label "ampere" ;
skos:notation "A" ;
dct:description "SI base unit of electric current"@en .
<a> a skos:Concept ;
rdfs:label "year" ;
skos:notation "a" ;
dct:description "Conventional unit of time duration, ranging from 365 days to 366 days"@en .
8 changes: 4 additions & 4 deletions wmdr/unit/h.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<H> 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 .
<h> a skos:Concept ;
rdfs:label "hour" ;
skos:notation "h" ;
dct:description "Unit of time, accepted for use with SI: 1 h = 3600 s"@en .
8 changes: 4 additions & 4 deletions wmdr/unit/s.m-1.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<S.m-1> 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 .
<s.m-1> 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 .
8 changes: 4 additions & 4 deletions wmdr/unit/s.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<S> 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 .
<s> a skos:Concept ;
rdfs:label "second" ;
skos:notation "s" ;
dct:description "SI base unit of time"@en .
8 changes: 4 additions & 4 deletions wmdr/unit/t.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<T> 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 .
<t> 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 .

0 comments on commit 4643142

Please sign in to comment.