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

nalt:5861
  skos:prefLabel "temperatura"@es, "temperature"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:208950 .

nalt:42502
  skos:prefLabel "gelificación"@es, "gelation"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:208950 .

nalt:208950_def
  rdf:value "Umbral de temperatura en el que se observa la formación de gel durante el procesamiento. Este término puede ser aplicado a la temperatura a la que el almidón de un grano de arroz empieza a dilatarse a medida que el agua es absorbida, la cual determina el tiempo de cocción."@es, "The temperature threshold at which gel formation is observed during processing. May be applied to the temperature at which starch in a rice grain begins to swell as water is absorbed, therefore determining cooking time."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:208950
  skos:broader nalt:5861 ;
  skos:related nalt:42502, nalt:42501 ;
  skos:altLabel "gelling temperature"@en, "gelation temperature"@en, "gel temperature"@en ;
  ns0:marc001 "67187" ;
  skos:hiddenLabel "gelatinization temperatures"@en ;
  dc:modified "2017-07-06"^^xsd:date ;
  skos:prefLabel "gelatinization temperature"@en, "temperatura de gelatinización"@es ;
  dc:created "2014-01-09"^^xsd:date ;
  skos:definition nalt:208950_def ;
  a ns0:Topic, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

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

nalt:42501
  skos:prefLabel "gelatinización"@es, "gelatinization"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:208950 .

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

