@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:25345
  skos:prefLabel "tratamiento de aguas"@es, "water treatment"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:313527 .

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

nalt:313527
  skos:definition nalt:313527_def ;
  skos:prefLabel "desionización"@es, "deionization"@en ;
  ns0:marc001 "86519" ;
  a ns0:Topic, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:25345 ;
  dc:created "2018-02-14"^^xsd:date ;
  dc:modified "2018-11-14"^^xsd:date .

nalt:313527_def
  rdf:value "Remoción de los iones del agua mediante el intercambio con otros iones asociados a las cargas fijas en un lecho de resina. Los cationes normalmente se eliminan y los iones H+ se intercambian; los iones OH- son sustituidos por aniones."@es, "Removal of ions from water by exchange with other ions associated with fixed charges on a resin bed. Cations are usually removed and H+ ions are exchanged; OH- ions are exchanged for anions."@en ;
  dc:source "Guidelines for Environmental Infection Control in Health-Care Facilities (2003); Glossary, CDC." ;
  a ns0:Definition .

