@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:20383
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:altLabel "flooding"@en ;
  skos:scopeNote "US LTER controlled vocabulary"@en ;
  skos:exactMatch <https://vocab.lternet.edu/vocab/vocab/?tema=198>, <http://purl.obolibrary.org/obo/ENVO_01000710>, <http://en.wikipedia.org/wiki/floods> ;
  skos:definition "[GEMET] An unusual accumulation of water above the ground caused by high tide, heavy rain, melting snow or rapid runoff from paved areas."@en ;
  skos:broader envthes:10065, envthes:20400 ;
  skos:prefLabel "flood"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

envthes:10065
  skos:prefLabel "natural induced event"@en ;
  a skos:Concept ;
  skos:narrower envthes:20383 .

envthes:20400
  skos:prefLabel "human induced event"@en ;
  a skos:Concept ;
  skos:narrower envthes:20383 .

