@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:4628
  skos:prefLabel "organismos"@es, "organisms"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:narrower nalt:343672 .

nalt:53835
  skos:prefLabel "mutualismo"@es, "mutualism"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:343672 .

nalt:343672
  skos:hiddenLabel "epibiont"@en ;
  skos:definition nalt:343672_def ;
  skos:prefLabel "epibiontes"@es, "epibionts"@en ;
  skos:broader nalt:4628 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  dc:created "2020-10-02"^^xsd:date ;
  dc:modified "2020-11-03"^^xsd:date ;
  ns0:marc001 "96041" ;
  skos:related nalt:53835 .

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

nalt:343672_def
  rdf:value "Organismo que vive en la superficie de otro organismo. Es inofensivo para el huésped (basibionte), pero su ocupación en la superficie del huésped suele tener efectos indirectos."@es, "An organism living on the surface of another organism. It is harmless to the host (basibiont) but there are often indirect effects as a result of its occupancy on the surface of the host."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

