@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .

nalt:16205
  skos:prefLabel "legumbres"@es, "legumes"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:34712 .

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

<https://lod.nal.usda.gov/naltv#Product>
  rdfs:label "Product"@en ;
  a owl:Class .

nalt:34712
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:prefLabel "guisantes"@es, "peas"@en ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_13177>, <http://id.cabi.org/cabt/86297>, <http://id.agrisemantics.org/gacs/C1637> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:16205 ;
  skos:hiddenLabel "pea"@en, "spring peas"@en, "spring pea"@en ;
  skos:altLabel "arvejitas"@es, "green peas"@en ;
  ns0:productOf nalt:40770 ;
  dc:modified "2018-10-29"^^xsd:date ;
  skos:related nalt:40770 ;
  ns0:marc001 "27441" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

nalt:40770
  skos:prefLabel "Pisum sativum"@es, "Pisum sativum"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:34712 ;
  ns0:hasProduct nalt:34712 .

