@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:10031
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:altLabel "dbh"@en, "breast height diameter"@en, "Brusthöhendurchmesser"@de ;
  skos:exactMatch <http://purl.dataone.org/odo/ECSO_00000549> ;
  skos:definition "[ECSO] Domain protocol for measuring the diameter of a tree. Measured at a specified, average distance from the ground, eg 4.5 ft (or average person's breast height). May be measured as circumference, then divided by pi."@en ;
  skos:broader envthes:20935 ;
  skos:prefLabel "tree breast height diameter"@en ;
  dc:modified "2019-10-11"^^xsd:date ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en ;
  dc:created "2014-10-11"^^xsd:date .

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

