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

nalt:16747
  skos:prefLabel "frutas pequeñas"@es, "small fruits"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:17749 .

nalt:17749
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85034873> ;
  ns0:marc001 "10582" ;
  skos:narrower nalt:30849, nalt:17748 ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2017-02-01"^^xsd:date ;
  skos:prefLabel "pasas de Corinto"@es, "currants"@en ;
  a ns0:Product, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:related nalt:30850 ;
  skos:broader nalt:16747 ;
  skos:hiddenLabel "currant"@en .

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

nalt:30850
  skos:prefLabel "Ribes"@es, "Ribes"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:17749 .

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

nalt:30849
  skos:prefLabel "grosellas rojas"@es, "red currants"@en ;
  a ns0:Product, skos:Concept ;
  skos:broader nalt:17749 .

nalt:17748
  skos:prefLabel "grosellas negras"@es, "black currants"@en ;
  a ns0:Product, skos:Concept ;
  skos:broader nalt:17749 .

