@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@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:43464 .

<https://lod.nal.usda.gov/naltv#productOf>
  rdfs:subPropertyOf skos:related ;
  rdfs:label "Is product of"@en .

nalt:43464
  skos:exactMatch <http://id.agrisemantics.org/gacs/C17021>, <http://aims.fao.org/aos/agrovoc/c_3333>, <http://id.loc.gov/authorities/subjects/sh85055921>, <http://id.cabi.org/cabt/52764> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  dc:modified "2016-04-11"^^xsd:date ;
  skos:prefLabel "gooseberries"@en, "grosellas"@es ;
  skos:altLabel "grosella espinosa"@es, "uva espina"@es, "uva crespa"@es ;
  skos:hiddenLabel "gooseberry"@en ;
  skos:related nalt:43465 ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:productOf nalt:43465 ;
  skos:broader nalt:16747 ;
  ns0:marc001 "16969" .

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

nalt:43465
  skos:prefLabel "Ribes uva-crispa"@es, "Ribes uva-crispa"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:43464 ;
  ns0:hasProduct nalt:43464 .

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

