@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:445 .

nalt:445
  dc:modified "2012-11-30"^^xsd:date ;
  skos:hiddenLabel "reconstituted-foods"@en ;
  skos:narrower nalt:31639 ;
  skos:related nalt:435, nalt:59695, nalt:28464, nalt:59574 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:definition nalt:445_def ;
  skos:prefLabel "alimentos reconstituidos"@es, "reconstituted foods"@en ;
  skos:broader nalt:408 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "31579" ;
  a ns0:Product, skos:Concept .

nalt:59574
  skos:prefLabel "alimentos preparados"@es, "prepared foods"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:445 .

nalt:445_def
  rdf:value "Alimentos que fueron concentrados o condensados y han sido devueltos a su consistencia original por la adición de agua."@es, "Foods which were concentrated or condensed and have been brought to their original strength by adding water."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

nalt:59695
  skos:prefLabel "rehidratación"@es, "rehydration"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:445 .

nalt:28464
  skos:prefLabel "concentrados de jugo"@es, "juice concentrates"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:445 .

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

nalt:435
  skos:prefLabel "jugos"@es, "juices"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:445 .

nalt:31639
  skos:prefLabel "leche reconstituida"@es, "reconstituted milk"@en ;
  a ns0:Product, skos:Concept ;
  skos:broader nalt:445 .

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

