@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:SLB ;
  skos:prefLabel "Country"@en .

country:SLB
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Îles Salomon"@fr, "Zālamana salas"@lv, "Solomon Islands"@en, "Соломонови острови"@bg, "Salomonsaaret"@fi, "Šalamúnove ostrovy"@sk, "Νήσοι Σολομώντος"@el, "Salamon-szigetek"@hu, "Il-Gżejjer Solomon"@mt, "Salomonseilanden"@nl, "Šalomounovy ostrovy"@cs, "Saliamono Salos"@lt, "Salomonski Otoci"@hr, "Insulele Solomon"@ro, "Salomonen"@de, "Wyspy Salomona"@pl, "Salomonöarna"@sv, "Oileáin Sholomón"@ga, "Salomonøerne"@da, "Islas Salomón"@es, "Ilhas Salomão"@pt, "Salomonovi otoki"@sl, "Isole Salomone"@it, "Saalomoni Saared"@et ;
  dc11:identifier "SLB" ;
  ns0:authority-code "SLB" ;
  ns0:deprecated "false" ;
  ns0:op-code "SLB" ;
  ns0:start.use "1978-07-07" ;
  ns1:op-code "SLB" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

