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

country:IND
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Indija"@hr, "Intia"@fi, "India"@en, "India"@hu, "Indien"@sv, "India"@et, "India"@sk, "India"@ro, "An India"@ga, "India"@nl, "Índia"@pt, "Indija"@lv, "India"@it, "Indie"@pl, "Ινδία"@el, "Inde"@fr, "Indija"@lt, "Индия"@bg, "Indien"@de, "Indie"@cs, "L-Indja"@mt, "Indien"@da, "India"@es, "Indija"@sl ;
  skos:altLabel "Republik Indien"@de, "Indická republika"@cs, "Republic of India"@en, "Indická republika"@sk, "Δημοκρατία της Ινδίας"@el, "Poblacht na hIndia"@ga, "Republiek India"@nl, "India Vabariik"@et, "Ir-Repubblika tal-Indja"@mt, "Republika Indija"@hr, "Indiai Köztársaság"@hu, "Republika Indija"@sl, "República da Índia"@pt, "Republiken Indien"@sv, "Indijas Republika"@lv, "République de l’Inde"@fr, "Република Индия"@bg, "Republika Indii"@pl, "Indijos Respublika"@lt, "Republica India"@ro, "Intian tasavalta"@fi, "Republikken Indien"@da, "República de la India"@es ;
  dc11:identifier "IND" ;
  ns0:authority-code "IND" ;
  ns0:deprecated "false" ;
  ns0:op-code "IND" ;
  ns0:start.use "1950-01-26" ;
  ns1:op-code "IND" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

