@prefix eulanguages: <http://publications.europa.eu/resource/authority/language/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://publications.europa.eu/ontology/euvoc#> .
@prefix ns1: <http://publications.europa.eu/ontology/authority/> .
@prefix ns2: <http://publications.europa.eu/resource/authority/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

eulanguages:ILS
  skos:topConceptOf eulanguages:0002, <http://publications.europa.eu/resource/authority/language> ;
  skos:notation "ils"^^ns0:XML_LNG, "ils"^^ns0:ISO_639_3 ;
  ns1:deprecated "false" ;
  ns1:op-code "ILS" ;
  skos:definition "International Sign (IS) is a pidgin sign language which is used in a variety of different contexts, particularly as an international auxiliary language at meetings such as the World Federation of the Deaf (WFD) congress, in some European Union settings, at some UN conferences, as well as a number of academic conferences, at events such as the Deaflympics, the Miss & Mister Deaf World, and Eurovision, and informally when travelling and socialising."@en ;
  ns1:op-mapped-code [ a ns1:MappedCode ] ;
  ns1:authority-code "ILS" ;
  skos:prefLabel "International Sign"@en ;
  ns2:op-code "ILS" ;
  skos:altLabel "International Gesture"@en, "International Sign Pidgin"@en, "International Sign"@ils ;
  dc11:identifier "ILS" ;
  a skos:Concept ;
  ns1:start.use "1950-05-09" ;
  skos:inScheme eulanguages:0002, ns2:language .

ns2:language
  rdfs:label "Language"@en ;
  skos:prefLabel "Language"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept eulanguages:ILS .

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

