@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .

nalt:123494_def
  rdf:value "La fase en la primera profase meiótica, la cual sigue a la fase cigoteno, cuando el cruzamiento entre cromosomas homólogos empieza."@es, "The stage in the first meiotic prophase, following zygotene stage, when crossing over between homologous chromosomes begins."@en ;
  dc:source "Medical Subject Headings" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:23394
  skos:prefLabel "profase"@es, "prophase"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:123494 .

<https://lod.nal.usda.gov/naltv#Topic>
  rdfs:label "Topic"@en ;
  a owl:Class .

nalt:123494
  skos:definition nalt:123494_def ;
  skos:broader nalt:23394 ;
  skos:altLabel "pachytene"@en, "pachynema (meiosis)"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:hiddenLabel "pachytene-stage"@en ;
  skos:prefLabel "pachytene stage"@en, "fase paquiteno"@es ;
  dc:created "2008-05-30"^^xsd:date ;
  ns0:marc001 "54965" .

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

