@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:27704
  skos:prefLabel "productos del café"@es, "coffee products"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:27703 .

nalt:21002
  skos:prefLabel "Coffea"@es, "Coffea"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  ns0:hasProduct nalt:27703 .

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

nalt:11639
  skos:prefLabel "Coffea arabica"@es, "Coffea arabica"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:27703 ;
  ns0:hasProduct nalt:27703 .

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

nalt:27700
  skos:prefLabel "Coffea canephora"@es, "Coffea canephora"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:27703 ;
  ns0:hasProduct nalt:27703 .

nalt:27703
  ns0:productOf nalt:11639, nalt:27700, nalt:21002 ;
  skos:hiddenLabel "coffee berries"@en, "coffee cherry"@en, "coffee cherries"@en, "bean coffee"@en, "green coffee bean"@en, "coffee grain"@en, "coffee berry"@en, "green arabica beans"@en, "coffee bean"@en, "coffee-beans"@en, "green coffee Arabica beans"@en, "coffee grains"@en, "green coffee beans"@en ;
  skos:scopeNote "The commodity product; for the beverage USE coffee (beverage)"@en, "Usar para referirse a la mercancía; USAR \"café\" para referirse a la bebida."@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "semillas de café"@es, "coffee beans"@en ;
  a ns0:Product, skos:Concept ;
  ns0:marc001 "9195" ;
  skos:broader nalt:27704 ;
  dc:modified "2020-06-22"^^xsd:date ;
  skos:related nalt:27700, nalt:16988, nalt:11639 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_28379>, <http://id.agrisemantics.org/gacs/C19696> .

nalt:16988
  skos:prefLabel "café"@es, "coffee (beverage)"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:27703 .

