@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#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:31638
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:9571 ;
  skos:prefLabel "leche recombinada"@es, "recombined milk"@en ;
  skos:hiddenLabel "recombined milks"@en, "recombined-milk"@en ;
  ns0:marc001 "31577" ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85085343> ;
  skos:definition nalt:31638_def ;
  dc:modified "2012-11-30"^^xsd:date .

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

nalt:9571
  skos:prefLabel "productos lácteos"@es, "dairy products"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:31638 .

nalt:31638_def
  rdf:value "La leche recombinada es el producto obtenido de la mezcla de leche desnatada, grasa de leche y agua."@es, "Recombined milk is the product obtained from the blend of skimmed milk, milk fat and water."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

