@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:47647
  skos:hiddenLabel "orange sweet potato"@en, "sweet potato"@en, "orange sweet potatoes"@en, "sweet-potatoes"@en, "sweetpotato"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  ns0:marc001 "36523" ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_14729>, <http://id.agrisemantics.org/gacs/C5690>, <http://id.cabi.org/cabt/113567> ;
  skos:prefLabel "batatas"@es, "sweet potatoes"@en ;
  skos:related nalt:33769, nalt:47629 ;
  dc:modified "2016-09-12"^^xsd:date ;
  skos:altLabel "camote"@es, "papa dulce"@es, "sweetpotatoes"@en, "batata dulce"@es ;
  ns0:productOf nalt:47629 ;
  skos:broader nalt:12359 ;
  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:47647 .

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

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

nalt:33769
  skos:prefLabel "ñames"@es, "yams"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:47647 .

nalt:47629
  skos:prefLabel "Ipomoea batatas"@es, "Ipomoea batatas"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:47647 ;
  ns0:hasProduct nalt:47647 .

