@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

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

nalt:12648
  ns0:productOf nalt:12640 ;
  a skos:Concept, ns0:Product ;
  skos:exactMatch <http://id.cabi.org/cabt/62261>, <http://id.agrisemantics.org/gacs/C29420>, <http://aims.fao.org/aos/agrovoc/c_11864> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:26522 ;
  skos:prefLabel "fruta del pobre"@es, "jackfruits"@en ;
  skos:related nalt:12640 ;
  skos:definition nalt:12648_def ;
  skos:altLabel "artocarpeo"@es, "jaca"@es ;
  skos:hiddenLabel "jackfruit"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2012-11-30"^^xsd:date ;
  ns0:marc001 "19895" .

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

nalt:12648_def
  rdf:value "Parecida a la fruta del pan, la fruta del pobre es de mucho mayor tamaño y puede llegar a pesar hasta 45 kilos. Generalmente se cuece, tiene sabor a papa y se usa como hortaliza en la cocina del Pacífico Sur y Malasia."@es, "Resembling breadfruits, jackfruits are much larger and can weigh up to 100 pounds. It is usually boiled, tastes like potato, and is eaten as a vegetable in South Pacific and Malaysian cuisines."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

nalt:12640
  skos:prefLabel "Artocarpus heterophyllus"@es, "Artocarpus heterophyllus"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:12648 ;
  ns0:hasProduct nalt:12648 .

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

