@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

nalt:24862
  skos:prefLabel "Cicer arietinum"@es, "Cicer arietinum"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:16207 ;
  ns0:hasProduct nalt:16207 .

ns0:productOf
  rdfs:subPropertyOf skos:related ;
  rdfs:label "Is product of"@en .

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:16207 .

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

nalt:16207
  dc:modified "2014-02-04"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:hiddenLabel "chick pea"@en, "chickpea"@en ;
  a ns0:Product, skos:Concept ;
  skos:prefLabel "chickpeas"@en, "garbanzos"@es ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:productOf nalt:24862 ;
  skos:altLabel "chick peas"@en, "garbanzo beans"@en ;
  skos:exactMatch <http://id.cabi.org/cabt/27282>, <http://aims.fao.org/aos/agrovoc/c_9785>, <http://id.agrisemantics.org/gacs/C4991> ;
  ns0:marc001 "7980" ;
  skos:related nalt:16210, nalt:24862 ;
  skos:broader nalt:16204 .

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

