@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:12570
  skos:prefLabel "verduras"@es, "vegetables"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:6644 .

nalt:6610
  skos:prefLabel "Allium ampeloprasum"@es, "Allium ampeloprasum"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  ns0:hasProduct nalt:6644 .

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

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

nalt:6644
  skos:prefLabel "puerros"@es, "leeks"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C16682>, <http://id.cabi.org/cabt/65235>, <http://aims.fao.org/aos/agrovoc/c_12128> ;
  skos:related nalt:6619 ;
  skos:altLabel "poro"@es ;
  a ns0:Product, skos:Concept ;
  skos:broader nalt:12570 ;
  skos:hiddenLabel "leek"@en ;
  ns0:marc001 "20875" ;
  ns0:productOf nalt:6610, nalt:6619 ;
  dc:created "2006-01-19"^^xsd:date .

nalt:6619
  skos:prefLabel "Allium porrum"@es, "Allium porrum"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:6644 ;
  ns0:hasProduct nalt:6644 .

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

