@base <https://database.datasafari.net/things/personal-data-handling/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dpv: <http://www.w3.org/ns/dpv#> .
@prefix service: <https://database.datasafari.net/things/services/> .

<#distribution> a dcat:Distribution ;
    dct:description "This dataset contains information about the handling of personal data by a curated set of data controllers."@en;
    dct:issued "2025-03-04"^^xsd:date ;
    dct:modified "2025-03-04"^^xsd:date ;
    dcat:downloadURL <> .

<example> a dpv:PersonalDataHandling ;
    dpv:hasDataController service:example ;
    dpv:hasPersonalDataCategory dpv:Name, dpv:Age, dpv:TelephoneNumber ;
    dpv:hasPurpose dpv:ServiceProvision, dpv:Marketing ; 
    dpv:hasProcessing dpv:Collect, dpv:Store, dpv:Use .
