@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:21365
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:altLabel "body mass indexing"@en, "BMI"@en ;
  skos:scopeNote "MS Academic Keywords"@en ;
  skos:definition "[Henderson's] a measure of the amount of body fat for humans, calculated from the body weight (in kilograms) divided by the height (in metres) squared. “Normal” values for adults range from 18.5 to 24.9, with a value of greater than 30 being clas­siﬁed as clinical obesity."@en ;
  skos:broader envthes:20935 ;
  skos:prefLabel "body mass index"@en ;
  dc:creator <https://orcid.org/0000-0003-2195-3997> .

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

