@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:199490
  ns0:marc001 "67864" ;
  skos:altLabel "HSI (hepatosomatic index)"@en, "hepato-somatic index"@en ;
  skos:prefLabel "hepatosomatic index"@en, "índice hepatosomático"@es ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:116 ;
  skos:definition nalt:199490_def ;
  dc:modified "2013-12-06"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2013-05-21"^^xsd:date .

nalt:199490_def
  rdf:value "Proporción del peso del hígado con respecto al peso corporal total, la cual se utiliza para medir las reservas de energía de un animal, especialmente de los peces."@es, "The ratio of liver weight to total body weight; used as a measure of the energy reserves of an animal, especially in fish."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

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

nalt:116
  skos:prefLabel "condición corporal"@es, "body condition"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:199490 .

