@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix honorifictitle: <http://data.legilux.public.lu/resource/authority/honorific-title/> .
@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/honorific-title>
  a skos:ConceptScheme ;
  skos:hasTopConcept honorifictitle:monsieur-le ;
  skos:prefLabel "Formule d'appel des Ministres"@fr .

honorifictitle:monsieur-le
  a skos:Concept ;
  dc:created "2020-01-16T00:00:00Z"^^xsd:dateTime ;
  ns0:status <http://publications.europa.eu/resource/authority/concept-status/CURRENT> ;
  skos:inScheme <http://data.legilux.public.lu/resource/authority/honorific-title> ;
  skos:prefLabel "Monsieur le"@fr ;
  skos:topConceptOf <http://data.legilux.public.lu/resource/authority/honorific-title> ;
  owl:deprecated "false"@en ;
  skos:altLabel "Le"@fr ;
  skos:definition "Formule d'appel \"Monsieur le\""@fr ;
  ns0:startDate "2020-01-16T00:00:00Z"^^xsd:dateTime .

