@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .

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

nalt:501
  skos:prefLabel "erosión del suelo"@es, "soil erosion"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:63376 .

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

nalt:63376_def
  rdf:value "Proceso de desprendimiento, transporte y deposición del suelo por el viento."@es, "The process of detachment, transport, and deposition of soil by wind."@en ;
  dc:source "Natural Resources Conservation Service, USDA, National Resources Inventory Glossary" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:63376
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_8393>, <http://id.agrisemantics.org/gacs/C13345>, <http://id.loc.gov/authorities/subjects/sh85146853>, <http://id.cabi.org/cabt/124678> ;
  dc:created "2006-01-19"^^xsd:date ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:altLabel "aeolian deflation"@en, "wind deflation"@en, "aeolian erosion"@en ;
  skos:hiddenLabel "deflation erosion"@en, "eolian deflation"@en, "wind-erosion"@en, "crescent scours"@en, "eolian scours"@en, "eolian erosion"@en, "aeolian scours"@en ;
  ns0:marc001 "40047" ;
  skos:prefLabel "erosión eólica"@es, "wind erosion"@en ;
  skos:definition nalt:63376_def ;
  skos:broader nalt:501 ;
  dc:modified "2019-10-30"^^xsd:date .

