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

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

nalt:42652
  skos:prefLabel "proteome"@en, "proteoma"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:broader nalt:9219 ;
  skos:related nalt:876, nalt:17414, nalt:42650 ;
  dc:modified "2018-05-09"^^xsd:date ;
  skos:exactMatch <http://id.cabi.org/cabt/95587>, <http://id.agrisemantics.org/gacs/C10650> ;
  skos:definition nalt:42652_def ;
  dc:created "2006-01-19"^^xsd:date ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:hiddenLabel "proteomes"@en ;
  ns0:marc001 "30389" .

nalt:876
  skos:prefLabel "proteínas"@es, "proteins"@en ;
  a ns0:Product, ns0:Chemical, skos:Concept ;
  skos:related nalt:42652 .

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

nalt:9219
  skos:prefLabel "recursos genéticos"@es, "genetic resources"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:42652 .

nalt:42650
  skos:prefLabel "metaboloma"@es, "metabolome"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:42652 .

nalt:17414
  skos:prefLabel "proteómica"@es, "proteomics"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:42652 .

nalt:42652_def
  rdf:value "El conjunto total de proteínas producidas a partir del código genético dentro de la célula."@es, "The complete set of the proteins produced from the genetic code inside the cell."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

