@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@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:1790
  skos:prefLabel "desarrollo de la planta"@es, "plant development"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:1763 .

nalt:730
  skos:prefLabel "desarrollo anormal"@es, "abnormal development"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:1763 .

nalt:1791
  skos:prefLabel "aborto de semillas"@es, "seed abortion"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:broader nalt:1763 .

nalt:1763_def
  rdf:value "Cese prematuro del desarrollo de polen, gametos, embriones, semillas, flores, etc."@es, "Premature termination of the development of pollen, gametes, embryos, seeds, fruits, flowers etc."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:1763
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:prefLabel "abortion (plants)"@en, "aborto (plantas)"@es ;
  skos:definition nalt:1763_def ;
  skos:altLabel "flower abortion"@en, "pollen abortion"@en, "fruit abortion"@en, "pod abortion"@en ;
  skos:exactMatch <http://id.cabi.org/cabt/4159>, <http://id.agrisemantics.org/gacs/C25068> ;
  skos:broader nalt:1790 ;
  skos:hiddenLabel "abortion-(plants)"@en ;
  ns0:marc001 "234" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:narrower nalt:1791 ;
  skos:related nalt:730 ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2015-06-30"^^xsd:date .

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

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

