@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#> .

nalt:7333
  skos:prefLabel "grano de amaranto"@es, "amaranth grain"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:broader nalt:7336 .

nalt:7338
  skos:prefLabel "Amaranthus"@es, "Amaranthus"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:7336 .

nalt:7336
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  ns0:marc001 "1985" ;
  skos:prefLabel "amaranth grain products"@en, "productos de grano de amaranto"@es ;
  skos:hiddenLabel "amaranth-grain-products"@en ;
  skos:narrower nalt:205780, nalt:7333, nalt:7340 ;
  skos:related nalt:7338 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:7339 ;
  dc:modified "2013-09-18"^^xsd:date .

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

nalt:7340
  skos:prefLabel "almidón de amaranto"@es, "amaranth starch"@en ;
  a ns0:Product, skos:Concept ;
  skos:broader nalt:7336 .

nalt:7339
  skos:prefLabel "productos de granos"@es, "grain products"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:7336 .

nalt:205780
  skos:prefLabel "harina de amaranto"@es, "amaranth flour"@en ;
  a ns0:Product, skos:Concept ;
  skos:broader nalt:7336 .

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

