@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:6109
  skos:prefLabel "bebidas alcohólicas"@es, "alcoholic beverages"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:70282 .

nalt:70282
  ns0:marc001 "96094" ;
  dc:modified "2020-10-29"^^xsd:date ;
  skos:prefLabel "absinthe"@en, "absenta"@es ;
  skos:broader nalt:6109 ;
  skos:related nalt:1830 ;
  dc:created "2006-07-21"^^xsd:date ;
  a ns0:Product, skos:Concept ;
  skos:definition nalt:70282_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

nalt:1830
  skos:prefLabel "Artemisia absinthium"@es, "Artemisia absinthium"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:70282 .

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

nalt:70282_def
  rdf:value "Extracto del absintio y otras hierbas amargas, con un contenido de alcohol de 60 %. Su ingestión prolongada produce nerviosismo, convulsiones, trismo, ambliopía, neuritis óptica y deterioro mental."@es, "An extract of absinthium and other bitter herbs, containing 60% alcohol. Prolonged ingestion causes nervousness, convulsions, trismus, amblyopia, optic neuritis, and mental deterioration."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

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

