@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#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:42561
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh2007002858>, <http://id.agrisemantics.org/gacs/C20106>, <http://id.cabi.org/cabt/51013> ;
  dc:modified "2016-05-26"^^xsd:date ;
  ns0:marc001 "16337" ;
  skos:prefLabel "conversión genética"@es, "gene conversion"@en ;
  skos:hiddenLabel "gene conversions"@en, "gene-conversion"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:7772 ;
  skos:definition nalt:42561_def ;
  a ns0:Topic, skos:Concept .

nalt:7772
  skos:prefLabel "genética molecular"@es, "molecular genetics"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:42561 .

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

nalt:42561_def
  rdf:value "Segregación asimétrica de genes durante la replicación, que produce hebras recombinantes no recíprocas y la aparente conversión de un alelo en otro."@es, "The asymmetrical segregation of genes during replication which leads to the production of non-reciprocal recombinant strands and the apparent conversion of one allele into another."@en ;
  dc:source "MeSH (Medical Subject Headings)" ;
  a ns0:Definition .

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

