P1_consent_collection.sparql 405 B

123456789
  1. SELECT DISTINCT ?step ?terms ?template ?givenConsent {
  2. ?step a gdprov:ConsentAcquisitionStep .
  3. ?template a gdprov:ConsentAgreementTemplate .
  4. ?terms a gdprov:TermsAndConditions .
  5. ?givenConsent a gdprov:ConsentAgreement .
  6. ?step gdprov:usesConsentAgreementTemplate ?template .
  7. ?step gdprov:usesTermsAndConditions ?terms .
  8. ?step gdprov:generatesConsentAgreement ?givenConsent .
  9. } ORDER BY ?step