@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@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/nalt>
  rdfs:label "NALT Full"@en ;
  a skos:ConceptScheme .

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

nalt:223820
  skos:hiddenLabel "Gambia-River"@en, "river Gambia"@en ;
  dc:created "2014-08-05"^^xsd:date ;
  dc:modified "2019-10-24"^^xsd:date ;
  skos:prefLabel "Gambia River"@es, "Gambia River"@en ;
  ns0:marc001 "67117" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:broader nalt:640 ;
  a ns0:Geographical, skos:Concept .

nalt:640
  skos:prefLabel "cuerpos de agua con nombres propios"@es, "named bodies of water"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:narrower nalt:223820 .

