R8_automated_steps_given_consent.sparql 195 B

12345
  1. SELECT DISTINCT ?step ?process where {
  2. ?step a gdprov:AutomatedStep .
  3. ?step gdprov:isPartOfProcess ?process .
  4. ?process gdprov:hasLegalBasis gdprtext:GivenConsent .
  5. } ORDER BY ?step ?process