@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix eulanguages: <http://publications.europa.eu/resource/authority/language/> .
@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/> .
@prefix ns2: <http://publications.europa.eu/ontology/euvoc#> .

<http://publications.europa.eu/resource/authority/language>
  rdfs:label "Language"@en ;
  skos:prefLabel "Language"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept eulanguages:NOB .

eulanguages:0002
  rdfs:label "frequent language"@en ;
  skos:prefLabel "frequent language"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept eulanguages:NOB .

eulanguages:NOB
  skos:prefLabel "Bokmål Norveġiż"@mt, "nórčina (bokmål)"@sk, "norvegų bukmolas"@lt, "Bokmål"@de, "norvégien bokmål"@fr, "kirjanorja"@fi, "νορβηγική μπούκμολ"@el, "knjižna norveščina"@sl, "букмол"@uk, "dano-noruguês"@pt, "bokmål"@da, "bokmål"@es, "Norwegian Bokmål"@en, "Norwegian Bokmål"@nl, "norvegiană bokmål"@ro, "norweski bokmål"@pl, "Bocmál"@ga, "norština (bokmål)"@cs, "norvēģu bukmols"@lv, "норвежки книжовен"@bg, "norra bokmåli keel"@et, "norvegese bokmål"@it, "knjižni norveški"@hr, "norska (bokmål)"@sv, "norvég bokmål"@hu ;
  dc11:identifier "NOB" ;
  skos:inScheme eulanguages:0002, <http://publications.europa.eu/resource/authority/language> ;
  ns0:op-mapped-code [ a ns0:MappedCode ], [ a ns0:MappedCode ], [ a ns0:MappedCode ], [ a ns0:MappedCode ] ;
  skos:topConceptOf <http://publications.europa.eu/resource/authority/language>, eulanguages:0002 ;
  ns1:op-code "NOB" ;
  skos:notation "nb"^^ns2:XML_LNG, "nb"^^ns2:ISO_639_1, "nob"^^ns2:ISO_639_3, "nob"^^ns2:ISO_639_2T, "nob"^^ns2:ISO_639_2B ;
  a skos:Concept ;
  skos:altLabel "bokmål"@nb, "bokmål"@hr, "norjan bokmål"@fi ;
  ns0:deprecated "false" ;
  skos:historyNote "Documentation for ISO 639 identifier ‘NOB’: This individual language is member of a macrolanguage: Norwegian nor."@en ;
  skos:exactMatch <http://id.loc.gov/vocabulary/iso639-1/nb> ;
  ns0:op-code "NOB" ;
  ns0:authority-code "NOB" ;
  skos:definition "Bokmål is an official written standard for the Norwegian language."@en ;
  ns0:start.use "1950-05-09" .

<http://id.loc.gov/vocabulary/iso639-1/nb> skos:exactMatch eulanguages:NOB .
