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

nalt:408
  skos:prefLabel "alimentos"@es, "foods"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:410 .

nalt:410_def
  rdf:value "Alimentos a los que se les agregan nutrientes para reemplazar la pérdida de nutrientes producida durante su elaboración."@es, "Foods to which nutrients were added in order to replace losses of the nutrient that occured during processing."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:410
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:hiddenLabel "enriched food"@en, "enriched-foods"@en ;
  skos:related nalt:37196 ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C31242>, <http://id.loc.gov/authorities/subjects/sh85050240> ;
  skos:broader nalt:408 ;
  ns0:marc001 "13631" ;
  skos:definition nalt:410_def ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:prefLabel "enriched foods"@en, "alimentos enriquecidos"@es .

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

nalt:37196
  skos:prefLabel "enriquecimiento alimentario"@es, "food enrichment"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:410 .

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

