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

nalt:15061
  skos:prefLabel "cruce"@es, "crossing"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:30222 .

nalt:30222
  skos:prefLabel "cruzamiento de prueba"@es, "testcrosses"@en ;
  dc:modified "2012-11-30"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "37106" ;
  skos:hiddenLabel "testcross"@en, "test cross"@en ;
  skos:definition nalt:30222_def ;
  skos:broader nalt:15061 ;
  a ns0:Topic, skos:Concept ;
  skos:altLabel "test crosses"@en .

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

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

nalt:30222_def
  rdf:value "Cruza entre un organismo que exhibe el fenotipo dominante de un caracter determinado, pero cuyo genotipo para ese rasgo es desconocido, y un organismo homocigótico recesivo para el rasgo, de manera que el genotipo desconocido se pueda determinar a partir de la descendencia."@es, "A cross between an organism exhibiting the dominant phenotype for a certain trait, but whose genotype for that trait is unknown and an organism that is homozygous recessive for the trait so that the unknown genotype can be determined from that of the offspring."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

