@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:119
  skos:prefLabel "peso corporal"@es, "body weight"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:18372 .

nalt:18372
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:definition nalt:18372_def ;
  skos:narrower nalt:762 ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C4495>, <http://id.cabi.org/cabt/83445>, <http://aims.fao.org/aos/agrovoc/c_5459> ;
  ns0:marc001 "26613" ;
  a skos:Concept, ns0:Topic ;
  skos:prefLabel "overweight"@en, "sobrepeso"@es ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:broader nalt:119 ;
  skos:related nalt:20759 ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85093646> ;
  dc:created "2006-01-19"^^xsd:date .

ns0:Topic
  rdfs:label "Topic"@en ;
  a owl:Class .

nalt:18372_def
  rdf:value "Exceso del peso corporal requerido para mantener la salud general. A menudo se define como Indice de Masa Corporal saludable a aquella que es mayor o igual a 25 pero menor a 30."@es, "Weight in excess of the body weight required to maintain overall health. Often defined as a Body Mass Index greater or equal to 25 but less than 30."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

nalt:20759
  skos:prefLabel "desnutrición"@es, "malnutrition"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:18372 .

nalt:762
  skos:prefLabel "obesidad"@es, "obesity"@en ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:18372 .

<https://lod.nal.usda.gov/nalt>
  rdfs:label "NALT Full"@en ;
  a skos:ConceptScheme .

