@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:105757
  skos:prefLabel "Mar Báltico"@es, "Baltic Sea"@en ;
  a <https://lod.nal.usda.gov/naltv#Geographical>, skos:Concept ;
  skos:narrower nalt:105758 .

nalt:11928
  skos:prefLabel "Suecia"@es, "Sweden"@en ;
  a <https://lod.nal.usda.gov/naltv#Geographical>, skos:Concept ;
  skos:related nalt:105758 .

nalt:105758
  skos:prefLabel "Gulf of Bothnia"@en, "Golfo de Bothnia"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:related nalt:11924, nalt:11928 ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:hiddenLabel "Gulf-of-Bothnia"@en ;
  ns0:marc001 "53131" ;
  a ns0:Geographical, skos:Concept ;
  dc:created "2007-11-08"^^xsd:date ;
  skos:broader nalt:105757 .

nalt:11924
  skos:prefLabel "Finlandia"@es, "Finland"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:105758 .

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

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

