@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://purl.org/umu/uneskos#> .
@prefix closingtype: <http://data.legilux.public.lu/resource/authority/closing-type/> .

<http://data.legilux.public.lu/resource/authority/closing-type>
  a skos:ConceptScheme ;
  skos:prefLabel "Types de clôture des procédures d'infraction"@fr ;
  ns0:hasMicroThesaurus <http://data.legilux.public.lu/resource/authority/closing-type/collection/INFRSTAGES> .

closingtype:4
  a skos:Concept ;
  skos:prefLabel "Recours COM admis"@fr .

closingtype:5
  a skos:Concept ;
  skos:prefLabel "Recours COM rejeté"@fr .

<http://data.legilux.public.lu/resource/authority/closing-type/collection/INFRSTAGES>
  a skos:Collection ;
  skos:inScheme <http://data.legilux.public.lu/resource/authority/closing-type> ;
  skos:prefLabel "Clôture étape infraction"@fr ;
  skos:member closingtype:4, closingtype:5 .

