@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:16205
  skos:prefLabel "legumbres"@es, "legumes"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:49567 .

nalt:49620
  skos:prefLabel "Lens culinaris"@es, "Lens culinaris"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:49567 ;
  ns0:hasProduct nalt:49567 .

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

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

nalt:49567
  ns0:marc001 "20988" ;
  dc:modified "2014-09-30"^^xsd:date ;
  skos:hiddenLabel "lentil"@en ;
  skos:broader nalt:16205 ;
  a ns0:Product, skos:Concept ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:exactMatch <http://id.cabi.org/cabt/65585>, <http://id.agrisemantics.org/gacs/C9848>, <http://aims.fao.org/aos/agrovoc/c_12140> ;
  ns0:productOf nalt:49620 ;
  skos:prefLabel "lentejas"@es, "lentils"@en ;
  skos:related nalt:49620 .

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

