@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:10374
  skos:prefLabel "islas del Océano Atlántico"@es, "Atlantic Ocean Islands"@en ;
  a <https://lod.nal.usda.gov/naltv#Geographical>, skos:Concept ;
  skos:narrower nalt:9872 .

nalt:9868
  skos:prefLabel "Continente Antártico"@es, "Antarctic region"@en ;
  a <https://lod.nal.usda.gov/naltv#Geographical>, skos:Concept ;
  skos:related nalt:9872 .

nalt:9872
  skos:hiddenLabel "Georgia/South Sandwich Island"@en, "Georgia /South Sandwich Island"@en, "South-Georgia-and-South-Sandwich-Islands"@en, "Georgia/South Sandwich Islands"@en, "South Georgia islands"@en, "Georgia /South Sandwich Islands"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Geographical> ;
  skos:altLabel "Falkland Islands Dependencies"@en, "South Sandwich Islands"@en, "Sandwich Islands (Atlantic Ocean)"@en, "South Georgia Island"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:related nalt:9868 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:10374 ;
  dc:modified "2018-04-03"^^xsd:date ;
  skos:prefLabel "South Georgia and South Sandwich Islands"@en, "Islas Georgias del Sur y Sándwich del Sur"@es ;
  ns0:marc001 "34591" .

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

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

