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

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

nalt:28465_def
  rdf:value "Producto lácteo fabricado mediante la extracción de aproximadamente 60% del agua para concentrar y esterilizar la leche, y evitar su descomposición."@es, "Dairy product made by removal of about 60% of the water to concentrate the milk and sterilizing to prevent spoilage."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:9571
  skos:prefLabel "productos lácteos"@es, "dairy products"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:28465 .

nalt:28465
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:hiddenLabel "evaporated-milk"@en, "evaporated milks"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:585 ;
  skos:broader nalt:9571 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:definition nalt:28465_def ;
  skos:prefLabel "evaporated milk"@en, "leche evaporada"@es ;
  skos:exactMatch <http://id.cabi.org/cabt/46631>, <http://aims.fao.org/aos/agrovoc/c_2737>, <http://id.agrisemantics.org/gacs/C25592> ;
  dc:modified "2012-11-30"^^xsd:date ;
  ns0:marc001 "14591" .

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

nalt:585
  skos:prefLabel "concentrados"@es, "concentrates"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:28465 .

