@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:39377
  skos:prefLabel "trigo"@es, "wheat"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:96221 .

nalt:24047
  skos:prefLabel "gluten"@es, "gluten"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:related nalt:96221 .

nalt:6560
  skos:prefLabel "alergias alimentarias"@es, "food allergies"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:96221 .

nalt:96221
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:related nalt:24047, nalt:23345, nalt:39377 ;
  skos:altLabel "wheat sensitivity"@en, "wheat intolerance"@en, "wheat hypersensitivity"@en ;
  skos:definition nalt:96221_def ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:broader nalt:6560 ;
  ns0:marc001 "96116" ;
  dc:created "2006-07-21"^^xsd:date ;
  skos:prefLabel "wheat allergy"@en, "alergia al trigo"@es ;
  dc:modified "2020-10-29"^^xsd:date .

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

nalt:23345
  skos:prefLabel "enfermedad celíaca"@es, "celiac disease"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:96221 .

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

nalt:96221_def
  rdf:value "Reacción alérgica al trigo que es provocada por el sistema inmunológico."@es, "Allergic reaction to wheat that is triggered by the immune system."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

