@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

nalt:9042
  skos:prefLabel "subproductos"@es, "byproducts"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:332853 .

<https://lod.nal.usda.gov/naltv#Product>
  rdfs:label "Product"@en ;
  a owl:Class .

nalt:332853_def
  rdf:value "Producto residual que queda en un recipiente luego de preparar el café."@es, "The waste product that remain in a pot after brewing coffee."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:40999
  skos:prefLabel "desechos del procesado de alimentos"@es, "food processing wastes"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:332853 .

nalt:332853
  skos:prefLabel "posos de café"@es, "spent coffee grounds"@en ;
  skos:hiddenLabel "coffee-grounds"@en ;
  ns0:marc001previous "94679" ;
  skos:definition nalt:332853_def ;
  skos:broader nalt:9042, nalt:16988 ;
  a ns0:Product, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2019-11-25"^^xsd:date ;
  skos:related nalt:40999, nalt:27703 ;
  ns0:marc001 "9813984916800041" ;
  dc:created "2019-08-05"^^xsd:date ;
  skos:altLabel "coffee grounds"@en .

nalt:27703
  skos:prefLabel "semillas de café"@es, "coffee beans"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:332853 .

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

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

