@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix country: <http://publications.europa.eu/resource/authority/country/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix ns0: <http://publications.europa.eu/ontology/authority/> .
@prefix ns1: <http://publications.europa.eu/resource/authority/> .

<http://publications.europa.eu/resource/authority/country>
  a skos:ConceptScheme ;
  rdfs:label "Country"@en ;
  skos:hasTopConcept country:SGS ;
  skos:prefLabel "Country"@en .

country:SGS
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "South Georgia and the South Sandwich Islands"@en, "Dél-Georgia és Déli-Sandwich-szigetek"@hu, "Zuid-Georgië en de Zuid-Sandwicheilanden"@nl, "Ilhas Geórgia do Sul e Sandwich do Sul"@pt, "Južna Georgia in Južni Sandwichevi otoki"@sl, "Georgia de Sud şi Insulele Sandwich de Sud"@ro, "Il-Georgia tan-Nofsinhar u l-Gżejjer Sandwich tan-Nofsinhar"@mt, "Islas Georgias del Sur y Sandwich del Sur"@es, "Etelä-Georgia ja Eteläiset Sandwichsaaret"@fi, "Pietų Džordžija ir Pietų Sandvičas"@lt, "Südgeorgien und die Südlichen Sandwichinseln"@de, "Jižní Georgie a Jižní Sandwichovy ostrovy"@cs, "Dienviddžordžija un Dienvidsendviču salas"@lv, "Lõuna-Georgia ja Lõuna-Sandwichi saared"@et, "Južná Georgia a Južné Sandwichove ostrovy"@sk, "Sydgeorgien og Sydsandwichøerne"@da, "An tSeoirsia Theas agus Oileáin Sandwich Theas"@ga, "Νήσοι Νότια Γεωργία και Νότιες Σάντουιτς"@el, "Isole Georgia del sud e Sandwich del sud"@it, "Sydgeorgien och Sydsandwichöarna"@sv, "Georgia Południowa i Sandwich Południowy"@pl, "Îles Géorgie du Sud et Sandwich du Sud"@fr, "Южна Джорджия и Южни Сандвичеви острови"@bg, "Južna Georgija i Južni Sendvički Otoci"@hr ;
  skos:altLabel "SGSSI"@en, "Pietų Džordžijos ir Pietų Sandvičo Salos"@lt ;
  dc11:identifier "SGS" ;
  ns0:authority-code "SGS" ;
  ns0:deprecated "false" ;
  ns0:op-code "SGS" ;
  ns0:start.use "1950-05-09" ;
  ns1:op-code "SGS" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] ;
  skos:broader country:COU0057 .

