@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#> .

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

nalt:18366
  dc:modified "2016-09-14"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "temperatura de la piel"@es, "skin temperature"@en ;
  skos:hiddenLabel "skin-temperature"@en ;
  ns0:marc001 "34091" ;
  skos:related nalt:287202, nalt:118 ;
  skos:broader nalt:5861, nalt:9423 ;
  a ns0:Topic, skos:Concept .

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

nalt:287202
  skos:prefLabel "prueba de la sacudida de la cola"@es, "tail flick test"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:18366 .

nalt:118
  skos:prefLabel "temperatura corporal"@es, "body temperature"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:18366 .

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

nalt:9423
  skos:prefLabel "fisiología del sistema tegumentario"@es, "integumentary system physiology"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:18366 .

