@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix legalinstitution: <http://data.legilux.public.lu/resource/authority/legal-institution/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <http://publications.europa.eu/ontology/euvoc#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.legilux.public.lu/resource/authority/legal-institution>
  a skos:ConceptScheme ;
  skos:hasTopConcept legalinstitution:OLAI ;
  skos:prefLabel "Acteurs intervenant dans le processus législatif"@fr .

<http://data.legilux.public.lu/resource/authority/legal-institution/collection/INIT>
  a skos:Collection ;
  skos:prefLabel "Collection des auteurs / initiateurs"@fr ;
  skos:member legalinstitution:OLAI .

<http://data.legilux.public.lu/resource/authority/legal-institution/collection/OC>
  a skos:Collection ;
  skos:prefLabel "Collection des organismes consultatifs"@fr ;
  skos:member legalinstitution:OLAI .

legalinstitution:OLAI
  a skos:Concept ;
  dc:created "2019-10-29T00:00:00Z"^^xsd:dateTime ;
  ns0:status <http://publications.europa.eu/resource/authority/concept-status/CURRENT> ;
  skos:inScheme <http://data.legilux.public.lu/resource/authority/legal-institution> ;
  skos:prefLabel "Office luxembourgeois de l’accueil et de l’intégration"@fr ;
  skos:topConceptOf <http://data.legilux.public.lu/resource/authority/legal-institution> ;
  owl:deprecated "false"@en ;
  skos:altLabel "Office national de l’accueil"@fr, "OLAI"@fr, "ONA"@fr ;
  skos:notation "OLAI" ;
  ns0:startDate "2019-10-29T00:00:00Z"^^xsd:dateTime ;
  skos:hiddenLabel "OLAI"@fr .

