@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

nalt:41627_def
  rdf:value "El helado de leche es similar a un helado corriente, pero contiene menos grasa (2,5% vs. 10%) y sólidos lácteos (11-14%) y tiene una textura más liviana, menos cremosa."@es, "Ice milk is similar to ice cream but it contains less milk fat (2-5 % vs. 10%) and milk solids(11-14%) and has a lighter, less creamy texture."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:69217
  skos:prefLabel "productos lácteos bajos en grasa"@es, "low fat dairy products"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:41627 .

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

nalt:41627
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  ns0:marc001 "19128" ;
  skos:prefLabel "ice milk"@en, "helado de leche"@es ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh91003879> ;
  skos:hiddenLabel "ice-milk"@en, "ice milks"@en ;
  skos:altLabel "leche helada"@es ;
  skos:definition nalt:41627_def ;
  dc:modified "2013-08-22"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:69217, nalt:31632 .

nalt:31632
  skos:prefLabel "productos lácteos congelados"@es, "frozen dairy products"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:41627 .

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

