@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 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#> .

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

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

nalt:65398
  skos:hiddenLabel "table-wines"@en, "table wine"@en ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh2008006092> ;
  skos:prefLabel "table wines"@en, "vinos de mesa"@es ;
  skos:broader nalt:6135 ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "36726" ;
  skos:definition nalt:65398_def ;
  dc:modified "2012-11-30"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date .

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

nalt:65398_def
  rdf:value "Cualquier vino que contenga menos del 14 por ciento de alcohol por volumen, por lo general destinado a servirse con las comidas. No confundir con vinos dulces, vinos de postre, vinos encabezados (fortificados), etc."@es, "Any wine containing less than 14 percent alcohol by volume, usually meant to be served with meals. Not to be confused with sweet wines, dessert wines, fortified wines, etc."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

