@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:2725
  skos:prefLabel "minería"@es, "mining"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:53100 .

nalt:53100
  skos:prefLabel "minería de superficie"@es, "surface mining"@en ;
  skos:hiddenLabel "surface-mining"@en ;
  skos:broader nalt:2725 ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85129129> ;
  ns0:marc001 "36454" ;
  skos:altLabel "strip mining"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:definition nalt:53100_def ;
  dc:modified "2014-11-13"^^xsd:date .

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

nalt:53100_def
  rdf:value "Cualquier proceso de eliminación de tierra, roca y otros estratos, dirigido a descubrir el yacimiento subyacente de minerales o combustibles."@es, "Surface mining is a very broad term and refers to any process of removing the earth, rock, and other strata in order to uncover the underlying mineral or fuel deposit."@en ;
  dc:source "Schwarz, Charles F.; Thor, Edward C.; Elsner, Gary H. 1976. Wildland planning glossary. Gen. Tech. Rep. PSW-13. Berkeley, Calif.: U.S. Department of Agriculture, Forest Service, Pacific Southwest Forest and Range Experiment Station" ;
  a ns0:Definition .

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

