@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@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 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:42684
  ns0:marc001 "22641" ;
  skos:exactMatch <http://id.cabi.org/cabt/70691>, <http://id.agrisemantics.org/gacs/C5940> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "maternal effect"@en, "efecto maternal"@es ;
  skos:hiddenLabel "maternal-effect"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:altLabel "maternal effects"@en ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:definition nalt:42684_def ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:9222 .

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

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

nalt:42684_def
  rdf:value "Influencia del fenotipo o genotipo de la madre en el fenotipo de su descendencia."@es, "The influence of the mother's phenotype or genotype on the phenotype of its offspring."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

