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

nalt:671
  skos:related nalt:15678, nalt:15680, nalt:15679 ;
  skos:altLabel "Baltics"@en, "Baltic countries"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Geographical> ;
  skos:hiddenLabel "Baltic-States"@en ;
  skos:definition nalt:671_def ;
  dc:modified "2018-01-08"^^xsd:date ;
  skos:broader nalt:666 ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:marc001 "4492" ;
  skos:prefLabel "Baltic States"@en, "Países Bálticos"@es ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85011369> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> .

nalt:15680
  skos:prefLabel "Lituania"@es, "Lithuania"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:671 .

nalt:15679
  skos:prefLabel "Letonia"@es, "Latvia"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:671 .

nalt:671_def
  rdf:value "Los países de Estonia, Letonia y Lituania al este de la costa del Mar Báltico."@es, "The countries of Estonia, Latvia and Lithuania on the east shore of the Baltic Sea."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

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

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

