@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@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#> .

nalt:9729
  skos:prefLabel "hábito de crecimiento"@es, "growth habit"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:210115 .

nalt:210115_def
  rdf:value "Traducido literalmente como madera torcida, este término se refiere al hábito de crecimiento deficiente causado por el viento y observado en ciertas especies de árboles en su límite máximo de distribución."@es, "The stunted growth habit, literally crooked wood, caused by wind and found in certain tree species at their upper limit of distribution."@en ;
  dc:source "Burns, Russell M. and Barbara H. Honkala, tech. coords. Silvics of North America, vol 2. Hardwoods; Glossary. Agriculture handbook no. 654. U.S. Department of Agriculture, Forest Service, 1990" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:210115
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:9729 ;
  ns0:marc001 "68627" ;
  dc:created "2014-02-06"^^xsd:date ;
  a skos:Concept, ns0:Topic ;
  skos:prefLabel "krummholz"@es, "krummholz"@en ;
  skos:definition nalt:210115_def ;
  dc:modified "2014-11-17"^^xsd:date .

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

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

