@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:193
  skos:prefLabel "vahos"@es, "vapors"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:34098 .

nalt:34098
  skos:prefLabel "distillation"@en, "destilación"@es ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:definition nalt:34098_def ;
  skos:related nalt:193, nalt:222 ;
  skos:broader nalt:2770 ;
  ns0:marc001 "12344" ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_2336>, <http://id.agrisemantics.org/gacs/C9934>, <http://id.loc.gov/authorities/subjects/sh85038517>, <http://id.cabi.org/cabt/39995> ;
  skos:hiddenLabel "direct contact MD"@en, "direct-contact membrane distillation"@en, "Wood Berry distillation"@en, "distillate process"@en, "direct-contact MD"@en, "direct contact membrane distillation"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  dc:modified "2020-06-22"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date .

nalt:2770
  skos:prefLabel "tecnología de procesamiento"@es, "processing technology"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:34098 .

nalt:222
  skos:prefLabel "destilados"@es, "distillates"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:34098 .

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

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

nalt:34098_def
  rdf:value "Proceso químico de separación de los componentes de una mezcla líquida mediante su ebullición y la recolección de vapores condensados."@es, "A chemical process for separating the components of a liquid mixture by boiling and collecting condensed vapors."@en ;
  dc:source "Medical Subject Headings 2015" ;
  a ns0:Definition .

