@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:6135
  skos:prefLabel "vinos"@es, "wines"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:63728 .

nalt:63728
  ns0:marc001 "34637" ;
  skos:prefLabel "vinos espumosos"@es, "sparkling wines"@en ;
  skos:hiddenLabel "sparkling-wines"@en, "sparkling wine"@en ;
  skos:narrower nalt:24396 ;
  dc:modified "2012-11-30"^^xsd:date ;
  a skos:Concept, ns0:Product ;
  skos:definition nalt:63728_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:6135 .

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

nalt:24396
  skos:prefLabel "champaña"@es, "champagne"@en ;
  a ns0:Product, skos:Concept ;
  skos:broader nalt:63728 .

nalt:63728_def
  rdf:value "Vino elaborado con dióxido de carbono efervescente, resultado solamente de la fermentación del vino dentro de un envase, tanque o botella."@es, "Wine made effervescent with carbon dioxide resulting solely from the fermentation of the wine within a closed container, tank or bottle."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

