@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#> .

nalt:12862065_def
  rdf:value "Animal omnívoro cuya dieta está compuesta principalmente por las gomas y savias de los árboles."@es, "An omnivorous animal whose diet consists mainly of the gums and saps of trees."@en ;
  dc:source "AWIC" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:12862065
  skos:prefLabel "gumnivores"@en, "gomívoros"@es ;
  dc:modified "2024-05-04"^^xsd:date ;
  dc:created "2023-04-03"^^xsd:date ;
  skos:definition nalt:12862065_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-awic> ;
  ns0:marc001 "12862065" ;
  a skos:Concept ;
  skos:broader nalt:65 .

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

nalt:65
  skos:prefLabel "animales"@es, "animals"@en ;
  a ns0:Organism, skos:Concept ;
  skos:narrower nalt:12862065 .

