@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix closingtype: <http://data.legilux.public.lu/resource/authority/closing-type/> .
@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/closing-type>
  a skos:ConceptScheme ;
  skos:hasTopConcept closingtype:1 ;
  skos:prefLabel "Types de clôture des procédures d'infraction"@fr .

closingtype:1
  a skos:Concept ;
  dc:created "2018-05-20T00:00:00Z"^^xsd:dateTime ;
  ns0:status <http://publications.europa.eu/resource/authority/concept-status/CURRENT> ;
  skos:inScheme <http://data.legilux.public.lu/resource/authority/closing-type> ;
  skos:prefLabel "Réponse LU acceptée"@fr ;
  skos:topConceptOf <http://data.legilux.public.lu/resource/authority/closing-type> ;
  owl:deprecated "false"@en .

<http://data.legilux.public.lu/resource/authority/closing-type/collection/INFR>
  a skos:Collection ;
  skos:prefLabel "Clôture infraction"@fr ;
  skos:member closingtype:1 .

