@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

nalt:25453
  skos:prefLabel "clorofila"@es, "chlorophyll"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:301875 .

nalt:301875_def
  rdf:value "Pirrol que contiene pigmentos que se encuentran en las bacterias fotosintéticas."@es, "Pyrrole containing pigments found in photosynthetic bacteria."@en ;
  dc:source "Medical Subject Headings" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

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

nalt:301875
  skos:broader nalt:25453 ;
  skos:definition nalt:301875_def ;
  ns0:marc001 "80152" ;
  skos:prefLabel "bacteriochlorophyll"@en, "bacterioclorofila"@es ;
  skos:hiddenLabel "bacteriochlorophylls"@en ;
  a skos:Concept, ns0:Chemical ;
  dc:modified "2020-02-10"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2017-06-12"^^xsd:date .

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

