@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:333737
  skos:prefLabel "frutos indehiscentes"@es, "indehiscent fruits"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:186294 .

nalt:186294
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:definition nalt:186294_def ;
  skos:prefLabel "caryopsis"@en, "cariópside"@es ;
  dc:created "2012-05-15"^^xsd:date ;
  ns0:marc001 "9813982330700041" ;
  skos:broader nalt:333737 ;
  skos:altLabel "grain (fruit type)"@en ;
  ns0:marc001previous "93592" ;
  skos:hiddenLabel "caryopses"@en ;
  dc:modified "2019-12-16"^^xsd:date .

nalt:186294_def
  rdf:value "Fruto de un pasto; un grano. El fruto y la semilla están unidos mediante la adhesión completa de esta al delgado pericarpio o a la cobertura exterior del fruto."@es, "The fruit of a grass; a grain. The seed and fruit are united, the seed adhering to the thin pericarp, or outer covering of the fruit, throughout."@en ;
  dc:source "Glossary of Botanical Terms, USDA" ;
  a ns0:Definition .

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

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

