@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:12570
  skos:prefLabel "verduras"@es, "vegetables"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:260606 .

nalt:260606
  ns0:marc001 "69680" ;
  dc:modified "2016-08-23"^^xsd:date ;
  dc:created "2015-09-04"^^xsd:date ;
  skos:altLabel "microgreen plants"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "microgreens"@en, "germinados o micro vegetales"@es ;
  a skos:Concept, ns0:Product ;
  skos:definition nalt:260606_def ;
  skos:related nalt:98404 ;
  skos:broader nalt:12570 .

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

nalt:98404
  skos:prefLabel "brotes de granos"@es, "sprouts (food)"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:260606 .

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

nalt:260606_def
  rdf:value "Plántulas de hortalizas o hierbas cosechadas antes de que las hojas verdaderas aparezcan. Tienen mejor sabor y aroma que los brotes y los superan en tamaño."@es, "Seedlings of vegetables or herbs harvested before true leaves appear. Microgreens have superior flavor and aroma and are larger than sprouts."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

