# Approach 1: specifying a specific consent type is required as legal basis
ex:PDH a dpv:Process ;
    dpv:hasLegalBasis dpv:ExplicitlyExpressedConsent .

# Approach 2: creating instances of consent
ex:UserConsent a dpv:ExpressedConsent .