@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

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

envthes:22315
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:altLabel "velocity of water"@en ;
  skos:exactMatch <http://purl.dataone.org/odo/ECSO_00001234> ;
  skos:definition "[ECSO] The velocity of water is the rate of change of its position with respect to a frame of reference, and is a function of time."@en ;
  skos:broader envthes:20935 ;
  skos:prefLabel "water velocity"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

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

