@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:16747
  skos:prefLabel "frutas pequeñas"@es, "small fruits"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:153344 .

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

nalt:38784
  skos:prefLabel "Euterpe oleracea"@es, "Euterpe oleracea"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:153344 .

nalt:153344
  skos:prefLabel "acai berries"@es, "acai berries"@en ;
  dc:created "2011-12-22"^^xsd:date ;
  dc:modified "2014-09-23"^^xsd:date ;
  skos:hiddenLabel "acai-berries"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:definition nalt:153344_def ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:38784 ;
  skos:broader nalt:16747 ;
  ns0:marc001 "60268" .

nalt:153344_def
  rdf:value "Frutos pequeños, redondos, color púrpura, de la palmera Euterpe oleracea, cosechada para frutas, pulpa o jugo."@es, "Small, round, purple fruits of the palm, Euterpe oleracea, harvested for fruit, pulp or juice."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

