R4_data_deletion_rectification.sparql 172 B

123456789
  1. SELECT DISTINCT ?process where {
  2. {
  3. ?process a gdprov:HandleRightOfErasure .
  4. }
  5. UNION
  6. {
  7. ?process a gdprov:HandleRightToRectification .
  8. }
  9. } ORDER BY ?process