@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:16220
  skos:prefLabel "frijoles rojos pequeños"@es, "red beans"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:16214 .

<https://lod.nal.usda.gov/naltv#productOf>
  rdfs:subPropertyOf skos:related ;
  rdfs:label "Is product of"@en .

nalt:16214
  dc:modified "2015-08-27"^^xsd:date ;
  skos:broader nalt:16204 ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:17732, nalt:16210, nalt:16220 ;
  skos:hiddenLabel "kidneybean"@en, "kidney bean"@en, "red kidney beans"@en, "kidney-beans"@en, "red kidney bean"@en ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_4098>, <http://id.agrisemantics.org/gacs/C5476> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:prefLabel "kidney beans"@en, "frijoles rojos grandes"@es ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:productOf nalt:17732 ;
  ns0:marc001 "20160" .

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

nalt:16210
  skos:prefLabel "frijoles secos"@es, "dry beans"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:16214 .

nalt:16204
  skos:prefLabel "frijoles"@es, "beans"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:16214 .

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

nalt:17732
  skos:prefLabel "Phaseolus vulgaris"@es, "Phaseolus vulgaris"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:16214 ;
  ns0:hasProduct nalt:16214 .

