@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#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

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

nalt:6699
  skos:hiddenLabel "allometric"@en, "allometrically"@en, "allometries"@en ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85003704>, <http://aims.fao.org/aos/agrovoc/c_24962>, <http://id.agrisemantics.org/gacs/C11601>, <http://id.cabi.org/cabt/8399> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  ns0:marc001 "1789" ;
  skos:prefLabel "alometría"@es, "allometry"@en ;
  dc:modified "2016-03-31"^^xsd:date ;
  skos:definition nalt:6699_def ;
  skos:broader nalt:6700 .

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

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

nalt:6699_def
  rdf:value "Estudio de la tasa de crecimiento de una parte de un organismo en relación a la tasa de crecimiento de todo el organismo, y el cambio resultante en la proporción de varias partes a medida que el organismo crece."@es, "The study of the growth rate of a part of an organism in relation to the growth rate of the entire organism, and the resulting change in proportion of various parts as the organism grows."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

