@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:199493
  skos:prefLabel "factor de condición"@es, "condition factor"@en ;
  skos:definition nalt:199493_def ;
  ns0:marc001 "65295" ;
  a skos:Concept, ns0:Topic ;
  skos:broader nalt:116 ;
  skos:altLabel "CF (condition factor)"@en ;
  dc:created "2013-05-21"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2013-12-06"^^xsd:date .

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

nalt:199493_def
  rdf:value "Medida del estado de salud general de los peces calculada mediante la relación peso-longitud corporal. Se utiliza para comparar las condiciones de crecimiento de los peces. Constituye un indicador de la calidad ambiental."@es, "A measurement of the general health condition of fish as calculated by the ratio of body weight to body length; CF is used to compare growth conditions of fish and is indicative of environmental quality."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

<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:199493 .

