@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:19193
  skos:prefLabel "brácteas"@es, "bracts"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:315752 .

<https://lod.nal.usda.gov/naltv#Topic>
  rdfs:label "Topic"@en ;
  a owl:Class .

nalt:315752
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:hiddenLabel "spathe"@en ;
  dc:modified "2019-07-24"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "espatas"@es, "spathes"@en ;
  ns0:marc001 "92443" ;
  dc:created "2018-04-26"^^xsd:date ;
  skos:broader nalt:19193 ;
  skos:definition nalt:315752_def .

nalt:315752_def
  rdf:value "Bráctea membranosa extendida que envuelve una inflorescencia, especialmente la bráctea característica (a menudo colorida) asociada a un espádice, como la espata de la Arisaema triphyllum o el lirio de agua."@es, "An enlarged, membranous, sheathing bract or bracts subtending an inflorescence, and especially the characteristic bract (often colored) associated with a spadix as the spathe of a jack-in-the-pulpit or calla lily."@en ;
  dc:source "Glossary of Botanical Terms, USDA" ;
  a ns0:Definition .

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

