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

nalt:9454
  skos:prefLabel "productos proteínicos"@es, "protein products"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:6354 .

nalt:6354
  skos:hiddenLabel "single-cell-protein"@en ;
  ns0:marc001 "33995" ;
  skos:prefLabel "single cell protein"@en, "proteína unicelular"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:scopeNote "Use for the microbial biomass of potential use as animal or human food, including protein from bacteria, fungi and algae."@en, "Usar para referirse a la biomasa microbiana de uso potencial como alimento para animales o humanos, incluyendo proteína de bacterias, hongos y algas."@es ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C14124>, <http://id.cabi.org/cabt/107201>, <http://aims.fao.org/aos/agrovoc/c_7078> ;
  skos:altLabel "single-cell protein"@en ;
  a ns0:Chemical, ns0:Product, skos:Concept ;
  dc:modified "2015-11-03"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:9454 .

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

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

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

