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

nalt:28481
  skos:prefLabel "miel"@es, "honey"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:45784 .

nalt:6135
  skos:prefLabel "vinos"@es, "wines"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:45784 .

nalt:45784_def
  rdf:value "Una bebida fermentada hecha de miel, agua y levadura."@es, "A fermented beverage made of honey, water and yeast."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

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

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

nalt:45784
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85082666> ;
  ns0:marc001 "22692" ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:hiddenLabel "mead wine"@en, "honey wine"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "mead"@en, "aquamiel"@es ;
  skos:related nalt:28481 ;
  skos:definition nalt:45784_def ;
  skos:altLabel "honey wines"@en ;
  skos:broader nalt:6135 ;
  a ns0:Product, skos:Concept ;
  dc:created "2006-01-19"^^xsd:date .

