ex:SomeProcess a dpv:Process ;
    dpv:hasLegalBasis [
        a dpv:PublicInterest ;
        dpv:hasJustification "what is the interest..."@en ;
        # Method 1: public interest being utilised
        dpv:hasStatus dpv:PublicInterestOngoing ;
        # Method 2: status completed with date
        dpv:hasStatus [
            a dpv:PublicInterestStatus ;
            skos:broader dpv:PublicInterestCompleted ;
            dct:date "2024-12-31"^^xsd:date ;
        ] ;
    ] .
