@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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

envthes:30106
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:altLabel "amount of precipitation"@en ;
  skos:broader envthes:20935 ;
  skos:prefLabel "precipitation amount"@en ;
  dc:modified "2019-01-12"^^xsd:date ;
  dc:creator "0000-0003-1068-2394"@en ;
  dc:created "2020-02-11"^^xsd:date .

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

