@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#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:10218
  skos:prefLabel "anticuerpos"@es, "antibodies"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:related nalt:217793 .

nalt:217793
  skos:definition nalt:217793_def ;
  skos:broader nalt:105992 ;
  skos:altLabel "serological memory"@en, "immune memory"@en ;
  skos:hiddenLabel "immunological memory"@en, "immunologic-memory"@en, "immune-memory"@en, "serological-memory"@en ;
  skos:prefLabel "immunologic memory"@en, "memoria inmunológica"@es ;
  ns0:marc001 "68316" ;
  a ns0:Topic, skos:Concept ;
  dc:modified "2015-01-02"^^xsd:date ;
  skos:related nalt:10218 ;
  dc:created "2014-06-04"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

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

nalt:105992
  skos:prefLabel "inmunidad adaptativa"@es, "adaptive immunity"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:217793 .

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

nalt:217793_def
  rdf:value "Estado modificado de la capacidad de respuesta inmunológica que resulta del contacto inicial con un antígeno, que permite al individuo producir anticuerpos más rápido y en mayor cantidad, en respuesta a un estímulo antigénico secundario."@es, "The altered state of immunologic responsiveness resulting from initial contact with antigen, which enables the individual to produce antibodies more rapidly and in greater quantity in response to secondary antigenic stimulus."@en ;
  dc:source "Medical Subject Headings 2014" ;
  a ns0:Definition .

