@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:50953
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:prefLabel "lysogeny"@en, "lisogenia"@es ;
  skos:hiddenLabel "prophage excision"@en ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85079194> ;
  skos:altLabel "prophage integration"@en ;
  ns0:marc001 "22063" ;
  skos:definition nalt:50953_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:15147 ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2018-02-05"^^xsd:date ;
  skos:related nalt:50954 .

nalt:15147
  skos:prefLabel "genética microbial"@es, "microbial genetics"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:50953 .

nalt:50954
  skos:prefLabel "proviruses"@es, "proviruses"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:50953 .

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

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

nalt:50953_def
  rdf:value "Fenómeno por el cual un fago temperado se incorpora al ADN de la bacteria huesped, estableciéndose un tipo de relación simbiótica entre el profago y la bacteria, de modo que se da una perpetuación del profago en todos los decendientes de la bacteria, hasta que la inducción por varios agentes, como la radiación ultravioleta, libera al fago, que entonces se convierte en virulento y lisa la bacteria."@es, "The phenomenon by which a temperate phage incorporates itself into the DNA of a bacterial host, establishing a kind of symbiotic relation between prophage and bacterium which results in the perpetuation of the prophage in all the descendants of the bacterium. Upon induction (virus activation) by various agents, such as ultraviolet radiation, the phage is released, which then becomes virulent and lyses the bacterium."@en ;
  dc:source "Medical Subject Headings 2012" ;
  a ns0:Definition .

