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

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

envthes:1
  skos:prefLabel "deprecated concept"@en ;
  a skos:Concept .

envthes:msa0433
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:altLabel "firing frequency"@en, "firing frequencies"@en, "fires frequency"@en, "fire frequencies"@en, "fire frequences"@en ;
  skos:scopeNote "MS Academic Keywords"@en ;
  skos:definition "[Jennifer L. Beverly] Fire frequency is the most commonly used measure to characterize fire regimes for comparisons acrossgeographical areas or time periods. Within the boreal forest region of the Boreal Shield ecozone ofOntario, fire frequency changes over time and across longitudinal gradients have been associatedwith drought frequency and large-scale climate processes..."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "fire frequency"@en ;
  dc:creator <https://orcid.org/0000-0003-2195-3997> .

