@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:84302
  skos:prefLabel "brotes lammas"@es, "lammas growth"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:333404 .

nalt:333404
  skos:related nalt:84302 ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:definition nalt:333404_def ;
  skos:prefLabel "lammas brotes"@es, "lammas shoots"@en ;
  ns0:marc001 "9813983786500041" ;
  skos:hiddenLabel "lammas shoot"@en ;
  dc:created "2019-08-27"^^xsd:date ;
  dc:modified "2019-11-25"^^xsd:date ;
  ns0:marc001previous "94099" ;
  skos:broader nalt:4427 .

nalt:4427
  skos:prefLabel "brotes"@es, "shoots"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:333404 .

nalt:333404_def
  rdf:value "Brotes que se desarrollan mediante la aparición y la elongación de la yema terminal del año en curso. Ello da como resultado una cepa 2-0 con la apariencia de una de 3-0, cuyo último verticilo de crecimiento presenta diferentes grados de endurecimiento. Algunos verticilos de crecimiento pueden no ser resistentes al frío."@es, "Lammas shoots are shoots that develop by bursting and elongating the current year terminal bud. This will result in 2-0 stock having the appearance of 3-0 stock with the last growth whorl in varying degrees of hardening off. Some of the growth whorls may not be cold hardy."@en ;
  dc:source "USDA Forest Service—Technology & Development" ;
  a ns0:Definition .

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

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

