@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .

nalt:13529
  skos:prefLabel "sabor"@es, "flavor"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:18297 .

nalt:18297_def
  rdf:value "Sabor u olor no deseado en alimento fresco o procesado. La corrupción puede venir de la degradación del alimento o de contaminación desde otra fuente."@es, "An unwanted flavor or odor in fresh or processed food. The taint may come from degradation of the food or from contamination from another source."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:18296
  skos:prefLabel "olor sexual"@es, "boar taint"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:broader nalt:18297 .

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

nalt:18297
  skos:definition nalt:18297_def ;
  skos:broader nalt:13529 ;
  dc:modified "2015-08-25"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "36773" ;
  skos:prefLabel "corrupción"@es, "taint"@en ;
  skos:hiddenLabel "taints"@en ;
  a skos:Concept, ns0:Topic ;
  skos:narrower nalt:18296 .

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

