P5_age_verification.sparql 143 B

12345
  1. SELECT DISTINCT ?step ?StepType where {
  2. ?StepType rdfs:subClassOf gdprov:ConsentAgeVerificationStep .
  3. ?step a ?StepType .
  4. } ORDER BY ?step