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

country:VGB
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Brit Virgin-szigetek"@hu, "Britské Panenské ostrovy"@cs, "Islas Vírgenes Británicas"@es, "Brittiska Jungfruöarna"@sv, "Britanski Deviški otoki"@sl, "Mergelių Salos (Didžioji Britanija)"@lt, "Britské Panenské ostrovy"@sk, "Ilhas Virgens Britânicas"@pt, "Insulele Virgine Britanice"@ro, "Britu Virdžīnas"@lv, "Britanski Djevičanski Otoci"@hr, "Brittiläiset Neitsytsaaret"@fi, "Il-Gżejjer Verġni Brittaniċi"@mt, "British Virgin Islands"@en, "Briti Neitsisaared"@et, "Britiske Jomfruøer"@da, "Brytyjskie Wyspy Dziewicze"@pl, "Британски Вирджински острови"@bg, "Îles Vierges britanniques"@fr, "Britischen Jungferninseln"@de, "Oileáin Bhriotanacha na Maighdean"@ga, "Isole Vergini britanniche"@it, "Βρετανικές Παρθένοι Νήσοι"@el, "Britse Maagdeneilanden"@nl ;
  skos:altLabel "Didžiosios Britanijos Mergelių Salos"@lt, "Briti Neitsisaarte asumaa"@et, "Britu Virdžīnu salas"@lv, "De Britiske Jomfruøer"@da ;
  dc11:identifier "VGB" ;
  ns0:authority-code "VGB" ;
  ns0:deprecated "false" ;
  ns0:op-code "VGB" ;
  ns0:start.use "1950-05-09" ;
  ns1:op-code "VGB" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] ;
  skos:broader country:COU0057 .

