@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@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:27354
  skos:prefLabel "carbón"@es, "coal"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:328431 .

nalt:328431
  dc:modified "2019-12-16"^^xsd:date ;
  skos:prefLabel "carbón pulverizado"@es, "pulverized coal"@en ;
  skos:hiddenLabel "pulverized-coal"@en, "pulverized coals"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  ns0:marc001previous "94535" ;
  skos:definition nalt:328431_def ;
  dc:created "2019-03-15"^^xsd:date ;
  skos:broader nalt:27354 ;
  skos:altLabel "pulverised coal"@en ;
  ns0:marc001 "9813982546600041" .

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

nalt:328431_def
  rdf:value "Carbón que ha sido triturado en un molino hasta convertirlo en un polvo fino. Es soplado hasta la zona de combustión de un horno, donde se quema rápida y eficientemente."@es, "Coal that has been crushed to a fine dust in a grinding mill. It is blown into the combustion zone of a furnace and burns very rapidly and efficiently."@en ;
  dc:source "U.S. Energy Information Administration, Glossary" ;
  a ns0:Definition .

