ex:SubmittedComplaint a dpv:Process ;
  dpv:hasImpact eu-gdpr:GDPRRightsImpact, risk:RightsViolated  ;
  dct:description "Customer complaint: GDPR rights have been violated"@en .

ex:InvestigatedComplaint a dpv:Process ;
  dct:subject ex:SubmittedComplaint ;
  dpv:hasImpact [
    a eu-gdpr:A13-Limited ;
    dct:description "The privacy notice did not provide all information"@en ;
    ] ;
  dpv:hasImpact [
    a eu-gdpr:A13-Obstructed ;
    dct:description "The privacy notice was not easy to find on website"@en ;
    ] .
