@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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:9000_def
  rdf:value "Patrones de comportamiento o aprendizaje rápido que ocurre en momentos críticos de etapas muy incipientes del desarrollo animal, mediante los cuales los individuos jóvenes de una especie adquieren patrones irreversibles de comportamiento de esa especie."@es, "Rapid learning or behavioral patterning that occurs at critical points in very early stages of animal development, by which young individuals of a species acquire irreversible behavior patterns of that species."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:9000
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:broader nalt:5156 ;
  skos:definition nalt:9000_def ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:altLabel "imprinting behaviour"@en ;
  dc:modified "2014-09-17"^^xsd:date ;
  skos:hiddenLabel "imprinting-behaviour"@en, "imprinting-behavior"@en ;
  skos:prefLabel "comportamiento de impronta"@es, "imprinting behavior"@en ;
  ns0:marc001 "19281" .

nalt:5156
  skos:prefLabel "conducta animal"@es, "animal behavior"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:9000 .

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

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

