@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:21201
  skos:prefLabel "California"@es, "California"@en ;
  a <https://lod.nal.usda.gov/naltv#Geographical>, skos:Concept ;
  skos:related nalt:665 .

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

nalt:665
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  ns0:marc001 "34530" ;
  skos:related nalt:21201, nalt:12207, nalt:44103 ;
  skos:hiddenLabel "Sonoran-Desert"@en, "Sonora desert"@en ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85125267> ;
  dc:modified "2016-05-26"^^xsd:date ;
  skos:prefLabel "Sonoran Desert"@en, "Desierto de Sonora"@es ;
  skos:broader nalt:661 ;
  a ns0:Geographical, skos:Concept .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

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

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

nalt:44103
  skos:prefLabel "México"@es, "Mexico"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:665 .

