@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:9730
  skos:prefLabel "plantas de lecho"@es, "bedding plants"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:16260 .

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

nalt:16260
  dc:modified "2019-12-16"^^xsd:date ;
  ns0:marc001 "4947" ;
  skos:altLabel "plantas bianuales"@es ;
  skos:prefLabel "plantas bienales"@es, "biennials"@en ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:9729 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:related nalt:9730 ;
  skos:definition nalt:16260_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

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

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

nalt:16260_def
  rdf:value "Planta que vive dos años. Presenta un crecimiento vegetativo durante el primer año, florece y da frutos normalmente durante el segundo y, en un momento posterior, muere."@es, "A plant that lives for two years, producing vegetative growth the first year, usually blooming and fruiting in the second year, and then dying."@en ;
  dc:source "National Range and Pasture Handbook, USDA" ;
  a ns0:Definition .

