@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:300505
  skos:hiddenLabel "air-ionization"@en, "air ionizations"@en, "air-ionisation"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "79789" ;
  dc:modified "2017-11-10"^^xsd:date ;
  skos:broader nalt:24672 ;
  skos:prefLabel "ionización de aire"@es, "air ionization"@en ;
  a skos:Concept, ns0:Topic ;
  skos:definition nalt:300505_def ;
  dc:created "2017-05-18"^^xsd:date .

nalt:24672
  skos:prefLabel "ionización"@es, "ionization"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:300505 .

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

nalt:300505_def
  rdf:value "Disociación de moléculas en el aire en iones positivos y negativos por la influencia de un campo eléctrico."@es, "The dissociation of molecules in the air into positive and negative ions under the influence of an electric field."@en ;
  dc:source "Medical Subject Headings 2017" ;
  a ns0:Definition .

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

