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

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

nalt:11987
  skos:broader nalt:848 ;
  skos:related nalt:11985, nalt:232119, nalt:16908 ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  ns0:marc001 "4902" ;
  skos:altLabel "betel quid"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:definition nalt:11987_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "betel"@es, "betel"@en ;
  dc:modified "2014-10-10"^^xsd:date .

nalt:16908
  skos:prefLabel "Piper betle"@es, "Piper betle"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:11987 .

nalt:11985
  skos:prefLabel "Areca catechu"@es, "Areca catechu"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:11987 .

nalt:848
  skos:prefLabel "productos de origen vegetal"@es, "plant products"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:11987 .

nalt:232119
  skos:prefLabel "nuez de betel"@es, "betel nut"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:11987 .

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

nalt:11987_def
  rdf:value "Mixtura masticatoria (conocido también como buyo de betel) usada en la India y en el Sudeste Asiático, que consiste en un trozo de nuez de Areca (a veces erróneamente denominada nuez de betel) enrollada con cal mineral en una hoja de betel. Es estimulante y astringente y tiene una variada gama de propiedades medicinales."@es, "A masticatory (also known as betel quid) used in India and Southeast Asia, consisting of a piece of Areca nut (sometimes inaccurately called the betel nut) rolled up with mineral lime in a leaf of Piper betle (betel leaf). It is a stimulant and astringent, with a wide range of medicinal properties."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

