@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@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:12902
  skos:prefLabel "ceniza"@es, "ash (inorganic matter)"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:253836 .

nalt:253836
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:12903, nalt:20526 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "bottom-ash"@en ;
  skos:definition nalt:253836_def ;
  dc:modified "2015-11-16"^^xsd:date ;
  skos:prefLabel "cenizas de fondo"@es, "bottom ash"@en ;
  skos:broader nalt:12902 ;
  ns0:marc001 "64144" ;
  dc:created "2015-05-27"^^xsd:date .

nalt:20526
  skos:prefLabel "combustión"@es, "combustion"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:253836 .

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

nalt:12903
  skos:prefLabel "cenizas volantes"@es, "fly ash"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:253836 .

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

nalt:253836_def
  rdf:value "Material incombustible que resulta de la combustión que no deja ceniza volante."@es, "Incombustible matter resulting from combustion that does not leave as fly ash."@en ;
  dc:source "US Environmental Protection Agency" ;
  a ns0:Definition .

