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

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

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

nalt:44001_def
  rdf:value "Crecimiento de una planta que continúa en el ápice, como la continuación del desarrollo de flores en inflorescencias indeterminadas."@es, "Plant growth that continues at the apex, or tip, such as the continued flower development in indeterminate inflorescences."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

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

