ex:SomeProcess a dpv:Process ;
    dpv:hasLegalBasis [
        a dpv:OfficialAuthorityOfController ;
        dpv:hasApplicableLaw ex:CJA2010 ; # law that gives authority
        dpv:hasDataController ex:AcmeInc ;
        # Method 1: status that authority is being utilised
        dpv:hasStatus dpv:OfficialAuthorityExerciseOngoing ;
        # Method 2: status with date
        dpv:hasStatus [
            a dpv:OfficialAuthorityExerciseStatus ;
            skos:broader dpv:OfficialAuthorityExerciseCompleted ;
            dct:date "2024-12-31"^^xsd:date ;
        ] ;
    ] .
