@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:12891
  skos:prefLabel "leche esterilizada"@es, "sterilized milk"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:64183 .

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

nalt:64183
  skos:hiddenLabel "ultra-high temperature milks"@en, "UHT whole milk"@en, "UHT milks"@en, "UHT-treated milk"@en, "ultra high temperature milks"@en, "UHT-milk"@en, "ultra-high temperature milk"@en ;
  skos:prefLabel "leche tipo UHT"@es, "UHT milk"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  skos:definition nalt:64183_def ;
  skos:exactMatch <http://id.cabi.org/cabt/121603>, <http://aims.fao.org/aos/agrovoc/c_15068>, <http://id.agrisemantics.org/gacs/C20179> ;
  dc:modified "2015-03-10"^^xsd:date ;
  skos:related nalt:44811 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:12891 ;
  skos:altLabel "ultra high temperature milk"@en ;
  ns0:marc001 "38829" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> .

nalt:64183_def
  rdf:value "Leche esterilizada que es calentada a una temperatura de 280 grados F durante al menos 2 segundos y envasada en contenedores asépticos para no requerir refrigeración."@es, "Sterilized milk that is heated to a temperature of 280 degrees F for at least 2 seconds and packaged in aseptic containers so as not to require refrigeration."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

nalt:44811
  skos:prefLabel "tratamiento UHT"@es, "UHT treatment"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:64183 .

