@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 ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:206979_def
  rdf:value "Organismos que se alimentan principalmente de frutos."@es, "Organisms that feed primarily on fruits."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:206979
  skos:hiddenLabel "frugivorous"@en, "frugivory"@en, "frugivore"@en ;
  ns0:marc001 "67010" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:definition nalt:206979_def ;
  skos:broader nalt:31997 ;
  skos:prefLabel "frugívoros"@es, "frugivores"@en ;
  dc:created "2013-10-30"^^xsd:date ;
  skos:related nalt:18444 ;
  a ns0:Topic, skos:Concept ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85052104> ;
  dc:modified "2015-10-08"^^xsd:date .

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

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

nalt:18444
  skos:prefLabel "frutos"@es, "fruits"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:206979 .

nalt:31997
  skos:prefLabel "herbívoros"@es, "herbivores"@en ;
  a ns0:Organism, skos:Concept ;
  skos:narrower nalt:206979 .

