@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

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

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

nalt:105966
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh2003004731> ;
  ns0:marc001 "52948" ;
  skos:altLabel "Alleghany Mountains"@en, "Region de Allegheny Mountain"@es, "Allegheny Plateau"@en, "Alleghenies"@en, "Allegheny Mountains"@en, "Allegheny Front"@en, "Allegany Mountains"@en ;
  skos:related nalt:51598, nalt:63642, nalt:55235, nalt:63643 ;
  skos:prefLabel "Allegheny Mountain region"@en, "Región de las montañas Allegheny"@es ;
  a skos:Concept, ns0:Geographical ;
  dc:modified "2012-11-30"^^xsd:date ;
  dc:created "2007-11-20"^^xsd:date ;
  skos:definition nalt:105966_def ;
  skos:broader nalt:668 ;
  skos:hiddenLabel "Allegheny-Mountain-region"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> .

nalt:668
  skos:prefLabel "Región de los Apalaches"@es, "Appalachian region"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:narrower nalt:105966 .

nalt:105966_def
  rdf:value "Área montañosa que es parte de la región de las montañas Apalaches, la cual está al oeste y corre paralela a la región de las montañas Blue Ridge."@es, "Mountain area that is part of the Appalachian Mountain region which is west of and generally runs parallel to the Blue Ridge Mountain Region."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

nalt:55235
  skos:prefLabel "Pennsylvania"@es, "Pennsylvania"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:105966 .

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

nalt:63643
  skos:prefLabel "West Virginia"@es, "West Virginia"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:105966 .

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

