Skip to content

Commit

Permalink
deploy: 498ba66
Browse files Browse the repository at this point in the history
  • Loading branch information
SirkoS committed Jul 7, 2024
0 parents commit e09b1d1
Show file tree
Hide file tree
Showing 18 changed files with 917 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
63 changes: 63 additions & 0 deletions EnvThes/21579.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix iadopt: <https://w3id.org/iadopt/ont/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

envthes:21579
a skos:Concept, iadopt:Variable ;
skos:exactMatch <http://en.wikipedia.org/wiki/relative_humidity>, <http://aims.fao.org/aos/agrovoc/c_6496>, <https://vocab.lternet.edu/vocab/vocab/?tema=463>, <http://linkeddata.ge.imati.cnr.it:2020/resource/EARTh/83700> ;
dc:created "2016-03-31"^^xsd:date ;
skos:inScheme envthes: ;
iadopt:hasObjectOfInterest envthes:23 ;
skos:altLabel "RH"@en ;
dc:creator "2024-06-05"@en ;
skos:prefLabel "相对湿度"@zh, "相対湿度"@ja, "air relative humidity"@en ;
iadopt:hasProperty <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
skos:narrower envthes:30338 ;
skos:definition "Is the ratio of the partial pressure of water vapor in the air–water mixture to the saturated vapor pressure of water at those conditions. The relative humidity of air is a function of both its water content and temperature. It is normally expressed as a percentage."@en ;
iadopt:hasContextObject envthes:21920 ;
skos:broader envthes:22032 ;
skos:scopeNote "US LTER controlled vocabulary"@en ;
dc:modified "2024-06-09"^^xsd:date .

iadopt:Variable
rdfs:label "Variable" ;
a owl:Class .

iadopt:hasProperty
rdfs:comment "A Variable has a Property that characterizes an Entity." ;
rdfs:label "hasProperty" .

envthes:22032
skos:prefLabel "air humidity"@en ;
a skos:Concept ;
skos:narrower envthes:21579 .

envthes:
skos:prefLabel "EnvThes"@en ;
a owl:Ontology, skos:ConceptScheme .

iadopt:hasObjectOfInterest
rdfs:comment "A Variable has an Entity whose Property is observed." ;
rdfs:label "hasObjectOfInterest" .

iadopt:hasContextObject
rdfs:comment "A Variable has an Entity that provides additional background information regarding the ObjectOfInterest." ;
rdfs:label "hasContextObject" .

envthes:21920
skos:prefLabel "atmosfera"@pt, "atmosfera"@pl, "atmosfera"@lt, "atmosfera"@it, "atmosfera"@hr, "ατμόσφαιρα"@el, "atmosféra"@sk, "atmosféra"@cs, "atmósfera"@es, "atmosfære"@no, "atmosfære"@da, "atmosfär"@sv, "atmosferă"@ro, "atmosphère"@fr, "atmosfeer"@nl, "Атмосфера"@bg, "atmoszféra"@hu, "atmosfēra"@lv, "Atmosphäre"@de, "ozračje, atmosfera"@sl, "ilmakehä"@fi, "atmosfäär, õhkkond"@et, "الجو- الغلاف الجوي"@ar, "atmosphere"@en ;
a skos:Concept .

envthes:30338
skos:prefLabel "near-surface air relative humidity"@en ;
a iadopt:Variable, skos:Concept ;
skos:broader envthes:21579 .

envthes:23
skos:prefLabel "αέρας"@el, "oras"@lt, "vzduch"@sk, "vzduch"@cs, "ilma"@fi, "õhk"@et, "ar"@pt, "air"@fr, "air"@en, "luft"@sv, "luft"@no, "luft"@da, "powietrze"@pl, "هواء"@ar, "Luft"@de, "Въздух"@bg, "lucht"@nl, "aer"@ro, "aire"@es, "zrak"@sl, "zrak"@hr, "aria"@it, "levegő"@hu, "gaiss"@lv ;
a skos:Concept .

48 changes: 48 additions & 0 deletions EnvThes/21579.ttl.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!doctype html>
<html>
<head>
<meta charset="utf8" />
<title>I-Adopt Variables</title>
<link href="../styles.css" rel="stylesheet" />
</head>
<body>
<h1>I-Adopt Variables</h1>

<h2>air relative humidity</h2>
<div class="desc">
Is the ratio of the partial pressure of water vapor in the air–water mixture to the saturated vapor pressure of water at those conditions. The relative humidity of air is a function of both its water content and temperature. It is normally expressed as a percentage.
</div>

<dl>

<dt>Object of Interest</dt>
<dd>
<a href="http:&#x2F;&#x2F;vocabs.lter-europe.net&#x2F;EnvThes&#x2F;23">air</a>
<div class="desc">

</div>
</dd>

<dt>Property</dt>
<dd>
<a href="http:&#x2F;&#x2F;qudt.org&#x2F;vocab&#x2F;quantitykind&#x2F;RelativeHumidity">RelativeHumidity</a>
<div class="desc">

</div>
</dd>


<dt>ContextObject</dt>
<dd>
<a href="http:&#x2F;&#x2F;vocabs.lter-europe.net&#x2F;EnvThes&#x2F;21920">atmosphere</a>
<div class="desc">

</div>
</dd>



</dl>

</body>
</html>
67 changes: 67 additions & 0 deletions EnvThes/22035.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix iadopt: <https://w3id.org/iadopt/ont/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

envthes:20935
skos:prefLabel "variable"@en ;
a skos:Concept ;
skos:narrower envthes:22035 .

envthes:21524
skos:prefLabel "温度"@zh, "温度"@ja, "temperature"@en ;
a skos:Concept .

iadopt:Variable
rdfs:label "Variable" ;
a owl:Class .

iadopt:hasProperty
rdfs:comment "A Variable has a Property that characterizes an Entity." ;
rdfs:label "hasProperty" .

envthes:
skos:prefLabel "EnvThes"@en ;
a owl:Ontology, skos:ConceptScheme .

iadopt:hasObjectOfInterest
rdfs:comment "A Variable has an Entity whose Property is observed." ;
rdfs:label "hasObjectOfInterest" .

envthes:22035
dc:creator "[email protected]"@en ;
skos:exactMatch <http://linkeddata.ge.imati.cnr.it:2020/resource/EARTh/16250>, <http://aims.fao.org/aos/agrovoc/c_230>, <http://en.wikipedia.org/wiki/air_temperature>, <https://vocab.lternet.edu/vocab/vocab/?tema=22>, <http://www.eionet.europa.eu/gemet/concept/281> ;
skos:prefLabel "teplota vzduchu"@cs, "teplota vzduchu"@sk, "oro temperatūra"@lt, "Lufttemperatur"@de, "gaisa temperatūra"@lv, "température de l'air"@fr, "temperatura del aire"@es, "temperatura dell'aria"@it, "temperatura aerului"@ro, "Температура на въздуха"@bg, "درجة حرارة الهواء"@ar, "levegő hőmérséklet"@hu, "air temperature"@en, "temperatura zraka"@hr, "temperatura zraka"@sl, "lufttemperatur"@sv, "lufttemperatur"@da, "lufttemperatur"@no, "θερμοκρασία (του) αέρα"@el, "ilman lämpötila"@fi, "õhu temperatuur"@et, "temperatura powietrza"@pl, "luchttemperatuur"@nl, "temperatura do ar"@pt ;
iadopt:hasObjectOfInterest envthes:23 ;
skos:narrower envthes:30333 ;
skos:definition "[GEMET] The temperature of the atmosphere which represents the average kinetic energy of the molecular motion in a small region and is defined in terms of a standard or calibrated thermometer in thermal equilibrium with the air."@en ;
iadopt:hasProperty envthes:21524 ;
a iadopt:Variable, skos:Concept ;
skos:broader envthes:20935 ;
dc:created "2016-03-31"^^xsd:date ;
skos:altLabel "temperature of air"@en ;
dc:modified "2024-06-09"^^xsd:date ;
skos:inScheme envthes: ;
iadopt:hasContextObject envthes:21920 ;
skos:scopeNote "US LTER controlled vocabulary"@en .

iadopt:hasContextObject
rdfs:comment "A Variable has an Entity that provides additional background information regarding the ObjectOfInterest." ;
rdfs:label "hasContextObject" .

envthes:21920
skos:prefLabel "atmosfera"@pt, "atmosfera"@pl, "atmosfera"@lt, "atmosfera"@it, "atmosfera"@hr, "ατμόσφαιρα"@el, "atmosféra"@sk, "atmosféra"@cs, "atmósfera"@es, "atmosfære"@no, "atmosfære"@da, "atmosfär"@sv, "atmosferă"@ro, "atmosphère"@fr, "atmosfeer"@nl, "Атмосфера"@bg, "atmoszféra"@hu, "atmosfēra"@lv, "Atmosphäre"@de, "ozračje, atmosfera"@sl, "ilmakehä"@fi, "atmosfäär, õhkkond"@et, "الجو- الغلاف الجوي"@ar, "atmosphere"@en ;
a skos:Concept .

envthes:30333
skos:prefLabel "near-surface air temperature"@en ;
a iadopt:Variable, skos:Concept ;
skos:broader envthes:22035 .

envthes:23
skos:prefLabel "αέρας"@el, "oras"@lt, "vzduch"@sk, "vzduch"@cs, "ilma"@fi, "õhk"@et, "ar"@pt, "air"@fr, "air"@en, "luft"@sv, "luft"@no, "luft"@da, "powietrze"@pl, "هواء"@ar, "Luft"@de, "Въздух"@bg, "lucht"@nl, "aer"@ro, "aire"@es, "zrak"@sl, "zrak"@hr, "aria"@it, "levegő"@hu, "gaiss"@lv ;
a skos:Concept .

48 changes: 48 additions & 0 deletions EnvThes/22035.ttl.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!doctype html>
<html>
<head>
<meta charset="utf8" />
<title>I-Adopt Variables</title>
<link href="../styles.css" rel="stylesheet" />
</head>
<body>
<h1>I-Adopt Variables</h1>

<h2>air temperature</h2>
<div class="desc">
[GEMET] The temperature of the atmosphere which represents the average kinetic energy of the molecular motion in a small region and is defined in terms of a standard or calibrated thermometer in thermal equilibrium with the air.
</div>

<dl>

<dt>Object of Interest</dt>
<dd>
<a href="http:&#x2F;&#x2F;vocabs.lter-europe.net&#x2F;EnvThes&#x2F;23">air</a>
<div class="desc">

</div>
</dd>

<dt>Property</dt>
<dd>
<a href="http:&#x2F;&#x2F;vocabs.lter-europe.net&#x2F;EnvThes&#x2F;21524">temperature</a>
<div class="desc">

</div>
</dd>


<dt>ContextObject</dt>
<dd>
<a href="http:&#x2F;&#x2F;vocabs.lter-europe.net&#x2F;EnvThes&#x2F;21920">atmosphere</a>
<div class="desc">

</div>
</dd>



</dl>

</body>
</html>
53 changes: 53 additions & 0 deletions EnvThes/22317.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix iadopt: <https://w3id.org/iadopt/ont/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

envthes:22317
a skos:Concept, iadopt:Variable ;
skos:broader envthes:20935 ;
dc:created "2016-03-31"^^xsd:date ;
skos:definition "The true direction from which the wind is blowing at a given location (i.e., wind blowing from the north to the south is a north wind). It is normally measured in tens of degrees from 10 degrees clockwise through 360 degrees. North is 360 degrees. A wind direction of 0 degrees is only used when wind is calm."@en ;
skos:exactMatch <https://vocab.lternet.edu/vocab/vocab/?tema=634>, <http://aims.fao.org/aos/agrovoc/c_29583>, <http://en.wikipedia.org/wiki/wind_direction> ;
skos:inScheme envthes: ;
skos:prefLabel "wind direction"@en ;
dc:modified "2024-06-09"^^xsd:date ;
dc:creator "[email protected]"@en ;
iadopt:hasContextObject envthes:21920 ;
skos:altLabel "direction of wind"@en ;
iadopt:hasProperty <http://vocab.nerc.ac.uk/collection/S06/current/S0600112/> ;
iadopt:hasObjectOfInterest <http://purl.obolibrary.org/obo/ENVO_01000793> ;
skos:scopeNote "US LTER controlled vocabulary"@en .

envthes:20935
skos:prefLabel "variable"@en ;
a skos:Concept ;
skos:narrower envthes:22317 .

iadopt:Variable
rdfs:label "Variable" ;
a owl:Class .

iadopt:hasProperty
rdfs:comment "A Variable has a Property that characterizes an Entity." ;
rdfs:label "hasProperty" .

envthes:
skos:prefLabel "EnvThes"@en ;
a owl:Ontology, skos:ConceptScheme .

iadopt:hasObjectOfInterest
rdfs:comment "A Variable has an Entity whose Property is observed." ;
rdfs:label "hasObjectOfInterest" .

iadopt:hasContextObject
rdfs:comment "A Variable has an Entity that provides additional background information regarding the ObjectOfInterest." ;
rdfs:label "hasContextObject" .

envthes:21920
skos:prefLabel "atmosfera"@pt, "atmosfera"@pl, "atmosfera"@lt, "atmosfera"@it, "atmosfera"@hr, "ατμόσφαιρα"@el, "atmosféra"@sk, "atmosféra"@cs, "atmósfera"@es, "atmosfære"@no, "atmosfære"@da, "atmosfär"@sv, "atmosferă"@ro, "atmosphère"@fr, "atmosfeer"@nl, "Атмосфера"@bg, "atmoszféra"@hu, "atmosfēra"@lv, "Atmosphäre"@de, "ozračje, atmosfera"@sl, "ilmakehä"@fi, "atmosfäär, õhkkond"@et, "الجو- الغلاف الجوي"@ar, "atmosphere"@en ;
a skos:Concept .

48 changes: 48 additions & 0 deletions EnvThes/22317.ttl.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!doctype html>
<html>
<head>
<meta charset="utf8" />
<title>I-Adopt Variables</title>
<link href="../styles.css" rel="stylesheet" />
</head>
<body>
<h1>I-Adopt Variables</h1>

<h2>wind direction</h2>
<div class="desc">
The true direction from which the wind is blowing at a given location (i.e., wind blowing from the north to the south is a north wind). It is normally measured in tens of degrees from 10 degrees clockwise through 360 degrees. North is 360 degrees. A wind direction of 0 degrees is only used when wind is calm.
</div>

<dl>

<dt>Object of Interest</dt>
<dd>
<a href="http:&#x2F;&#x2F;purl.obolibrary.org&#x2F;obo&#x2F;ENVO_01000793">ENVO_01000793</a>
<div class="desc">

</div>
</dd>

<dt>Property</dt>
<dd>
<a href="http:&#x2F;&#x2F;vocab.nerc.ac.uk&#x2F;collection&#x2F;S06&#x2F;current&#x2F;S0600112&#x2F;">S0600112</a>
<div class="desc">

</div>
</dd>


<dt>ContextObject</dt>
<dd>
<a href="http:&#x2F;&#x2F;vocabs.lter-europe.net&#x2F;EnvThes&#x2F;21920">atmosphere</a>
<div class="desc">

</div>
</dd>



</dl>

</body>
</html>
59 changes: 59 additions & 0 deletions EnvThes/30319.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@prefix iadopt: <https://w3id.org/iadopt/ont/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

envthes:30319
a iadopt:Variable, skos:Concept ;
skos:prefLabel "soil hydraulic conductivity"@en ;
iadopt:hasObjectOfInterest envthes:20538 ;
dc:modified "2024-06-09"^^xsd:date ;
dc:source <https://prometheusprotocols.net/function/water-relations/hydraulic-conductance-and-conductivity/> ;
dc:created "2023-02-26"^^xsd:date ;
skos:definition "Soil hydraulic conductivity is a measure of the efficiency of bulk flow through soil, and defined as the flow rate per unit pressure driving force."@en ;
iadopt:hasProperty envthes:30318 ;
iadopt:hasMatrix envthes:24 ;
skos:broader envthes:22133 ;
skos:inScheme envthes: .

iadopt:Variable
rdfs:label "Variable" ;
a owl:Class .

iadopt:hasProperty
rdfs:comment "A Variable has a Property that characterizes an Entity." ;
rdfs:label "hasProperty" .

envthes:24
skos:prefLabel "sol"@ro, "sol"@fr, "soil"@en, "تربة"@ar, "muld"@et, "Boden"@de, "tlo"@hr, "maaperä"@fi, "půda"@cs, "dirvožemis, gruntas"@lt, "gleba"@pl, "pôda"@sk, "έδαφος"@el, "jord"@sv, "jord"@da, "suolo"@it, "suelos"@es, "solos"@pt, "Почва"@bg, "augsne"@lv, "tla, prst, zemlja"@sl, "jordsmonn"@no, "talaj"@hu, "bodem"@nl ;
a skos:Concept .

iadopt:hasMatrix
rdfs:subPropertyOf iadopt:hasContextObject ;
rdfs:comment "A Variable might have an Entity in which the ObjectOfInterest is contained." ;
rdfs:label "hasMatrix" .

envthes:22133
skos:prefLabel "hydraulic conductivity"@en ;
a skos:Concept ;
skos:narrower envthes:30319 .

envthes:
skos:prefLabel "EnvThes"@en ;
a owl:Ontology, skos:ConceptScheme .

iadopt:hasObjectOfInterest
rdfs:comment "A Variable has an Entity whose Property is observed." ;
rdfs:label "hasObjectOfInterest" .

envthes:30318
skos:prefLabel "flow rate per unit pressure"@en ;
a skos:Concept .

envthes:20538
skos:prefLabel ""@zh, ""@ja, "water"@en ;
a skos:Concept .

Loading

0 comments on commit e09b1d1

Please sign in to comment.