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

nalt:8512
  skos:prefLabel "división celular"@es, "cell division"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:23388 .

nalt:13546
  skos:prefLabel "apareamiento cromosómico"@es, "chromosome pairing"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:23388 .

nalt:23388
  skos:related nalt:13546 ;
  skos:broader nalt:8512 ;
  ns0:marc001 "8368" ;
  skos:altLabel "chromosome separation"@en, "chromosomal disjunction"@en, "chromosome disjunction"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:hiddenLabel "chromosomal-segregation"@en, "chromosomal segregations"@en, "chromosomal separations"@en, "chromosome-segregation"@en, "chromosomal segregation"@en ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C21852>, <http://id.cabi.org/cabt/28342> ;
  skos:prefLabel "segregación cromosómica"@es, "chromosome segregation"@en ;
  skos:definition nalt:23388_def ;
  a skos:Concept, ns0:Topic ;
  dc:modified "2017-01-12"^^xsd:date .

nalt:23388_def
  rdf:value "Separación de una copia de cada cromosoma durante la mitosis."@es, "During mitosis, the separation of one copy of each chromosome."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

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

