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

nalt:5987
  skos:prefLabel "Europa"@es, "Europe"@en ;
  a <https://lod.nal.usda.gov/naltv#Geographical>, skos:Concept ;
  skos:related nalt:699 .

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

nalt:699
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:hiddenLabel "South Eastern Europe"@en, "Southeast Europe"@en, "Southern European regions"@en, "Southern-European-region"@en, "South-Eastern Europe"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Geographical> ;
  skos:altLabel "Southern Europe"@en, "Southern European countries"@en ;
  skos:broader nalt:666 ;
  skos:prefLabel "Región del Sur de Europa"@es, "Southern European region"@en ;
  dc:modified "2017-02-03"^^xsd:date ;
  skos:related nalt:5987 ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:marc001 "34598" .

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

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

