@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix userformat: <http://data.legilux.public.lu/resource/authority/user-format/> .
@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/user-format>
  a skos:ConceptScheme ;
  skos:hasTopConcept userformat:xml-akomantoso ;
  skos:prefLabel "Formats de publication"@fr .

userformat:xml-akomantoso
  a skos:Concept ;
  dc:created "2016-01-01T00:00:00Z"^^xsd:dateTime ;
  ns0:status <http://publications.europa.eu/resource/authority/concept-status/DEPRECATED> ;
  skos:inScheme <http://data.legilux.public.lu/resource/authority/user-format> ;
  skos:prefLabel "xml AkomaNtoso"@fr ;
  skos:topConceptOf <http://data.legilux.public.lu/resource/authority/user-format> ;
  owl:deprecated "true"@en ;
  skos:notation "xml-akomantoso" .

