@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix iop: <https://w3id.org/iadopt/ont/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .

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

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

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

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

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

envthes:22313
  skos:inScheme envthes: ;
  iop:hasProperty envthes:21524 ;
  iop:hasObjectOfInterest envthes:20538 ;
  a iop:Variable, skos:Concept ;
  skos:altLabel "temperature of water"@en ;
  skos:scopeNote "US LTER controlled vocabulary"@en ;
  skos:exactMatch <https://vocab.lternet.edu/vocab/vocab/?tema=625>, <http://opendata.inra.fr/EOL/EOL_0000034>, <http://linkeddata.ge.imati.cnr.it:2020/resource/EARTh/91090>, <http://aims.fao.org/aos/agrovoc/c_16063> ;
  skos:definition "[EOL] any measurable characteristic related to the temperature of water"@en ;
  skos:broader envthes:20935 ;
  skos:prefLabel "water temperature"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

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

