@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:208066
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2013-11-14"^^xsd:date ;
  skos:definition nalt:208066_def ;
  ns0:marc001 "72071" ;
  skos:prefLabel "protonemas"@es, "protonemata"@en ;
  dc:modified "2013-12-06"^^xsd:date ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh93009216> ;
  a skos:Concept, ns0:Topic ;
  skos:broader nalt:851 ;
  skos:altLabel "protonema"@en .

nalt:851
  skos:prefLabel "anatomía de la planta"@es, "plant anatomy"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:208066 .

nalt:208066_def
  rdf:value "Estructura filamentosa que crece luego de la germinación de las esporas en musgos, helechos y algunas hepáticas y que, eventualmente, se convierte en una planta adulta."@es, "The filamentous structure which grows following spore germination in mosses, ferns and some liverworts, eventually developing into a mature plant."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

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

