@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#> .

nalt:54307
  skos:prefLabel "Namibia"@es, "Namibia"@en ;
  a <https://lod.nal.usda.gov/naltv#Geographical>, skos:Concept ;
  skos:related nalt:105795 .

nalt:18861
  skos:prefLabel "Botswana"@es, "Botswana"@en ;
  a <https://lod.nal.usda.gov/naltv#Geographical>, skos:Concept ;
  skos:related nalt:105795 .

nalt:15788
  skos:prefLabel "Sudáfrica"@es, "South Africa"@en ;
  a <https://lod.nal.usda.gov/naltv#Geographical>, skos:Concept ;
  skos:related nalt:105795 .

nalt:105795
  skos:broader nalt:661 ;
  skos:prefLabel "Desierto de Kalahari"@es, "Kalahari Desert"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85071325> ;
  dc:created "2007-11-08"^^xsd:date ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Geographical> ;
  skos:hiddenLabel "Kalahari-Desert"@en ;
  skos:related nalt:18861, nalt:15788, nalt:54307 ;
  dc:modified "2013-11-07"^^xsd:date ;
  ns0:marc001 "53165" .

nalt:661
  skos:prefLabel "desiertos con nombres propios"@es, "named deserts"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:narrower nalt:105795 .

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

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

