@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:662
  skos:broader nalt:661 ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Geographical> ;
  skos:prefLabel "Gobi Desert"@en, "Desierto de Gobi"@es ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:hiddenLabel "Gobi-Desert"@en ;
  ns0:marc001 "16892" ;
  dc:modified "2013-11-07"^^xsd:date ;
  skos:related nalt:8937, nalt:35139 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> .

nalt:35139
  skos:prefLabel "Mongolia"@es, "Mongolia"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:662 .

nalt:8937
  skos:prefLabel "China"@es, "China"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:662 .

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

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

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

