@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 ns0: <http://publications.europa.eu/ontology/euvoc#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix ns1: <http://publications.europa.eu/resource/authority/> .
@prefix ns2: <http://publications.europa.eu/ontology/authority/> .

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

eulanguages:0003
  rdfs:label "infrequent language"@en ;
  skos:prefLabel "infrequent language"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept eulanguages:ENM .

eulanguages:ENM
  skos:notation "enm"^^ns0:ISO_639_2T, "enm"^^ns0:XML_LNG, "enm"^^ns0:ISO_639_2B, "enm"^^ns0:ISO_639_3 ;
  dc11:identifier "ENM" ;
  ns1:op-code "ENM" ;
  ns2:op-code "ENM" ;
  skos:topConceptOf ns1:language, eulanguages:0003 ;
  a skos:Concept ;
  skos:inScheme eulanguages:0003, ns1:language ;
  skos:definition "Middle English (abbreviated to ME) is the forms of the English language that were spoken in England after the Norman Conquest of 1066, until the late 15th century, roughly coinciding with the High and Late Middle Ages. The Middle English dialects displaced the Old English dialects under the influence of Anglo-Norman French and Old Norse, and were in turn replaced in England by Early Modern English. During the Middle English period, many Old English grammatical features either became simplified or disappeared altogether. Like English, Middle English is classified as a Western Germanic language within the Indo-European language family."@en ;
  skos:prefLabel "Middle English (1100-1500)"@en ;
  ns2:authority-code "ENM" ;
  ns2:op-mapped-code [ a ns2:MappedCode ], [ a ns2:MappedCode ], [ a ns2:MappedCode ] ;
  ns2:deprecated "false" ;
  skos:altLabel "Middle English (1100-1500)"@enm ;
  ns2:start.use "1950-05-09" .

