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

country:VCT
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Saint Vincent"@et, "Saint Vincent és Grenadine-szigetek"@hu, "Saint Vincent ja Grenadiinit"@fi, "Saint Vincent and the Grenadines"@en, "Saint Vincent și Grenadinele"@ro, "St. Vincent und die Grenadinen"@de, "Saint Vincent och Grenadinerna"@sv, "Saint Vincent og Grenadinerne"@da, "Svätý Vincent a Grenadíny"@sk, "Saint Vincent i Grenadyny"@pl, "San Uinseann agus na Greanáidíní"@ga, "Svatý Vincenc a Grenadiny"@cs, "Άγιος Βικέντιος και Γρεναδίνες"@el, "Saint Vincent u l-Grenadini"@mt, "Saint Vincent in Grenadine"@sl, "São Vicente e Granadinas"@pt, "Sveti Vincent i Grenadini"@hr, "Saint-Vincent-et-les-Grenadines"@fr, "Saint Vincent e Grenadine"@it, "San Vicente y las Granadinas"@es, "Сейнт Винсънт и Гренадини"@bg, "Saint Vincent en de Grenadines"@nl, "Sentvinsenta un Grenadīnas"@lv, "Sent Vinsentas ir Grenadinai"@lt ;
  skos:altLabel "Saint Vincent ja Grenadiinid"@et ;
  dc11:identifier "VCT" ;
  ns0:authority-code "VCT" ;
  ns0:deprecated "false" ;
  ns0:op-code "VCT" ;
  ns0:start.use "1979-10-27" ;
  ns1:op-code "VCT" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

