@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

nalt:5858
  skos:prefLabel "reparación"@es, "remediation"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:5854 .

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

nalt:5854
  ns0:marc001 "1536" ;
  skos:prefLabel "air sparging"@en, "inducción de aire"@es ;
  dc:modified "2018-09-14"^^xsd:date ;
  skos:broader nalt:5857 ;
  a ns0:Topic, skos:Concept ;
  skos:hiddenLabel "air-sparging"@en ;
  skos:altLabel "in situ air stripping"@en, "in situ volatilization"@en, "in situ volatilisation"@en ;
  skos:related nalt:5858 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:definition nalt:5854_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

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

nalt:5854_def
  rdf:value "La inducción de aire es una tecnología remedial in situ que reduce las concentraciones de constituyentes volátiles en derivados de petróleo adsorbidos por los suelos y disueltos en napas de agua. Involucra la inyección de aire libre de contaminantes en la subsurperficie de la zona saturada, permitiendo una transición de fase de los hidrocarburos de un estado disuelto a un estado de vapor. El aire entonces es ventilado a través de la zona no saturada."@es, "Air sparging is an in situ remedial technology that reduces concentrations of volatile constituents in petroleum products that are adsorbed to soils and dissolved in groundwater. It involves the injection of contaminant-free air into the subsurface saturated zone, enabling a phase transfer of hydrocarbons from a dissolved state to a vapor phase. The air is then vented through the unsaturated zone."@en ;
  dc:source "US Environmental Protection Agency" ;
  a ns0:Definition .

nalt:5857
  skos:prefLabel "tecnología medioambiental"@es, "environmental technology"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:5854 .

