@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix infringementstage: <http://data.legilux.public.lu/resource/authority/infringement-stage/> .
@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/infringement-stage>
  a skos:ConceptScheme ;
  skos:prefLabel "Types d'étapes des infractions de l'UE"@fr .

infringementstage:141-1
  a skos:Concept ;
  skos:prefLabel "Demande LU de désistement à COM"@fr ;
  skos:narrower infringementstage:145-1 .

infringementstage:145-1
  a skos:Concept ;
  dc:created "2018-07-06T00:00:00Z"^^xsd:dateTime ;
  ns0:status <http://publications.europa.eu/resource/authority/concept-status/CURRENT> ;
  skos:inScheme <http://data.legilux.public.lu/resource/authority/infringement-stage> ;
  skos:prefLabel "Observations LU sur le désistement"@fr ;
  owl:deprecated "false"@en ;
  skos:broader infringementstage:141-1 .

