@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 ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

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

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

nalt:676_def
  rdf:value "La región elevada entre las Montañas Wasatch y la Sierra Nevada."@es, "The elevated region between the Wasatch and Sierra Nevada Mountains."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

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

nalt:43787
  skos:prefLabel "Idazo"@es, "Idaho"@en ;
  a <https://lod.nal.usda.gov/naltv#Geographical>, skos:Concept ;
  skos:related nalt:676 .

nalt:676
  skos:hiddenLabel "Great Basin, USA"@en, "Great-Basin-States"@en ;
  skos:related nalt:43791, nalt:43789, nalt:43790, nalt:295803, nalt:43788, nalt:21201, nalt:43787 ;
  ns0:marc001 "17132" ;
  a ns0:Geographical, skos:Concept ;
  skos:prefLabel "Estados de la Gran Cuenca"@es, "Great Basin States"@en ;
  skos:definition nalt:676_def ;
  skos:broader nalt:666 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2017-03-15"^^xsd:date .

nalt:43791
  skos:prefLabel "Wyoming"@es, "Wyoming"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:676 .

nalt:43788
  skos:prefLabel "Nevada"@es, "Nevada"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:676 .

nalt:295803
  skos:prefLabel "desierto de la Gran Cuenca"@es, "Great Basin Desert"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:676 .

nalt:666
  skos:prefLabel "regiones geográficas con nombres propios"@es, "named geographical regions"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:narrower nalt:676 .

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

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

