@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:1790
  skos:prefLabel "desarrollo de la planta"@es, "plant development"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:38273 .

nalt:38273
  skos:altLabel "de-etiolation"@en ;
  skos:broader nalt:1790 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:prefLabel "etiolación"@es, "etiolation"@en ;
  skos:hiddenLabel "etiolated"@en, "deetiolation"@en ;
  ns0:marc001 "14256" ;
  a skos:Concept, ns0:Topic ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C13587>, <http://id.loc.gov/authorities/subjects/sh85045445>, <http://aims.fao.org/aos/agrovoc/c_16123>, <http://id.cabi.org/cabt/45265> ;
  dc:modified "2013-02-26"^^xsd:date ;
  skos:definition nalt:38273_def .

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

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

nalt:38273_def
  rdf:value "Crecimiento de una planta que muestra un color blanco o desteñido debido a la falta de luz."@es, "Plant growth exhibiting pale or bleached color due to the deprivation of light."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

