@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 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:69357
  skos:prefLabel "biopreservantes"@es, "biopreservatives"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:related nalt:69355 .

nalt:2770
  skos:prefLabel "tecnología de procesamiento"@es, "processing technology"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:69355 .

nalt:69361
  skos:prefLabel "biopreservación de alimentos"@es, "food biopreservation"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:broader nalt:69355 .

nalt:69355
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:2770 ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:prefLabel "biopreservación"@es, "biopreservation"@en ;
  ns0:marc001 "51400" ;
  dc:created "2006-11-09"^^xsd:date ;
  skos:related nalt:69357 ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:definition nalt:69355_def ;
  skos:narrower nalt:69361 .

nalt:69355_def
  rdf:value "Utilización de productos derivados de plantas y microorganismos con el fin de preservar productos."@es, "The use of products from plants and microorganisms to preserve products."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

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

