@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:1790
  skos:prefLabel "desarrollo de la planta"@es, "plant development"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:130712 .

nalt:32141
  skos:prefLabel "poda"@es, "pruning"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:130712 .

nalt:11816
  skos:prefLabel "árboles"@es, "trees"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:130712 .

nalt:130712
  skos:definition nalt:130712_def ;
  skos:related nalt:19254, nalt:32141, nalt:11816 ;
  skos:hiddenLabel "natural-pruning"@en, "naturally pruned"@en ;
  skos:prefLabel "poda natural"@es, "natural pruning"@en ;
  dc:modified "2019-10-11"^^xsd:date ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  ns0:marc001 "57033" ;
  skos:scopeNote "Use for the natural processs of branches dieing and breaking off; For pruning by man as a cultural practice USE pruning."@en, "Usar para el proceso natural de muerte y ruptura de ramas; USAR \"poda\" para poda hecha por el hombre como una práctica cultural."@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2009-07-29"^^xsd:date ;
  skos:broader nalt:1790 .

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

nalt:19254
  skos:prefLabel "ramas"@es, "branches"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:130712 .

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

nalt:130712_def
  rdf:value "La muerte y ruptura natural de ramas bajas debido al sombreamiento de la parte superior del dosel."@es, "The natural dying and breaking off of the lower branches of trees due to shading from the upper canopy."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

