@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:39715
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:definition nalt:39715_def ;
  skos:broader nalt:9001, nalt:8996 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:prefLabel "trofalaxis"@es, "trophallaxis"@en ;
  ns0:marc001 "38565" ;
  dc:modified "2012-11-30"^^xsd:date .

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

nalt:9001
  skos:prefLabel "comportamiento de los insectos"@es, "insect behavior"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:39715 .

nalt:8996
  skos:prefLabel "conducta alimentaria"@es, "feeding behavior"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:39715 .

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

nalt:39715_def
  rdf:value "Intercambio mutuo de alimentos entre insectos, especialmente entre adultos y larvas de insectos sociales."@es, "The mutual exchange of food between insects, especially between adults and larvae in social insects."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

