@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .

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

nalt:876
  skos:prefLabel "proteínas"@es, "proteins"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:204964 .

nalt:291579
  skos:prefLabel "tiorredoxinas de cloroplastos"@es, "chloroplast thioredoxins"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:related nalt:204964 .

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

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

nalt:204964
  skos:hiddenLabel "algal-protetins"@en, "algal protein"@en ;
  skos:related nalt:291579, nalt:216834 ;
  skos:altLabel "algal gene products"@en ;
  dc:created "2013-09-05"^^xsd:date ;
  skos:prefLabel "algal proteins"@en, "proteínas de algas"@es ;
  ns0:marc001 "62722" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2017-02-07"^^xsd:date ;
  a skos:Concept, ns0:Chemical ;
  skos:broader nalt:876 .

