@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 owl: <http://www.w3.org/2002/07/owl#> .

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

envthes:21365
  skos:prefLabel "body mass index"@en ;
  a skos:Concept .

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

envthes:msa0146
  skos:inScheme envthes: ;
  a skos:Concept ;
  dc:isReplacedBy envthes:21365 ;
  skos:altLabel "body mass indexes"@en, "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:1 ;
  owl:deprecated true ;
  skos:prefLabel "body mass index"@en ;
  dc:creator <https://orcid.org/0000-0003-2195-3997> .

