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

country:MYS
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Malaysia"@sv, "Malaizija"@lt, "Malajsie"@cs, "Malesia"@fi, "Malásia"@pt, "Malezija"@sl, "Malaysia"@ro, "Malasia"@es, "Malaisie"@fr, "Malaizija"@lv, "Maleisië"@nl, "Malezija"@hr, "Malaysia"@de, "Malajzia"@sk, "Malaysia"@da, "Malajzia"@hu, "Malezja"@pl, "Malaysia"@it, "An Mhalaeisia"@ga, "Il-Malasja"@mt, "Malaisia"@et, "Μαλαισία"@el, "Malaysia"@en, "Малайзия"@bg ;
  dc11:identifier "MYS" ;
  ns0:authority-code "MYS" ;
  ns0:deprecated "false" ;
  ns0:op-code "MYS" ;
  ns0:start.use "1957-08-31" ;
  ns1:op-code "MYS" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

