@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:27583
  skos:prefLabel "Cocos nucifera"@es, "Cocos nucifera"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:27585 ;
  ns0:hasProduct nalt:27585 .

nalt:27577
  skos:prefLabel "productos derivados del coco"@es, "coconut products"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:27585 .

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

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

nalt:13571
  skos:prefLabel "frutas tropicales y subtropicales"@es, "tropical and subtropical fruits"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:27585 .

nalt:22892
  skos:prefLabel "oleaginosas"@es, "oilseeds"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:27585 .

nalt:27585
  skos:prefLabel "coconuts"@en, "cocos (fruto)"@es ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C5813>, <http://aims.fao.org/aos/agrovoc/c_25470>, <http://id.cabi.org/cabt/30500> ;
  a skos:Concept, ns0:Product ;
  ns0:productOf nalt:27583 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:related nalt:27583 ;
  skos:hiddenLabel "coconut"@en ;
  skos:broader nalt:13571, nalt:22892, nalt:27577 ;
  dc:modified "2012-11-30"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:marc001 "9146" .

