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

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

nalt:204122
  skos:prefLabel "alimentos libres de grasas"@es, "fat-free foods"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:633 .

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

nalt:633_def
  rdf:value "Leche de la cual ha sido sacada suficiente crema para reducir su contenido de grasa láctea a menos del 0,5 % (por lo general menos de 0,1 %)."@es, "Milk from which sufficient cream has been removed to reduce its milk fat content to less than 0.5 % (usually less than 0.1%)."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:632
  skos:prefLabel "leche baja en grasa"@es, "low fat milk"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:633 .

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

nalt:633
  skos:definition nalt:633_def ;
  skos:altLabel "fat free milk"@en, "nonfat milk"@en, "fat-free milk"@en, "non-fat milk"@en ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_7096>, <http://id.agrisemantics.org/gacs/C5402>, <http://id.cabi.org/cabt/107503> ;
  dc:created "2006-01-19"^^xsd:date ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  skos:broader nalt:204122, nalt:631 ;
  skos:prefLabel "leche desnatada"@es, "skim milk"@en ;
  skos:hiddenLabel "skim-milk"@en, "skimmed cow milk"@en, "skim milks"@en, "skimmed milk"@en ;
  skos:related nalt:632 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "34081" ;
  dc:modified "2020-02-05"^^xsd:date .

