@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 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:333737
  skos:prefLabel "frutos indehiscentes"@es, "indehiscent fruits"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:186323 .

nalt:186323
  ns0:marc001previous "94609" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  a skos:Concept, ns0:Topic ;
  skos:hiddenLabel "samara"@en ;
  skos:definition nalt:186323_def ;
  skos:prefLabel "sámaras"@es, "samaras"@en ;
  dc:modified "2019-11-25"^^xsd:date ;
  ns0:marc001 "9813983572300041" ;
  dc:created "2012-05-15"^^xsd:date ;
  skos:broader nalt:333737 .

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

nalt:186323_def
  rdf:value "Fruto seco con una única semilla y un ala membranosa."@es, "Dry, one-seeded fruit with a membranous wing."@en ;
  dc:source "USDA, National Plant Materials Manual, 4th Edition, 2010." ;
  a ns0:Definition .

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

