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

nalt:48975
  skos:prefLabel "lagos"@es, "lakes"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:49014 .

nalt:49014_def
  rdf:value "Pequeños lagos en forma de U que se originan cuando un meandro se desconecta del cauce principal de un río o curso de agua."@es, "Small, U-shaped lakes formed when a meander bend is cut off from the main stream channel of a river or stream."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:49014
  dc:modified "2016-11-08"^^xsd:date ;
  skos:hiddenLabel "oxbow-lake"@en, "oxbow lake"@en, "oxbow-lakes"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:altLabel "lagos oxbow"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:48975 ;
  skos:prefLabel "oxbow lakes"@en, "lagos en forma de herradura"@es ;
  ns0:marc001 "26670" ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:definition nalt:49014_def .

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

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

