@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:46000
  skos:prefLabel "parasitismo"@es, "parasitism"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:213267 .

nalt:9589
  skos:prefLabel "heterótrofos"@es, "heterotrophs"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:narrower nalt:213267 .

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

nalt:213267
  skos:hiddenLabel "fungus-feeding"@en, "fungivorous"@en, "mycophagous"@en, "fungivory"@en, "fungivore"@en ;
  skos:definition nalt:213267_def ;
  dc:modified "2017-10-16"^^xsd:date ;
  dc:created "2014-03-31"^^xsd:date ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:prefLabel "fungivores"@en, "fungívoros"@es ;
  skos:broader nalt:9589 ;
  skos:altLabel "mycophagy"@en ;
  skos:related nalt:46000, nalt:495 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "67034" .

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

nalt:495
  skos:prefLabel "fungi"@es, "fungi"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:213267 .

nalt:213267_def
  rdf:value "Organismo que se alimenta de hongos."@es, "A fungivore is defined as a fungus-eating organism."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

