@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@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 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#> .

nalt:8708
  skos:prefLabel "embriogénesis"@es, "embryogenesis"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:8707 .

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

nalt:8707
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:prefLabel "androgenesis"@en, "androgénesis"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:exactMatch <http://id.cabi.org/cabt/10332>, <http://id.loc.gov/authorities/subjects/sh98001156>, <http://aims.fao.org/aos/agrovoc/c_25421>, <http://id.agrisemantics.org/gacs/C19990> ;
  ns0:marc001 "2444" ;
  skos:definition nalt:8707_def ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:broader nalt:8708 ;
  dc:created "2006-01-19"^^xsd:date .

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

nalt:8707_def
  rdf:value "Desarrollo de un embrión de un huevo fertilizado que sólo involucra los cromosomas paternos del núcleo masculino."@es, "the development of an embryo from a fertilized egg that only involves the paternal chromosomes from the male nucleus."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

