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

country:IDN
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Indonezija"@lt, "Indonesia"@it, "An Indinéis"@ga, "Indonésia"@pt, "Indonésie"@fr, "Indonesia"@es, "Indonesia"@fi, "Indonezja"@pl, "Indonésie"@cs, "Indonesia"@en, "Indonesien"@de, "Indonesië"@nl, "Ινδονησία"@el, "Indonézia"@sk, "Indonesien"@da, "L-Indoneżja"@mt, "Indonēzija"@lv, "Indonesien"@sv, "Indonézia"@hu, "Indonezija"@hr, "Indonezija"@sl, "Индонезия"@bg, "Indoneesia"@et, "Indonezia"@ro ;
  skos:altLabel "Indonéská republika"@cs, "Република Индонезия"@bg, "Republika Indonezija"@hr, "Republica Indonezia"@ro, "Republika Indonezija"@sl, "República da Indonésia"@pt, "Republic of Indonesia"@en, "Indonēzijas Republika"@lv, "Poblacht na hIndinéise"@ga, "Repubblica d’Indonesia"@it, "Republikken Indonesien"@da, "Indonesia Vabariik"@et, "República de Indonesia"@es, "Republik Indonesien"@de, "Indonéz Köztársaság"@hu, "République d’Indonésie"@fr, "Indonesian tasavalta"@fi, "Indonézska republika"@sk, "Republika Indonezji"@pl, "Indonezijos Respublika"@lt, "Δημοκρατία της Ινδονησίας"@el, "Republiken Indonesien"@sv, "Ir-Repubblika tal-Indoneżja"@mt, "Republiek Indonesië"@nl ;
  dc11:identifier "IDN" ;
  ns0:authority-code "IDN" ;
  ns0:deprecated "false" ;
  ns0:op-code "IDN" ;
  ns0:start.use "1949-12-27" ;
  ns1:op-code "IDN" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

