@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:313457
  skos:hiddenLabel "sequon"@en ;
  ns0:marc001 "90478" ;
  skos:prefLabel "secuones"@es, "sequons"@en ;
  dc:created "2018-02-13"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:related nalt:24668, nalt:878 ;
  skos:broader nalt:7764 ;
  dc:modified "2018-11-14"^^xsd:date ;
  a skos:Concept, ns0:Topic .

nalt:878
  skos:prefLabel "proteínas de unión"@es, "binding proteins"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:related nalt:313457 .

nalt:24668
  skos:prefLabel "glucosilación"@es, "glycosylation"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:313457 .

nalt:7764
  skos:prefLabel "secuencias de aminoácidos"@es, "amino acid sequences"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:313457 .

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

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

