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

nalt:6110
  skos:prefLabel "atracón"@es, "binging"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:74560 .

nalt:9839
  skos:prefLabel "trastornos alimentarios"@es, "eating disorders"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:74560 .

nalt:17205
  skos:prefLabel "trastorno de atracones compulsivos"@es, "binge eating disorder"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:74560 .

<https://lod.nal.usda.gov/naltv#Topic>
  rdfs:label "Topic"@en ;
  a owl:Class .

nalt:74560
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:prefLabel "bulimia nerviosa"@es, "bulimia nervosa"@en ;
  ns0:marc001 "64283" ;
  skos:related nalt:17205, nalt:33458, nalt:6110 ;
  skos:hiddenLabel "binge vomit syndrome"@en, "bulimia-nervosa"@en ;
  dc:created "2006-07-21"^^xsd:date ;
  dc:modified "2015-11-16"^^xsd:date ;
  skos:altLabel "binge purge syndrome"@en, "binge-vomit syndrome"@en, "bulimarexia"@en ;
  skos:definition nalt:74560_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:9839 .

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

nalt:74560_def
  rdf:value "Trastorno alimenticio caracterizado por un ciclo de ingesta excesiva (bulimia o ingesta compulsiva), seguida de actos inapropiados (purgamiento) para evitar el aumento de peso. Los métodos de purgamiento suelen incluir el vómito autoinducido, el uso de laxantes o diuréticos, el ejercicio excesivo y el ayuno."@es, "An eating disorder that is characterized by a cycle of binge eating (bulimia or bingeing) followed by inappropriate acts (purging) to avert weight gain. Purging methods often include self-induced vomiting, use of laxatives or diuretics, excessive exercise, and fasting."@en ;
  dc:source "Medical Subject Headings 2015" ;
  a ns0:Definition .

nalt:33458
  skos:prefLabel "ayuno"@es, "fasting"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:74560 .

