@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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#> .

nalt:12570
  skos:prefLabel "verduras"@es, "vegetables"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:252753 .

nalt:252753
  dc:modified "2015-11-16"^^xsd:date ;
  skos:related nalt:12570, nalt:221795, nalt:16344 ;
  dc:created "2015-05-08"^^xsd:date ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  skos:hiddenLabel "vegetable leathers"@en, "vegetable-leather"@en ;
  skos:broader nalt:14460 ;
  skos:prefLabel "vegetable leather"@en, "cuero vegetal"@es ;
  ns0:marc001 "74803" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

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

nalt:16344
  skos:prefLabel "pulpa de legumbre"@es, "vegetable pulp"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:252753 .

nalt:221795
  skos:prefLabel "barra de frutas"@es, "fruit leather"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:252753 .

nalt:14460
  skos:prefLabel "productos a base de hortalizas"@es, "vegetable products"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:252753 .

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

