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

nalt:188671_def
  rdf:value "Zumo agrio de frutas verdes como manzanas, manzanas silvestres o uvas, del cual se puede elaborar también un licor ácido."@es, "The sour juice of unripe fruits, such as apples, crab apples or grapes, from which an acid liquor may also be made."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:188671
  skos:definition nalt:188671_def ;
  skos:broader nalt:11284 ;
  skos:prefLabel "agraz"@es, "verjuice"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2014-02-18"^^xsd:date ;
  dc:created "2012-07-11"^^xsd:date ;
  ns0:marc001 "62231" ;
  a skos:Concept, ns0:Product .

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

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

nalt:11284
  skos:prefLabel "jugos de fruta"@es, "fruit juices"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:188671 .

