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

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

nalt:6769
  skos:prefLabel "nueces"@es, "nuts"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:22871 .

nalt:22867
  skos:prefLabel "Castanea sativa"@es, "Castanea sativa"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:22871 ;
  ns0:hasProduct nalt:22871 .

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

nalt:325795
  skos:prefLabel "miel de castaño"@es, "chestnut honey"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:22871 .

nalt:22871
  skos:related nalt:208821, nalt:325795, nalt:22867 ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_25467>, <http://id.cabi.org/cabt/27227>, <http://id.agrisemantics.org/gacs/C12494> ;
  skos:broader nalt:6769 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2018-10-31"^^xsd:date ;
  ns0:productOf nalt:22863, nalt:22867 ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85020644> ;
  a ns0:Product, skos:Concept ;
  skos:prefLabel "chestnuts"@en, "castañas"@es ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:marc001 "7958" .

nalt:208821
  skos:prefLabel "cáscaras de castaña"@es, "chestnut shells"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:22871 .

nalt:22863
  skos:prefLabel "Castanea"@es, "Castanea"@en ;
  a ns0:Organism, skos:Concept ;
  ns0:hasProduct nalt:22871 .

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

