@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 ns0: <https://lod.nal.usda.gov/naltv#> .
@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:30502 .

<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:30503
  skos:prefLabel "Cucumis sativus"@es, "Cucumis sativus"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:30502 ;
  ns0:hasProduct nalt:30502 .

nalt:30504
  skos:prefLabel "alimentos encurtidos"@es, "pickled foods"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:30502 .

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

nalt:30502
  skos:broader nalt:12570 ;
  skos:altLabel "gherkins"@en, "cohombro"@es, "pepinillo"@es ;
  skos:hiddenLabel "cucumber"@en, "gherkin"@en ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_10195>, <http://id.agrisemantics.org/gacs/C2762>, <http://id.cabi.org/cabt/34651> ;
  a ns0:Product, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  dc:modified "2015-10-22"^^xsd:date ;
  skos:related nalt:30504, nalt:30503 ;
  ns0:productOf nalt:30503 ;
  skos:prefLabel "pepinos"@es, "cucumbers"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:marc001 "10441" .

