@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

nalt:33782
  skos:prefLabel "Diospyros kaki"@es, "Diospyros kaki"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:33788 ;
  ns0:hasProduct nalt:33788 .

nalt:33787
  skos:prefLabel "Diospyros virginiana"@es, "Diospyros virginiana"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:33788 .

ns0:productOf
  rdfs:subPropertyOf skos:related ;
  rdfs:label "Is product of"@en .

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

nalt:33788
  skos:altLabel "persimmon fruits"@en, "placaminero"@es ;
  a ns0:Product, skos:Concept ;
  skos:exactMatch <http://id.cabi.org/cabt/87708>, <http://id.agrisemantics.org/gacs/C15458> ;
  skos:related nalt:33787, nalt:33782 ;
  ns0:productOf nalt:33782 ;
  ns0:marc001 "27866" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2014-06-19"^^xsd:date ;
  skos:prefLabel "caquis"@es, "persimmons"@en ;
  skos:broader nalt:26522 ;
  skos:hiddenLabel "persimmon fruit"@en, "persimmon"@en .

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

nalt:26522
  skos:prefLabel "frutos arbóreos"@es, "tree fruits"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:33788 .

