@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@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#> .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

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

nalt:23351
  skos:prefLabel "malabsorción"@es, "malabsorption"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:23345 .

nalt:23345
  skos:altLabel "coeliac sprue"@en, "gluten intolerance"@en, "gluten-sensitive enteropathy"@en, "gluten enteropathy"@en, "coeliac disease"@en, "celiac sprue"@en ;
  skos:prefLabel "celiac disease"@en, "enfermedad celíaca"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_36701>, <http://id.cabi.org/cabt/30545>, <http://id.agrisemantics.org/gacs/C15335>, <http://id.loc.gov/authorities/subjects/sh85021632> ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  ns0:marc001 "7348" ;
  skos:definition nalt:23345_def ;
  skos:broader nalt:23351 ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2020-08-17"^^xsd:date ;
  skos:hiddenLabel "celiac-disease"@en .

nalt:23345_def
  rdf:value "Enfermedad caracterizada por absorción intestinal deficiente precipitada por alimentos que contienen gluten. La mucosa intestinal muestra pérdida de estructura vellosa."@es, "A malabsorption syndrome that is precipitated by the ingestion of foods containing gluten, such as wheat, rye, and barley. It is characterized by inflammation of the small intestine, loss of microvilli structure, failed intestinal absorption, and malnutrition."@en ;
  dc:source "Medical Subject Headings 2012" ;
  a ns0:Definition .

