@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

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

nalt:17894
  skos:prefLabel "tratamiento térmico"@es, "heat treatment"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:154170 .

nalt:154170
  ns0:marc001 "62162" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:related nalt:5830 ;
  a skos:Concept, ns0:Topic ;
  skos:broader nalt:17894 ;
  skos:definition nalt:154170_def ;
  skos:altLabel "torrefying"@en, "torrefication"@en ;
  dc:created "2012-02-14"^^xsd:date ;
  skos:prefLabel "torrefacción"@es, "torrefaction"@en ;
  dc:modified "2012-11-30"^^xsd:date .

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

nalt:154170_def
  rdf:value "Tratamiento térmico para eliminar la humedad y volatilidad, especialmente bajo condiciones anaeróbicas. Esta tecnología se utiliza para mejorar las propiedades de la biomasa para su utilización como combustible."@es, "Heat processing to remove moisture and volatiles, especially under anaerobic conditions. This technology is used to improve the properties of biomass for use as a fuel."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

nalt:5830
  skos:prefLabel "secado"@es, "drying"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:154170 .

