R9_automated_contract_consent.sparql 259 B

123456
  1. SELECT DISTINCT ?step ?process ?legal where {
  2. ?step a gdprov:AutomatedStep .
  3. ?step gdprov:isPartOfProcess ?process .
  4. ?process gdprov:hasLegalBasis ?legal .
  5. FILTER(?legal IN (gdprtext:ContractWithDataSubject, gdprtext:GivenConsent) ) .
  6. } ORDER BY ?step