@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:67
  skos:prefLabel "hidrología"@es, "hydrology"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:205850 .

nalt:205850
  dc:created "2013-09-19"^^xsd:date ;
  skos:prefLabel "abatimiento"@es, "drawdown"@en ;
  ns0:marc001 "66162" ;
  a ns0:Topic, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:definition nalt:205850_def ;
  skos:broader nalt:67 ;
  dc:modified "2013-12-06"^^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 .

nalt:205850_def
  rdf:value "En términos hidrológicos, reducción del nivel de agua en una masa de agua, un pozo, una capa freática o la superficie piezométrica adyacente al pozo, como resultado de la extracción del agua."@es, "In hydrologic terms, the lowering of the surface elevation of a body of water, the water surface of a well, the water table, or the piezometric surface adjacent to the well, resulting from the withdrawl of water therefrom."@en ;
  dc:source "National Oceanic and Atmospheric Administration's National Weather Surface Glossary" ;
  a ns0:Definition .

