@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:408
  skos:prefLabel "alimentos"@es, "foods"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:323547 .

nalt:32025
  skos:prefLabel "alimentos deshidratados"@es, "dried foods"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:323547 .

nalt:323547
  skos:hiddenLabel "low-moisture food"@en, "low-moisture foods"@en, "low moisture food"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  ns0:marc001 "88473" ;
  skos:definition nalt:323547_def ;
  dc:modified "2018-11-14"^^xsd:date ;
  skos:prefLabel "low moisture foods"@en, "alimentos con bajo contenido de humedad"@es ;
  skos:broader nalt:408 ;
  dc:created "2018-08-17"^^xsd:date ;
  skos:related nalt:32025 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

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

nalt:323547_def
  rdf:value "Alimentos de baja actividad acuosa, que no favorecen el desarrollo de patógenos de deterioro o transmitidos por los alimentos. Dicha actividad puede ser naturalmente baja o los alimentos pueden haber sido deshidratados para reducirla."@es, "Low moisture foods have low water activity and do not support the growth of spoilage or foodborne pathogens. These foods could be naturally low in water activity or that have been dried to lower the water activity."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

