@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:39377
  skos:prefLabel "trigo"@es, "wheat"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:334458 .

nalt:334458
  ns0:marc001previous "94890" ;
  dc:created "2019-10-01"^^xsd:date ;
  skos:broader nalt:39377 ;
  skos:related nalt:334463, nalt:66457 ;
  skos:prefLabel "waxy wheat"@en, "trigo ceroso"@es ;
  skos:hiddenLabel "waxy types of wheat"@en, "waxy-wheat"@en, "waxy wheats"@en, "waxy type of wheat"@en ;
  a skos:Concept, ns0:Product ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:definition nalt:334458_def ;
  dc:modified "2019-12-16"^^xsd:date ;
  ns0:marc001 "9813987068600041" .

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

nalt:66457
  skos:prefLabel "Triticum aestivum"@es, "Triticum aestivum"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:334458 .

nalt:334458_def
  rdf:value "Tipo de trigo en el que el contenido de almidón de los granos es alto en amilopectina."@es, "A type of wheat in which the starch content of grains is high in amylopectin."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

nalt:334463
  skos:prefLabel "almidón ceroso"@es, "waxy starch"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:related nalt:334458 .

