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

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

nalt:22819
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_9649>, <http://id.agrisemantics.org/gacs/C4958>, <http://id.loc.gov/authorities/subjects/sh85020615>, <http://id.cabi.org/cabt/24673> ;
  skos:related nalt:22821, nalt:220835 ;
  skos:altLabel "huacamote"@es, "casava"@es, "manioc"@en, "yuca"@es ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:broader nalt:12359 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  ns0:marc001 "7139" ;
  ns0:productOf nalt:22821 ;
  skos:prefLabel "mandioca"@es, "cassava"@en ;
  dc:modified "2014-07-01"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date .

nalt:12359
  skos:prefLabel "tubérculos comestibles"@es, "root vegetables"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:22819 .

nalt:220835
  skos:prefLabel "harina de yuca"@es, "cassava flour"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:22819 .

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

nalt:22821
  skos:prefLabel "Manihot esculenta"@es, "Manihot esculenta"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:22819 ;
  ns0:hasProduct nalt:22819 .

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

