@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:69021
  ns0:marc001 "51996" ;
  skos:altLabel "resquebrajamiento por nieve"@es, "snow breakage"@en, "daño causado por la nieve"@es ;
  dc:modified "2012-11-30"^^xsd:date ;
  dc:created "2006-11-03"^^xsd:date ;
  skos:hiddenLabel "snow breaks"@en, "snow-damage"@en, "snowbreaks"@en ;
  skos:definition nalt:69021_def ;
  a ns0:Topic, skos:Concept ;
  skos:prefLabel "daño por nieve"@es, "snow damage"@en ;
  skos:broader nalt:1735 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

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

nalt:1735
  skos:prefLabel "daño a las plantas"@es, "plant damage"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:69021 .

nalt:69021_def
  rdf:value "Daño a las plantas causado por la nieve."@es, "Damage to plants from snow."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

