@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:16264
  skos:prefLabel "rocas"@es, "rocks"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:225111 .

nalt:225111
  skos:hiddenLabel "parent-rock"@en, "parent rocks"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "parent rock"@en, "roca madre"@es ;
  skos:definition nalt:225111_def ;
  skos:related nalt:42771 ;
  dc:created "2014-08-19"^^xsd:date ;
  skos:broader nalt:16264 ;
  dc:modified "2014-11-17"^^xsd:date ;
  ns0:marc001 "70996" .

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

nalt:225111_def
  rdf:value "Roca a partir de la cual los materiales originarios de los suelos son formados."@es, "The rock from which the parent materials of soils are formed."@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 .

nalt:42771
  skos:prefLabel "elementos primarios del suelo"@es, "soil parent materials"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:225111 .

