@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 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#> .

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:32793 .

nalt:32793_def
  rdf:value "Crecimiento de las plantas en el cual el crecimiento del eje principal está terminado. Habitualmente se aplica a inflorescencia, donde la flor terminal es la primera en madurar a lo largo de la inflorescencia."@es, "Plant growth in which the growth of the main axis is terminated. Typically applied to inflorescences, where the terminal flower is the first to mature along the inflorescence."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:32793
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "determinate growth"@en, "crecimiento determinado"@es ;
  skos:altLabel "determinate habit"@en, "determinate flowering"@en ;
  skos:definition nalt:32793_def ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:related nalt:5629 ;
  dc:modified "2012-11-30"^^xsd:date ;
  ns0:marc001 "11695" ;
  skos:broader nalt:9729 ;
  skos:hiddenLabel "determinate-growth"@en .

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

nalt:5629
  skos:prefLabel "grupos de madurez"@es, "maturity groups"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:32793 .

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

