@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#> .

nalt:9222
  skos:prefLabel "genética"@es, "genetics"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:42685 .

nalt:39783
  skos:prefLabel "efecto macho"@es, "male effect"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:42685 .

nalt:42685
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:exactMatch <http://id.cabi.org/cabt/86095>, <http://id.agrisemantics.org/gacs/C21702> ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:broader nalt:9222 ;
  skos:scopeNote "Use for the influence of the father's phenotype or genotype on the phenotype of its offspring; For the effect of exposure to male animals on female animals, usually young or postpartum, to initiate estrous cycle USE male effect."@en, "Usar para referirse a la influencia del genotipo o fenotipo del padre en su descendencia; USAR \"efecto macho\" para referirse a los efectos que la exposición a animales machos tiene en las hembras, generalmente las jóvenes o después de un parto, para iniciar el ciclo estrual."@es ;
  skos:prefLabel "efecto paternal"@es, "paternal effect"@en ;
  ns0:marc001 "27371" ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:hiddenLabel "paternal-effect"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:altLabel "paternal effects"@en ;
  skos:related nalt:39783 .

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

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

