@@ -5,9 +5,9 @@ LET right_to_access(dsid) = f"right_to_access/right_to_access.mfotl"s"right_to_a
LET right_to_erasure(data,dataid,dsid) = f"right_to_erasure/right_to_erasure.mfotl"s"right_to_erasure/right_to_erasure.sig" IN
LET right_to_restriction_of_processing(data,dataid,dsid) = f"right_to_restriction_of_processing/right_to_restriction_of_processing.mfotl"s"right_to_restriction_of_processing/right_to_restriction_of_processing.sig" IN
LET right_to_object(data,dataid,dsid) = f"right_to_object/right_to_object.mfotl"s"right_to_object/right_to_object.sig" IN
lawful_processing(data,dataid,dsid) OR
consent(data,dataid,dsid) OR
info_on_consent(data,dataid,dsid) OR
right_to_object(data,dataid,dsid) OR
right_to_erasure(data,dataid,dsid)
# OR right_to_restriction_of_processing(data,dataid,dsid)
(lawful_processing(data,dataid,dsid) AND type="lawful_processing") OR
(consent(data,dataid,dsid) AND type="consent") OR
(info_on_consent(data,dataid,dsid) AND type="info_on_consent") OR
(right_to_object(data,dataid,dsid) AND type="right_to_object") OR
(right_to_erasure(data,dataid,dsid) AND type = "right_to_erasure") OR
(right_to_restriction_of_processing(data,dataid,dsid) AND type = "right_to_restriction_of_processing")