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

nalt:127294
  skos:prefLabel "ámbitos de estudio"@es, "Fields of Study"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:331997 .

nalt:127308
  skos:prefLabel "investigación, tecnología, métodos"@es, "Research, Technology, Methods"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:331997 .

nalt:331997
  ns0:marc001previous "93688" ;
  dc:modified "2019-11-25"^^xsd:date ;
  skos:prefLabel "cryobiology"@en, "criobiología"@es ;
  skos:hiddenLabel "cryo-biology"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  a ns0:Topic, skos:Concept ;
  dc:created "2019-07-01"^^xsd:date ;
  skos:broader nalt:127308, nalt:127294 ;
  skos:definition nalt:331997_def ;
  skos:altLabel "low temperature biology"@en ;
  ns0:marc001 "9813985960500041" .

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

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

nalt:331997_def
  rdf:value "Estudio de materiales o sistemas biológicos sujetos a temperaturas inferiores a su rango normal."@es, "The study of biological materials or systems subjected to temperatures below their normal range."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

