@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

nalt:6700
  skos:prefLabel "crecimiento y desarrollo"@es, "growth and development"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:199454 .

nalt:199454_def
  rdf:value "Medida cuantitativa del aumento en la masa celular por unidad de tiempo."@es, "A quantitative measure of cell mass increase per unit of time."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

<https://lod.nal.usda.gov/naltv#Topic>
  rdfs:label "Topic"@en ;
  a owl:Class .

nalt:199454
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:definition nalt:199454_def ;
  ns0:marc001 "73544" ;
  skos:broader nalt:6700 ;
  dc:created "2013-05-21"^^xsd:date ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C30039> ;
  skos:prefLabel "specific growth rate"@en, "tasa de crecimiento específico"@es ;
  dc:modified "2013-12-06"^^xsd:date .

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

