@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:18644
  skos:prefLabel "bosques"@es, "forests"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:276115 .

nalt:276115
  skos:related nalt:41240, nalt:64048 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:18644 ;
  skos:prefLabel "virgin forests"@en, "bosques vírgenes"@es ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  ns0:marc001 "79577" ;
  dc:created "2016-04-06"^^xsd:date ;
  skos:definition nalt:276115_def ;
  skos:hiddenLabel "virgin forest"@en ;
  dc:modified "2016-11-14"^^xsd:date .

nalt:41240
  skos:prefLabel "bosques primarios pristinos"@es, "old-growth forests"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:276115 .

nalt:276115_def
  rdf:value "Bosque natural virtualmente no afectado por la actividad humana."@es, "Natural forest virtually uninfluenced by human activity."@en ;
  dc:source "Forest Products Laboratory. 1999. Wood handbook—Wood as an engineering material. Gen. Tech. Rep. FPL–GTR–113. Madison, WI: U.S.D.A, Forest Service, Forest Products Laboratory. 463 p." ;
  a ns0:Definition .

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

nalt:64048
  skos:prefLabel "rodales multietáneos"@es, "uneven-aged stands"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:276115 .

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

