@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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#> .

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

nalt:216834
  skos:prefLabel "ficobiliproteína"@es, "phycobiliprotein"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:216837 .

nalt:216837_def
  rdf:value "Pigmento ficobilínico rojo sin componentes metálicos presente en una cromoproteína conjugada de las algas rojas. Funciona como una sustancia que absorbe la luz, junto con la clorofila."@es, "The metal-free red phycobilin pigment in a conjugated chromoprotein of red algae. It functions as a light-absorbing substance together with chlorophylls."@en ;
  dc:source "Medical Subject Headings 2014" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

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

nalt:216837
  skos:prefLabel "phycoerythrin"@en, "ficoeritrina"@es ;
  skos:definition nalt:216837_def ;
  ns0:marc001 "71478" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2014-11-17"^^xsd:date ;
  a ns0:Chemical, skos:Concept ;
  skos:broader nalt:216834 ;
  dc:created "2014-05-21"^^xsd:date .

