@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix parliamentarysession: <http://data.legilux.public.lu/resource/authority/parliamentary-session/> .
@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/parliamentary-session>
  a skos:ConceptScheme ;
  skos:hasTopConcept parliamentarysession:2013_2014_extra ;
  skos:prefLabel "Liste des sessions parlementaires"@fr .

parliamentarysession:2013_2014_extra
  a skos:Concept ;
  dc:created "2020-03-04T00:00:00Z"^^xsd:dateTime ;
  ns0:status <http://publications.europa.eu/resource/authority/concept-status/CURRENT> ;
  skos:inScheme <http://data.legilux.public.lu/resource/authority/parliamentary-session> ;
  skos:prefLabel "sess. extraord. 2013-2014"@fr ;
  skos:topConceptOf <http://data.legilux.public.lu/resource/authority/parliamentary-session> ;
  owl:deprecated "false"@en ;
  skos:altLabel "session extraordinaire 2013-2014"@fr ;
  skos:definition "session parlementaire extraordinaire 2013-2014"@fr ;
  ns0:endDate "2014-10-13T00:00:00Z"^^xsd:dateTime ;
  ns0:startDate "2013-12-05T00:00:00Z"^^xsd:dateTime .

