ex:SomeProcess a dpv:Process ;
    dpv:hasLegalBasis [
        a dpv:LegitimateInterestOfController ;
        dpv:hasJustification [
            a dpv:Justification ;
            dct:description "detect fraud as part of operations"@en ;
        ] ;
        # use of legitimate interest informed to data subjects
        dpv:hasStatus dpv:LegitimateInterestInformed ;
    ] .

ex:Log a dpv:LegitimateInterestStatus ;
    skos:broader dpv:LegitimateInterestObjected ;
    dpv:hasDataSubject ex:Alice ;
    dct:date "2024-12-31"^^xsd:date .
