@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:22304
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:altLabel "diameter at breast height of tree"@en, "DBH"@en ;
  skos:scopeNote "MS Academic Keywords"@en ;
  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 diameter at breast height"@en ;
  dc:modified "2018-11-12"^^xsd:date ;
  dc:creator <https://orcid.org/0000-0003-2195-3997> .

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

