@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:20013
  skos:narrower envthes:20171, envthes:20170, envthes:20265 ;
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:broader envthes:20135 ;
  skos:prefLabel "climate model"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

envthes:20171
  skos:prefLabel "climate forecast system"@en ;
  a skos:Concept ;
  skos:broader envthes:20013 .

envthes:20170
  skos:prefLabel "climate change scenario"@en ;
  a skos:Concept ;
  skos:broader envthes:20013 .

envthes:20265
  skos:prefLabel "regional climate model"@en ;
  a skos:Concept ;
  skos:broader envthes:20013 .

envthes:20135
  skos:prefLabel "modelling"@en ;
  a skos:Concept ;
  skos:narrower envthes:20013 .

