@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:313733 .

nalt:313733
  skos:broader nalt:307397 ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "vegetable peels"@en, "cáscaras de hortalizas"@es ;
  skos:narrower nalt:324196, nalt:313734 ;
  skos:related nalt:12570 ;
  skos:hiddenLabel "vegetable peel"@en ;
  dc:created "2018-02-17"^^xsd:date ;
  ns0:marc001 "91284" ;
  dc:modified "2018-11-14"^^xsd:date .

nalt:313734
  skos:prefLabel "cáscaras de papa"@es, "potato peels"@en ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:313733 .

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

nalt:307397
  skos:prefLabel "residuos vegetales"@es, "vegetable residues"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:313733 .

nalt:324196
  skos:prefLabel "cáscaras de cebolla"@es, "onion peels"@en ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:313733 .

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

