@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .

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

nalt:412
  skos:prefLabel "alimentos funcionales"@es, "functional foods"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:411 .

nalt:33471
  skos:prefLabel "fortificación alimentaria"@es, "food fortification"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:411 .

nalt:411_def
  rdf:value "Alimentos que contienen niveles superiores de nutrientes debido a la adición de nutrientes durante el procesamiento."@es, "Foods which contain a higher nutrient content above natural levels because of the addition of nutrients during processing."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

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

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

nalt:411
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C15342> ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:33471, nalt:412 ;
  skos:broader nalt:408 ;
  dc:modified "2017-07-12"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:definition nalt:411_def ;
  skos:prefLabel "alimentos fortificados"@es, "fortified foods"@en ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85050240> ;
  skos:hiddenLabel "fortified-foods"@en, "fortified food product"@en, "fortified food"@en, "fortified food products"@en, "vitamin D-fortified"@en ;
  ns0:marc001 "15702" .

