@prefix schema: <http://schema.org/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix eli: <http://data.europa.eu/eli/ontology#> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix hydra: <http://www.w3.org/ns/hydra/core#> .
@prefix cv: <http://data.europa.eu/m8g/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix schemas: <https://schema.org/> .
@prefix rov: <http://www.w3.org/ns/regorg#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix cpsv: <http://purl.org/vocab/cpsv#> .

<http://vocab.belgif.be/auth/retention> a skos:ConceptScheme;
  dcterms:title "Data retention"@en, "Conservation des données"@fr, "Vorratsdatenspeicherung"@de,
    "Bewaring gegevens"@nl;
  dcterms:description "Data retention policy"@en, "Politique de conservation des données"@fr,
    "Richtlinie zur Vorratsdatenspeicherung"@de, "Beleid rond gegevensbewaring"@nl;
  owl:versionInfo "Draft version";
  dcterms:modified "2020-02-03T09:00"^^xsd:dateTime;
  dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/>;
  skos:hasTopConcept <http://vocab.belgif.be/auth/retention/ARCHIVE>, <http://vocab.belgif.be/auth/retention/DESTROY> .

<http://vocab.belgif.be/auth/retention/ARCHIVE> a skos:Concept;
  skos:topConceptOf <http://vocab.belgif.be/auth/retention>;
  skos:inScheme <http://vocab.belgif.be/auth/retention>;
  skos:notation "ARCHIVE";
  skos:prefLabel "Archiveren"@nl, "Archive"@en, "Archiver"@fr, "Archivieren"@de .

<http://vocab.belgif.be/auth/retention/DESTROY> a skos:Concept;
  skos:topConceptOf <http://vocab.belgif.be/auth/retention>;
  skos:inScheme <http://vocab.belgif.be/auth/retention>;
  skos:notation "DESTROY";
  skos:prefLabel "Vernietigen"@nl, "Destroy"@en, "Detruire"@fr, "Zerstören"@de .

<http://vocab.belgif.be/void#retention> a void:Dataset;
  dcterms:title "Data retention"@en, "Conservation des données"@fr, "Vorratsdatenspeicherung"@de,
    "Bewaring gegevens"@nl;
  dcterms:description "Data retention policy"@en, "Politique de conservation des données"@fr,
    "Richtlinie zur Vorratsdatenspeicherung"@de, "Beleid rond gegevensbewaring"@nl;
  dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/>;
  dcterms:modified "2025-11-28T13:50:34.375Z"^^xsd:dateTime;
  foaf:homepage <http://vocab.belgif.be/>;
  void:dataDump <http://vocab.belgif.be/dataset/retention>;
  void:feature <http://www.w3.org/ns/formats/N-Triples>, <http://www.w3.org/ns/formats/Turtle>,
    <http://www.w3.org/ns/formats/JSON-LD>;
  void:uriLookupEndpoint <http://vocab.belgif.be/_ldf/retention>, <http://vocab.belgif.be/_ldf>;
  void:rootResource <http://vocab.belgif.be/auth/retention>;
  void:exampleResource <http://vocab.belgif.be/auth/retention/ARCHIVE>, <http://vocab.belgif.be/auth/retention/DESTROY>;
  void:triples "30"^^xsd:long;
  void:uriSpace "http://vocab.belgif.be/auth/retention";
  void:vocabulary <http://www.w3.org/2004/02/skos/core#> .
